/* intec.css */

body {
	background:rgb(255,255,255);
	color: rgb(90,80,70);
	}

div, p, li {
	font-size:12px;
	font-family:"verdana","trebuchet ms", sans-serif;
	line-height:15px;
	}

body, div, ul, li, ol, table, td, tr, p, h3, h4,h6 {
	padding:0;
	margin:0;
	border:0;
	}
	

/* main divs */

#container {
	position:relative;
	width:730px;
	margin: 20px auto 0px auto;
	background:url("../img/main_bg.gif");
	}

#title {
	background:url("../img/title.gif");
	height:104px;
	width:730px;
	}
	
#menu {
	float:left;
	padding: 0px 0px 0px 40px;
	line-height:12px;
	}

#menu a {
	display: block;
	padding: 3px 5px 3px 5px;
	border: 1px solid rgb(220,210,200);
	background:rgb(248,244,239);
	width: 102px;
	color: rgb(170,160,150);
	}

#menu a#selected,#menu a:hover {
	display: block;
	border: 1px solid rgb(220,210,200);
	color: rgb(220,120,0);
	background:rgb(255,255,255);
	}

#menu a:link, #menu a:visited {
	}	
	
#menu ul li {
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;

	text-align:right;
	}


#content {
	margin:5px 0px 0px 180px;
	width:340px;
	}

#highlights {
	float:right;
	padding: 40px 50px 0px 0px;
	width:125px;
	}

.boxy {
	width:125px;
	border:1px rgb(90,80,70) solid;
	}
	
.boxytext {
	background:rgb(255,255,255);
	width:125px;
	margin:-1px 0px 0px 0px;
	border:1px rgb(90,80,70) solid;
	text-align:center;
	}

.highlightstext {
	width:115px;
	margin:5px 0px 0px 0px;
	padding:2px 5px;
	border:1px rgb(90,80,70) solid;
	}

.boxytext p {
	padding: 3px 6px 3px 6px;
	font-size:10px;
	line-height:11px;
	}
	
#bottom {
	clear:both;
	background:url("../img/bottom.gif") no-repeat;
	height:42px;
	width:730px;
	}
	
#address {	
	font-size:9px;
	text-align:center;
	padding:0px 0px 20px 0px;
	}

div.imglink {
	float:right;
	padding: 15px 0px 0px 0px;
	}
	
img.map {
	margin:10px 0px;
	}

/* text styles */

a {
	text-decoration:none;
	color:rgb(80,100,180);
	}
	
a:hover { color:rgb(240,120,0); }

ul {padding-top:5px;}

li { 
	margin-left:2em; 
	padding: 0px 0px 5px 0px;
	}

p { 
	padding: 5px 0px 5px 0px;
	}
	
h3 {
	font-size:21px;
	font-weight:400;
	color:rgb(220,110,10);
	padding: 0px 0px 10px 0px;
	line-height:18px;
	}

h3 img {vertical-align:middle;}
	
h4 {
	font-size:14px;
	font-weight:800;
	padding: 16px 0px 0px 0px;
	color: rgb(130,100,70);
	}
	
h6 {
	font-size:11px;
	font-weight:100;
	padding: 0px 0px 4px 0px;
	color:rgb(220,110,10);
	}

p.filelink img {
  padding: 0px 2px 0px 0px;
}


