body {
	margin:0px;
	padding:0px;
	text-align:center;
	}

#horz {
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height:1px;
	overflow: visible;
	visibility: visible;
	display: block
	}


/* ======================================== */
/* main content */

/* container for positioning */
#cont {
	margin-left: -380px;
	position:absolute;
	top: -240px;
	width:760px;
	left:50%;
	visibility:visible;
	/*margin:0px auto; */
	padding:0px;
	text-align:left;
	}

/* all the content is in here */
#contentbox {
	position:absolute;
	width:760px;
	height:360px;
	border:0px;
	margin:0px auto;
	padding:0px;
	display:block;
	text-align:left;
	}

#footer {
	position:absolute;
	top:85px;
	left:0px;
	width:750px;
	height:78px;
	text-align:right;
	margin:0px;
	padding:0px;
	}

/* footer area at bottom of left text area */
#leftfoot {
	position:absolute;
	top:340px;
	left:0px;
	height:20px;
	width:254px;
	z-index:4;
	margin:0px;
	padding:0px;
	}
	
#leftfoot a {
	font-family: "helvetica CE",Helvetica,"Arial CE", Arial, sans-serif;
	font-size:9px;
	font-weight: bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}
	
#leftfoot a:hover {
	text-decoration:none;
	color:#e75929;
	}
	
#leftfootlist {
	position:absolute;
	top:6px;
	left:20px;
	height:15px;
	width:125px;
	z-index:4;
	margin:0px;
	padding:0px;
	}
	
#leftfootdetail {
	position:absolute;
	top:6px;
	left:150px;
	height:15px;
	width:100px;
	z-index:4;
	margin:0px;
	padding:0px;
	}

/* ======================================== */
/* nav arrows for scrolling */
/* standards and about have other arrows */
/* see their stylesheets */

#uparrow {
	position:absolute;
	top:13px;
	left:230px;
	margin:0px;
	padding:0px;
	z-index:5;
	}
	
#dnarrow {
	position:absolute;
	top:325px;
	left:230px;
	margin:0px;
	padding:0px;
	z-index:5;
	}
	

/* ======================================== */
/* leftbox with text */

/* text container box +++ this area scrolls */
#leftbox {
	position:absolute;
	left:0px;
	top:0px;
	width:254px;
	border:0px;
	margin:0px;
	padding:0px;
	}

/* text in box */
#leftbox p, #leftboxdetsc p  {
	font-family:Times, serif;
	font-size:11px;
	line-height:14px;
	padding:10px 40px 0 20px;
	margin:0px;
	color:#0d4459;
	}

/* headline text at beginning of text */
p .headl {
	font-family: Times, serif; 
	font-size:13px;
	color:#e75929;
	}
	
p .headw {
	font-family: Times, serif; 
	font-size:13px;
	color:#ffffff;
	}

/* lower text box ++ used for list */
#leftboxdet, #leftboxdetsc  {
	width:220px;
	border:0px;
	margin:0px;
	padding:5px 0 0 20px;
	}
	
#leftboxdet h3, #leftboxdet2 h3 {
	margin:0px;
	padding:4px 0 10px 20px;
	font-family: Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#0d4459;
	}

/* header of list */	
#leftboxdet h4, #leftboxdet2 h4  {
	margin:0px;
	padding:0 0 0 20px;
	font-family: Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#0d4459;
	}

/* table styles */
#leftboxdet ul, #leftboxdet2 ul, #leftboxdetsc ul {
	padding:0 0 2px 0px;
	margin:0px;
	}

#leftboxdet li, #leftboxdet2 li, #leftboxdetsc li, {
	margin:0px;
	font-family: Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#0d4459;
	list-style-type: none;
	display: block; 
	padding: 0px 0px 2px 0px;
	background: transparent 0px 5px;
	}

#leftboxdeteam li, #leftboxdet2 li, #leftboxdetsc li, {
	margin:0px;
	font-family: Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#6699cc;
	list-style-type: none;
	display: block; 
	padding: 0px 0px 2px 0px;
	background: transparent 0px 5px;
	}

#leftboxdet a, #leftboxdet2 a {
	font-weight:normal;
	text-decoration:none;
	color:#0d4459;
	}
	
#leftboxdet a:hover, #leftboxdet2 a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#e75929;
	}

#leftboxdet table, #leftboxdetsc table, #leftboxdet2 table {
	width:220px;
	padding: 0px;
	margin:0px;
	border:0px;
	}

#leftboxdet td, #leftboxdetsc td, #leftboxdet2 td  {
	margin:0px;
	font-family: Times, serif;
	font-size: 11px;
	font-weight:normal;
	color:#0d4459;
	padding: 0px 10px 0px 0px;
	}
	
