/* PNG FIX ------------------------------ */
img, div { behavior: url(/js/iepngfix.htc) }

/* HTML Reset ------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,br { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
table td {
	vertical-align: top;
}

fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }

/* Global CSS ------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color: #140f05;
}

input, form, textarea, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
h1 {font-size:34px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 2px; }
h2 { font-size:20px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 2px; }
h3 { font-size:20px; margin: 10px 0 4px 0; font-family: Georgia, "Times New Roman", Times, serif;}
a:link, a:visited{
	color:#58B059;
}
a:hover{text-decoration:none;}

#wrap {
	background: url(../images/page-bg.jpg) repeat-x;
}
/* #leafbg {
	background: url(images/leaf-bg2.gif) no-repeat center 7px;
} */
#wrap #container {
	color: #FFF;
	margin: 0 auto;
	width: 900px;
}
#wrap #leafbg {
	background: url(../images/leafbg.gif) center 146px no-repeat;
}

#container .shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
#container .darkbg {
	background: url(../images/content-bg.png) repeat;
	background-position: top;
	
}
#container .left2col li, #container #left2col li {
	margin:0 0 0 20px;
}
#container .left2col ul, #container #left2col ul {
	padding:2px 0 12px 2px;
}
.box p, #left2col p, #footer p, #feat_right p, #col1 p, #callout1 p, #callout2 p, #feat_text p {
	margin-bottom: 8px;
	line-height: 1.4em;
}
.clearfloat { /* class to fully contain float */
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}


/* Top CSS ------------------------------ */
#wrap_top {
	display:block;
	margin: auto;
	border-bottom: solid 1px #1b4f1c;
	background: #1c5a1d url(../images/top-bg.gif);
}
#wrap_top #top{
	width:900px;
	display:block;
	height:30px;
	margin: 0 auto;
	font-size: 11px;
	text-align:right;
	line-height:30px;
	color:#ffffff;
	font-weight: bold;
}

/* Header/Nav CSS ------------------------------ */
#container #header {
	height: 130px;
}
#header #logo {
	color: #333;
	float: left;
	margin: 18px 0 0 20px;
}
#header #phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 9px 20px;
	float: right;
	background: url(../images/telephone.gif) no-repeat 0;
	text-align: right;
	padding: 0 0 0 30px;
	font-size: 36px;
}
#header #contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 18px 0 12px 0px;
	float: right;
	text-align: right;
	padding: 0 0 0 30px;
	font-size: 23px;
	font-style:italic;
}
#header #nav ul {
	float: right;
}
#header #nav {
	height: 60px;
	margin: 9px 0 0;
	float: right;
	text-align: right;
	width: 500px;
}

#header #nav ul li {
	float: right;
	padding: 0 15px;
	background-color: #58b059;
	border-left: solid 1px #449745;
	border-top: solid 1px #70c371;
	line-height: 60px;
	list-style: none;
	display:inline;
}
#header #nav ul li a {
	color: #1c5b1d;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#header #nav ul li:hover {
	background: #6ccc6d;
}

/* Callout Global ------------------------------ */
#callout1 .box, #callout2 .box {
	width: 258px;
	float: left;
	padding: 20px;
	vertical-align: top;
}
#callout1 .box a, #callout2 .box a {
	font-weight: bold;
	text-align: right;
}

/* Callout 1 ------------------------------ */
#callout1 {
	background-color:#433416;
	margin: 1px 0 0 0;
}
#callout1 .box {
	border-right: solid #5f4a1f 1px;
	border-left: solid #221a0b 1px;
	border-top: solid #5f4a1f 1px;
	background-color:#433416;
}
#callout1 .box img {
	border: 1px solid #bf9e5d;
}
#callout1 .box a {
	color: #cfac65;
	font-size: 13px;
}

/* Callout 2 ------------------------------ */
#callout2 {
	background-color:#2f8230;
}
#callout2 .box {
	border-right: solid #3f9a41 1px;
	border-left: solid #246a25 1px;
	background-color: #2f8230;
}
#callout2 .box img {
	border: 1px solid #174617;
}
#callout2 .box a {
	color: #0F2F0F;
	font-size: 13px;
}
#feat_right .box {
	width: 259px;
	float: left;
	padding: 20px;
	border-top: solid #040301 1px;
	border-bottom: solid #4b3a16 1px;
	border-left: solid #040301 1px;
}
#feat_right .thumb {
	padding: 14px;
	border-top: solid #040301 1px;
	border-bottom: solid #4b3a16 1px;
	border-left: solid #040301 1px;
}
.thumb img {
	border:solid #5f4a1f 3px;
	margin:2px;
}
.thumb img:hover {
	border: solid #449745 3px;
}
.thumb .click {
	color: #cfac65;
	font-size: 11px;
}



#feat_right .box a {
	font-weight: bold;
	color: #449745;
	text-align: right;
	font-size: 14px;
}
#feat_right {
	width: 300px;
	float: left;
	background: #140F05 url(../images/index-bg.gif) repeat-x;
}
#feat_img {
	width: 600px;
	float: left;
}
#feat_img img {
	border-top: solid #040301 1px;
	border-bottom: solid #4b3a16 1px;
}


/* Projects/Services Page ------------------------------ */


/* Case Study Page ------------------------------ */
#casefeat {
	border-top: solid #040301 1px;
	border-bottom: solid #4b3a16 1px;
}
#container #case_left2col {
	width: 600px;
	float: left;
}

/* Footer ------------------------------ */
#footer {
	width: 900px;
	clear:both;
	padding: 15px 0 0 0;
	background: url(../images/footer-bg.gif) no-repeat top;
	border-top: solid #30250f 1px;
	font-size: 11px;
	color: #5d4b26;
	margin: 0 0 0 0;
	text-align: center;
}
#footer a {
	color: #705827;
}

/* Layout Structure ------------------------------ */
#container #left2col, .left2col {
	width: 560px;
	margin: 0 20px 0 0;
	float: left;
	padding: 20px 0 20px 20px;
	clear: left;
}
#right2col .box {
	width: 258px;
	float: left;
	padding: 20px;
	border-top: solid #040301 1px;
	border-bottom: solid #4b3a16 1px;
	background-color:#433416;
}
#right2col .box a {
	font-weight: bold;
	color: #449745;
	text-align: right;
	font-size: 13px;
}
#right2col {
	color: #FFF;
	width: 300px;
	float: left;
	padding: 0 0 0;
}
#right2col .box img {
	border: solid #4b3a16 1px;
}
#col1 {
	padding: 20px 20px 30px 20px;
}

/* Image Box ------------------------------ */
.imgbox {
	font-size: 11px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 10px;
	background-color: #332710;
	border-bottom: solid 1px #0E0B03;
	border-top: solid 1px #4f3b13;
	width: 260px;
}
.imgbox img {
	border: 1px solid #bf9e5d;
}
.imgbox .caption {
	color: #CFAC65;
	width: 260px;
}
.quote {
	font-size: 14px;
	font-weight: bold;
	color: #CFAC65;
	margin-bottom:8px;
}
.small {
	font-size:11px;
}
#contactBtn {
	background:url(../images/contactus.gif) no-repeat;
	width:241px;
	height:61px;
	border:none;
	cursor:pointer;
}
.td_data {
	padding:2px;
}





/* feat_img */

#feat_img {
    position:relative;
	height:500px
}

#feat_img IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#feat_img IMG.active {
    z-index:10;
    opacity:1.0;
}

#feat_img IMG.last-active {
    z-index:9;
}

.padul {
	padding-left:15px;
}