﻿#weatherBar
{
	width:857px;
	height:34px;
	margin:10px auto 0 auto;
	background-image:url(/images/contentBoxes/bg_infobar.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#weatherBar .left
{
	width:600px;
	height:34px;
	float:left;
}
#weatherBar .right
{
	width:250px;
	height:34px;
	float:left;
}
#weatherBar .buffer
{
	padding: 10px 10px 0 10px;
}
.alerts
{
	background-image:url(/images/icons/icn_alert.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-family:Verdana;
	font-weight:bold;
	font-size:1em;
	color:#cc0000;
}
.weatherInfo{
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	color:#272426;
}
#topSection
{
	width:850px;
	margin: 0 auto;
}
#imageRotator
{
	width:625px;
	height:350px;
	float:left;
	overflow:hidden;
}
.selImage
{
	float:left;	
	margin-left: 7px;
}
.selImage img
{
	border-style:none;
}
#wideContactArea
{
	width:225px;
	height:350px;
	float:left;
}
#bottomSection{
	width:850px;
	margin:0 auto;
}
#bottomLeft
{
	width:330px;
	float:left;
}
#bottomRight
{
	width:520px;
	float:left;
}
#homepage_rotator
{
    width: 625px;
    height: 350px;
    overflow:hidden;
}

#homepage_rotator img{
    border:0;
}

#homepage_rotator_nav{
	position:absolute;
    z-index:99;
    margin-top:320px;
    margin-left:495px;
}

#homepage_rotator_nav a { 
    width: 20px; 
    padding: 3px; 
    display: block; 
    float:left;
    margin-right:5px;
    text-align:center;
    color:#939293;
    font-weight:bold;
    background-color:#272426;
    font-family: Verdana;
    font-size: 14px;
    text-decoration:none;
}
#homepage_rotator_nav a.activeSlide {
    background: #2578a4;
    color:#fff;
}
#homepage_rotator_nav a:focus {
	outline: none;
}