@charset "UTF-8";
body  {
	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;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #244662;
	background-attachment: fixed;
	background-image: url(../images/contact-us/Morning_mist_lifts_from_Twim_Pond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/contact-us/home-bg.png);
	background-repeat: repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D6597;
	border-left-color: #3D6597;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 125px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	width: 880px;
	background-position: center top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 181px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3d6597;
	color: #FFF;
	font-size: 10px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header img {
	float: left;
	clear: left;
}
#container #scroller {
	background-color: #613000;
	height: 20px;
	width: 880px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#container #header #artists {
	float: right;
	width: 470px;
}
#container #header #logo {
	clear: left;
	float: left;
	padding-top: 20px;
}
.twoColFixLtHdr #outsideContainer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/contaner-bg.png);
	background-repeat: repeat-y;
}
#container #sidebar1 #leftNav {
	padding: 4px;
}
#container #sidebar1 #leftNav #Sponsor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#container #sidebar1 #leftNav #streamSponsor {
	font-size: 8px;
	color: #000;
	background-image: url(../images/header-bg.jpg);
	width: 160px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr {
}
#container #sidebar1 #leftNav #weather {
	width: 120px;
	padding-left: 22px;
	padding-top: 15px;
}
#container #footer #leftFooter {
	float: left;
	width: 280px;
	margin-right: 10px;
	border-right-width: 0.5px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 5px;
	height: 130px;
}
#container #footer #centerFooter {
	float: left;
	width: 280px;
	margin-right: 10px;
	border-right-width: 0.5px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 5px;
	height: 130px;
}
#container #footer #rightFooter {
	float: left;
	width: 280px;
	padding-top: 5px;
	height: 130px;
}
#container #footer #mainFooter {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
#container #BottomAds {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
#container #BottomAdsHeader {
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

#container #header #phone {
	font-size: 12px;
	font-weight: bold;
	color: #083300;
	float: left;
	width: 235px;
	padding-top: 25px;
	text-align: left;
	padding-left: 10px;
	line-height: 20px;
}
#container #footer #mainFooter a:link {
	color: #C7BFAA;
	text-decoration: none;
}
#container #footer #mainFooter a:visited {
	color: #C7BFAA;
	text-decoration: none;
}
#container #footer #mainFooter a:hover {
	color: #FFF;
	text-decoration: none;
}
#container #footer #mainFooter a:active {
	color: #C7BFAA;
	text-decoration: none;
}
#container #footer #leftFooter  a:link {
	color: #C7BFAA;
	text-decoration: none;
}
#container #footer #leftFooter  a:visited {
	color: #C7BFAA;
	text-decoration: none;
}
#container #footer #leftFooter  a:hover {
	color: #FFF;
	text-decoration: none;
}
#container #footer #leftFooter  a:active {
	color: #C7BFAA;
	text-decoration: none;
}
#container #mainContent #centerContent #map {
	float: right;
	width: 425px;
	border: 1px solid #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #CCC;
	color: #000;
}

#container #mainContent #centerContent #map p {
	margin-left: 5px;
	margin-right: 5px;
}
.choiceHighlight {
	color: #F00;
	background-color: #CCC;
	border: 1px dotted #333;
	padding: 4px;
	margin: 0px;
}
#container #BottomAds #BottomAd1 {
	width: 270px;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 10px;
}
#container #BottomAds #BottomAd2 {
	width: 270px;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 10px;
}
#container #BottomAds #BottomAd3 {
	width: 270px;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 10px;
}
