/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	border: none;
	color: #0000ee;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top--------------------*/

#topMain{
	width:100%;
	background:url(images/pattern.gif) 0 0 repeat;
	height:189px;
	border-top:#ffffff solid 4px;
}
#top{
	width:891px;
	margin:0 auto;
	height:189px;
}
#top img.logo{
	display:block;
	width:353px;
	height:144px;
	margin:24px 24px 0 0;
	border:0;
	float:left;
}
#top form{
	background:url(images/serch_bg.gif) 0 0 no-repeat;
	width:272px;
	height:124px;
	float:left;
	margin:35px 7px 0 0;
	padding:17px 0 0 19px;
}
#top a.latestProject{
	display:block;
	background:url(images/latest_project.gif) 0 0 no-repeat;
	width:213px;
	height:136px;
	float:left;
	margin:35px 0 0 0;
}
#top a.latestProject:hover{
	background:url(images/latest_project_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------top--------------------*/

/*------------------------------------------------nav--------------------*/
#navMain{
	width:100%;
	height:24px;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
}
#nav{
	width:892px;
	margin:0 auto;
	height:24px;
}
#nav ul{
	width:746px;
	height:24px;
	background:url(images/nav_div.gif) left top no-repeat;
	float:left;
}
#nav ul li{
	float:left;
	background:url(images/nav_div.gif) right top no-repeat;
	height:24px;
	line-height:0;
	font-size:0;
	padding:0 2px 0 0;
}
#nav ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	font:bold 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#B5B5B5;
	background-color:inherit;
	text-decoration:none;
	padding:0 12px 0 10px;
}
#nav ul li a:hover{
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#nav ul li a.hover{
	display:block;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	font:bold 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:0 12px 0 10px;
}
/*------------------------------------------------nav--------------------*/

/*------------------------------------------------bodyTop--------------------*/
#bodyTopMain{
	width:100%;
	background:url(images/body_top_bg.gif) 0 0 repeat-x #39A09B;
	color:#C5F6F2;
	padding:5px 0 24px 0;
}
#bodyTop{
	width:651px;
	margin:0 auto;
	background:url(images/body_top_pic.jpg) right top no-repeat;
	padding:0 241px 0 0;
}
#bodyTop h2{
	width:640px;
	font:bold 32px/75px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	float:left;
}
#bodyTop h2 span.div{
	display:block;
	background:url(images/body_top_div.gif) 0 0 repeat-x;
	height:75px;
	width:140px;
	float:right;
}
#bodyTop p.txt1{
	display:block;
	width:651px;
	margin:0 0 22px 0;
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
}
#bodyTop p.txt1 span.yellow{
	color:#E4E4A9;
	background-color:inherit;
	font-weight:bold;
}
#bodyTop p.green{
	display:block;
	width:490px;
	height:42px;
	font:normal 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FDFDF6;
	float:left;
	background:url(images/green_bg_right.gif) right top no-repeat #2A8581;
}
#bodyTop p.green span.left{
	background:url(images/green_bg_left.gif) 0 0 no-repeat;
	width:35px;
	height:42px;
	float:left;
}
/*------------------------------------------------bodyTop--------------------*/

/*------------------------------------------------bodyBot--------------------*/
#bodyBotMain{
	width:100%;
	background: #F5f7f7;
	color:#000;
	padding:23px 0 33px 0;
}
#bodybot{
	width:895px;
	margin:0 auto;
}
.bodytextarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 754px;
}
#pageNav{
	float: right;
	height: 100% !important;
	width:350px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
}

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


#content{
	padding: 0px;
	margin: auto;
	width: auto;
	font-size:12px;
	line-height:1.4;
}

.feature{
	padding: 10px;
	min-height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 13px Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
#sectionLinks{
	margin: 2px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url("img/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.h {overflow: hidden;}

#red a:link, #red a:visited { overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #D54B3D;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#red a:hover{ overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #F09696;
	font-weight: bold;
	text-decoration: none;
}
#green a:link, #green a:visited {overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #23A429;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#green a:hover{ overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #56CD5C;
	font-weight: bold;
	text-decoration: none;
}

#orange a:link, #orange a:visited {overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #CEC026;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#orange a:hover{overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #E7DB5A;
	font-weight: bold;
	text-decoration: none;
}

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	height:112px;
	background:url(images/footer_bg.gif) 0 0 repeat-x #3F3F3F;
	color:#DE7F0B;
}
#footer{
	width:892px;
	margin:0 auto;
	height:112px;
	position:relative;
}
#footer ul{
	width:771px;
	position:absolute;
	left:0;
	top:24px;
}
#footer ul li{
	float:left;
	font:normal 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
}
#footer ul li a{
	padding:0 9px;
	font:normal 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li a.one{
	padding:0 9px 0 0;
	font:normal 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D7D7AE;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a.one:hover{
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:44px;
}
#footer p.design{
	display:block;
	width:197px;
	height:19px;
	padding:0;
	position:absolute;
	left:0;
	top:62px;
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCFCF3;
	background-color:#7F7F7F;
	text-align:center;
}
#footer p.design a.link{
	font:bold 11px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCFCF3;
	background-color:#7F7F7F;
	text-decoration:none;
}
#footer p.design a.link:hover{
	color:#000;
	background-color:#7F7F7F;
}
