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

html, body {
	color:#000000;
	height:100%;
	margin:0;
	padding:0;
	

}

ul {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	line-height:20px;
}

li {
	margin-left:-20px;
}


h1 {
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5e88a2;
}

h3 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5e88a2;
	font-weight:normal;
}

h3 a:link {
	text-decoration:none;
}

h3 a:hover {
	text-decoration:underline;
	color:#345366;
}

h3 a:visited {
	text-decoration:none;
}
h3 a:visited:hover {
	text-decoration:underline;
	color:#345366;
}

h4 {
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0px 8px 0px;
}



p {
	line-height:24px;
	margin-top:-5px;
	margin-bottom:25px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#5e88a2;
	text-decoration:none;
}
a:hover {
	color:#345366;
	text-decoration:underline;
}
a:visited {
	color:#5e88a2;
	text-decoration:none;
}
a:visited:hover {
	color:#345366;
	text-decoration:underline;
}

.serviceslist ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.serviceslist li {

	margin-left:-26px;
	line-height:24px;
	list-style-image:url(../images/bullet.gif);
}



/*//////////////// PAGE STRUCTURE ///////////////*/

#container {
	visibility:visible;
	width:903px;
	position:relative;
	height:100%;
	margin:0 auto;
	
	
	
}

#logo {
	position:absolute;
	visibility:visible;
	right:0px;
}

#main_content {
	position:absolute;
	top:140px;
	width:100%;
	visibility:visible;
	background-color:#FFFFFF;
	
	/*zoom: 1;*/
	z-index:10;

}
.content_strip {
	visibility:visible;
	width:100%;
	margin-bottom:18px;
	
}
.strip_left {
	visibility:visible;
	float:left;
	width:303px;
	margin-right:50px;
	text-align:right;
	overflow:hidden;
}
.strip_right {
	visibility:visible;
	float:left;
	width:550px;
	overflow:hidden;
}

.strip_right_left {
	visibility:visible;
	float:left;
	width:150px;
	overflow:hidden;
}

.strip_right_right {
	visibility:visible;
	float:left;
	width:400px;
	overflow:hidden;
}



/*//////////////// MAIN NAVIGATION ///////////////*/

#whole_nav_contain {
	position:absolute;
	visibility:visible;
	width:550px;
	right:0px;
	top:49px;
}

.top_nav_contain {
	visibility:visible;
	width:550px;
	border-top-style:dotted;
	border-top-color:#5e88a2;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#5e88a2;
	border-bottom-width:1px;
}
.bottom_nav_contain {
	visibility:visible;
	width:550px;
	border-bottom-style:dotted;
	border-bottom-color:#5e88a2;
	border-bottom-width:1px;
}
.nav {
	float:left;
	margin-top:6px;
	margin-right:15px;
	color:#b9b309;
	font-size:11px;
}
.navlight {
	float:left;
	margin-top:6px;
	margin-right:15px;
	color:#b9b309;
	font-size:11px;
}


/*//////////////// NEWS / BLOG ///////////////*/

.newsheadline {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
}

.newsheadline h1{
	color:#5e88a2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:36px;
	margin-top:-10px;
}

.newscategories {
	padding:5px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#5e88a2;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#5e88a2;
	margin-bottom:25px;
}

.newspost {
	margin-bottom:15px;
	visibility:visible;
}

.newspost p {
	margin:0px;
}

.newsimage {
	margin-right:20px;
	margin-bottom:10px;
	margin-top:5px;
}


/*///////////////// FOOTER ///////////////////*/

#footer {
	
	display:block;
	width:550px;
	height:80px;
	position:absolute;
	bottom:0;
	right:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#442916;
	font-size:9px;
	border-left:dotted;
	border-left-width:1px;
	border-left-color:#5e88a2;
	z-index:0;
}

#footer a {
	color:#442916;
	font-size:9px;
	text-decoration:underline;
}
#footer a:hover {
	color:#A55620;
	font-size:9px;
	text-decoration:underline;
}
#footer a:visited {
	color:#442916;
	font-size:9px;
	text-decoration:underline;
}
#footer a:visited:hover {
	color:#A55620;
	font-size:9px;
	text-decoration:underline;
}


#footer #footnav {
	line-height:17px;

}

#footer #footnav a {
	text-decoration:none;
	color:#5e88a2;
}

#footer #footnav a:hover {
	text-decoration:underline;
	color:#345366;
}

#footer #footnav a:visited {
	text-decoration:none;
	color:#5e88a2;
}

#footer #footnav a:visited:hover {
	text-decoration:underline;
	color:#345366;
}



/*///////////////// MISC ///////////////////*/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
