@import url("../css/global.css");

/* PUBLIC AREA */

h1 {
	color: #214513;
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0 0 7px;
}
h2 {
	color: #444444;
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#contentarea {
	padding: 0;
	margin: 0;
}

#primary {
	padding: 0 8px;
}
#primary #welcome {
	float: left;
	width: 381px;
	padding: 14px;
	height: 122px;
	background: url(../gfx/dot_green.gif) repeat;
}

#secondary {
	padding: 0 8px;
	margin: 16px 0 0 0;
}
#secondary #currentweather {
	float: left;
	width: 381px;
	background: url(../gfx/dot_beige.gif) repeat-x 0 0;	
	padding: 9px 14px 10px 14px;
}
#secondary #newsandevents {
	float: right;
	width: 530px;
	padding: 14px;
	background: url(../gfx/dot_beige.gif) repeat-x 0 0;
}
#newsandevents .col_A {
	float: left;
	width: 49%;
}
#newsandevents .col_B {
	float: right;
	width: 49%;
}

#subheader {
	height: 319px;
	width: 990px;
	background: url(../gfx/home_header_frame.png) no-repeat 0 0;
}
#subheader img {
	margin: 13px 0 0 8px;
}
#subheader #features {
	height: 319px;
	width: 990px;
}
#subheader #features li {
	position: relative;
	height: 319px;
	width: 990px;
}
#subheader #features li a {
	position: absolute;
	bottom: 39px;
	right: 63px;
	display: block;
	width: 185px;
	height: 33px;
	line-height: 33px;
	text-indent: -999em;
	background: url(../gfx/btn/home_learnmore.png) no-repeat 0 0;
}
#subheader #features li a:hover {
	background-position: -185px 0;
}

/* ---------| Recent Photos |--------- */
#primary #recentphotos {
	float: right;
	width: 530px;
	padding: 10px;
	background: url(../gfx/bg_box2.gif) repeat 0 0;
}
#primary #recentphotos ul {
	margin: 0;
	padding: 0;
}
#primary #recentphotos ul li {
	float: left;
	width: 140px;
	height: 130px;
	margin: 0;
	padding: 0;
}
#recentphotos .button {
	float: left;
	width: 85px;
	background: url(../gfx/hdr/360tour.gif) no-repeat 0 0;
}
#recentphotos .button a {
	text-indent: -999em;
	display: block;
	width: 85px;
	height: 125px;
	background: url(../gfx/btn/gball_go.gif) no-repeat -85px 100%;
}
#recentphotos .button a:hover {
	background-position: 0 100%;
}

/* ---------| Upcoming Events + Latest News |--------- */
#newsandevents ul {
	margin: 0 0 14px;
}
#newsandevents ul li {
	color: #1E4688;
	padding: 14px 0;
	background: url(../gfx/dot_beige.gif) repeat-x 0 100%;
}
#newsandevents ul li a, #welcome a {
	color: #214513;
	text-decoration: underline;
}
#newsandevents ul li a:hover, #welcome a:hover {
	color: #007EBD;
}
#secondary p.more {
	text-align: right;
	font-size: 12px;
}
#secondary p.more a {
	color: #593D2B;
	text-decoration: none;
	text-transform: uppercase;
}
#secondary p.more a:hover {
	color: #007EBD;
}

/* ---------| Current Weather |--------- */
#currentweather .col_A {
	float: left;
	width: 38%;
	padding: 14px 0 7px;
	color: #214513;
}
#currentweather .col_B {
	float: right;
	width: 58%;
	padding: 14px 0 7px;
	color: #1E4688;
}
#currentweather p.more {
	padding: 14px 0 0 0;
	background: url(../gfx/dot_beige.gif) repeat-x 0 0;
	clear: both;
}