@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	background-image: url(../nav_images/backgrounds/ws2-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sideNav {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#sideNav li {
}
#sideNav li a {
	color: #53691E;
	text-decoration: none;
	background-color: #EFF2EB;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #D1E2EA;
	margin-bottom: 5px;
	font-weight: bold;
	padding-right: 2px;
}
#sideNav li a:hover {
	color: #5D7722;
	background-color: #D1E6FE;
}

#header {
	background-color: #2E2E2E;
	background-image: url(../nav_images/backgrounds/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}


#nav {
	list-style: none;
	width:604px;
	float:right;
	padding: 0;
	margin: 0px;
}

#nav li{
	display: inline;
	
	
}

#nav  a {
	display:block;
	float:right;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #D1E6FE;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-color: #2E2E2E;
	height: 50px;
	line-height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #434040;
}

#nav a:hover {
	color: #53691E;
	text-decoration: none;
	background-image: url(../nav_images/backgrounds/nav-roll.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainContent  a {
	color: #778A3F;
	text-decoration: none;
}

#mainContent   a:hover {
	color: #0ECCFF;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.projectBox {
	background-color: #EFF2EB;
	color: #2D2D2D;
	border: 2px solid #E1DCD9;
	display: block;
	background-image: url(../nav_images/backgrounds/project-box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.projectBox .content {
	font-size: 11px;
	list-style-type: none;
	color: #333;
	padding: 5px;
}
.projectBox .content .client,.projectBox .content .location {
	color: #2D2D2D;
}
.projectBox .content .title {
	font-size: 11px;
	color: #333;
}
.content .title strong {
	color: #030944;
}
.projectBox .photo {
	padding: 5px;
	float: left;
	margin: 5px;
	background-color: #657A2D;
	border: 1px solid #D2D2D2;
	position: relative;
}

#mainContent .projectBox .continue a{
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	width:102px;
	height:30px;
	background-color: #53691E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
.projectBox .photo .overlay {
	height: 58px;
	width: 67px;
	position: absolute;
	background-image: url(../nav_images/btn/photo.gif);
	background-position: right bottom;
	left: 212px;
	top: 110px;
	background-repeat: no-repeat;
}
.projectBox .photo .overlay a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#mainContent .projectBox .continue a:hover {
	color:#E9E9E9;
	display:block;
	float:right;
	font-weight:bold;
	line-height:39px;
	margin:0 0 10px 0;
	text-align:center;
	text-transform:uppercase;
	width:102px;
	height:39px;
	background-color: #4D621C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 11px;
	}
/*footer*/
#footer {
	background-color: #2D2D2D;
	background-image: url(../nav_images/backgrounds/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 113px;
	padding-top: 0;
	padding-left: 20px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
#footer2 {
	height: 40px;
	padding-top: 0;
	background-color: #2D2D2D;
	color: #666;
	padding-left: 20px;
	font-size: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer2  a {
	color: #53691E;
	text-decoration: none;
}
#footer2   a:hover {
	color: #D1E6FE;
	text-decoration: none;
}
#footer p,#footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .address1 {
	font-size: 11px;
	color: #2E2E2E;
	display: block;
	width: 270px;
	padding-right: 10px;
	float: left;
	list-style-type: none;
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#footer .address {
	font-size: 11px;
	color: #2E2E2E;
	display: block;
	width: 270px;
	padding-right: 10px;
	float: left;
	list-style-type: none;
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #2D2D2D;
}
#footer .address .name,#footer .address1 .name  {
	font-weight: bold;
	color: #2D2D2D;
	font-size: 12px;
	text-transform: uppercase;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrtCol { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: block;
	width: 300px;
}
.fltlftCol { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: block;
	width: 300px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1,.contentServices h1 {
	font-size: 18px;
	color: #2D2D2D;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D2D2D;
}
.contentServices {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 900px;
}
.locationOffice {
	display: block;
	padding: 2px;
	width: 300px;
	background-color: #CCC;
	height: 250px;
	float: left;
	border: 2px solid #3B3B3B;
	margin: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.locationOffice ul {
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.locationOffice ul li strong {
	color: #53691E;
}
.contactList {
	margin: 0px;
	padding: 0px;
}
.contactList li {
	font-size: 11px;
	padding: 5px;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #2D2D2D;
	border: 2px solid #53691E;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contactList li a {
	color: #3B3B3B;
	display: block;
	width: 70px;
	text-decoration: none;
	text-align: center;
	background-color: #CCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-top: 5px;
	font-size: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 11px;
	margin-right: 2px;
}
.contactList li a:hover {
	color: #CCC;
	background-color: #999;
	
}
.contactList li strong {
	color: #D1E6FE;
	display: block;
}
.contactList img {
	font-size: 11px;
	padding: 2px;
	list-style-type: none;
	display: block;
	border: 1px solid #C0CFE1;
	float: left;
	margin: 0px;
}
.feat {
	margin: 10px;
	border-bottom-color: #2b343a;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	float: left;
	font-size: 13px;
	padding: 15px;
	color: #cccccc;
	background-color: #283033;
	height: 145px;
	width: 220px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.projectBox p {
	padding-bottom: 5px;
}

