@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/bodybg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headerBg.jpg);
	height: 260px;
	text-align: center;
}
.nav {
	padding: 0 82px;
	position:relative;
	top:60px;
	clear: both;
}
	.nav img{
		display: inline;
		border: 0;
	}
	
.oneColFixCtrHdr #mainContent {
	padding: 0 90px 2em 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/girders.jpg) repeat-y;
	text-align: justify;
	margin: 0;
	clear: both;
}
h1 {
	font-size: 125%;
	text-transform: uppercase;
	color: #5F70A5;
	letter-spacing: 0.5em;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #5b6a83;
}
.bluebox {
	font-size: 80%;
	color: #FFFFFF;
	background: #5B6A83 url(images/welcome.gif) no-repeat left top;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 1em;
	width: 250px;
	line-height: 200%;
}
	.bluebox h1 {
		font-size: 100%;
		font-weight: bold;
		color: #FFFFFF;
		padding: 1em 0 0 0;
	}
.news {
	font-size: 80%;
	color: #FFFFFF;
	background: url(images/newsBg.jpg) no-repeat left top;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 2em 1em 0 175px;
	width: 250px;
	float: right;
}
.oneColFixCtrHdr #footer {
	background: url(images/footerBg.jpg) no-repeat 0px 0px;
	clear: both;
	height: 57px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	letter-spacing: 0.15em;
}
#footer a:link {
	color: #EDE1CC;
	text-decoration: none;
}
a:link, a:visited {
	color: #857C60;
	text-decoration: none;
}
a:hover {
	color: #7A7158;
	text-decoration: underline;
}
a:active {
	color: #CBC4A9;
	text-decoration: underline;
}
ul {
	list-style: url(images/bullet.jpg);
	text-align:left;
}
hr {
	color: #5F70A5;
}
.new {
	font-weight: bold;
	color: #993300;
}
