/* DEFAULT STYLE SHEET */

/* HTML SELECTORS
==================== */
* {
	margin: 0;
	padding:0;
}
body {
	font-size: 76%;
	background: url(../images/bg.gif) center top;
}
body, div, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0 0 10px 25px;
}
p {
	margin: 0 0 1em;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: black;
	padding: .5em 1em;
}
h2 {
	color: #00a650;
	font-size: 1.5em;
	margin-bottom: .2em;
}
h3 {
	font: normal italic 16px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	color: #333;
}
blockquote {
	background: url(../images/open-quote.gif) no-repeat;
	padding: 20px 10px;
}
embed {
	vertical-align: bottom;
}
/* PAGE LAYOUT
==================== */
#container {
	width: 760px;
	padding: 0 11px;
	background: white url(../images/container-bg.gif) repeat-y;
	margin: 0 auto;
}
#header {
	width: 760px;
	margin: 0 auto;
	background: transparent url(../images/header-bg.gif) repeat-y;
}
#subnav {
	padding: .5em 1em;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: transparent url(../images/wrapper-bg.gif) repeat-y;
}
#mainCol {
	width: 540px;
	float: left;
}
#sidebar {
	width: 220px;
	float: left;
	margin-bottom: 70px;
}
#footer {
	width: 760px;
	height: 20px;
	padding: 0 11px;
	background: transparent url(../images/shadow.png) no-repeat top center;
	margin: 0 auto;
}
#copyright {
	position: absolute;
	margin: -60px 0 0 550px;
	width: 200px;
	background: transparent url(../images/equal-housing.gif) no-repeat right top;
	height: 56px;
	font-size: 9px;
}
#slideshow {
	width: 540px;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
}
#weather {
	background: black;
	padding: 0 22px 20px;
}
/* FORMS
==================== */
#searchForm select {
	width: 95%;
	margin-bottom: 5px;
}
label {
	display: block;
	margin-bottom: 5px;
}
form.display {
	border: 1px solid #f7dd74;
	padding: 0 15px 15px;
	background: #f8f8f8;
}
.smallInput {
	width: 80px;
}
.largeInput {
	width: 300px;
}
.formLabels {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}
.formInput {
	padding: 5px;
	vertical-align: top;
}
#temps input, textarea {
	width: 200px;
}
.default {
	width: auto;
}
input.short {
	width: 100px;
}
input.tiny {
	width: 30px;
}
/* TABLES
==================== */
table.display {
	border-collapse: collapse;
}
table.display td {
	padding: 5px;
	border-bottom: 1px solid silver;
}
/* LINK STYLES
==================== */
a img {
	border: none;
}
a:link, a:visited {
	color: #1f409a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: black;
}
#subnav a.current {
	font-weight: bold;
}
#subnav a.current:hover {
	text-decoration: none;
}
.oneThird a {
	color: silver;
}
.oneThird a:hover {
	color: black;
	text-decoration: none;
}
.sb2 a:link, .sb2 a:visited {
	font-weight: bold;
}
/* CLASSES
==================== */
.closing {
	margin: 0;
	padding: 1px 0 0;
	clear: both;
}
.separate {
	border-bottom: 1px solid #f7dd74;
	margin: 10px 10px 10px 0;
	clear: both;
}
.section {
	margin: 10px 0;
}
.bottomMargin {
	margin-bottom: 15px;
}
.spacer {
	height: 19px;
	padding-top: 1px;
	clear: both;
}
.sb1, .sb2, .so {
	margin: 0;
	padding: 1em;
}
.sb1 {
	background: #f7dd74;
}
.so {
	background: #b5d668;
}
.fullCol {
	padding: 20px;
}
.columnBox {
	padding-left: 20px;
}
.oneThird {
	float: left;
	width: 160px;
	margin-right: 10px;
	color: silver;
}
.oneThird p {
	font-size: 80%;
	text-align: center;
}
.twoThirds {
	float: left;
	width: 330px;
	margin-right: 10px;
}
.smallPic {
	margin-top: 1em;
	border: 1px solid white;
	width: 158px;
	height: 105px;
	overflow:hidden;
	float: left;
}
.smallPic:hover {
	border-color: #1f409a;
}
.smallpic img {
	vertical-align: bottom;
}
.hSpacer {
	width: 10px;
	height: 15px;
	float:left;
}
.entry:hover {
	background:#f7f3e3;
}
.floatRight {
	float:right;
	margin: 0 0 0 1em;
}
.centered {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.coming-soon {
	color: #900;
}