/* CSS Document */
body{
	padding:0px; 
	margin:0px; 
	background:url(../images/mainbg.jpg) 0 0 repeat-x #565656; 
	color:#707070; font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, ul {
	padding:0px; 
	margin:0px;
	}
	
ul{
	list-style-type:none;
	}



#top{
	width:747px; 
	height:152px; 
	position:relative; 
	margin:0 auto; 
	padding:0px;
	}
	
#top img{
	width:208px; 
	height:58px; 
	position:absolute; 
	top:35px; left:0px;
	}

#top ul{
width:480px; 
height:32px; 
position:absolute; 
top:76px; 
right:0px;
}

#top ul li{
float:left;
width:79px; 
height:32px; 
padding:0 0 0 1px;
}

#top ul li a{
display:block;
width:79px; 
height:32px; 
background:url(../images/menubg-normal.gif) 0 0 no-repeat; 
color:#639DC3; 
font-size:11px; 
font-weight:bold; 
line-height:32px; 
text-transform:uppercase; 
text-align:center; 
text-decoration:none;
}

#top ul li a:hover{background:url(../images/menubg-hover.gif) 0 0 no-repeat; color:#005DB4; text-decoration:none;}

#top ul li.home{display:block; width:79px; height:32px; background:url(../images/menubg-hover.gif) 0 0 no-repeat; font-size:11px; font-weight:bold; line-height:32px; color:#639DC3; text-decoration:none; text-transform:uppercase; text-align:center;}

#top ul.dropdown{width:480px; height:22px; position:absolute; top:119px; right:0px;}
#top ul.dropdown li{float:left; width:79px; height:22px; }
#top ul.dropdown li a{display:block; width:79px;background:url(../images/vertical-dot.gif) 100% 0 no-repeat #fff; color:#3E3E3E; font-size:11px; text-decoration:none; text-align:center; line-height:22px;} 
#top ul.dropdown li a:hover{text-decoration:none; background:url(../images/vertical-dot.gif) 100% 0 no-repeat #fff; color:#7C7900;}

#top ul.dropdown li.verticallinenone a{display:block; width:79px;background:#fff; color:#3E3E3E; font-size:11px; text-decoration:none; text-align:center; line-height:22px;} 
#top ul.dropdown li.verticallinenone a:hover{text-decoration:none; background:#fff; color:#7C7900;}

.feature {
	background: #C2D8E6;
	border: 1px solid #A2C4DA;
	color: #000;
	height: 170px;
	padding: 3% 3% 1%;
}
.featureline {
	border-top: 1px solid #4683AA;
	margin: 0px;
}

.featureline2 {
	border-top: 1px solid #4683AA;
	border-bottom: 1px solid #4683AA;
	height: 28px;
	margin: 0px;
}

h3 {
	color: #6BA1C4;
	font-size:18px;
	}

.feature a {
	color: #666;
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
	border: 0px;
}

.feature a:hover {
	color: #BBB;
	background: #6BA1C4;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%; float: left;}

#contentContainer{width:100%; background:#F4F4F4; color:#8D8D8D; float:left; padding:42px 0 0; clear:both;}

#content{width:747px; position:relative; background:#F4F4F4; color:#707070; margin:0 auto; padding:0px;}


#footerContiner{height:115px; background:url(../images/footerbg.gif) 0 0 repeat-x #565656; color:#fff; clear:both;}
#footer{width:747px; position:relative; margin:0 auto;}
#footer img.footerlogo{width:186px; height:50px; position:absolute; top:93px; right:0px;}

#footer p.html{background:url(../images/html-button.gif) 0 0 no-repeat; position:absolute; top:42px; right:115px; width:64px; height:22px; padding:3px;}
#footer p.html a{width:55px; height:18px; display:block; font-weight:bold; background:url(../images/arrow3.gif) 100% 50% no-repeat #F4F4F4; color:#565656; text-decoration:none; text-transform:uppercase; padding:2px 0 0 5px;}
#footer p.html a:hover{background:url(../images/arrow4.gif) 100% 50% no-repeat #F4F4F4; color:#565656; text-decoration:none;}

#footer p.css{background:url(../images/css-button.gif) 0 0 no-repeat; position:absolute; top:42px; right:55px; width:53px; height:19px; padding:3px;}
#footer p.css a{width:50px; height:18px; display:block; font-weight:bold; background:url(../images/arrow5.gif) 90% 50% no-repeat #B3B3B3; color:#fff; text-decoration:none; text-transform:uppercase; padding:2px 0 0 5px;}
#footer p.css a:hover{background:url(../images/arrow2.gif) 90% 50% no-repeat #B3B3B3; color:#fff; text-decoration:none;}
#footer p.copyright{background:#565656; color:#fff; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; position:absolute; top:117px; left:26px;}

#footer ul{width:500px; position:absolute; left:14px;}
#footer li{float:left; font:13px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footer ul li a{padding:0 12px 0; color:#fff; background:#565656; text-decoration:none;}
#footer ul li a:hover{text-decoration:underline;}

.error{
	color:#FF0000;
}