body {
	background: #000;
	margin: 0;
	padding: 0;
}

div {
	padding: 0;
	margin: 0;
}

#wrapper {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}


/* Header
--------------------------------------------------------*/
#logo {
	position: absolute;
	top: -60px;
	left: 610px;
	width: 123px;
	height: 122px;
	background: url(../imgs/logo.gif) no-repeat;
	z-index: 10;
}

.tagline {
	position: absolute; top: 78px; left: 125px;
	background: url(../imgs/tagline.png) no-repeat;
	width: 580px;
	height: 48px;
}

#header {
	background: url(../imgs/project_topper.gif) no-repeat;
	margin-top: 72px;
	width: 800px;
	height: 118px;
	position: relative;
}
/* end Header styles
--------------------------------------------------------*/



/* Project Logos
--------------------------------------------------------*/
#project_logo_pronghorn {
	position: absolute;
	top: 172px;
	left: 228px;
	width: 518px;
	height: 175px;
	background: url(../imgs/project_logo_pronghorn.gif) no-repeat;
	z-index: 10;
}

#project_logo_tuscany {
	position: absolute;
	top: 172px;
	left: 228px;
	width: 518px;
	height: 175px;
	background: url(../imgs/project_logo_tuscany.gif) no-repeat;
	z-index: 10;
}

#project_logo_malibu {
	position: absolute;
	top: 172px;
	left: 228px;
	width: 518px;
	height: 175px;
	background: url(../imgs/project_logo_malibu.gif) no-repeat;
	z-index: 10;
}

#project_logo_bluffs {
	position: absolute;
	top: 172px;
	left: 228px;
	width: 518px;
	height: 175px;
	background: url(../imgs/project_logo_bluffs.gif) no-repeat;
	z-index: 10;
}

#project_logo_nw {
	position: absolute;
	top: 172px;
	left: 228px;
	width: 518px;
	height: 175px;
	background: url(../imgs/project_logo_nw.gif) no-repeat;
	z-index: 10;
}

/* Project Images
--------------------------------------------------------*/
#project_image_pronghorn {
	position: absolute;
	top: 347px;
	left: 217px;
	width: 544px;
	height: 118px;
	background: url(../imgs/project_image_pronghorn.jpg) no-repeat;
	z-index: 10;
}


#project_image_tuscany {
	position: absolute;
	top: 347px;
	left: 217px;
	width: 544px;
	height: 118px;
	background: url(../imgs/project_image_tuscany.jpg) no-repeat;
	z-index: 10;
}

#project_image_malibu {
	position: absolute;
	top: 347px;
	left: 217px;
	width: 544px;
	height: 118px;
	background: url(../imgs/project_image_malibu.jpg) no-repeat;
	z-index: 10;
}

#project_image_bluffs {
	position: absolute;
	top: 347px;
	left: 217px;
	width: 544px;
	height: 118px;
	background: url(../imgs/project_image_bluffs.jpg) no-repeat;
	z-index: 10;
}

#project_image_nw {
	position: absolute;
	top: 347px;
	left: 217px;
	width: 544px;
	height: 118px;
	background: url(../imgs/project_image_nw.jpg) no-repeat;
	z-index: 10;
}




/* Content Area
--------------------------------------------------------*/
#contentwrapper {
	background: url(../imgs/content-bg_projects.gif) no-repeat;
	width: 800px;
	height: 753px;
	margin: 0;
	padding: 0;
}

#contentcontainer {
	width: 715px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 80px;
}

#content {
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 500px;
	float: right;
	padding-top: 290px;
}


#project_url {
	position: absolute;
	text-align: right;
	width: 501px;
	height: 23px;
	left: 240px;
	top: 780px;
}

#project_url a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #4181C2;
	text-decoration: none;
}

#project_url a:hover {
	color: #4181C2;
	text-decoration: underline;
}

#project_malibu_url {
	position: absolute;
	text-align: right;
	width: 501px;
	height: 23px;
	left: 240px;
	top: 805px;
}

#project_malibu_url a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #4181C2;
	text-decoration: none;
}

#project_malibu_url a:hover {
	color: #4181C2;
	text-decoration: underline;
}

#project_tuscany_url {
	position: absolute;
	text-align: right;
	width: 501px;
	height: 23px;
	left: 240px;
	top: 680px;
}

#project_tuscany_url a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #4181C2;
	text-decoration: none;
}

#project_tuscany_url a:hover {
	color: #4181C2;
	text-decoration: underline;
}

p {
	padding: 0;
	margin-top: 0;
}

#head {
	font: 18px Arial, Helvetica, sans-serif;
	color: #4181C2;
}

#subhead {
	font: 16px Arial, Helvetica, sans-serif;
	color: #d6d6d6;
}

#info {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffd586;
}
	

/* end Content styles
--------------------------------------------------------*/	



/* Navigation styles
--------------------------------------------------------*/
#nav {
	float: left;
	width: 155px;
	margin-top: 17px;
	margin-left: 0px;
}
		
#navmenu li {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	list-style: none;
	width: 140px;
	padding: 0;
}
		
#navmenu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	height: 100%;
}

#navmenu li a:hover {
	background: #dedede;
	color: #333333;
	height: 100%;
	padding: 5px 10px;
}

#navmenu li a.current:hover {
	background: #777777;
	color: #fff;
	height: 100%;
	padding: 5px 10px;
}

#navmenu li .current {
	background: #777777;
	padding: 5px 10px;
	height: 100%;
}

/* end Navigation styles
--------------------------------------------------------*/



/* end SubNavigation styles
--------------------------------------------------------*/
#subnav {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 0px;
}
		
#subnavmenu li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	list-style: none;
	width: 140px;
	padding: 0;
}
		
#subnavmenu li a {
	color: #4181C2;
	display: block;
	text-decoration: none;
	padding: 5px 5px;
	height: 100%;
}

#subnavmenu li a:hover {
	background: #dedede;
	color: #333333;
	text-decoration: none;
	height: 100%;
	padding: 5px 5px;
}

#subnavmenu li a.current:hover {
	background: #4181C2;
	color: #fff;
	text-decoration: none;
	height: 100%;
	padding: 5px 5px;
}

#subnavmenu li .current {
	background: #4181C2;
	color: #fff;
	text-decoration: none;
	height: 100%;
	padding: 5px 5px;
}

/* end SubNavigation styles
--------------------------------------------------------*/




/* Project styles
--------------------------------------------------------*/
#projects tr td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 0px 0px;
	width: 98px;
}

#projects tr td a {
	color: #fff;
	text-decoration: none;

}

#projects tr td a:hover {
	color: #4181C2;
	text-decoration: none;
}

/* end Project styles
--------------------------------------------------------*/
