@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/grey_stripe_background.gif);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding-top: 22px;
}
#container #content {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#right_content #contact_info {
	margin-top: 15px;
}
.caps_bold {
	font-weight: bold;
	text-transform: uppercase;
}

#container #content #left_content {
	float: left;
	width: 480px;
	background-image: url(images/left_content_bg_480.gif);
	background-repeat: repeat-y;

}
#container #content #right_content {
	float: right;
	width: 221px;
}
#container #header #search {
	float: right;
	margin-top: 30px;
}
#container #navigation {
	width: 100%;
	height: 41px;
	background-color: #e5e5e5;
}

#container #content h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF3333;
	letter-spacing: .2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#container #content p {
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

#container #header #logo {
	float: left;
	margin-left: 29px;
}

.clear {
	clear: both;
}
#container #footer {
	font-size: 7pt;
	background-color: #e5e5e5;
	margin-top: 10px;
	width: 100%;
	padding: 20px 0px;
}

#navigation ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

#navigation li {
	display: block;
	float: left;
	height: 26px;
	width: 132px;
	text-transform: uppercase;
	font-weight: normal;
	list-style: none;
	text-align: center;
}
#header input {

}


#navigation #buttons a {
	padding-top: 8px;
	background-image: url(images/button_up.png);
	color: #FFF;
	text-decoration: none;
	height: 26px;
	width: 132px;
	display: block;
	font-weight: bold;
}

#navigation #buttons #home_button a {
		background-image: url(images/home_up.gif);
	}

#navigation #buttons #home_button a:hover {
		background-image: url(images/home_over.gif);
	}

#navigation #buttons #id_button a {
	background-image: url(images/international_division_up.gif);
	}

#navigation #buttons #id_button a:hover {
		background-image: url(images/international_division_over.gif);
	}

#navigation #buttons #gc_button a {
	background-image: url(images/general_contracting_up.gif);
	}

#navigation #buttons #gc_button a:hover {
		background-image: url(images/general_contracting_over.gif);
	}

#navigation #buttons #cs_button a {
	background-image: url(images/community_service_up.gif);
	}

#navigation #buttons #cs_button a:hover {
		background-image: url(images/community_service_over.gif);
	}
#navigation #buttons #pg_button a {
	background-image: url(images/project_gallery_up.gif);
	}

#navigation #buttons #pg_button a:hover {
		background-image: url(images/project_gallery_over.gif);
	}

#navigation #buttons #careers_button a {
	background-image: url(images/careers_up.gif);
	}

#navigation #buttons #careers_button a:hover {
		background-image: url(images/careers_over.gif);
	}






#navigation #buttons {
	margin-left: 4px;
	}

#footer_menu  li {
	float: left;
	display: block;
	padding-left: 10px;
}
#mag_photo {
	float: left;
}
#mag_description {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

#footer #footer_menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#footer_menu a {
	color: #3f3f3f;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
}
.form_label {
	width: 90px;
	display: block;
	float: left;
	padding-top: 5px;
}
.form_field {
	margin-bottom: 8px;
}

input, textarea {
	background-color: #FFFFCC;
	border: 1px solid #9c9c9c;
}
#right_top ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#right_top li {
	margin-bottom: 10px;
}
#right_top a {
	text-decoration: none;
	color:#0033CC;
	display:block;
	margin-left: 80%;
}

#right_top a:hover {
	text-decoration: underline;
}
#left_content li {
	margin-bottom: 15px;
	list-style: disc;
}

.hidden {
	visibility: hidden;	
}
#right_content #personnel {
	text-align: center;
	margin-left: 35px;
}
.interior_photo {
	border: 1px solid #3c3c3c;
	margin:0 1em 0 0;
}
#left_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.photo_caption {
	text-align: center;
}
.gallery_thumb {
	float: left;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 15px;
	text-align: center;
	width: 155px;
	font-size: 90%;
}

/*Lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }.gallery_thumb img {
	border: 1px dotted #000000;
}
#left_content li {
	margin-bottom: 5px;
	list-style: disc;
}
}
#left_content #inset_photo {
	float: right;
	margin-left: 6px;
}
.news_body {
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
}
.news_headline {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.news_headline h4 {
	margin-bottom: 0px;
	margin-left:10px;
	padding-bottom: 0px;
}

.link {
	color:#0033CC;
}.flush_left_menu {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style: none;
	margin-top: 8px;
}
.tan_box {
	background-color: #f8f8f8;
	background-image: url(images/box_bottom_bevel.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #efefef;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #content #left_content p, #left_content form, #left_content h1 {
	padding-right: 10px;
	padding-left: 10px;
}
#container #content #left_content img {
	margin-left: 10px;
}
#container #content #right_content div {
	padding-right: 10px;
	padding-left: 10px;
}


.side_photo {
	width: 181px;
	padding:1em 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
#container #content #right_content div div {
	padding-right: 0px;
	padding-left: 0px;
}
