/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #5F5F5F;
	font: 12px Arial, Helvetica, sans-serif;
	background:#0C3271 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #8fac2b;
	font: 26px/28px Arial, Helvetica, sans-serif;
	
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #13527d;
	font: 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #8fac2b;
	font: italic 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
strong {
	color: #898989;
}
a, a strong {
	color: #77abe8;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		/*color: #000;*/
		text-decoration: underline;
	}
hr {
	color: #13527d;
	height: 1px;
	background-color: #13527d;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #13527d;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 1em 0px;
	border: 4px solid #c4db89;
}
	.box h3 {
		padding: 0px;
		margin: 0px; 
	}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

.servicesNav {
	float: right;
	width: 292px;
	height: auto;
	padding: 4px;
	margin: 1em 0px 0px 10px;
	list-style: none outside none;
	background:url(assets/images/services_bg.jpg) no-repeat left top;
	border: 1px solid #d4d4d4;
}
	.inner {
		width: 230px;
	}
	.servicesNav li {
		padding: 0px 15px;
		margin: 0px;
		width: auto;
		height: auto;
		border-right: 1px solid #77bef4;
		border-left: 1px solid #77bef4;
	}
	.servicesNav li.first {
		border-top: 1px solid #77bef4;
		padding-top: 10px;
	}
	.servicesNav li.last {
		border-bottom: 1px solid #77bef4;
		padding-bottom: 10px;
	}
	.servicesNav a {
		color: #fff;
		text-decoration: underline;
	}
	
	.servicesNav a:hover {
		text-decoration: none;
	}
/* Layout
---------------------------------------------- */
#wrapper {
width:auto;
height:auto;
margin:0px;
padding:0px;
background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
	#container {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_bg.jpg) left top repeat-y;
	}
		#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/contents_bg.jpg) left top no-repeat;
		}
			#header {
			width:auto;
			height:276px;
			margin:0px;
			padding:0px;
			}
				#logo {
				width:258px;
				height:252px;
				margin:0px;
				padding:30px 0 0 15px;
				position:absolute;				
				}
				#banner {
				width:950px;
				height:207px;
				margin:0 auto;
				padding:69px 0 0 0;
				}
			#leftCol {
			width:226px;
			height:auto;
			margin:0px;
			padding:0 0 0 15px;			
			}
				#nav {
				width:auto;
				height:auto;
				margin:0px;
				padding:25px 15px 0 15px;
				text-align:right;
				}
					#nav li {
					list-style:none;
					}
					#nav li a {
					padding:0 20px 0 0;
					text-transform:uppercase;
					color:#fff;
						text-decoration: none;
					font:bold 12px Arial, Helvetica, sans-serif;
					}
					#nav li a:hover {
					color:#d6e6a0;
					background:url(assets/images/nav_over.gif) right 3px no-repeat;
					text-decoration:none;
					}
				#sidebar {
				width:auto;
				height:auto;
				margin:0px;
				padding:15px 20px 0 20px;
				color:#fff;
				}
			#rightCol {
			width:640px;
			height:auto;
			min-height:450px;
			_height:450px;
			margin:0px;
			padding:25px 55px 10px 0;
			float:right;			
			}
		#footer {
		width:auto;
		height:30px;
		margin:0px;
		padding:0px;
		background:url(assets/images/footer_bg.jpg) left top no-repeat;
		}
	#bottomInfo {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#b8d383;
	}
		#bottomInfo .phone {
		color:#fff;
		}
#nav2 {
width:980px;
height:auto;
margin:0 auto;
padding:20px 0px;
text-align:center;
list-style: none outside none;
}
	#nav2 li {
	display:inline;
	padding: 0;
	margin: 0;
	}
	#nav2 li a {
	padding:0 15px 0 15px;
	border-right:1px solid #496ca8;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#nav2 li a:hover {
	color:#b8d383;
	text-decoration:none;
	}
	#nav2 .last {
	border:none;
	}
#copy {
width:980px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
font:10px Arial, Helvetica, sans-serif;
color:#fff; 
}
	#copy a {
	color:#b8d383;
	text-decoration:underline;
	}
	

