@charset "UTF-8";
body {
	margin: 0px;
	color: #999999;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
}
.textUppercase {
	text-transform: uppercase;
}
#containerTop {
	margin: auto;
	height: auto;
	width: 1000px;
}
#header {
	height: 262px;
	background-image: url(images/topBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	width: 1000px;
}
#main {
	height: auto;
	background-image: url(images/middleBG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
	padding-bottom: 50px;
}
#containerBottom {
	height: auto;
	margin: auto;
	width: 1000px;
	clear: both;
}
#footer {
	height: 100px;
	background-image: url(images/footerBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	float: left;
}
#footerIndex {
	height: 270px;
	background-image: url(images/footerBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	float: left;
}
.headerPadding  {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 88px;
	padding-top: 24px;
	float: left;
	width: 250px;
	text-align: left;
}
#footerLeft {
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 24px;
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 88px;
}
#footerLeft  p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#footerRight {
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 24px;
	float: right;
	width: 400px;
	padding-right: 88px;
	text-align: right;
}
#footerRight p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#logo {
	width:350px;
	height:106px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	float: left;
	margin: 40px 0 0 80px;
}
#mainNav ul  {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	height: 15px;
	display: inline-block;
	float: right;
	margin: 88px 88px 0 0;
	text-align: right;
}
#mainNav  li {
	display: inline;
}
#mainNav   li  a    {
	color: #999999;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
#mainNav  li  a:hover {
	color: #000000;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
#sideNav {
	height:auto;
	list-style-type: none;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0 0 0px;
	float: left;
	width: 150px;
	padding-left: 80px;
}
#sideNav   li {
	height: 30px;
}
#sideNav     li    a    {
	color: #999999;
	text-decoration: none;
	width: 150px;
	display: block;
	padding: 2px 0 2px 4px;
	text-transform: uppercase;
}
#sideNav   li   a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	background-color: #eeeeee;
}
#contentArea {
	width:610px;
	height:auto;
	float: left;
	margin-left: 40px;
	min-height: 600px;
}
#contentArea p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	margin-top: 0px;
	line-height: 1.4em;
}
#banner {
	width:898px;
	height:86px;
	background-image: url(images/banner_port.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0 0 50px;
	clear: both;
}
#headerIndex {
	height: 150px;
	background-image: url(images/topBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	position: relative;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#mainIndex {
	height: auto;
	background-image: url(images/middleBG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
	padding-bottom: 10px;
}
#bannerCenter {
	left:260px;
	top:164px;
	width:840px;
	height:299px;
	float: left;
	background-image: url(images/banner_index_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 80px;
}
#buttonsIndex {
	left:368px;
	width:840px;
	height:100px;
	float: left;
	margin: 20px 0 20px 88px;
}
.buttonSpacing {
	padding-right: 14px;
}
.anchorText a {
	color: #464646;
	text-decoration: none;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.smallHeaders {
	margin-bottom: 0px;
}
