/* Stylesheet partly based on CSS developed by M. Douglas Wray and Diana Forest (Copyright 2006, OnTheFly Studios) */
/* and Patrick Griffiths (Copyright 2003-2007, http://www.htmldog.com/) */

/* Colors used throughout the site:
		light cream: #FFFFE8
		blue text: #2A1F55
		light tan: #C9C9A7
		dark tan: #B3AB79
		brown: #80734C
		green: #2A5F55
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #2A5F55;
}

a:link, a:visited, a:active {
	color: #005FA9;
	text-decoration: none; 
	font-weight: bold;
}

a:hover { 
	text-decoration: underline;
	font-weight: bold;
}


#container {
	width: 800px;
	background-color: #C9C9A7;
	border: 1px solid #C9C9A7;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


table#form {
	border: none;
	border-spacing: 0;
	padding: 5px;
	margin: 20px;
	font-size:12px;
}

table#form th {
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

#form input {
	padding-left:2px;
}

#form textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


table#selects {
	margin-top: 25px;
	width: 100%;
	font-size: 12px;
}

table#selects th {
	text-align: left;
}

/*************** Header images and horizontal navigation ***************/
#banner_upper {
	color: #2A1F55;
	vertical-align: bottom;
}

#banner_upper img {
	border: none;
	margin: 10px;
}

#banner_upper img#logo {
	float: right;
	margin-bottom:10px;
	margin-right: 25px;
}


/*************** Page name and site search ***************/
#banner_lower {
	color: #2A1F55;
	background-color: #FFFFE8;
	border-top: 1px solid #80734C;
	border-bottom: 1px solid #C9C9A7;
	padding: 10px;
}

#banner_lower h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0;
}

#banner_lower form {
	float: right;
}

#banner_lower form a {
	color: #2A1F55;
	font-weight: bold;
	text-decoration: none;
}



/*************** Horizontal menu ***************/
/* entire menu */
#hNav, #hNav ul {
	float: left;
	width: 675px;
	list-style: none;
	line-height: 1;
	background: #C9C9A7;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 0 0;
	z-index: 100;
}

/* all link items */
#hNav a {
	display: block;
	color: #2A1F55;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* all list items */
#hNav li {
	float: left;
	padding: 0;
	width: 110px; /* this defines top level item width*/
	border-right: 1px solid #FFFFE8;
}

/* second-level group of lists */
#hNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:150px;
	font-weight: bold;
	margin: 0;
	border: 1px solid #FFFFE8;
}

/* second level list items */	
#hNav li li {
	width: 150px;
	border-bottom: 1px solid #FFFFE8
}

/* second level link items */
#hNav li ul a {
	width: 125px;
}

/* third-level group of lists */
#hNav li ul ul {
	margin: -22px 0 0 150px;
}

/* all menu links onhover */
#hNav li a:hover {
	color: #FFFFE8;
	background-color: #B3AB79;
}

#hNav li:hover ul ul, #hNav li:hover ul ul ul, #hNav li.sfhover ul ul, #hNav li.sfhover ul ul ul {
	left: -999em;
}

#hNav li:hover ul, #hNav li li:hover ul, #hNav li li li:hover ul, #hNav li.sfhover ul, #hNav li li.sfhover ul, #hNav li li li.sfhover ul {
	left: auto;
}



/********************** Vertical menu *************************/
/* all lists */
#vNav, #vNav ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	float: left;
	width: 148px;
}
	
/* all list items */
#vNav li {
	position: relative;
	float: left;
}
	
/* second-level group of lists */
#vNav li ul {
	position: absolute;
	left: -999em;
	margin-left: 148px;
	border: 1px solid #FFFFE8;
	margin-top: -26px;
}
	
/* third-level group of lists */
#vNav li ul ul {
	left: -999em;
}

/* all menu links */
#vNav li a {
	color:#2A1F55;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #C9C9A7;
	border-bottom: 1px solid #FFFFE8;
	width: 138px;
	display: block;
	padding: 5px 0 5px 10px;
}
	
/* all menu links onhover */
#vNav li a:hover {
	color: #FFFFE8;
	background-color: #B3AB79;
}
	
#vNav li:hover ul ul, #vNav li:hover ul ul ul, #vNav li.sfhover ul ul, #vNav li.sfhover ul ul ul {
	left: -999em;
}
	
#vNav li:hover ul, #vNav li li:hover ul, #vNav li li li:hover ul, #vNav li.sfhover ul, #vNav li li.sfhover ul, #vNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




/*************** Center column / content ***************/
#content_home, #content_textOnly, #content_textAndBanner {
	padding: 10px;
	width:652px;
	background-color: #FFFFE8;
	zoom: 100%;
	vertical-align: top;
	}
	
#content_home div#leftCol {
	float:left; 
	width:345px; 
	padding:5px; 
	margin-right:30px;
}

#content_home div#rightCol {
	float:left; 
	width:220px; 
	padding:5px; 
}

#content_home div#rotator {
	margin-bottom: 30px;
	text-align:center;
}

#content_home div#news {
	border: 2px solid #C9C9A7; 
	border-right: 4px solid #B3AB79; 
	border-bottom: 4px solid #B3AB79; 
	padding: 5px; 
	margin-bottom: 20px;
}

div#news h4 {
	margin: 0px;
	padding: 0px;
}

#content_home div#highlight {
	border: 2px solid #C9C9A7; 
	border-right: 4px solid #B3AB79; 
	border-bottom: 4px solid #B3AB79; 
	padding: 5px; 
	margin-bottom: 20px;
	margin-top:15px;
}

div#highlight h4 {
	margin: 0 0 10px 0;
	padding: 0px;
}

#content_home img {
	border:1px solid #80734C;
}

#content_textAndBanner div#banner {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#content_textAndBanner img#the_banner {
	width: 486px;
	height: 60px;
	border: 1px solid #80734C;
}

#content_textAndBanner a img{
	border: none;
	text-decoration: none;
}

#members {
	font-size:12px;
}

#members td a {
	font-weight:normal; color:black;
}

#members th a {
	font-weight:normal;
}

/*************** Left column ***************/
#left_column {
	width: 148px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
	
#left_column p {
	margin: 0 0 20px 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}
	
#left_column img {
	border: none;
	width: 100px;
}

#left_column a {
	color: #C9C9A7;
	text-decoration: none;
}



.warning {
	color: #990000;
	font-weight: bold;
}


#admin_nav {
	margin:0;
	margin-bottom: 25px;
}

#admin_nav a {
	font-weight:normal;
	font-size: 12px;
}


/*************** Footer ***************/	
#footer {
/*	clear: both;*/
	padding: 5px;
	color: #80734C;
	text-align: center;
	border-top: 1px solid #80734C;
	font-size:12px;
}
	
#footer a, #footer a:link, #footer a:visited { 
	text-decoration: none; 
	color: #80734C; 
	font-weight: normal;
}

#footer a:hover { 
	text-decoration: underline; 
	font-weight: normal;
}

#footer p {
	float: right;
	margin: 0;
	margin-right: 60px;
	
}

#footer img {
	float:right; 
	border:1px solid #2A5FAA;
	padding: 0;
	margin: 10px;
}