@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}

body {
	margin:0;
	background-color: #f8f3d7;
	height:100%;
}

#maindiv {
	position:relative;
	margin:0 auto;
	width:970px;
	height:100%;
}

#header {
	position:relative;
	width:970px;
	height:130px;
	background-image:url(../../assets/graphics/header-01a.jpg);
	background-repeat:no-repeat;
}

#header-menu{
	position:absolute;
	font-size:14px;
	font-weight:bold;
	top:100px;
	left:27px;
	z-index:1000;
}

/* ============================================================css navigation styles */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 135px;
	color:#fff;
	text-decoration:none;
	margin-top:2px;
	padding-left:2px;
	border-style:dotted;
	border-color:#0D7D59;
	border-width:1px;
}

#nav a:hover{
    color:#ccc;
	border-style:solid;
	border-color:#FFDFAA;
	border-width:1px;
}

#nav li {
	float: left;
	width: 135px;
}

#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	border-width:1px;
	background-color:#0b694b;
	padding:5px;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

/* ===========================================================end css navigation styles */




#contentdiv{
	position:relative;
	width:970px;
	height:auto;
	background-image:url(../../assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
}
#svc-content{
	position:relative;
	width:970px;
	height:auto;
	background-image:url(../../assets/graphics/svc-contentBKG.jpg);
	background-repeat:no-repeat;
}

#contentdiv p{
	text-align:justify;
}
#infodiv{
	position:relative;
	text-align:left;
	width:890px;
	margin-left:40px;
	
}

#title {
	position:relative;
	width:520px;
	height:35px;
	text-align:right;
}

#column-full {
	position:relative;
	top: 10px;
	float:left;
	height:auto;
	width:896px;
	text-align:justify;
}

#column-wide {
	position:relative;
	padding-top: 10px;
	float:left;
	height:auto;
	width:590px;
	text-align:justify;
}
#about-us-column {
	width:890px;
	text-align:justify;
	position:relative;
	padding-top:10px;
	height:auto;
	float:left;
}
#about-us-column img {
	position:relative;
	float:right;
	left:17px;
	padding:10px;
	top:-15px;
}

#column-narrow{
	position:relative;
	padding-top: 10px;
	float:left;
	height:auto;
	width:260px;
	padding-left:10px;
	text-align:justify;
}

#contact-column-narrow{
	position:relative;
	padding-top: 10px;
	float:left;
	height:auto;
	width:280px;
	text-align:justify;
}

#contact-column-narrow p{
	background-color:#dbe1c5;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:bold;
}

#contact-column-narrow a{
	position:relative;
	height:15px;
	padding-left:10px;
	font-weight:100;
	display: block;
}

#contact-column-narrow2{
	position:relative;
	padding-top: 10px;
	float:left;
	height:auto;
	width:280px;
	text-align:justify;
}

#links {
	position:relative;
	padding-top: 10px;
	float:left;
	height:auto;
	width:890px;
}

#svc-column-full {
	position:relative;
	top: 10px;
	float:left;
	height:auto;
	width:750px;
	text-align:justify;
}

#svc-column-full img{
	margin:0px 10px 20px 10px;	
}

#svc-column-wide {
	position:relative;
	top: 10px;
	float:left;
	height:auto;
	width:450px;
	text-align:justify;
}

#svc-brief-pic {
	position:relative;
	top: 10px;
	float:left;
	height:auto;
	width:200px;
	text-align:justify;
}

#photoGalleryHeader{
	background-image:url(../../assets/graphics/svc-photo-gallery.jpg);
	width:750px;
	height:56px;
	margin-bottom:20px;
}

#photoGalleryBody {
	position:relative;
	float:left;
	height:auto;
	width:750px;
	text-align:center;
}

#footer{
	position:relative;
	width:970px;
	height:75px;
	background-image:url(../../assets/graphics/footer-01.jpg);
}

#footer-menu{
	position:absolute;
	font-size:12px;
	font-weight:bold;
	top:25px;
	left:27px;
	z-index:1000;
}

#footer-menu a,
#footer-menu a:visited,
#footer-menu a:link,
#footer-menu a:active {
	color:#0b6549;
	text-decoration:none;
}

#footer-menu a:hover{
	color:#000;	
}
img {
	border-style:none;
}
#webcac {
	position:absolute;
	top:48px;
	left:670px;
}

#email_section_title{
	position:relative;
	width:295px;
	color:#060; 
	font-weight:bold; 
	font-size:12px;	
	text-decoration:underline;
}

#column-wide ul {
	list-style-type: none;
}
#column-wide ul ul li {
	padding-left: 25px;
}
#clearit {
	clear: both;	
}