@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 110px;
	float: left;
}

#header_left {
	width: 400px;
	height: 110px;
	float: left;
}

#header_right {
	width: 560px;
	height: 110px;
	float: left;
	background-image: url(../images/headertop.jpg);
	background-repeat:no-repeat;
}

#header_right_cont {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}	

#header_right_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#header_right_cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#header_right_cont a:hover {
	
	color: #20BBD2;
}

#navigation {
	width: 960px;
	height: 40px;
	background-image: url(../images/navbg.gif);
	background-repeat:no-repeat;
	padding-top: 13px;
	float: left;
}

#navigation ul {
	float: left;
}

#navigation ul li {
	display: inline;
	float: left;
	padding-right: 85px;
	padding-left: 85px;
	border-right: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #20BBD2;
}

#bannertop {
	width: 960px;
	height: 220px;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainbody h1 {
	width: 960px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #20BBD2;
	padding-bottom: 14px;
}

#mainbody h2 {
	width: 960px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 14px;
}


#mainbody p {
	width: 960px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 14px;
}

#listServicesCont {
	width: 960px;
	float: left;
}

.listServices {
	width: 320px;
	float: left;
}

.listServices li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/bluebullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 20px;
}
.listServices li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.listServices li a:hover {
	color: #20BBD2;
}

.listS {
	width: 960px;
	float: left;
}

.listS li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/bluedot.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 20px;
}
.listS li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.listS li a:hover {
	color: #20BBD2;
}

#footer {
	width: 100%;
	float: left;
	clear: both;			
	background-image: url(../images/bottomnavbg.gif);
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #212524;
}

#footer_cont {
	width: 960px;
	margin: 0 auto;    
	text-align:center;
	padding: 40px 0 20px 0;
	background-image: url(../images/bottomnavbg.gif);
	background-repeat:repeat-x;
	background-position: top;	
}

#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#footer_cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#footer_cont a:hover {
	
	color: #20BBD2;
}
