@charset "utf-8";
/* CSS Document */
html, body
{
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #DBCFAF url('images/3-1tile.jpg') repeat-x top;		
}

.gallery_image
{
	cursor: pointer;
	
}

.weather_title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A5A7AA;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	background: #FFFFFF url('images/head_tile.jpg') repeat-x top;	
	width: 978px;
	margin: 0 auto 0 auto;
}

div#second_container
{
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	background: #FFFFFF url('images/secondary_head_tile.jpg') repeat-x top;	
	width: 978px;
	margin: 0 auto 0 auto;
}

div#header
{
	/*background: url('images/header1.jpg') no-repeat top left;*/
	height: 367px;
	width: 978px;
	margin: 0 auto 0 auto;
}

div#secondary_header
{
	/*background: url('images/secheader1.jpg') no-repeat top left;*/
	height: 289px;
	width: 978px;
	margin: 0 auto 0 auto;
}

div#header .loginbutton,
div#secondary_header .loginbutton
{
	display: block;
	width: 165px;
	margin: 0 0 0 auto;
	padding-top: 55px;
}

/* members center */
div#members
{
	background: url('images/membersbg.jpg') repeat-x top;
	height: 66px;
	padding-top: 35px;
}

div#members .img
{
	display: block;
	float: left;
}

/* content area */
div#content
{
	width: 914px;
	padding-top: 20px;
	margin: 0 auto 20px auto;
}

div.left
{
	width: 436px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ababab;
}

div.right
{
	width: 447px;
	padding-left: 10px;
	float: left;	
}

div.second_left
{
	width: 617px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ababab;
}

div.second_right
{
	width: 250px;
	padding-left: 10px;
	float: left;	
}

div.member_left
{
	width: 192px;
	padding: 0px 10px 0px 10px;
	float: left;
}

div.member_right
{
	width: 202px;
	padding: 0px 10px 0px 10px;
	float: left;
}

div.member_center
{
	width: 458px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #ABABAB;
	border-top: none;
	border-bottom: none;
	float: left;
}

/* footer */
div#footer
{
	width: 915px;
	margin: 25px auto 0 auto;
	background: url('images/footer1.jpg') no-repeat bottom left;
}

div#footer .text
{
	margin-top: 40px;
	padding-bottom: 27px;
	font-size: 10px;
	color: #59513A;
}

div#footer img.link
{
	display: block;
	float: left;
}

/* Navigation */
div#navigation
{	
	background: url('images/navbg.jpg') repeat-x top;
}

div#navigation td
{
	height: 37px;
}

div#navigation ul
{
	display: none;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 140px;
	border-top: 1px solid #403924;
}

div#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

div#navigation ul.child
{
	position: absolute;
	list-style: none;
	padding: 0;
	margin: -1px 0 0 139px;
	width: 140px;
	border-top: 1px solid #403924;
}

div#navigation a:link.top,
div#navigation a:visited.top,
div#navigation a.top
{
	color: #D1C7AF;
	text-decoration: none;
	display: block;
	width: 132px;
	text-align: center;
	border-left: 1px solid #D1C7AF;
}

div#navigation a:link.flyout,
div#navigation a:visited.flyout,
div#navigation a.flyout
{
	display: block;
	border: 1px solid #403924;
	border-top: none;
	background-color: White;
	color: #5C4C17;
	padding: 7px;
	width: 124px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

div#navigation a:hover.flyout
{
	background-color: #403924;
	color: white;
}	

.box_links {
	clear:right;
	display:block;
	height:30px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.box_links li {
	display:inline;
}
.box_links a {
	border:1px solid #8EA93C;
	color:#8EA93C;
	display:block;
	float:left;
	height:13px;
	margin-right:1px;
	padding:1px 2px;
	text-align:center;
	width:13px;
	text-decoration: none;
}
.box_links a:hover, .box_links a.selected {
	background-color:#8EA93C;
	border-color:#FFFFFF;
	color:#FFFFFF;
}
