/* CSS Document */

		
		body {
	font-family: Tahoma, Verdana;
	text-align: center;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EDEBE4;
}
#wrapper {
	width: 967px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/full_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-left: 1px;
}
.dirt {
	position: absolute;
	z-index: -1;
	margin-top: 176px;
	margin-left: -700px;
}




#branding {
	height: 135px;
	background-repeat: no-repeat;
	background-position: left top;
}
.logo {
	float: left;
	margin-top: 8px;
	margin-left: 11px;
}

#top_nav {
	clear: both;
	height: 40px;
	width: 961px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

#top_nav ul {
	
}
#top_nav ul li{
	list-style: none;
	float: left;
	height: 40px;
}

#top_nav ul li a{
	display: block;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	float: left;
	background-repeat: repeat-x;
	font-weight: normal;
		text-shadow: 1px 1px 0px #000;
}
/* ----------- Home Button --------------*/
.nav_home a{
	width: 63px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

.nav_home a:hover, body#home .nav_home a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- about Button --------------*/
.nav_about a{
	width: 85px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_about a:hover, body#about .nav_about a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- groundwork Button --------------*/
.nav_groundwork a{
	width: 158px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_groundwork a:hover, body#groundwork .nav_groundwork a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- specialist Button --------------*/
.nav_specialist a{
	width: 139px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_specialist a:hover, body#specialist .nav_specialist a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- building Button --------------*/
.nav_building a{
	width: 157px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_building a:hover, body#building .nav_building a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- projects Button --------------*/
.nav_projects a{
	width: 124px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_projects a:hover, body#projects .nav_projects a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- testimonials Button --------------*/
.nav_testimonials a{
	width: 146px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_testimonials a:hover, body#testimonials .nav_testimonials a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}
/* ----------- contact Button --------------*/
.nav_contact a{
	width: 72px;
	background-image: url(../images/button_bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_contact a:hover, body#contact .nav_contact a{
	background-image: url(../images/button_bg_over.png);
	background-position: left bottom;
}






#wrapper #content #slider {
	background-image: url(../images/blueBox_home.jpg);
	background-position: left top;
	height: 264px;
	width: 941px;
	background-repeat: no-repeat;
}
#slider h1 {
	font-size: 29px;
	color: #FFFFFF;
	font-weight: normal;
	width: 300px;
	margin-top: 15px;
	margin-left: 15px;
	line-height: 31px;
	padding-bottom: 10px;
	float: left;
	letter-spacing: -2px;
}
.smaller_header {
	font-size: 21px;
}

#slider p {
	font-size: 15px;
	width: 300px;
	margin-left: 15px;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
	clear: left;
}
#slider_holder {
	float: right;
	background-image: url(../images/slide_bg.png);
	height: 253px;
	width: 597px;
	margin-top: 5px;
	margin-right: 7px;
}


/*** set the width and height to match your images **/



#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	margin-top: 9px;
	margin-left: 9px;
}
#slideshow {
	float: left;
	overflow: hidden;
	height: 253px;
	width: 597px;
	position: relative;
}


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

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









#content {
	clear: both;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 7px;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#inner_wrap {
	background-image: url(../images/inner_wrap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 6px;
}
#inner_wrap_no {
	background-image: url(../images/inner_wrap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
}
#col_left {
	float: left;
	width: 224px;
	padding-right: 9px;
	padding-left: 8px;
	padding-top: 7px;
}
/* Left Nav CSS*/

#leftnav {
	float: left;
	width: 222px;

	margin-bottom: 15px;
}
#leftnav h6 {
	background-image: url(../images/projects_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 17px;
	text-indent: -3000px;
}
#contact_details h6 {
	background-image: url(../images/contact_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 17px;
	text-indent: -3000px;
}

#leftnav ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#leftnav ul li{
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#leftnav ul li a{
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	display: block;
	background-image: url(../images/small_arrow.jpg);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 13px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;

} 
#leftnav ul li a:hover, #leftnav ul li a:focus{
	color: #A1080A;

}
#contact_details {
	float: left;
	width: 222px;
	background-image: url(../images/blue_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#contact_details p {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
}
#contact_details a {
	color: #0065AD;
	text-decoration: none;
}
#contact_details a:hover {
	color: #666666;
	text-decoration: underline;
}
#logos {
	clear: both;
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-left: 0px;
}

#col_right {
	float: left;
	padding-top: 16px;
	padding-left: 22px;
	width: 665px;
	padding-bottom: 20px;
	background-image: url(../images/inner_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -7px;
}
#col_right h1 {
	font-size: 30px;
	color: #244075;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#col_right h2 {
	font-size: 20px;
	color: #244075;
	font-weight: normal;
	margin-bottom: 10px;
}
#col_right p {
	font-size: 12px;
	line-height: 16px;
	color: #5d5d5d;
	padding-bottom: 13px;
}
.header_small {
	display: block;
	font-size: 20px;
	color: #494948;
	font-weight: normal;
	padding-top: 3px;
}
.slightly_smaller {
	font-size: 29px;
}
.client_logo {
	float: right;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	margin-left: 20px;
}

