/* CSS Document */

a:link {color: #660066; text-decoration: none; font-weight: bold;}
a:visited {color: #660066; text-decoration: none; font-weight: bold;}
a:hover {color: #660066; text-decoration: underline; font-weight: bold;}
a:active {color: #660066; text-decoration: none; font-weight: bold;}
a:focus {color: #660066; text-decoration: none; font-weight: bold;}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	background-color: #000;
	position: relative;
	height: 100%;
	width: 100%;
}

#weather-info {
	background: url(images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: relative;
	top: 200px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}

	* {
	margin: 0;
	padding: 0;
}

html {height: 100%;}

.menuBg {
	padding: 0px 0 20px 0;
	position: relative;
	top: 130px;
	left: 0px;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 25%;
	background-image: url(../img/site/bg.png);
	height: 260px;
	text-align: left;
	background-repeat: repeat;
	background-position: top left;
}

* html .menuBg {background-image: none; background-color: #c0c0c0;}

.menuBg ul {
	font-size: 14px;
	color: #fff;
	list-style: none;
}
.menuBg li {margin-bottom: 10px;}
.menuBg li a:link {color: #181818; font-size: 18px; text-decoration: none; padding-left: 40px;}
.menuBg li a:visited {color: #181818; font-size: 18px; text-decoration: none; padding-left: 40px;}
.menuBg li a:hover {color: #181818; font-size: 18px; text-decoration: none; background-image: url(../img/site/rollover_nav.gif); background-position: left; background-repeat: no-repeat; padding-left: 40px;}
.menuBg li a:active {color: #181818; font-size: 18px; text-decoration: none; padding-left: 40px;}
.menuBg li a:focus {color: #181818; font-size: 18px; text-decoration: none; padding-left: 40px;}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}


#wrapper {width: 987px; margin: auto;}
#content {width: 987px; text-align: left;}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {margin: 0px; padding: 0px;}

h1, h2, h3, h4, h5, h6, ul, ol, table{margin-bottom: 10px;}
p {font-size: 12px; margin-bottom: 10px;}

.floatDivLeft {float: left;}
.floatDivRight {float: right;}
.clearDiv {clear: both;}

.fnt12 {font-size: 12px;}
.fnt14 {font-size: 14px;}
.fnt16 {font-size: 16px;}
.fnt24 {font-size: 24px;}

.menuTitle {
	background-image: url(../img/site/bg_menu_title.png);
	background-repeat: repeat-x;
	height: 20px;
	background-position: right top;
	width: 90%;
	float: left;
	text-align: right;
}

#pageTxt {
	position: relative;
	top: 130px;
	left: 0px;
	text-align: center;
	color: #000;
	font-size: 18px;
	z-index: 6000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25%;
	height: auto;
	text-align: left;
}

.pad20 {
	padding: 20px;
	padding-left: 0px;
}
#logo {
	position: absolute;
	left: 19px;
	top: 38px;
	z-index: 6000;
}

#button {
	width: 72px;
	background-color: transparent;
	cursor: pointer;
	height: 27px;
	color: #000;
	z-index: 6000;
	top: 130px;
	float: left;
	position: relative;
	border: 0px;
	background-image: url(../img/site/menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 15px;
}

#mainLogo {

}

.titleBx h1 {
	float: left;
	width: auto;
	font-size: 25px;
	font-weight: normal;
}
.whiteBit {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.whiteExtend {
	float: right;
	width: 22%;
	margin-top: 5px;
	height: 20px;
}

#textRight {
	background-image: url(../img/site/bg.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: 6000;
	text-align: left;
}

#textRight h2 {font-size: 14px; color: #333333;}

#textRight p {
	line-height: 14pt;
}

.titleBx {
	background-image: url(../img/site/bg.png);
	background-repeat: repeat;
	background-position: top left;
	padding-top: 10px;
	height: 40px;
	padding-right: 10px;
	}

#close, #open {
	float: right;
	margin-top: 10px;
	background-image: url(../img/site/close.png);
	height: 16px;
	width: 55px;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: -27px;
}

#open {background-image: url(../img/site/open.png); visibility: hidden;}

.padRight {	padding: 23px;
	padding-top: 10px;
	padding-right: 100px;}

.buttonBlank {background-color: transparent; border: 0px;}

* html .padRight {background-image: none; background-color: #c0c0c0;}

#foot a:link {color: #000; text-decoration: underline;}
#foot a:visited {color: #000; text-decoration: underline;}
#foot a:hover {color: #000; text-decoration: underline; font-weight: bold;}
#foot a:active {color: #000; text-decoration: underline;}
#foot a:focus {color: #000; text-decoration: underline;}

.footerLeft {
	padding: 5px;
	float: left;
	width: 300px;
	background-image: url(../img/site/bg.png);
	background-repeat: repeat;
	background-position: top left;
	height: 30px;
}
.footerRight {padding: 5px; float: right; width: 200px; background-image: url(../img/site/bg.png); background-repeat: repeat; background-position: top left; height: 30px;}

#foot {
	position:fixed;
	margin: 0px;
	padding: 0px;
	bottom:-1px;
	display:block;
	height:30px;
	z-index:6000;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.paging {background-image: url(../img/site/bg.png); background-repeat: repeat; height: 20px; padding: 5px; padding-top: 7px; margin-top: 10px;}

.paging a:link {color: #333333; font-weight: bold; text-decoration: none;}
.paging a:visited {color: #333333; font-weight: bold; text-decoration: none;}
.paging a:hover {color: #000; font-weight: bold; text-decoration: underline;}
.paging a:active {color: #333333; font-weight: bold; text-decoration: none;}
.paging a:focus {color: #333333; font-weight: bold; text-decoration: none;}

#carouThumb {
	z-index: 6000;
	width: 450px;
	overflow: hidden;
	text-align: right;
	float: right;
}

.input, .comments {padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: solid 1px #6394ce; width: 200px;}
.comments {overflow: auto;}
input:focus, input.sffocus, .textarea:focus, .textarea.sffocus {background: #cbe3ff;}
#contactTable, .formCont {
	width: 300px;
	float: left;
	z-index: 6000;
}

#contactTable td {padding-bottom: 5px; margin-right: 20px;}
.widthLeft {width: 80px;}
.widthRight {width: 200px;}
.btnBg {background-color: #16457e; padding: 5px; border: 0px; color: #fff; font-weight: bold; cursor: pointer;}

.address {float: left; width: 120px;}
