/* For the index */
a:link, a:visited {
	color: #6A8C00;
}
#index {
	background: url(../images/index_bg.gif) 3px 100% no-repeat;
	width: 629px;
	float: left;
}
#menus {
	background: url(../images/index_top.gif) 0 0 no-repeat;
	padding: 31px 0 0;
	_height: 1px;
}
p#footer {
	background: #000;
	padding: 5px 0;
}
#container {
	border-width: 0;
}
#sc li a:hover {
	background: url(../images/menu_hover_green.gif) 0 0 no-repeat;
}
#qol li a:hover {
	background: url(../images/menu_hover_orange.gif) 0 0 no-repeat;
}
#relocation li a:hover {
	background: url(../images/menu_hover_blue.gif) 0 0 no-repeat;
}
#newslettersignup {
	margin: 0;
}
/* Menus */
#menus ul {
	list-style: none;
	margin: 0;
	float: left;
}
#menus ul li {
	margin: 0 0 1px;
	_height: 1px;
}
#menus ul li a {
	display: block;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: none;
	padding: 0 10px 0 5px;
}
#menus ul li a:hover {
	color: #000;
}
ul#sc {
	width: 198px;
	padding: 3px 0 3px 10px;
}
#sc a {
	color: #6A8C00;
}
#sc form#newslettersignup {
	margin: 5px 0 5px 5px;
}
ul#qol {
	width: 203px;
	padding: 3px 0 150px 8px;
}
#qol a {
	color: #973E20;
}
ul#relocation {
	width: 201px;
	padding: 3px 0 3px 0;
}
#relocation a {
	color: #496D8D;
}
#relocation li {
	padding: 0 0 0 6px;
}
#relocation #map, #relocation #weather {
	padding: 0;
	margin: 3px 0;
	text-align: center;
}
/* Banners */
#banners {
	margin: 0 0 0 629px;
	width: 167px;
	padding: 5px 0 0 0;
}
/* Weather */
#current_weather {
	position: relative;
	padding: 5px 5px 5px 60px;
	width: 141px;
}
#current_weather img {
	position: absolute;
	left: 5px;
	top: 8px;
}
.temp {
	font-size: 12px;
	font-weight: bold;
}