.header_grey {
	font-size: 24px;
	color: #494948;
	font-weight: normal;
}
.box {
	float: left;
	width: 220px;
}
.box_blue {
	background-image: url(../images/3_box_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	margin-left: -10px;
}
.box_green {
	background-image: url(../images/3_box_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
}
.box_red {
	background-image: url(../images/3_box_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_red h3 a, .box_blue h3 a {
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 11px;
	height: 150px;
	display: block;
	text-decoration: none;
	text-indent: -3000px;
}
.box_red  h3 a:hover, .box_blue h3 a:hover{
	text-decoration: underline;
}
.box_green h3 a {
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	padding-left: 50px;
	padding-top: 11px;
	height: 150px;
	display: block;
	text-decoration: none;
	text-indent: -3000px;
}
.box_green   h3 a:hover{
	text-decoration: underline;
}


.box h4 {
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
	font-size: 11px;
	font-weight: normal;
	color: #5d5d5d;
}
a.cta_view {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/view.jpg);
	display: block;
	height: 19px;
	width: 185px;
	padding-left: 30px;
	padding-top: 5px;
	text-decoration: none;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.cta_view:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/view.jpg);
	display: block;
	height: 19px;
	width: 185px;
	padding-left: 30px;
	padding-top: 5px;
	text-decoration: none;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#base {
	background-image: url(../images/base.png);
	height: 40px;
	width: 967px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 1px;
}
#footer {
	background-image: url(../images/footer.png);
	height: 73px;
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#f_row_one {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	line-height: 13px;
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#f_row_two {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;

}
/* Top Nav CSS*/

#footer ul{
padding: 0;
margin: 0;
}
#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 9em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer ul li a:hover, #footer ul li a:focus{
	text-decoration: underline;
}
.para_left {
	float: left;
	margin-left: 25px;
}
.para_right {
	float: right;
	margin-right: 23px;
}
.para_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.para_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}.col_left_inner_marg {
	margin-top: 0px;
}
#description {
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0a4b7f;
	border-left-color: #0A4B7F;
	background-color: #0065AF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0a4b7f;
	border-bottom-color: #0a4b7f;
	font-size: 14px;
}
.box_type {
	width: 150px;
	display: block;
	float: left;
	height: 40px;
	font-weight: bold;
}
#purpose {
	background-image: url(../images/grey_grad.jpg);
	background-repeat: repeat-x;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-position: bottom;
	border: 1px solid #cfcfcf;
	font-size: 14px;
}
strong {
	font-weight: bold;
}
#slider_projects_holder {
	width: 640px;
	background-image: url(../images/slider_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 160px;
	padding-left: 25px;
	border: 1px solid #cfcfcf;
	padding-top: 15px;
	margin-bottom: 15px;
}
#slider1 {
	width: 400px;
}



#slider1 li {
	width: 209px;
}
#slider1 img {
	padding: 2px;
	height: 137px;
	width: 190px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#slider1 img:hover {
	padding: 2px;
	height: 137px;
	width: 190px;
	border: 1px solid #494948;
	background-color: #0064AF;
}
a.bx-prev {
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 26px;
	text-indent: -3000px;
	display: block;
	background-position: left top;
	margin-top: -91px;
	margin-left: -41px;
}
a.bx-next {
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 26px;
	text-indent: -3000px;
	display: block;
	background-position: left top;
	margin-top: -29px;
	margin-left: 628px;
}
a.bx-prev:hover {
	background-position: left -29px;
}
a.bx-next:hover {
	background-position: left -29px;
}
.image_right {
	float: right;
	margin-left: 20px;
	padding: 2px;
	border: 1px solid #999999;
}
em {
	font-style: italic;
}
/* Ccontact Form CSS */


#contactEmail {
	margin-left: 65px;
	margin-bottom: 20px;
}
#col_right fieldset {
	width: 430px;
	border: 1px solid #BFBDBD;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#col_right  fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#col_right  fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2px;
}

#col_right fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #F5F5F5;
}

#col_right legend {
	color: #347AB0;
	font-size: 17px;
	font-weight: normal;
}
#contactEmail label {
	color: #6A6A6A;
	font-size: 12px;
	display: block;
	padding-top: 7px;
}
.linebox {
	width: 270px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	line-height: 23px;
	height: 23px;
	color: #999999;
	font-size: 13px;
}
.lineboxtext {
	width: 270px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	line-height: 23px;
	height: 150px;
	color: #999999;
	font-size: 13px;
}
.submitbutton {
	background-color: #0064AF;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #0064AF;
}
.projects_minus {
	margin-top: 0px;
}
.sub_large {
	font-size: 18px;
	line-height: 24px;
}
