/* CSS Document */

body, html {
background-color: #894932;
margin:0px auto;
height:100%;
}

#wrapper {
background-image:  url("images/background_repeat.gif");
background-repeat: repeat-x;
width:960px;
border-right:1px solid #A59257;
height:100%;
}

#top {
background-image:url(images/top.jpg);
background-repeat:no-repeat;
width:960px;
height:203px;
padding:0px;
margin:0px;
}

#navtop {
width:100%;
background-image:url(images/home_image.jpg);
background-position:right top;
background-repeat:no-repeat;
height:203px;
margin:0px;
padding:0px;
}

#navtop p{
padding-right:10px;
line-height:20px;
margin:0px;
}


.whitetext {
font-family: Arial, Helvetica, Verdana, sans-serif;
color:#FFF;
font-size:11px;
text-align:right;
}

.bigwhite{
font-family: Arial, Helvetica, Verdana, sans-serif;
color:#FFF;
font-size:17px;
text-align:right;
}

#center {
width:57%;
padding-top:123px;
margin:0px 0px 0px 200px;
}

#mainnav {
border-top:1px #A59256 solid;
border-right:1px #A59256 solid;
border-left:1px #A59256 solid;
border-bottom: 0px;
padding:5px 5px 5px 5px;
background-color:#EDEBD5;
}

/*Navigation Tab Rollover Effect */
#nav {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	overflow: hidden;
	}

#nav li {
	margin: 0px; 
	padding: 0px;
    list-style: none;
	display: inline;
	}

#nav a {
	text-align:center;
	float: left;
	overflow: hidden;
	height: 28px !important; 
	height /**/:28px; /* for IE5/Win only */
	color:#FFFFFF;
	padding-top:8px;
	font-weight:bold;
	font-family:"Times New Roman", Georgia, Times, serif;
	}
	
#nav a:hover {
	background-position: 0 -36px;
	text-decoration:none;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -36px;
	}

#services a  {
	width: 120px;
	background:  url("images/tabs.gif") top left no-repeat;
	text-decoration:none;
	}
#resources a  {
	width: 120px;
	background:  url("images/tabs.gif") top left no-repeat;
	text-decoration:none;
	}
#faq a  {
	width: 175px;
	background:  url("images/tabs.gif") top left no-repeat;
	text-decoration:none;
	}
#contact a  {
	width: 120px;
	background:  url("images/tabs.gif") top left no-repeat;
	text-decoration:none;
	}
	
/* Content Area */
#content {
	padding: 30px 30px 10px 30px;
	border-bottom:1px #CCB87D solid;
	border-right:1px #CCB87D solid;
	border-left:1px #CCB87D solid;
	margin-left:1px;
	margin-top:0px;
	text-align: left;
}

.title {
font-size:14px;
color:#260C00;
border-width:100%;
padding-bottom:5px;
font-weight:600;
}

.maintitle {
font-size:20px;
color:#260C00;
border-bottom:1px solid #260C00;
border-width:100%;
padding-bottom:5px;
font-weight:600;
text-align:center;
}

.bodycontent
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:10px;
}

#content a, #content a:active, #content a:visited
{color:#660000;
font-weight:bold;
text-decoration:none;
}

#content a:hover
{color:#83432C;
font-weight:bold;
text-decoration:none;
}

#contentarea {
width:960px;
margin:0px;
padding:0px;
}

#leftcolumn
{
	padding-top:30px;
	padding-left:10px;
	width:200px;
	z-index:400;
	float:right;
	margin-right:60px;
	position: absolute;
	left: 750px;
	top: 205px;	
	text-align:left;
}

#leftcolumn img
{border:1px solid #A59256;
}


.whiteobliquelarge
{
font-family:"Times New Roman", Georgia, Times, serif;
font-style:italic;
color:#EDEBD5;
font-size:16px;
font-weight:bold;
}

.orangeobliquelarge
{
font-family:"Times New Roman", Georgia, Times, serif;
font-style:italic;
color:#8F482A;
font-size:16px;
font-weight:bold;
}

.creamtextleft {
font-family: Verdana, Arial, Helvetica,  sans-serif;
color: #EDEBD5;
font-size:13px;
text-align:left;
width:200px;
}

#rightcolumn
{
	padding-top:0px;
	padding-right:0px;
	width:200px;
	float:left;
	position: absolute;
	top: 213px;
	left:0px;
}

#rightcolumn ul
{
border-top:0px solid #8F482A;
border-bottom:0px solid #8F482A;
list-style:none;
margin:0px;
padding: 0px;
width:100%;
}

#rightcolumn li{
border-left:0px solid #B88C74;
border-bottom:1px solid #8F482A;
padding-left:10px;
background-color:#6E1F0F;
}

#rightcolumn a, #rightcolumn a:active, #rightcolumn a:visited, .whitetext a, .whitetext a:active, .whitetext a:visited, #leftcolumn a, #leftcolumn a:active, #leftcolumn a:visited, #leftcolumn a, #leftcolumn a:active, #leftcolumn a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:28px;
color:#FFFFFF;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

#rightcolumn a:hover, .whitetext a:hover, leftcolumn a:hover
{
line-height:28px;
text-decoration:underline;
}

.eventtable td{
border-bottom:1px dotted #8F482A;
}
.eventtable th{
border-bottom:1px solid #8F482A;
padding-bottom:5px;
text-align:left;
}
