@charset "UTF-8";
/* CSS Document */

/* SITE STRUCTURE */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #1f190d;
	font-size: 12px;
	color:#564b47;  
	padding:0px;
	margin:0px;
	text-align: center;
}


#container {
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y; 
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

#wrapper {
	margin: 0px auto;	
	padding: 0px;
	width: 750px;
}

#header {
	background-image: url(images/header-bg2.jpg);
	background-repeat: no-repeat;  
	margin: 0px auto;
	padding: 0;
	height: 192px;
}

#subhead {
	width: 750px;
	height:27px;
	background-color:#050300;
}

#footer {
	background-image: url(images/footer-fade.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height:104px;
}

#left-column {
	width:330px;
	padding: 25px 10px 15px 35px;
	float:left;
}

#right-column {
	width:330px;
	padding: 25px 35px 15px 10px;
	float:right;
}

#left-column-footer , #right-column-footer {
	color:#F4EFE0;
}

#left-column-footer {
	width:269px;
	margin:0 0 0 123px;
	padding: 10px 10px 0px 35px;
	float:left;
	text-align:left
}

#right-column-footer {
	width:269px;
	margin: 0 120px 0 0;
	padding: 10px 0px 0px 10px;
	float:right;
	text-align:left
}

#center-column-footer {
	width:142px;
	padding: 0px;
	float:left;
	text-align:center;
}
/* NAVIGATION */

#nav {
	float:left;
	margin:4px 0 0 0;
	padding-top:5px;
}


ul.nav-items  {
	list-style:none;
	padding:10px 5px;
	margin:0;

}

ul.nav-items li {
}


ul.nav-items li a{
	
	text-align:left;
	padding: 6px 0 6px 30px;
	margin:0px;	
	display:block;
}

ul.nav-items li a:hover, li.active {
	background-image:url(images/nav-active.png);
	background-repeat:no-repeat;
	text-align:left;
	margin:0;	
	display:block;
}

/* SUBNAV */

#subnav {
	float:right;
	width:263px;
	padding-left:0px;
	margin:0;
	height:27px;
	background-color:#3F382C;
	
}


ul.subnav-items  {
	list-style:none;
	padding:0;
	margin:0;

}
ul.subnav-items  li {
	display:inline;
	float:left;
	padding: 7px 0px 0px 5px;

}
ul.subnav-items li a:link {
	float:left;
	width:60px;
	text-align:center;
	margin:0;	
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

ul.subnav-items li a:hover {
	color:#C99941;
}

ul.subnav-items li a:visited{
	
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

/* IMAGES */
img.left {
	float:left;
	padding-right:10px;
}

img.right {
	float:right;
	padding-left:10px;
}


/* EVENTS */

#events {
	float:right;
	width:257px;
	height:192px;
	margin:0px 0 0 0;
	border-left: 6px solid #1f190d;
	background-color:#F3EFE0;
}

ul.event-items  {
	list-style:none;
	padding:0;
	margin:0;

}

ul.event-items li a:link{
	width:257px;
	border-top: solid 1px #7E6D42;
	border-bottom: solid 1px #E0D8C9;
	padding: 5px 0px;
	margin:0;	
	display:block;
	font-size:9px;
	color:#564b47;
	text-decoration:none;
}
ul.event-items li a:hover{
	background-color:#E5DFCB;
}

ul.event-items li a:visited{
	background-color:#F3EFE0;
	font-size:9px;
	color:#564b47;
	text-decoration:none;
}

/* MAIN CONTENT */

#main {
	width:750px; 
	background-color:#F3EFE0;
}

#mainphoto {
	width:750px; 
	background-color:#000;
}


/* TEXT */
#subnav-text {
	color:#F3EFE0;
	text-align:left;
	padding: 5px 0 0px 35px;
	margin:0;
	float:left;
}

.body-text {
	text-align:left;
	line-height:20px;
	padding:15px 50px;
}

.clear {
clear:both;
}

.table-odd, .table-even {
	font-size:10px;
}

.table-odd {
background-color:#ECE6D3
}

.table-even {

}


.table-odd a:link, .table-even a:link{
	color:#AA8C3A
}
.table-odd a:hover, .table-even a:hover{
	color:#6B5B36
}

.officer {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right
}

#right-column p, #left-column p {
color:#2B2515;
line-height:8px;
}

.header {
text-transform:uppercase;
font-weight:bold;
font-size:14px;
color:#B38D43
}

a:link{
	font-size:12px;
	color:#564b47;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a:visited{
	font-size:12px;
	color:#564b47;
	text-decoration:none;
}
