@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
     overflow-x: auto;
}
body {
	background-image:url(../images/wood_bgt.jpg);
	background-repeat:repeat-x;
	background-color:#2A0E00;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	}
a {
color:#2A0E00;}
a:hover {
color:#C3AE81;}

.main-bg {
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-y;}
	
.header-bg {
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	height:256px;}
	
.content-bg {
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.bottom-bird {
	background-image:url(../images/footer-bird.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
/*----------------NAVIGATION-----------------*/

.nav {
	background-image:url(../images/nav-bg_03.jpg);
	background-repeat:repeat-x;
	height:41px;
	}
	
#nav {
	width: 100%;
	height: 41px; 	
	margin: 0 auto;
	padding: 0;	
}

#nav .dropmenu{
	position:absolute;
	top: 0;
	border: 2px solid #B3A177; 
	border-width: 0 2px;
	font:normal 12px Verdana, Helvetica, sans-serif;
	line-height:21px;
	z-index:100;
	background-color: #F4DAA2;
	visibility: hidden;
}
#nav .dropmenu a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #B3A177; 
	border-bottom-width: 2px;
	padding: 2px 5px 0 0;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
* html #nav .dropmenu a{ 
	width: 100%;
}
#nav .dropmenu a:hover{ 
	background-color: #ECBC59;
	color:#000;
}
	
/*----------------CONTENT-----------------*/
	
.slide-bg {
	background-image:url(../images/slide-bg.jpg);
	background-repeat:no-repeat;
	height:269px;}
	
.text1 {
	color:#000;}
	
h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:26px;
	line-height:110%;
}

	
h3{
	margin-top:15px;
	padding:0;
	font-weight:normal;
	font-size:18px;
	margin-bottom:4px;
}
h3 a {text-decoration:none;} 
	
.slide-container {
	width:360px;
	height:244px;
	margin: 9px 0 0 10px;
	}	
	
.float-pic-r {
float:right;
margin:0px 0px 10px 10px;
}

.float-pic-l {
float:left;
margin:0px 10px 10px 0px;}
	
	
	
/*----------------FOOTER-----------------*/

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding: 20px 0 10px 0;
	}
	
.footer a{
	text-decoration:none;
	padding: 0 5px 0 5px;
	color:#000;
	}
	
.footer a:hover{
	text-decoration:underline;}

.footer2, footer2 a {
	font-size:11px;}

/*----------------PRESS TABLE-----------------*/

table#press
{
    border-color: #600;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table#press td
{
    border-color: #600;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}

/*----------------PRESS TABLE-----------------*/

.event-date {font-weight:bold; font-size:14px;margin: 0;padding-top: 30px;}
.event-title {
	font-weight:bold;
	font-size:18px;
	line-height:110%;
	margin-top:0;
	padding-top:0;}
.event-details {margin-top:5px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	