#leftboxdet td b, #leftboxdetsc td b, #leftboxdet2 td  b  {
	margin:0px 0 0 0px;
	padding:0px;
	font-family: Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#0d4459;
	}

/* ======================================== */
/* styles for right box  with image and nav */
#rightbox {
	position:absolute;
	width:506px;
	border:0px;
	left:254px;
	top:0px;
	margin:0px;
	padding:0px;
	height:360px;
	}
	
/* this is background image layer position */	
#backg {
	position:absolute;
	top:34px;
	left:0px;
	width:506px;
	height:326px;
	}


/* ======================================== */
/* right upper navigation */
#rightnav {
	position:absolute;
	width:506px;
	height:34px;
	background-color:#e75929;
	}

#rightnav h1, #rightnav p {
	padding:0 10px 0 0;
	margin:10px 0 0 0;
	font-family: "helvetica CE",Helvetica,"Arial CE", Arial, sans-serif;
	font-size:9px;
	font-weight: bold;
	color:#1a353c;
	text-align:right;
	}

#rightnav a {
	color:#1a353c;
	text-decoration:none;
	}

#rightnav a:hover {
	color:#f3ac94;
	text-decoration:none;
	}

#rightnav .seltitle {
	color:#ffffff;
	}

	
/* ======================================== */
/* main navigation */
#navMain {
	position:absolute;
	top:375px;
	width:760px;
	height:100px; 
	margin:0px;
	padding:0px;
	text-align:left;
	}

/* heading for dropdown areas */
#navMain h2 {
	font-family: "helvetica CE",Helvetica,"Arial CE", Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#e75929;
	padding:4px 0 0px 5px;
	margin:0px;
	display:block;
	background-color: transparent;
}

#navMain h2 a {
	color: #1a353c;
	text-decoration: none;
}

#navMain h2 a:hover {
	color: #e75929;
	text-decoration: none;
	}

/* ++++ lists in dropdown ++++ */
#navMain ul {
	margin:0px;
	padding:4px 0 0 0;
	}
	
#navMain li {
	padding: 0px;
	margin: 0px;
	font-family: "helvetica CE",Helvetica,"Arial CE", Arial, sans-serif;
	font-size: 9px;
	list-style-type: none;
	font-weight: normal;
	display: inline; 
	}

#navMain li a, #navMain li p {
	color: #1a353c;
	text-decoration: none;
	display: block;
	margin:0px;
	padding: 4px 0 0px 5px;
	background-color: #ffffff;
	}

/*#navMain li.sel {
	color: #ffffff;
	display: block;
	padding: 4px 0 0px 5px;
	margin:0px;
	background-color: #e75929;
	}

#navMain li p {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin:0px;
	padding: 4px 0 4px 5px;
	background-color: #e75929;
	}

p.sel {
	color: #ffffff;
	display: block;
	padding: 4px 0 4px 5px;
	margin:0px;
	background-color: #e75929;
	}
*/		
#navMain li a:hover, #navMain li p.sel  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #f3ac94;
	}
	
#navMain li p.sel  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #e75929;
	}



/* ======================================== */	
/* main dropdown sections */
#majfuture {
	position:absolute;
	width:126px;
	left:0px;
	top:0px;
	height:40px;
	z-index:2;
	padding:0px;
	margin:0px;
	}

#majlocat {
	position:absolute;
	width:116px;
	left:135px;
	top:0px;
	height:75px;
	z-index:2;
	padding:0px;
	margin:0px;
	}
	
#majsiteplan {
	position:absolute;
	width:116px;
	left:260px;
	top:0px;
	height:75px;
	z-index:2;
	}
	
#majbuilding {
	position:absolute;
	width:116px;
	left:383px;
	top:0px;
	height:75px;
	z-index:2;
	padding:0px;
	margin:0px;
	}
	
#majstandards {
	position:absolute;
	width:123px;
	left:510px;
	top:0px;
	height:75px;
	z-index:2;
	padding:0px;
	margin:0px;
	}

#majaboutus {
	position:absolute;
	width:116px;
	left:642px;
	top:0px;
	height:75px;
	z-index:2;
	padding:0px;
	margin:0px;
	}
	
/* ++++ dropdown areas ++++ */
#siteplanmenu, #locatmenu, #buildingmenu, #aboutusmenu {
	visibility: hidden; 
	width:116px;
	}

#sub1 {
	width:116px;
	height:100px;
	padding:0px;
	margin:0px;
	}

/* these two are slightly wider */
#standardsmenu, #futuremenu {
	visibility: hidden;
	width:125px;
	}
	
#sub1x {
	width:125px;
	height:100px;
	padding:0px;
	margin:0px;
	}
