/* CSS Document */
* {
	padding: 0; 
	margin: 0;
}

body{
	background: url(../images/bg_main.jpg) top left repeat;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1{font-size: 1.6em; margin: 0 0 10px 0;}
h2{font-size: 1.4em; margin: 0 0 10px 0;}
h3{font-size: 1.2em; margin: 10px 0 10px 0;}
h4{font-size: 1.1em; margin: 10px 0 10px 0;}
.article{ text-align: center; max-width: 500px;}

p{
	font-size: 1em;
	line-height: 1.5em; 
	margin: 10px 0 10px 0; 
	max-width: 500px;
}

th{
	text-align: left;
}

hr{
	border: 1px solid #000000;
}

#content ul, #content ol{
	margin-left: 25px; 
	line-height: 1.5em;
}

#content ul li ul{
	margin-left: 15px; 
	line-height: 1.5em;
}

#wrapper{
	position: absolute; 
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background: url(../images/bg_body.jpg) top left repeat-y;
}

img{
	border: none;
}

img.home{
	float: right; 
	margin: 0 0 0 10px;
}

a{
	font-weight: bold;
}

a:link, a:visited, a:active{
	color: #0d027b;
}

a:hover{
	color: #7f331c;
}	

/* Styles for Header Area */
#header{
	background: url(../images/bg_header.jpg) no-repeat;
	height: 141px;
	padding: 12px 26px 0;
}

#headerImage{
	position: absolute; 
	width: 374px;
	left: 50%;
	margin-left:-187px;
}

/* styles for main logo and rollover */

#logo {
	width: 135px; 
	float: left;
}

#logo span{
	display: none;			
}

#logo a{
	width: 135px;
	height: 97px;
	display: block;
	text-decoration: none;
	border: none;
}

#logo a:link, #logo a:active, #logo a:visited{
	background: url(../images/logo_off.jpg) no-repeat;
}

#logo a:hover {
	background: url(../images/logo_on.jpg) no-repeat;
}

/* Styles for search box */
#searchArea{
	float: right;
	clear: right;
	margin: 25px -2px 0 0;
}

#searchInput{
	border: 1px solid #000;
	width: 135px;
}

#btnSearch{	
	width: 139px;
	border: none;
	color: #fff;
	background: url(../images/btn_search.gif) no-repeat;
	padding: 0 8px 25px 0;
	margin-top: -1px;
}

/* Styles for Top Menu */
#topMenu{
	float: right;
	list-style-type: none;
	width: 190px;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}

#topMenu li{
	float: left;
	border-right: 2px solid #000;
}

ul#topMenu li.lastItem{
	border-right: none;
}

ul#topMenu li.lastItem span{
	padding: 1px 4px;
}

#topMenu li a{
	display: block;	
	padding: 1px 4px;	
}

li.activeTop{
	border-right: none;
	padding: 1px 4px;
	float: left;
	border-right: 2px solid #000;
}
/* Styles for Main Menu */
#mainMenu{
	background: url(../images/bg_menu.gif) top right no-repeat;
	height: 230px;
	width: 140px;
	float: left;
	padding: 0 26px 0 43px;
	font-size: 1.2em;
	padding-top: 2px;
}

#mainMenu ul{
	list-style-type: none;
}

#mainMenu ul li a{
	display: block;	
	text-decoration: none;
}

#mainMenu ul li a:link, #mainMenu ul li a:visited, #mainMenu ul li a:active{
	border-top: 1px solid #ffeaa1;
	border-bottom: 1px solid #ffeaa1;
	padding: 4px 0 4px 15px;
}

#mainMenu ul li a:hover{
	background: url(../images/note.gif) no-repeat top left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 0 4px 15px;	
}

#mainMenu ul li.active{
	background: url(../images/note.gif) no-repeat top left;
	border-top: 1px solid #ffeaa1;
	border-bottom: 1px solid #ffeaa1;
	padding: 4px 0 4px 15px;
	color: #7f331c;
	font-weight: bold;
}

/* Styles for secondary Menu */
#secondaryNav ul{
	list-style-type: none;
	font-size: .9em;
	font-weight: bold;
	margin: -5px 0 0 -10px;
	padding: 0 0 20px 0;
}

#secondaryNav ul li{
	border-right: 2px solid #000;
	float: left;
}

#secondaryNav ul li.lastItem{
	border-right: none;
}

#secondaryNav ul li a{
	display: block;
	padding: 0 10px;
}

li.activeSecondary{
	border-right: none;
	float: left;
	border-right: 2px solid #000;
	padding: 0 10px;
	
}

/* Styles for Content Area */
#content{
	float: left;
	margin-left: 10px;
	padding: 0 5px 0;
	width: 530px;
	
}

#events{
	height: 130px;
	background-color: #DBB14E;
	padding: 5px 7px 2px 7px;
	border: 1px solid #000;
	margin-top: 20px;
}

#leftColumn{
	width: 50%;
	float: left;
}

#rightColumn{
	width: 50%;
	float: right;
}

/* Styles for Footer Area */
#footer{
	font-size: .9em;
	background: url(../images/bg_footer.jpg) no-repeat;
	padding: 80px 0 0;
	height: 29px;
	width: 800px;
	font-weight: bold;
	text-align: center;	
}

#footer ul{
	list-style-type: none;
	padding-left: 14%;
}

#footer li{	
	border-right: 2px solid #000;
	float: left;
	padding: 1px 5px 1px;
}

#footer li.lastItem{
	border-right: none;
}

/* styles for forms */
fieldset{
	border: 1px solid #000;
	padding: 10px;
}

legend{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

input.text, input.phone, textarea, select.title{
	border: 1px solid #000;		
}

.text{
	width: 200px;
	margin: 2px 0 0;
} 

.phone{
	width: 30px;
	margin: 2px 0 0;
}

#comments{
	width: 350px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left_labels label
{
	display: block;
	float: left;
	width: 130px;
}

#submit{
	color: #FFFFFF;	
	background: #000;
	border: 1px solid #000;
	padding: 5px;
	margin: 20px 12px;
}

#reset{
	color: #FFFFFF;
	float: right;
	border: 1px solid #000;
	background: #000;
	margin: 20px 12px;
}

.searchResults{
	padding-left: 20px;
}



