body {

background: #cd2402 url(../img/header-bg.jpg) repeat-x;
font: 71%/150% "Lucida Grande", Trebuchet MS, Verdana, Tahoma, sans-serif;
color: #333;
margin: 0;
padding: 0;

}

/* Global ------------------ */

html * {

margin: 0;
padding: 0;

}

img { border: 0; }

h2 {

font-size: 1.3em;

}

h3 {

font-size: 1.2em;

}

h4,h5,h6 {
	
	font-size: 1.1em;
	
}

p {
	
	padding: 0 0 10px 0;
	
}

a {
	font-weight: bold;
	color: #217696;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/* Header ------------------ */

#header {

width: 775px;
height: 86px;
margin: 0 auto 3px auto;

}

		#header h1 { font-size: 1px; line-height: 1em; }

		#header h1 a {

		display: block;
		width: 336px;
		height: 86px;
		background: url(../img/header-logo.jpg) no-repeat;
		text-indent: -999em;
		text-decoration: none;
		float: left;
				
		}
		
		#header ul#topnav {
		
		
		list-style: none;
		text-align: right;
		padding: 51px 0 0 0;
	
		}
		
		#header ul#topnav li {
		
		display: inline;
		
		}
		
		#header ul#topnav li a {
		
		color: #fff;
		font-size: .9em;
		font-weight: bold;
		text-decoration: none;
		padding: 0 0 0 8px;
		margin: 0 0 0 8px;
		background: url(../img/arrow_r_wht.gif) 0% 50% no-repeat;
				
		}
		
		#header ul#topnav li a:hover {
		
		color: #212121;
		background: url(../img/arrow_r_blk.gif) 0% 50% no-repeat;
		
		}
		
/* Main/Content Wrapper/Col Layout ------------------ */

#main {

width: 100%;
background: #212121;

}

#contentwrapper {

width: 775px;
padding: 0 7px 0 7px;
margin: 0 auto;
background: #fff url(../img/main-bg.gif) repeat-y;

}

#col1 {

width: 541px;
float: left;
/* margin for IE/PC */
margin: 0 -3px 0 0;



}

		.homecol1 {
		
			background:#929621 url(../img/home-content-top.jpg) 0px 229px no-repeat;
				
		}
		
		.intcol1 {
		
			background: url(../img/col2-top.jpg) repeat-x;				
		
		}
		
		

#col2 {

width: 234px;
/* margin for IE/PC */
margin: 0 0 0 538px;


}


html>body #col1 { margin: 0; }
html>body #col2 { margin: 0 0 0 541px; }

			#col1 ul, #col1 li {
			
			padding: 0 10px 0 10px;
			
			}

/* Main Nav ------------------ */

ul#mainnav {

list-style: none;
padding: 4px 17px 15px 12px;
float: left;
background: url(../img/col2-top.jpg) repeat-x;

}

	ul#mainnav li { 
	
	display: block;
	float: left;
	background: url(../img/arrow_l_red.gif) 100% 8px no-repeat;	
	
	}

	ul#mainnav li a {
	
	color: #4E4E4E;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	padding: 6px 0 6px 6px;
	float: left;
	clear: both;
	width: 199px;
	border-bottom: solid 1px #d3d3d3;	
	
	}
	
	ul#mainnav li a:hover, ul#mainnav li a.active {
	
	color: #cd2402;
		
	}

	ul#mainnav li ul {
	
	padding: 0 0 10px 0;
	
	}
	
	ul#mainnav li ul li {
	
	background: url(../img/arrow_r_blk.gif) 8px 50% no-repeat;
	
	}
	
	ul#mainnav li ul li a {
	
	color: #cd2402;
	padding: 4px 0 4px 20px;
	width: 185px;
	font-size: .9em;
	
	}
	
	ul#mainnav li ul li a:hover {
	
	color: #4E4E4E;
	
	}


/* Content - Home & Feature ------------------ */

#home-content {

background: url(../img/home-content-bottom.jpg) bottom right no-repeat;
padding: 21px 18px 21px 18px;
color: #fff;
border-bottom: solid 1px #fff;

}

#home-feature {

background:#cd7502 url(../img/home-feature-top.jpg) no-repeat;
padding: 21px 18px 21px 18px;
color: #fff;

}

	#home-feature #feature-text, #home-feature #feature-text p {
	
	color: #fff;
	
	}
	
	#home-feature a.more {
	
	background: url(../img/arrow_r_grey.gif) 100% 50% no-repeat;
	padding: 0 10px 0 0;
	color: #212121;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	
	}
	
ul#home-newsevents, ul#home-newsevents li ul {

list-style: none;
background: #fff;
margin: 0;
padding: 0;
height: 450px;

}

ul#home-newsevents li {

