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

/* IMPERIAL IMAGE 2009 */
/* HUDSON DESIGN GROUP LLC 2009 */


/* ---------------------------------------- BROWSER RESETS*/
html {
	width:100%;
	text-align:center;

	margin:0px auto;
	padding:0px;
}

body {
	width:100%;
	text-align:center;

	margin:0px auto;
	padding:0px 0px 36px 0px;
	
	background: #fff;
	background-image:url(../img/center_strip.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/* ---------------------------------------- HEADER*/
#header {
	position:relative;
	width:100%;
	height:298px;
	
	/* background-image:url(../img/lighthouse_banner.jpg);
	background-repeat:repeat-x;
	background-position:center top; */
}

#banner {
	position:relative;
	width:748px;
	height:250px;
	text-align:left;
	
	margin:0px auto;
}

#logo {
	position:absolute;
	width:251px;
	height:175px;
	bottom:0;
	
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#logo_backdrop {
	position:relative;
	width:250px;
	height:250px;
	
	background-color:#FFFFFF;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#featured {
	position:relative;
	width:250px;
	height:48px;
	top:202px;
	float:right;
	
	background-color:#660000;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#navigation {
	position:relative;
	width:100%;
	height:48px;
	clear:both;
	
	background-image:url(../img/nav_background.jpg);
	background-repeat:repeat-x;
}

/* ---------------------------------------- CONTENT*/
#content {
	position:relative;
	width:748px;
	text-align:left;
	
	margin:0px auto;
	
	background-color:#FFFFFF;
}

/* IMAGES ON HOME PAGE */
#image_bar {
	position:relative;
	width:748px;
	height:186px;
	
	margin:0px auto;
}

#engineering_img {
	position:relative;
	width:248px;
	height:186px;
	
	margin:0px;
	padding:0px 1px;
	float: left;
	
	background-image:url(../img/engineering_pic.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#management_img {
	position:relative;
	width:248px;
	height:186px;
	
	margin:0px;
	padding:0px 1px;
	float: left;
	
	background-image:url(../img/projman_pic.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#consulting_img {
	position:relative;
	width:248px;
	height:186px;
	
	margin:0px;
	padding:0px;
	float: left;
	
	background-image:url(../img/consulting_pic.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

/* INFO SECTIONS ON HOMEPAGE */
#info_bar {
	position:relative;
	width:748px;
	height:162px;
	
	margin:0px auto;
}

#engineering_info {
	position:relative;
	width:248px;
	height:162px;
	
	margin:0px;
	padding:0px 1px;
	float: left;
	
	background-image:url(../img/engineering_info_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#management_info {
	position:relative;
	width:248px;
	height:162px;
	
	margin:0px;
	padding:0px 1px;
	float: left;
	
	background-image:url(../img/projman_info_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#consulting_info {
	position:relative;
	width:248px;
	height:162px;
	
	margin:0px;
	padding:0px;
	float: left;
	
	background-image:url(../img/consulting_info_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

/*STAFF PAGE*/
#staff_member {
	position:relative;
	width:361px;
	
	margin:1px 0px 0px 0px;
	padding:12px 0px 12px 12px;
}

a:link #staff_link_holder {
	background-color:#FFFFFF;
}

a:hover #staff_link_holder {
	background-color:#CCCCCC;
}

a:active #staff_link_holder {
	background-color:#CCCCCC;
}

a:visited #staff_link_holder {
	background-color:#FFFFFF;
}

#stripes {
	/* position:relative;
	width:25px;
	height:11px;
	float
	
	margin:2px 0px 0px 0px;
	
	background-color:#000000; */
}

/*CONTACT PAGE*/
#map_holder {
	position:relative;
	width:748px;
	height: 300px;
	padding:10px 0px 0px 0px;
}

.location {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	
	padding:0px 0px 10px 0px;
}


.left {
	float: left;
	width: 328px;
	height: 286px;
	padding-top: 12px;
	background-color: #fff;
	border-bottom: 1px solid #000000;
}

.newoffice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	margin: 22px 0px 0px 0px;
}


/*CAREERS PAGE*/
#career_holder {
	position:relative;
	width:724px;
	
	padding:10px 0px 10px 0px;
}

/*SERVICES PAGE*/
#services_holder {
	float: left;
	width:748px;
	background: #fff;
	padding:0px 0px 0px 12px;
}

#services_left {
	float: left;
	width:241px;
	height:550px;
	/*display:inline-block;*/
}

#services_center {
	float: left;
	width:241px;
	height:550px;
	/*display:inline-block;*/
	
	margin:0px 0px 0px 1px;
}

#services_right {
	width:241px;
	height:550px;
	float: left;
	/*display:inline-block;*/
	
	margin:0px 0px 0px 1px;
}

#services_sub {
	position:relative;
	
	padding:8px 0px 8px 0px;
}

/* ---------------------------------------- PROJECTS PAGE*/

.paddedimg {
background: #ffc;
padding: 0px;
margin: 10px 10px 10px 0px;
border: 1px solid #becdb4;
width: 75px;
height: 75px;
}

.thumbholder {
margin: 0px 0px 0px 12px;
}

/* ---------------------------------------- FOOTER*/
#footer {
	position:absolute;
	bottom:0;	
	position:relative;
	width:748px;
	height:36px;
	text-align:left;
	clear:both;
	
	margin:0px auto;
	padding:30px 0px 0px 0px;
	
	background-color:#FFFFFF;
}

#foot_content {
	position:relative;
	width:748px;
	height:36px;
	
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

























