body {
	font: 12px Arial;
	line-height: 8px;
	background: url(images/bg.gif) repeat-x 0 0;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

div {
	text-align: left;
}

/* BEGIN Layout */

#header {
	/*width: 970px;*/
	width: 100%;
	margin: auto auto;
}

#navigation {
	width: 960px;
	margin: auto auto;
}

#body {
	/*width: 985px;*/
	width: 960px;
	margin: 8px auto;
	background: url(images/wraprightbg.gif) no-repeat right 0;
	min-height: 1208px;
}

	#sidebar {
		float: left;
		background: url(images/wrapleftbg.gif) no-repeat 0 0;
		width: 250px; height: 600px;
	}
	
		#nav {
			background: url(images/sidenavbg.gif) no-repeat right 0;
			padding-right: 3px;
		}
	
			.navhead {
				background-color: #ECECEC;
				padding: 6px 6px 10px 12px;
				margin: 1px 0 0 9px;
			}
		
		#news {
			/*background-color: #F5F5F5;*/
			border-bottom: 3px solid #F0F0F0;
			margin: 10px 0 0 9px;
		}
		
			.newshead {
				/*background-color: #F5F5F5;*/
				padding: 6px 10px 10px 12px;
				border-top: 3px solid #F0F0F0;
			}
		
			#news .newsdiv1 p {
				color: #666666;
				font-size: 11px;
			}
			#news .newsdiv1 p A{
				color: #666666;
				font-size: 11px;
				text-decoration:underline;
				font-weight: normal;
				
				
			}
	
		#content {
    float: left;
    width: 687px;
    /* padding-top: 15px; */
    min-height: 800px;
    padding: 10px 0 0 15px;
		}

	
		#mainservices {
			background: url(images/listbgblue.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}
		
		#otherservices {
			background: url(images/listbggray.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}

#footer {
	width: 960px;
	margin: auto auto;
	background: url(images/footleftbg.gif) no-repeat 0 0;
}

#footer2 {
	background: url(images/footrightbg.gif) no-repeat right 0;
}

	#copyright {
		float: left;
		margin: 0 7px 70px 14px !important;
		padding: 0 !important;
		border: 0 !important;
		font: 0.8em Verdana !important;
		background: none !important;
	}
	
	#designer {
		margin: 0 14px 70px !important;
		padding: 0 !important;
		border: 0 !important;
		float: right;
		font: 0.8em Verdana !important;
		background: none !important;
	}

/* END Layout */

/* BEGIN Styles */

#header h1 {
	font: bold 2.8em Trebuchet MS;
	margin: 30px 0 0 0;
}

#header p {
	margin: -10px 0 30px 140px;
	font: 1.45em Trebuchet MS;
	color: #7D9097;
}

#navigation {
	background-color: #bfbfbf;
	color: #9D9D9D;
}

	#navigation a {
		color: #2c2c2c;
		text-decoration: none;
		font: 1.15em Trebuchet MS;
		margin: 9px;
	}
	
#body {
	background-color: #FFFFFF;
}
	
	#sidebar h2 {
		font: 1.4em Trebuchet MS;
		float: left;
	}
	
	#sidebar ul {
		list-style-type: none;
		margin: 0 0 40px 9px;
		padding: 10px 10px;
		background: url(images/navbg.gif) repeat-x 0 0;
	}
	
		#sidebar li {
			padding: 4px 0;
			font: bold 1em Trebuchet MS;
			border-bottom: 1px dotted #CCCCCC;
			background: url(images/arrow.gif) no-repeat right center;
		}
		
		.navlink {
			padding-left: 10px;
			background: url(images/sidebullet.gif) no-repeat 0 center;
			font-size: 14px;
		}
	
		
	#sidebar a {
		text-decoration: none;
		color: #606060;
	}
	
		#news p {
			border-top: 1px dotted #7A7A7A;
			margin: 5px 0;
			padding: 10px 3px;
			font: 0.9em Arial;
		}
		
		#news a {
			color: #7AB3D8;
			font-weight: bold;
		}

	#content h2, h3 {
		font-family: Trebuchet MS;
		/*font-style: italic;*/
		line-height:20px;
		color:cornflowerblue;
	}
	
	#content h2, h3 {
		font-size: 1.6em;
		margin: 0 0 23px 0;
	}
	

	
	#content a {
		color: #0B65C5;
		/*font-weight: bold;*/
	}
	
		#mainservices ul {
			list-style-type: none;
			margin: 10px 0;
		}
		
			#mainservices li {
				padding: 7px 0 7px 14px;
				border-bottom: 1px dotted #A4C4D8;
				background: url(images/bullet.gif) no-repeat 2px center;
			}
		
		#otherservices ol {
			margin-left: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			#otherservices li {
				padding: 7px 0;
				border-bottom: 1px dotted #A4C4D8;
			}
			
#footer p {
	font: 0.9em Verdana;
	text-align: center;
	padding: 14px;
	border-bottom: 1px dashed #DBDBDB;
	margin: 0 10px 10px 10px;
	background: url(images/footbg.gif) repeat-x 0 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
		
	#designer a, #copyright a {
		font-weight: bold;
	}
	
	#designer, #designer a {
		color: #0072BC;
	}

/* END Styles */

/* START Classes */

.break {
	clear: both;
}

.wrapper {
	padding: 9px;
    text-align: center;
}

#newsexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(images/newsexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#navexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(images/navexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#content p {
	font-size:14px;
	line-height:22px;
	margin: 0 10px 20px 0;
}
#content ul {
    list-style-position: inside;
    margin: 0 0 1.5em 0;
    padding-left: 16px;
}
#content li{
    font-size: 14px;
    line-height: 18px;
    margin: 5px 26px 5px 16px;
    line-height: 150%;
    text-align: left !important;
}

.image {
	BORDER-RIGHT: #d7e5f5 5px solid; BORDER-TOP: #d7e5f5 5px solid; MARGIN: 5px; BORDER-LEFT: #d7e5f5 5px solid; BORDER-BOTTOM: #d7e5f5 5px solid
}
.maplink
{
	padding-left:15px;
}
.marker-quote1{
padding: 15px 20px 15px 20px !important;
margin: 10px 0 15px 0 !important;
color: #415438 !important;
background-color: #e6f5e8;
}
#content .news-full img {max-width: 100%;}
#content iframe {max-width: 100%;}
#content table {width: 100%;}
#content table td {
    font-size: 14px;
    line-height: 150%;
    padding: 2px;
}
#content h1 {
    margin: 0 0 21px 0;
    line-height: normal;
    padding: 0;
	color: #606060;
}
#content h4 {
    margin: 0 0 21px 0;
    line-height: normal;
    padding: 0;
	color: #606060;
    font-size: 16px;
}

.google-auto-placed {margin:0 0 20px 0}
.adsbygoogle {margin: 0 0 0 -28px;}