
body {
	background-color:#191919;
	margin:0px;
	padding:0px;
}

a {text-decoration:none;}
a:link {color:#B5BAE4; cursor:pointer;}
a:visited {color:#800080;}
a:hover {color:#00074B;}
a * {color:#B5BAE4;text-decoration:none;}


h1 {
	color:#FFF;
	margin-left:40px;
	margin-top:40px;
}

img {
	border:none;
}


#container {
	margin:0 auto;
	width: 1000px;  /* this will create a container 80% of the browser width */
	height:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

#mainbody {
	float:left;
	height:850px;
	width:954px;
	background-image:url(i/bg.png);
	background-repeat:repeat-x;
}

#header {
	float:left;
	width:980px;
	height:119px;
	background-image:url(i/metrowest-construction-logo.png);
	background-repeat:no-repeat;
	margin-left:-10px;
}

#navigation {
	float:right;
	width:700px;
	margin-top:-15px;
}

#navigation img {
	margin-left:-10px;
	margin-right:-5px;
	padding:0px;
}

#portfolio {
	float:left;
	margin-top:-10px;
	margin-left:25px;
	width:904px;
	height:590px;
	background-image: url(i/porfolio-bg.png);
	background-repeat:no-repeat;
}

.portfolio_title {
	float:left;
	width:800px;
	margin-top:30px;
	margin-left:40px;
}

.job_index {
	float:left;
	width:930px;
	height:500px;
	margin-left:19px;
	margin-top:20px;
	overflow:auto;
}
.jobs {
	float:left;
	width:900px;
	height:200px;
	margin-top:30px;
}

.jobs img {
	margin-left:10px;
}

.footer {
	float:left;
	width:950px;
	height:75px;
}

.contact_info {
	float:left;
	margin-top:15px;
	margin-left:300px;
	color:#B5BAE4;
}

.email_image {
	float:left;
	margin-top:0px;
	margin-left:20px;
}
	

/*slideshow css*/


.highslide-gallery {
	float:left;
	width:700px;
	margin-left:100px;
	margin-top:75px;
}
	
	
