/* Force Vertical Scrollbar */
html { overflow-y: scroll; }

/* Basic layout */

body {
	padding: 0;
	background: #4d7300 url("/img/background.jpg");
	text-align: center;
}

#wrapper {
	margin: 20px auto 0;
	padding: 2px;
	width: 772px;
	background: #fff;
}

/* Header */

#logo, #logo * {
	margin: 0;
	line-height: 0.9;
}

#menu {
	margin: 0;
	padding: 3px 0;
	list-style: none;
	background: #2c530b url("/img/menu.gif") repeat-x;
	font-size: 13px;
}
#menu li { display: inline; }
#menu a {
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a.active {
	background: url("/img/menu.gif") repeat-x;
	background-position: 0 -23px;
	text-decoration: underline;
}

/* Content area */

#main {
	margin-top: 2px;
	padding: 0 20px;
	border: 2px solid #496b01;
	border-width: 2px 0;
	text-align: left;
	line-height: 1.3;
}

#main .full { margin-left: -20px; margin-right: -20px; }

.clearer {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

/* Footer */

#footer {
	margin: 0 auto 20px;
	background: url("/img/footer.gif") repeat-x;
	width: 776px;
	height: 56px;
	text-align: left;
	overflow: hidden;
}

#sponsors {
	float: left;
	margin: 0;
	padding-left: 6px;
	font-style: italic;
}

#footer img {
	margin: 6px 5px 0 15px;
	vertical-align: middle;
}

/* Forms and feedback */

fieldset {
	margin: 8px 0 6px;
}

label {
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

label input, label textarea, label select {
	display: block;
}

form label.half { float: left; width: 47%; }

input.default { font-weight: bold; }
input.submit { padding: 0 15px; }

.success { color: #080; }
.warning { color: #970; }
.error { color: #c00; }

/* Page specific */

input, textarea, select {
		width: 90%;
}
input#send, input#save { width: auto; }

#slForm {
	margin: 4px;
	padding: 116px 10px 0 10px;
	background: url("/img/sl.gif") no-repeat;
	width: 105px; /* img width = 123px */
	height: 49px; /* img height = 165px */
}
#slForm input { width: auto; margin-bottom: 3px; }

/* Weather widget */
#h2-mFiB, #widget_yr { display: none !important; }
#wrapper-mFiB { margin: 0 auto; height: 100px !important; }

