@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-image: url(/Resources/images/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	background-color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p{
	margin: 0em 0em 0.5em 0em;
}

#container {
	background-image: url(/Resources/images/container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 1005px;
}

#header {
	background-image: url(/Resources/images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:227px;
}

#mainBody {
	min-height:500px;
}

#localeNavigation {
	position:absolute;
	top:203px;
	left:80px;
}

#navigation {
	left: 0px;
	min-height:400px;
	padding-left: 15px;
	width:190px;
}

#navigation ul li {
	width:170px;
	/*margin: 0px 0px 0px 55px;
	padding: 2px 2px 1px 0px;*/
	font-size:14px;
	text-transform:uppercase;
	list-style:none;
	line-height: 25px;
}

#navigation ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	/*padding-left:10px;*/
	width:170px;
	border-bottom: 1px solid #999999;
}

#navigation ul li a:hover {
	color: #ffffff;
	background-color:#cccccc;
	border-bottom: 1px solid #999999;
}

#navigation ul li ul {
	/*padding-left: 5px;*/
}

#navigation ul li ul li {
	background-color:#e9e8e8;
	list-style:disc;
	width:140px;
	/*margin-left:0px;
	padding-left:5px;*/
	font-size:11px;
	line-height: 20px;
}

#navigation ul li ul li a {
	font-size:12px;
	/*margin: 3px 2px 1px -15px;
	padding: 2px 2px 1px 5px;*/
	background: none;
	width:140px;
}

#navigation ul li ul li a:hover{
	color: #ffffff;
}

#navigation #customNavigation {
	margin-top: 1em;
	text-align:center;
}

#mainBody #mainContent {
	position: relative;
	margin-left: 190px;
	margin-right: 15px;
	padding: 10px;
}

#mainBody #mainContent h1,
#mainBody #mainContent h2, 
#mainBody #mainContent h3 {
	font-size:13.5px;
	text-transform:uppercase;
	margin: 0em 0em 0.5em 0em;
}


#mainBody #mainContent h2, 
#mainBody #mainContent h3 {
	font-size: 13px;
}

#footer {
	padding: 0;
	background: url(/Resources/images/footer.jpg);
	background-repeat:no-repeat;
	height:48px;
	background-position:top left;
	font-size:10px;
	color:#AAE3F7;
}

#footer p{
	padding-right:20px;
	padding-top:20px;
	font-size:10px;
	color:#000000;
	text-align:right;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

a {
	color:#C66D11;
}

.weatherBanner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

.weatherBanner span.temperature {
	font-size: 12px;
	font-weight: bold;
}

.weatherBanner img {
	float: left;
	margin-right: 5px;
}

span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}

div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

dt {
	clear: both;
}

dd {
	overflow: auto;
}

#navigation ul li a.navItem_1 {
	letter-spacing:-1px;
}

div.home {
	position:absolute;
	top:227px;
	left:15px;
}

span.img-rollover {
	width: 170px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: relative;
}

span.img-rollover a:hover{
	top: -26px;
	position: relative;
}

.slideshow.vertical {
	width:400px;
	margin-right:auto;
	margin-left:auto;
}
