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

/************************************************
*	Reset							*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/************************************************
*	Core						*
************************************************/
html{
	height:100%;
	}

body{
	background-color:#F7F5F5;
	width:100%;
	color:#4B4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3;
	}

a:link, a:visited{
	text-decoration:none;
	color:#16749B;
	}
	
a:hover{
	text-decoration:none;
	}

strong{
	color:#58585A;
	}

img{
	border:0px;
	}
	
.wrap{
	width:960px;
	margin:0 auto 0;
	}
	
#headerwrap{
	background-image:url(images/headerbg.png);
	background-repeat: repeat-x;
	height:116px;
	background-color:#2FA7BE;
	height:116px;
	float:left;
	width:100%;
	}
#headerleft{
	float:left;
	padding-top:39px;
	}
#headerright{
	float:right;
	padding-top:30px;
	}

#navwrap{
	background-color:#16252D;
	height:56px;
	overflow:hidden;
	float:left;
	width:100%;
	}
#nav li{
	height:41px;
	padding:15px 25px 0 25px;
	float:left;
	}
.active{
	background-color:#45B4CB;
	}
#nav a:link, #nav a:visited{
	font-family: Calibri;
	color:#ffffff;
	text-transform:uppercase;
	font-size:0.9em;
	}
#nav a:hover{
	color:#185B69;
	}
#splashwrap{
	height:363px;
	background-image:url(images/splashbg.png);
	background-repeat: repeat-x;
	float:left;
	width:100%;
	}
#splashright{
	float:right;
	width:450px;
	color:#000000;
	font-size:0.8em;
	padding-right:30px;
	}
#splashright p{
	margin-bottom:15px;
	}
#splashwelcome{
	margin:70px 0 25px 0;
	}
#splashmore{
	float:right;
	}
#contentwrap{
	background-image:url(images/bg.gif);
	background-repeat: repeat;
	float:left;
	width:100%;
	font-size:0.8em;
padding-bottom:30px;

	}
#content p{
	margin-bottom:15px;
	line-height:1.4;
	text-align:justify;
	}
#sidebar{
	width:240px;
	float:left;
	}
#main{
	width:700px;
	float:left;
	line-height:1.7;
	padding-right:20px;
	}
.pagetitle{
	height:35px;
	padding-top:20px;
	margin-bottom:15px;
	}
.pagetitleleft{
	float:left;
	padding-right:20px;
	height:30px;
	border-bottom:2px solid #F7F5F5;
	}
.pagetitleleft h2{
	font-size:1.4em;
	color:#000000;
	text-transform:uppercase;
	font-family: Calibri;
	line-height:1.4;
	margin-top:10px;
	}
.pagetitleright{
	height:30px;
	border-bottom:2px solid #B8BCC0;
	}
.threecol{
	float:left;
	width:300px;
	padding-right:20px;
	}
.threecol h3{
	color:#00A7E5;
	font-size:1.3em;
	text-transform:capitalize;
	margin-bottom:3px;
	}
.threecol p{
	font-size:0.9em;
	line-height:1.7;
	margin-bottom:10px;
	}
.threecol .date{
	color:#00A7E5;
	font-size:0.85em;
	text-transform:uppercase;
	margin-bottom:15px;
	}
.more{
	margin-top:15px;
	}
.fourcol{
	float:left;
	width:240px;
	margin-bottom:10px;
	}
#doctile{
	padding-top:10px;
	}

h3{
	color:#00A2E4;
	font-size:1.1em;
	}
	
#doctile h3{
	margin:10px 0 0px 0;
	}

#content .date{
	font-size:0.85em;
	font-weight:bold;
	margin:8px 0 8px 0;
	}
.newscol{
	padding-right:10px;
	border-bottom:1px dashed #DEDADA;
	margin-bottom:15px;
	}
.alignleft{
	margin:0 20px 15px 0;
	float:left;}
	
#footertopwrap{
	height:195px;
	background-color:#E5E5E5;
	float:left;
	width:100%;
	}
.footcol{
	float:left;
	width:320px;
	font-size:0.75em;
	color:#676767;
	}
.footcol p{
	margin-bottom:12px;
	}
.footcolhead{
	height:30px;
	padding:15px 0 5px 0;
	}
.footcolhead h3{
	color:#5C5B5B;
	font-size:1.2em;
	}
.large{
	font-size:2em;
	color:#000000;
	}
.footcol ul{
	margin-left:10px;
	}
.footcol li{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:30px;
	margin-bottom:12px;
	text-transform:capitalize;
	}
#footerbotwrap{
	height:25px;
	background-color:#D1D1D1;
	float:left;
	width:100%;
	}
#footerbot p{
	color:#8C8A8A;
	font-size:0.65em;
	padding-top:6px;
	}

.serv1{
	line-height:1.7;
	float:left;
	width:290px;
	margin-right:30px;
	}
	
.serv1 h4{
	color:#00A2E4;
	font-size:1.1em;
	}

.serv2{
	line-height:1.7;
	float:left;
	width:290px;
	margin-right:30px;
	}
	
.serv2 h4{
	color:#00A2E4;
	font-size:1.1em;
	}

.serv3{
	line-height:1.7;
	float:left;
	width:290px;
	margin-right:30px;
	}
	
.serv3 h4{
	color:#00A2E4;
	font-size:1.1em;
	}
	
.sub1{
	margin-left:20px;
	list-style:disc;
	}
	
.map{
	width:298px;
	float:left;
	}
	
#address{
	
	float:left;
	font-size:0.3am;
	margin-left:20px;
	line-height:1.7;
	}
	
#address h4{
	color:#00A2E4;
	font-size:1.1em;
	}
	

#doclist{
	width:240px;
	float:left;
	}
	
#doclist li{
	background-image:url(images/doc_notselected.png);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#doclist .active1{
	background-image:url(images/doc_selected.png);
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
h5{
	color:#00A2E4;
	font-size:1.1em;
	}

h6{
	font-size:1em;
	line-height:10px;
	}
	
.subbtn{
	float:left;
	width:16px;
	}
	
	
#doctext ul{
	list-style:disc;
	}
	
.docsubbtn{
	margin-left:30px;
	}
	
.docsubbtn2{
	margin-left:30px;
	}
#map{
	float:left;
	}
#slideshow{
position:absolute;
width:466px;
overflow:hidden;
top:188px;
}