@charset "UTF-8";
/* Starter */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff url(../images/layout/body-bg.jpg) left top repeat-x;
}

/* default links */

a {
	text-decoration: underline;
}

a:link {
	color: #0C600E;
}

a:visited {
	color: #0C600E;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
}

img {
	border: 0px;
}

/* default positioning */

#mainOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#container {
	width: 900px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

.float {
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.bg {
	background: url(../images/layout/stripe-bg.gif) center top repeat;
	padding-bottom: 50px;
}

/* HEADER */

#header {
	width: 900px;
	height: 365px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header img.phone {
	float: right;
}

#header.home {
	height: 505px;
	background: url(../images/layout/homesplash.jpg) 0px 50px no-repeat;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 80px 0px 0px 80px;
}

#header.home .logo {
	margin: 110px 0px 0px 50px;
}

/* NAV */

#nav {
	width: 900px;
	height: 51px;
	line-height: 51px;
	background: #056233;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#nav ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	text-align: center;
	list-style: none;
	float: left;
}

#nav ul li a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	background: url(../images/layout/nav-button.gif) left top no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .03em;
	text-shadow: #000000 1px 1px 0;
    -webkit-text-stroke: .5px transparent;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85); 
	opacity: .85;
	zoom: 1; /* for IE */
}

* html #nav ul li a { /* for IE6 */
	font-weight: bold;
}

*:first-child+html #nav ul li a { /* for IE7 */
	font-weight: bold;
}

#nav ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
}

#nav ul li a.current {
	color: #6ad052;
	text-shadow: #1f5b28 1px 1px 0;
}


/* CONTENT */

#content {
	width: 900px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}

#content .left {
	width: 510px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 40px;
	line-height: 24px;
	background: url(../images/layout/internal-bg.jpg) left top no-repeat;
}

	#content .left.home {
		background: none;
		font-size: 14px;
	}
	
	#content .left.home ul {
		color: #398420;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 35px;
	}
	
#content .left div.gallery {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}
	
#content .left div.gallery a {
		display: block;
		float: left;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80); 
		opacity: .8;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
}

#content .left div.gallery a:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100); 
		opacity: 1;
}
	
#content ul.clients {
	list-style: none;
}

#content ul.clients li ul {
	list-style: circle;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #666666;
}

#content input, #content textarea {
	border: 1px solid #666666;
	padding: 5px;
	background: #f7f7f7;
}

#content textarea {
	width: 350px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#content input[type=text] {
	width: 50%;
}

#content .right {
	width: 300px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 85px 0px;
	line-height: 21px;
}

#content .right img {
	padding: 10px 0px 0px 0px;
}

#content .right h2 {
	font-size: 16px;
	font-weight: bold;
	color: #398420;
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 5px 0px;
}

#content .right h2 .detail {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	padding-left: 50px;
}

#content .right table tr td a {
	text-decoration: none;
	color: #000000;
}

#content .right table tr td a:hover {
	text-decoration: none;
	color: #666666;
}

#content .right p, #content .right ul {
	padding-right: 15px;
}

#content .right ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* FOOTER */

#content #footer {
	width: 900px;
	height: 125px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ebeaef;
	font-size: 14px;
}

#content #footer img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#content #footer .left {
	width: 540px;
	padding: 0px 20px 0px 40px;
	background: none;
}

#content #footer .left p {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content #footer .left p .small {
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
}

#content #footer .left img {
	position: static;
	float: right;
	padding-top: 10px;
}

.credit {
	width: 885px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 0px;
	font-size: 14px;
	color: #878787;
	line-height: 19px;
	text-align: right;
	float: left;
}

.credit .ingenious a {
	font-size: 11px;
	color: #999999;
}

.credit .ingenious a:hover {
	font-size: 11px;
	color: #333333;
}

.warning {
	line-height: 24px;
	text-align: center;
	background: #e6f1e3;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
} 