/* 
Structural Design Inc CSS
A. Blundon, Dec 2004
*/

body {
	background: #000333 fixed 50%;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* css hack - causes ie5win to center the #wrapper */
	}
	
div#wrapper {
	width: 760px;
	margin: 0 auto; 
	position: relative;
	background: #000333 repeat-y;
	height: 100%;
	text-align: left; /* to override the ie5win text-align hack */
	}
	

div#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 125px;
	background-color: #000;
	background-image: url(../uploadedimages/menutopright.gif);
	overflow: visible;
	z-index: 1;
	}
	
div#logo {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	}
	
div#pagebody {
	position: absolute;
	background: #f1f1f1 repeat-y;
	left: 0px;
	top: 125px;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
	}	

div#sidenav {
	float: right;
	top: 0;
	right: 0;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#bodytext {
	float: left;
	margin: 0 0 0 20px;
	width: 540px;
	padding: 0;
	}
	
div#footer.standard {
	position: relative;
	float: left;
	width: 760px;
	margin: 20px 0 0 10px;	
	}
	
/************************************************
     	DIV Blocks for Project Summary Pages
************************************************/
div#projectloc1 {
	float: left;
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
}
div#projectloc2 {
	float:right;
	width: 395px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
}		

div#projectdate1 {
	float: left;
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	clear: both;
	padding-top: 10px;
}
div#projectdate2 {
	padding-top: 10px;
	float:right;
	width: 395px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
}	

div#projectdes1 {
	clear: both;
	float: left;
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding-top: 10px;
}
div#projectdes2 {
	float:right;
	width: 395px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding-top: 10px;
}


	

	


