/* CSS Document */

/****************
Document created January 2008

Classes are listed in the order that they appear in index.asp.

****************/
a:link {
	color:#325DA8;
	/*color:#8ABE6E; /* This is the green but I think it is too hard to read. */
}
a:visited {
	color:#325DA8;
	/*color:#8ABE6E; /* This is the green but I think it is too hard to read. */
}
a:hover {
	color:#8ABE6E; /* This is the green but I think it is too hard to read. */
}
a:active {
	color:#8ABE6E; /* This is the green but I think it is too hard to read. */
}

body {
	background-image:url(images2/bg.gif);
}
h1, h2, h3, h4, h5 {
	color:#B86F27;
}
h2 {
	line-height:1.1em;
}
h3 {
	clear:both;
}
.container {
	margin:56px auto;
	width:911px;
}
.header {
	background-image:url(images2/header.gif);
	background-repeat:no-repeat;
	float:left;
	height:133px;
	padding-right:20px;
	width:890px;
}
.header img {
	float:right;
	margin:10px 9px 0 0;
	padding:0;
}
.content_container {
	background-image:url(images2/content_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0;
	min-height:400px;
	padding-bottom:55px;
	width:910px;
}
.left_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:150px;
}
.left_nav ul {
	font-weight:bold;
	list-style-type:none;
	margin:0;  /* For IE */
	padding:0; /* et al. */
	text-align:right;
	width:135px;
}
.left_nav ul li {
	background-image:url(images2/left_nav_underline.gif);
	background-repeat:repeat-x;
	background-position:15px 19px;
	margin-left:7px;
	padding-bottom:3px;
}
.left_nav ul li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}
.left_nav ul li a:visited {
	color:#FFF;
}
.left_nav ul li a:hover {
	color:#FFF;
}
.left_nav ul li a:active {
	color:#FFF;
}
.left_nav ul li a.selected {
	color:#8E3E25;
}
.left_nav ul li ul {
	display:none;
	margin-right:0px;
	padding:0;
	width:128px;
}
.left_nav ul li ul.showNav {
	display:block;
}
.left_nav ul li ul li {
	background-image:none;
}
.left_nav ul li ul li a:link {
	color:#000;
	text-transform:none;
}
.left_nav ul li ul li a:link.selected {
	color:#8E3E25;
}
.left_nav ul li ul li a:visited {
	color:#000;
	text-transform:none;
}
.left_nav ul li ul li a:visited.selected {
	color:#8E3E25;
}
.left_nav ul li ul li a:hover {
	color:#8E3E25;
}
.left_nav ul li ul li a:active {
	color:#8E3E25;
}
.left_nav ul li ul li img.selected {
	float:right;
	margin-right:-29px; 
	margin-left:5px;
	margin-top:11px;
	position:relative;
}
.promo {
	border:0;
	margin:25px 0 0 15px;
}
.content_nav {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.content_nav li {
	float:left;
	font-weight:normal;
	list-style-type:none;
	margin-left:4px;
}
.content_nav li a:link {
	border-left:1px solid black;
	color:#8E825A;
	padding-left:5px;
	text-decoration:none;
}
.content_nav li a:link.first {
	border-left:0;
}
.content_nav li a:link.selected {
	color:#8E3E25;
}
.content_nav li a:visited { 
	border-left:1px solid black;
	padding-left:5px;
	color:#8E825A;
	text-decoration:none;
}
.content_nav li a:visited.first { 
	border-left:0;
}
.content_nav li a:visited.selected {
	color:#8E3E25;
}
.content_nav li a:hover {
	color:#8E3E25;
}
.content_nav li a:active {
	color:#8E3E25;
}
.content_subnav {
	text-transform:none;
}
.content_subnav li a:link {
	border-left:1px solid black;
	color:#8E825A;
	padding-left:5px;
	text-decoration:none;
}
.content_subnav li a:visited { 
	border-left:1px solid black;
	padding-left:5px;
	color:#8E825A;
	text-decoration:none;
}
.content_subnav li a:hover {
	color:#8E3E25;
}
.content_subnav li a:active {
	color:#8E3E25;
}
.content {
	color:#765B48;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	margin:20px 10px 0 40px;
	width:658px;
}
.content_calendar {
	margin:20px 0 0 10px;
	width:698px;
}
.footer_one {
}
.footer_two {
	margin-top:20px;
}
/******************** Page Specific Styles *************************/
/* Styling for pages with content photos */
.photos {
	text-align:center;
	vertical-align:middle;
}
.photos img {
	border:0;
	margin:0 2px;
}
/* End Styling for pages with content photos */
/* Map */
.map_legend {
	float:left;
	padding-left:50px; /* Gotta have this or the numbers disappear in IE */
}
/* End Map */
/* Join Our Mailing List */
form .personal_info label {
	display:block;  
	float:left; 
	margin: 3px 2px;
	text-align:right;
	width:200px;
}
form .personal_info input {
	width:200px;
}
form br {
	clear:left;
}
form fieldset {
	padding:10px;
}
form fieldset legend {
	color:#B86F27;
	font-weight:bold;
	padding:10px;
}
form .interests input {
	width:auto;
}
form .interests label
/* End Join Our Mailing List */
