body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#5C75BE;
	font-family:arial;
}
#background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#content {  
	position:relative;
	top:50px;
	z-index:3;
	width:974px;
	margin:0 auto;
	font-size:13px;
}
#content p{
	line-height:18px;
}
h1, .yelling{
	color:#93A25D;
	margin:0px;
	line-height:25px;
	font-size:26px;
}
h2{
	color:#D9CE9B;
	margin:0px;
	font-size:22px;
	line-height:35px;
}
h3{
	color:#93A25D;
	margin:0px;
	font-size:18px;
	line-height:30px;
}
#sidebar{
	width:200px;
	float:left;
}
#sidebar #left-top{
	background:url(/images/left-top.gif) no-repeat;
	width:200px;
	height:127px;
	float:left;
}
#sidebar #left-body{
	background:url(/images/left-tile.gif) repeat-y;
	width:180px;
	float:left;
	padding:0px 10px;
}
#sidebar #left-bottom{
	background:url(/images/left-bottom.gif) no-repeat;
	width:200px;
	height:28px;
	float:left;	
}
#sidebar a, #sidebar a:visited{
	color: #EDE7D0;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.6em;
	margin-left:10px;
}
#sidebar a:hover{
	color: #FFFF99;
	text-decoration:underline;
}
#nav {
	margin-top:-5px;
}
.list-img{
	background:url(/images/list.gif) no-repeat;
	width:19px;
	height:27px;
}
#services-nav{
	margin-left:20px;
}
#services-nav a, #services-nav a:visited{
	list-style:none;
	font-size:14px;
	text-transform:capitalize;
}
/* End sidebar and nav styles */
/* Begin right content styles */
#right{
	float:left;
	width:762px;
	margin-left:10px;
	min-height:510px;
}
#right-top{
	width:762px;
	height:26px; 
	float:left;
	background:url(/images/right-top.gif) no-repeat;
}
#right-tile{
	width:762px;
	float:left;
	background:url(/images/right-tile.gif) repeat-y;
}
#right-bottom{
	width:762px;
	float:left;
	background:url(/images/right-bottom.gif) no-repeat;
	height:13px;
}
#right-tree{
	width:725px;	
	padding-left:22px;
	padding-right:15px;	
	float:left;
	background:url(/images/right-tree.gif) bottom right no-repeat;
	min-height:474px;
}
#right-tree ul{
	line-height:25px;
}
a, a:visited{
	color:#636F37;
}
a:hover{
	text-decoration:none;
}
#home-main #home-right{
	float:right;
}
#home-main #home-right img{
	position:absolute;
	top:100px;
	right:58px;
	z-index:-2
}
.border{
	border:2px solid #93A25D;
}
/* SERVICES GRID PAGE STYLES */
#grid-shell{
	margin-top:20px;
}
#grid-shell img{
	border:1px solid #000;
}
.services-grid{
	float:left;
	margin:13px;
	margin-top:0px;
	width:205px;
	min-height:300px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.services-grid p{
	font-size:12px;
	font-weight:normal;
	
}
.services-grid a, .services-grid a:visited{
	color:#636F37;	
}
img.thumbs{
	float:left;
	margin:13px;
	border:1px solid #000;
}
/* ABOUT US STYLES */
.img-right{
	float:right;
	border:1px solid #000;
	margin:15px;
}
/* FOOTER STYLES */
#footer{
	float:left;
	width:700px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding:20px;
}
#footer a, #footer a:visited{
	color:#fff;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	_height: 1%;
}
.clearfix {
	display:block;
}