
body, html { height: 100%; }

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #F6F6F6;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}

#main_outer { padding: 0 15px; }
#main {
	max-width: 1100px;
	margin: 15px auto;
	background-color: white;
	padding: 5px;
}

#header {
	height: 156px;
	background-color: #EFEFEF;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0; padding: 0;
	text-align: left;
}

#main_logo {
	border:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}
#header_graphic {
	border:0;
	position: absolute;
	top: 0;
	left: 80px;
	z-index: 1;
}

#header_menu {
	position: absolute;
	bottom: 11px;
	right: 0;
	height: 21px;
	min-width: 200px;
	background-image: url(../images/header_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f9f9f9;
	padding: 5px 5px 5px 80px;
	z-index: 5;
	text-align: right;
}

#header_menu a:link, #header_menu a:visited {
	padding: 7px 5px; 
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 15;
}
#header_menu a:hover {
	color: #a98446;
	background-color: #fff;
}

#header_menu a.selected:link, #header_menu a.selected:visited {
	color: #a98446;
}


#page_photos_container {
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
	height: 116px;
	position: relative;
}
#page_photos {
	position: absolute;
	width: 150%;
}
#page_photos img {
	border: 1px solid #A98446;
	padding: 2px;
	background-color: white;
	height: 110px;
}
#page_photos a:link img, #page_photos a:visited img {
	border: 1px solid #A98446;
	/*
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	*/
}
#page_photos a:hover img {
	/*
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	*/
}


#content_area {
	position: relative;
	margin-top: 10px;
}

#left_column {
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
}

.left_column_title {
	background-color: #a98446;
	color: white;
	font-size: 0.9em;
	padding: 7px;
}
.left_column_content {
	background-color: #f4f4f4;
	padding: 7px;
	font-size: 0.8em;
	color: #333;
	margin-bottom: 5px;
}

a.left_column_nav:link, a.left_column_nav:visited {
	display: block;
	width: 180px;
	color: #666;
	text-decoration: none;
	padding: 5px 0;
}
a.left_column_nav:hover {
	color: #a98446;
}
a.left_column_nav:focus { outline: none; }

a.left_column_nav_selected:link, a.left_column_nav_selected:visited {
	color: #a98446;
}

#content {
	padding: 5px 10px 0 200px;
	font-size: 0.75em;
	color: #333;
	min-height: 530px;
	_height: 530px;
}
#content h2 {
	color: #a98446;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
#content p {
	margin: 10px 0;
	line-height: 1.3em;
}

#content a:link, #content a:visited {
	color: #a98446;
}


div#footer {
	margin: 10px 0 0 0;
	height: 18px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	text-align: right;
	font-size: 0.6em;
	color: #999;
}
div#footer a:link, div#footer a:visited {
	color: #666;
	text-decoration: none;
}



#white_wash {
	background-color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	z-index:100;
	display: none;
}

#image_enlarge_container {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 105;
	display: none;
}
#image_enlarge {
	margin: 50px auto 0 auto;
	padding: 15px;
	background-color: white;
	border: 1px solid #999;
	position: relative;
	width: 400px;
	z-index: 110;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}
#image_enlarge_img {
	height: 450px;
}
#image_enlarge img#closer {
	position: absolute;
	top: 3px;
	left: 3px;
	border: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#loading {
	width: 100%;
	text-align: center;
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
}



.weather_widget {
	background-color: #eee;
	min-height: 65px;
	_height: 65px;
	padding: 5px;
	font-size: 0.85em;
	border: 1px solid #ccc;
}

.weather_widget a:link, .weather_widget a:visited {
	color: #666;
}

.weather_widget img {
	float:right;
}
.weather_title {
	font-size: 0.8em;
	text-align:center;
}
.weather_credits {
	font-size: 0.7em;
	text-align:center;
	margin-bottom: 5px;	
	color: #666;
}
.weather_data {
	margin-bottom: 4px;
}
.weather_data_label {
	font-size: 0.8em;
	color: #666;
}


