@charset "UTF-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(art/pagebg.gif);
}

img { border:0;}

#bodywrap { width:800px; margin:0 auto; }

h1 {
	color:#375985;
	font-size:12px;
	line-height: 14px;
	padding: 0px;
	border-bottom: 0px;
	margin: 10px 0px 0px 0px;
}
.border {
	color:#666;
	font-size:9px;
}

.center {margin:0 auto;}
  

#wraptop { background: white; margin:0 auto; width:800px; height: 133px;}	
#containermiddle { float:left; background-image:url(art/bginside.gif); margin:0 auto; width:800px; position: relative; height:auto; border-top: 1px solid #fff; }	

#middleA { width:579px; background-image:url(art/bginsidea.gif); float:left; padding: 10px; border-right: #d9d9d9 solid 1px; margin: 0;  }
#middleA img {
	border: #ccc solid 1px;
	text-align: center;
}

#middleA a {color: #663;}
#middleA a:hover { color: #cc6600; text-decoration:none; height: 100%;}
#middleB { width:179px; vertical-align:bottom; background-image:url(art/bginsideb.gif); float:right;  background: #fff; padding: 10px; color:#333; font-size:11px; height: auto; }
#middleB a {color: #663;}
#middleB a:hover { color: #cc6600; text-decoration:none; height: 100%;}




#copyright { background: #333; margin:0 auto; width:778px; padding: 11px; font: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#ccc; border-bottom: 1px solid white; border-top: 1px solid white; clear:both;}	

 
 

a {font-family:Verdana, Geneva, sans-serif; 
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

td, th { font-size:11px; color:#666; line-height: 15px; }
a.recentprojects { color:#CE8420; line-height: 15px; }




/* nav */
.navigation {display: block; background-image:url(art/bg_navigation.jpg); font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#FFFFFF; width: 760px; margin: 0px; padding: 5px 20px; border: 0; list-style: none; z-index:999;}
.navigation ul {width: 100%; padding: 4px 0; margin: 0; text-align: left;}
.navigation ul li {display: inline;}
.navigation li.last {border-right: 0;}
.navigation ul li a{font-family:Verdana, Geneva, sans-serif; font-size:12px; text-transform: uppercase; padding: 0 20px; margin: 0; width: 740px; text-decoration: none; border-right: 1px solid white; text-align: left; font-size:13px; color:#FFFFFF; }
.navigation ul li a:hover{ color: #D9E693; }

.navigation ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "...";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
		
		/* Drop Down Menu */

.dropmenu{ position:absolute; top: 0; border-bottom-width: 0; line-height:16px; z-index:100; background: #658cb5; width: 200px; visibility: hidden;}
.dropmenu a{font-family:Verdana, Geneva, sans-serif; font-size:11px; text-transform: uppercase; width: auto; display: block; text-indent: 0px; border-bottom: 1px dotted white; margin-top:5px; padding: 3px 5px; text-decoration: none; color: white;}
.dropmenu a.last{border-bottom: none;}
.dropmenu a:hover{color: #D9E693;}

* html .dropmenu a{ /*IE only hack*/ width: 100%;}