margin: 0;
padding: 0;

}

	ul#home-newsevents li#events {
	
	width: 250px;
	float: left;
	background: #fff;
	padding: 10px 20px 0 12px;
	
	}
			
	ul#home-newsevents li#news {
	
	padding: 10px 0 0 12px;
	
	}
	
	ul#home-newsevents li h4 {
	
	font-size: 1.4em;
	
	}
	
	ul#home-newsevents li h4 a {
	
	text-decoration: none;
	color: #cd7502;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #eeeeee;
	display: block;
	
	font-weight: normal;
	
	}
	
	ul#home-newsevents li p.viewall { float: right; }
	
	ul#home-newsevents li p.viewall a {
	
	color: #212121;
	font-size: .85em;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 0;
	background: url(../img/arrow_r_grey_sm.gif) 100% 50% no-repeat;
	
	}
	
	ul#home-newsevents li p.viewall a:hover {
	
	color: #cd2402;
	
	}
	
	ul#home-newsevents li ul li h5 { font-size: 1.2em; }	
	
	ul#home-newsevents li ul li h5 a {
	
	color: #217696;
	text-decoration: none;
	
	}
	
	ul#home-newsevents li ul li p.date {
	
	font-weight: bold;
	font-size: .85em;
	
	}
	
	ul#home-newsevents li ul li { 
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
	
	}
	
	ul#home-newsevents li ul li p.readmore a {
	
	background: url(../img/arrow_r_grey_sm.gif) 100% 50% no-repeat;
	padding: 0 10px 0 0;
	color: #cd2402;
	font-weight: bold;
	text-decoration: none;
	
	}

/* Breadcrumb ------------------------*/

ul#breadcrumb {
	
	
	list-style: none;
	margin: 0;
	padding: 16px 16px 0 30px;
	
}

		ul#breadcrumb li {
	
			margin: 0;
			padding: 0;
			display: inline;
	
		}

		ul#breadcrumb li a {
			
			font-weight: bold;
			color: #1e6a86;
			font-size: .9em;
			background: url(../img/arrow_r_blk.gif) 100% 50% no-repeat;
			text-decoration: none;
			padding: 0 8px 0 0;
			margin: 0 4px 0 0;
		}
		
		ul#breadcrumb li a.home {
		
			color: #cd2402;
			
		}
		
		ul#breadcrumb li a.active {

				color: #666;
				font-size: .9em;
				background: none;
				font-weight: normal;
		}

/* Int Content ------------------------*/

#int-content {
	
	padding: 10px 30px 20px 30px;
	
}

		#int-content h2#contenttitle {
			
			font-size: 1.6em;
			color: #cd7502;
			border-top: solid 1px #ddd;
			padding: 10px 0 10px 0;
		}
		
		#int-content ul {
			
			padding: 0 0 8px 0;
			
		}
		
		#int-content ul, #int-content li {
			
			margin: 0 10px 0 10px;
			
		}


/* SearchBox ------------------ */

#searchbox {

display: block;
padding: 0 0 14px 14px;
float: left;

}

form#search {

width: 201px;
background: #1e6a87 url(../img/searchbox-bottom.jpg) left bottom no-repeat;


}

	form#search h3 {
	
	color: #fff;
	padding: 8px;
	background: url(../img/searchbox-top.jpg) no-repeat;
	font-size: 1.4em;
	
	}
	
	form#search p {
	
	padding: 0px 10px 14px 8px;
	
	}
	
	form#search p .forminput {
	
	padding: 2px;
	width: 130px;
	margin: 0 5px 0 0;
	
	}
	
	form#search p .searchbutton {
	
	background:transparent url(../img/search-gobutton.gif) no-repeat;
	width: 40px;
	height: 29px;
	border: none;
	text-indent: -999em;
	
	
	}
	
	
/* Quote ------------------ */

#quote {

display: block;
padding: 0 0 14px 14px;
width: 200px;

}



#quote p {

padding: 8px 20px 12px 4px;

}

#quote p strong { font-size: 1.1em; }

#quote p em {

display: block;
padding: 8px 0 0 0;

}

/* photo gallery ------------*/	

#gallery {

margin: 0;
padding: 0;

}

#gallerylist ul {

margin: 0;
padding: 0;
list-style: none;
float: left;

}

#gallerylist li {

clear: both;
border-top: solid 1px #ddd;
padding: 10px 0 10px 0;
margin: 0;

}

#gallerylist li img {

float: left;

padding: 4px;
border: solid 1px #ccc;
margin: 0 0 10px 0;


}

#gallerylist li p, #gallerylist li h3 {

margin: 0 0 0 90px;

}

#thumbnails h3 {

font-size: 1.3em;
border-bottom: solid 1px #ddd;
padding: 0 0 4px 0;
margin: 0 0 10px 0;

}

#thumbnails img {

padding: 4px;
border: solid 1px #ccc;
width: 35px;

}


/* Footer ------------------ */

#footerwrapper {

