@charset "utf-8";
/* CSS Document */


body {
	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: #000000;
	background-color: #D6E8EF;
	background-image: url(../images/background_2011c.jpg);
}

.oneColElsCtr #container {
	width: 880px;
	height: 200px;
	position:relative; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #990000;
}
a:active {
	color: #999;
}

.header
{height:90px;
position:absolute;
width:100%;
background-color:#FFFFFF;
background-image:url(../images/header-logo.jpg);
background-repeat:no-repeat;}

.nav-header
{height:157px;
width:707px;
left:173px;
top:91px;
padding:0px;
margin:0px;
background-color: #666;
position:absolute;}


.nav-box
{
	height:155px;
	width:173px;
	left:0px;
	top:93px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	background-color: #666;
	padding:0px;
	margin:0px;
}

.nav-horizontal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	top:250px;
	left:0px;
	height:28px;
	background-image: url(../images/bar-darker-gradient.jpg);
	padding-left:170px;
	width:710px;
	text-align:center;
	float:right;
	margin:0px;
	background-repeat: repeat-x;
	background-color: #FFF;
}

.nav-horizontal-properties
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	top:250px;
	left:0px;
	height:28px;
	background-color: #00689F;
	padding-left:430px;
	width:450px;
	text-align:right;
	float:right;
	margin:0px;
}

