* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

h3 {
 color: #BA2327;
}

a {
 color: #BA2327;
 outline: none;
 text-decoration: none;	
}
a:hover {text-decoration: underline;}
a:hover h3 {text-decoration: underline;}
img {
 border: none;	
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 133px;
 margin: 0px 0px 0px 0px;
 background: url(images/header_02.jpg) no-repeat;
}
#header a.home {display: inline; padding: 133px 350px; text-decoration: none;}
#header img {
 margin: 85px 0px 0px -600px; display: inline;
}
#navigation {
 float: left;
 width: 1000px;
 height: 30px;
 color: #fff;
 margin: 0px 0px 0px 0px;
 background: url(images/header_04.jpg) no-repeat;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #192955;
}
#nav a {
	display: block;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	font-size: 12pt;
}
#nav a:hover {
 text-decoration: underline;
}
#nav li {
	float: left;
	width: auto;
	padding: 5px 15px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 15px 0px;
 height: auto;
 padding-left: 15px;
 width: 575px;
 float: left;
 background: #ffffff;
}

#leftcolumn ul {padding: 10px 0px 0px 5px; margin: 0px 0px 5px 18px;}
#leftcolumn ul li {padding: 5px 0px;}

#leftcolumn ul.endorse {padding: 10px 0px 0px 5px; margin: 0px;}
#leftcolumn ul li.endorse {padding: 5px 0px; list-style-type: none;}

#leftcolumn h2.home {
 font-size: 2.3em;
 font-weight: normal;
 color: #BA2327;
 padding: 15px 0px 0px 0px;	
}
#leftcolumn h2.head {color: #192955;}
#leftcolumn h2 {
 font-size: 2.3em;
 font-weight: normal;
 color: #BA2327;
 padding: 15px 0px 10px 0px;	
}
#leftcolumn h3.endorsements {display: inline; padding: 15px 0px 0px 0px;}
#leftcolumn p {
 padding: 0px 0px 8px 0px;	
}
#home_static {width: 575px; padding-left: 15px; height: auto; margin: 8px 0px 0px 0px;}
#home_static h2 {color: #BA2327; padding: 15px 0px 0px 0px;}
#home_static h3 {}
#home_static p {padding: 0px 0px 8px 0px;}

#archive_item {padding: 15px; margin: 10px 0px; background: #ccc; }

#single_event {padding: 15px; margin: 10px 0px; background: #ccc; }

#gallery_cat {float: left; display: inline; background: #ccc; padding: 5px; margin: 5px; height: 175px; width: 175px;}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 height: auto;
 width: 400px;
 display: inline;
 background: #ffffff;
}
#rightcolumn img.voter {margin: 5px 10px 15px 13px;}

#newsletter {
 color: #ffffff;;
 float: right;
 background: #192955;
 width: 377px;
 height: 90px;
 margin: 15px 10px 15px 0px;	
}
#newsletter form {
 margin: 0px 15px;
}
#newsletter input.submit {
 float: right;
 padding: 0px;	
}
.clearFieldBlurred { color: #666; font-style: italic; }
.clearFieldActive { color: #000; }
#newsletter h2 {
 font: Arial;
 font-size: 18pt;
 color: #ffffff;
 font-style: italic;
 font-weight: normal; 
 padding: 8px;	
}
#events {
 display: inline;
 float: right;
 width: 377px;
 height: 169px;
 margin: 0px 10px 15px 0px;	
}
#events_text {
 display: inline;
 float: right;
 width: 338px;
 height: 167px;
 margin: 0px;
 border-top: 1px solid #192955;	
 border-bottom: 1px solid #192955;	
 border-right: 1px solid #192955;	
}
#events_text h3 {padding: 5px 0px 0px 5px;}
#events_text p {padding: 0px 0px 5px 5px;}
#events_text img {padding: 2px 5px;}
.event {width: 330px; height: 80px;}

#gallery {
 float: right;
 width: 377px;
 margin: 0px 10px 15px 0px; 	
}
#social {
 float: right;
 width: 377px;
 margin: 0px 10px 15px 0px; 	
}
#social img.social {
 padding: 5px;
}
#footer { 
 text-align: center;
 width: 1000px;
 height:  auto;
 clear: both;
 color: #333;
 background: #ffffff;
 margin: 15px 0px 10px 0px;
}
.paidfor {border: 1px solid black; padding: 5px 15px; width: 700px; margin: 0 auto;}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:339px;
		height:169px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*TELL A FRIEND*/

/*#tellfriend {
    position: absolute;
    margin-top: 100px;
    left: 400px;
    width: 380px;
    z-index: 1;
}*/

#tellfriend {
	position: absolute;
	margin-top: 200px;
	left: 400px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #192955;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #BA2426;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 80px;
}

.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

form label.full {
	width: 99%;
}

form label.required {
	font-weight: bold;
}

form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

form label {
	color: #192955;
	font-size: 14px;
}

form input.std_input,
form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

form table {
	width: 100%;
}

form table input.std_input {
	width: 93%;
}

form table.three-col input.std_input {
	width: 90%;
}

form input.form_but {
	margin-top: 10px;
	background-color: #192955;
	border: 3px solid #192955;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}