width: 100%;
clear: both;
background: #cd2402 url(../img/footer-bg.jpg) repeat-x;


}

		#footer {
		
		width: 775px;
		padding: 16px 7px 30px 7px;
		margin: 0 auto;
		
		}
		
		#footer * { color: #fff }

		#footer ul#footerlinks {
		
		float: right;
		list-style: none;
		
		}
			
		#footer ul#footerlinks li { display: inline; }
		
		#footer ul#footerlinks li a {
		
		margin: 0 0 0 8px;
		font-weight: bold;
		
		}
		
		#footer p#address {
		
		float: left;
				
		}
		
		#footer p#contactinfo {
		
		margin: 0 0 0 230px;
				
		}

/* Events

--------------------------*/

ul#eventslist {

list-style: none;
padding: 0;
margin: 0;

}

ul#eventslist li {

padding: 10px 0 10px 0;
margin: 0 0 20px 0;
border-bottom: solid 1px #ddd;

}

ul#eventslist h2, #event h2 { 

font-size: 1.3em; 
border-top: solid 2px #ccc;
padding: 10px 0 10px 0;
margin: 10px 0 0 0;

}

ul#eventslist h2 a, #event h2 a {

color: #cd2402;
text-decoration: none;
padding: 0 12px 0 0;
background: url(../img/arrow_r_grey.gif) 100% 6px no-repeat;

}

ul#eventslist h2 a:hover, #event h2 a:hover {

color: #4e4e4e;
background: url(../img/arrow_r_grey.gif) 100% 6px no-repeat;


}

ul#eventslist p, #event p {

padding: 0 0 4px 0;

}

#event p.date, ul#eventslist p.date {

font-weight: bold;
color: #217696;
font-size: 1.1em;

}

ul#eventslist p a.more, #event p a.more {

padding: 6px;
display: block;
font-size: 1.2em;
text-decoration: none;
background: #ddd;
margin: 6px 0 8px 0;


}

ul#eventslist p a.more:hover, #event p a.more:hover {

color: #ddd;
background: #cd2402;

}

form#eventform {

background: #eee;
padding: 12px;


}

#event h4, #eventform #guestinfo h4, #eventform h4 {

color: #cd2402;
font-size: 1.2em;
padding: 10px 0 6px 0;

}

#eventform input {

padding: 4px;
font-size: 11px;
margin: 0 5px 0 0;
border: solid 1px #c3c4d0;

}

#eventform input.forminput {

width: 150px;

}

#eventform label {

display: block;


}

#eventform p.formcol1 {

width: 50%;
float: left;
padding: 0 10px 12px 0;
clear: both;
margin: 0;
} 
 
#eventform p.formcol2 {

margin: 0 0 0 50%;
padding: 0 0 12px 10px;
} 

#eventform p#comments, #eventform div#eventfooter {

clear: both;
padding: 4px 0 10px 0;

}


#eventform #guestinfo input {

width: 28%;
margin: 0 6px 0 0;
} 
 
#eventform #guestinfo p span {

width: 28%;
display: block;
float: left;
line-height: 1em;
margin: 0 4px 0 0;
padding: 5px 14px 5px 0;
font-weight: bold;
} 
 
#eventform textarea {

width: 90%;
font-size: 1.1em;
height: 125px;
font-family: "Lucida Grande", Trebuchet MS, Verdana, Tahoma, sans-serif;
padding: 3px;

} 

/* from http://www.positioniseverything.net/easyclearing.html --------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* Form Styles

--------------------------*/

#form {

padding: 12px;
background: #eee;
border: solid 1px #c3c4d0;
margin: 0 0 12px 0;
}

#form th {

padding: 0 0 8px 0;
margin: 0;
font-size: 14px;
}

#form td {

width: 250px;
padding: 0 0 5px 0;
margin: 0;
}



span.required { color: #cc0000; }



span.error {

font-size: 10px;
color: #cc0000;
}



#form input {

padding: 4px;
font-size: 11px;
margin: 0 5px 0 0;
}

				

#form p.checkbox label {

display: inline;
}

#form input.forminput {

border: solid 1px #c3c4d0;
width: 200px;
}

#form input.forminput-small {

border: solid 1px #c3c4d0;
width: 25px;
}

#form input.submit {

width: 125px;
font-weight: bold;
background: #cd2402;
margin: 15px 0 0 0;
}

#form textarea {

font-family: Verdana, Tahoma, sans-serif;
width: 350px;
height: 150px;
font-size: 11px;
padding: 4px;
border: solid 1px #c3c4d0;
}


.submit {

font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 8px 25px;
color: #fff;
background: #cd2402;
border: solid 1px #c3c4d0;
}


 /* Editor -------------------------------*/
body#editContent {

background: #fff;
} 
 
/*#content_previewFrame .wpHtmlEditArea {

background: #fff;
background-image: none;
} 
 
textarea {

background: red;
background-image: none;
} 
 
*/