@charset "UTF-8";
/* CSS Document */
body{
	background-color: #e0d39f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
a:link {text-decoration: underline; color: #e3dbb6;}
a:visited {text-decoration: underline; color: #e3dbb6;}
a:active {text-decoration: underline; color: #e3dbb6;}
a:hover {text-decoration: underline; color: #e3dbb6;}

h1, h2{
	margin-left: 15px;
	font-family: "Tekton Pro", "Bell Gothic Std", Georgia;
	text-align: left;
}
h1{
	margin-top: -20px;
	color: #2f4d22;
}	

.sideText{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
}
.highlight{
	color: #000254;
	font-weight: bold;
}
.center{
	margin: 0 auto;
}
.serviceImg{
	border: 1px solid #000136;
	padding: 5px;
	float: left;
	margin: 10px;
	background-color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
img.serviceImg:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.servicesMenu{	
	border: 1px solid #fff;
	text-align: center;
}

input, textarea {
	display: block; 	
	color: #909590; 
	border: solid 1px #bbb; 
	background-color: #eee;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="submit"]{
	padding: 0px;
	margin-top: 10px;
}

input[type="submit"]:hover{
	color: #fff; 
	border: solid 1px #bbb; 
	background-color: #2f4d22;
}
fieldset {
	text-align: center;
}
legend{
	font-size: 15px;
	font-weight: bold;
}
p.testimonials{
	margin-left: 30px;
	color: #000254;
}
p.quote{
	line-height: 20px;
	vertical-align: middle;
}
input.error, textarea.error{ background-color: red; color: white;}
/* Menu ****************************************************************************/
#nav {
	width: 300px;
	padding: 0 0em 0;
	margin-bottom: 1em;	
	background-color: #000254;
	color: #e3dbb6;
	font-size: 14px;
}
#nav ul {
		margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	list-style-type: none;
	border-bottom: 3px solid #0c0e78;
	margin: 0;
	width: 330px;
}
#nav li a {
	display: block;
	padding: 7px 0px 5px 30px;
	border-right: 10px solid #000136;
	background-color: #000254;
	color: #fff;
	text-decoration: none;
}
#nav li.selected a{
	border-right: 10px solid #000254;
	background-color: #e0d39f;
	color:  #000254;
}

html>body #nav li a { /*Non IE6 width*/
	width: 330px;
}
#nav li a:hover {
	border-right: 10px solid #000254;
	background-color:  #e0d39f;
	color:  #000254;
}
/*******************************************************************************************/
h4, h3{
	width: 370px;
	line-height: 30px;
	background-color: #000254;
	font-size: 10px;
	text-align: center;
	color: #e3dbb6;
	position: absolute;
	bottom: -13px;
	left: -370px;
	z-index: 5;
	margin-top: 30px;
	font-weight: normal;
}
h3{
	width: 100%;
	background-color: #2f4d22;
	bottom: -10px;
	left: 0px;
}
/************************************************************************************/
#container {
	position:relative; 
	display:block; 
	background-color: #fff;
	border-left:370px solid #0c0e78; 
	overflow:visible;
	width: 630px;
    left: 50%;
    margin-left: -500px;
}

#clear{
	clear: both;
	height:1px;
	overflow:hidden;
}
#sidebarColumn {
	float:left; 
	position:relative; 
	width:369px; 
	margin-left:-370px; 
	display:inline;
	border-top: 10px solid #000254;
	color: #e3dbb6;
	margin-bottom: 40px;
}
#main{
	background-color: #fff;
	padding: 15px;
	color: #030;
	margin-left: 10px;
	width: 590px;
	margin-bottom: 40px;
}
#main a:link {text-decoration: underline; color: #000254;}
#main a:visited {text-decoration: underline; color: #2f4d22;}
#main a:active {text-decoration: underline; color:#000254;}
#main a:hover {text-decoration: underline; color:#000254;}
.news {
	clear: left;
	margin-right: 15px;
	margin-left: 15px;
}
.news .floatbox{
	float: left;
	width: 115px;
	margin-bottom: 20px;	
}

p#OSM{text-align: center; margin-top: 10px; color: #a29d82; font-size: 11px;}
p#OSM a:link {text-decoration: underline; color: #a29d82;}
p#OSM a:visited {text-decoration: underline; color: #a29d82;}
p#OSM a:active {text-decoration: underline; color: #a29d82;}
p#OSM a:hover {text-decoration: underline; color: #a29d82;}

