/*
	Text standards:
	Body  - arial, 13 pt (1em), #0f0f0f
	Headers - georgia, 2ems #0f0f0f
	Nav bar - Georgia, 1.1ems #0f0f0f (highlighted #990000)
	Copyright - arial, .85 em #333333
	Background beign - #f0ecdc
*/
body {
	margin:0; padding:0;
	height:100%;
	background:url(../graphics/BackgroundBody.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; /* = 1.0 em */
	color:#0f0f0f;
}

div#Container {
	position:relative; top:0; left:0;
	margin-left:auto; margin-right:auto;
	margin-top:0;
	width:700px;
	padding:90px 0 0 0; /* top padding pushes down Main */
	background:#d1cebd url(../images/MainBackground.jpg) no-repeat;
	font-size:1em;
}

div#Main { /* reference for positioning in the body of the page */
	position:relative; top:0px; left:0px;
	margin:0; padding:0;
	width:100%;
	background-color:#f0ecdc;
	border:0;
}

#Main h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	margin:0; padding:0;
}

div#TopNavBar {
	position:relative; top:0; left:0;
	width:100%;
	margin:0; padding:0;
	min-height:45px;  /* set img height the same for IE */
	z-index:99;
	background:#f0ecdc url(../images/TopNavBarShadow.jpg) repeat-x bottom;
	font:1.1em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#TopNavBarSpacer { /* min-height kludge for IE */
	float:left;
	margin:0; padding:0;
	height:45px; width:1px;
}

/* the links position reference is a relative div inside TopNavBar */
#TopNavBar p {
	float:left;
	margin:5px 0 0 0;
	padding:0;
	width:120px;
	text-align:center;
	overflow:hidden;
}
div#TopNavBar p a {
	color:#0f0f0f;
	text-decoration:none;
}
div#TopNavBar p a:hover {
	color:#990000;
	text-decoration:none;
}

/* the widths set the position - should total <700px */
div#TopNavBar p#n1 { /* HOME */
	width:80px;
	margin-left:15px;
}
div#TopNavBar p#n2 { /* ABOUT US */
	width:118px;	
}
div#TopNavBar p#n3 { /* CONSTRUCTION */
	width:153px;
}
div#TopNavBar p#n4 { /* MAINTENANCE */
	width:167px;	
}
div#TopNavBar p#n5 { /* CONTACT US */
	width:130px;	
}

div#Footer {
	position:relative; top:0; left:0;
	clear:both;
	min-height:50px; /* see Footer img size below to same for IE */
	width:100%;
	padding-top:20px;
	background:#f0ecdc url(../images/TopNavBarShadow.jpg) repeat-x top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	z-index:99;
}

#Footer img { /* min-height kludge for IE */
	float:left;
	height:50px; width:1px;
}

div#Footer p {
	margin: 3px 0 0 0;
	padding: 0;
}

div#Validator {
	position:relative; top:0; left:0;
	width:700px;
	margin-left:auto; margin-right:auto;
	margin-top:20px;
}

div#Validator img {
	border:0;
}

.clear {
	clear:both;
	height:1px; width:100%;
	font-size:1px;
	margin:0; padding:0;
}



