
/* ------------------------> WOO CUSTOM STYLESHEET <------------------------ */

body#woothemes {
	background: #0E4292 url(images/bg_flash.jpg) repeat-x center 0;
	/* -------------------- images/bg_flash.jpg <--- for FLASH HEADER */
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#rotator
{
  background: url(images/rotator.php) no-repeat center top;
  width: 700px;
  height: 150px;
}


/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0;
}
h1 { font-size:30px; }
h2 { font-size:22px; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #0E4292;
	font-family: "Helvetica", Arial, sans-serif;
	margin-top: 15px;
}
h4 {
	color: #06F;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
}

/* Anchors */
a, a:link, a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover, a:active, a.active {
	color: #0E4292;
	text-decoration: underline;
}

/* ------------------------------------------> BASE LAYOUT */
#top {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1px; 
	font: 12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FC3;
}
#nav_wrap {
	position: relative;
	top: 21px;
	z-index: 900;
}
#header {
		width: 100%;
		height: 400px; /* 400px For Flash */
		position: relative;
		z-index: -999;
}

#sidebar {
	color: #444;
}

#footer {
	float: none;
	clear: both;
	width: 100% !important;
	height: 250px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 20px;
	background: url(images/footer_bg.jpg) no-repeat center top;
}

	
/* ------------------------------------------> TOP */
#snowphone {
	float: right;
	width: 300px;
	margin: 0;
	text-align: right;
	display: inline;
}
#top_nav {
	float: left;
	width: 300px;
	height: 20px;
}
#top_nav li {
	display: inline;
	margin: 0 10px 0 0;
}
#top_nav a {
	color: #FC3;
}
#top_nav a:hover {
	color: #FFF;
}


/* ------------------------------------------> NAV */
#nav {
	height: 41px;
	width: 100%;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav a {
	color: #e7e7e7;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 4px;
	padding: 3px 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	color: #036;
	background: #FC0 !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 15px;
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 10px;
	padding: 6px 13px;
	width: 160px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #06C;
}
#nav li ul li a:hover {
	background: #FC0 !important;
	color:#222;
}
#nav li ul li ul li a {
	background: #06C;
	line-height: 15px;
	font-size: 11px;
	color: #FFF;
	margin: 0 0 0 10px;
	padding: 6px 13px;
	width: 160px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#nav li ul li ul li a:hover {
	background: #FC3;
	color:#036;
}

#nav li ul ul {
	margin: -28px 0 0 150px;
}

#nav ul ul ul {
	position: relative;
	z-index: 999;
}

.current_page_item a {
	background: #7F9DF6 !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* ------------------------------------------> HEADER */

#logo {
	margin: 0;
	position: relative;
	z-index: -90;
}

#logo a {
/* 	background: url(images/logo.png) no-repeat; */
	cursor: pointer;
	position: absolute;
	top: 55px; left: 10px;
	display: block;
	z-index: -999;
}

#flash {
	width: 960px;
	height: 360px;
	margin: 40px 0 0 0;
	clear: both;
	position: relative;
	z-index: -9999;
}
object#flash {
	position: relative;
	z-index: -999;
}



/* ------------------------------------------> BODY */
div.box1, ol.commentlist li, form#comments {
	background: #F1F1F1 !important;
	}

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0px 20px;
}
div.list3 li {
	line-height: 14px;
	border-bottom: 1px dotted #999;
	padding: 5px 0;
}
div.list3 li:hover {
	background: #FCO;
}


/* ------------------------------------------> BREADCRUMB */
.breadcrumb {
	margin: 0;
	padding: 10px 0 0 1px;
	font: 11px/19px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px dotted #CCC;
}
.breadcrumb a {
	color: #06F;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #0E4292;
}

/* ------------------------------------------> FORMS PHP */
.bv_forms {
	width: 555px;
	margin: 0 auto;
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
}
.bv_forms table {
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	background: #DDD;
	border: 1px solid #CCC;
}
.bv_forms table table {
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
}
.bv_forms p {
	margin: 5px 0 0 1px;
}
.bv_forms input {
	height: 25px;
	margin: 0 0 4px 0;
	border: 1px solid #CCC;
	line-height: 25px;
}
.bv_forms textarea {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.bv_forms input#Submit {
	width: 200px;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
	font: 15px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
	background: #CCC;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bv_forms input#Submit:hover {
	color: #FC3;
	background: #039;
	border: 1px solid #036;
}


/* ------------------------------------------> FORMS CONTACT 7 */

.wpcf7 {
	width: 400px;
	margin: 0 0 0 20px;
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
}
.wpcf7 table {
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	background: #DDD;
	border: 1px solid #CCC;
}
.bwpcf7 table table {
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
}
.wpcf7 p {
	margin: 5px 0 0 1px;
	padding: 5px 0;
}
.wpcf7 input {
	height: 25px;
	margin: 0 0 4px 0;
	border: 1px solid #CCC;
	line-height: 25px;
	font: 15px/26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #06C;
}
.wpcf7 textarea {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCC;
	font: 15px/26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #06C;
}

span.wpcf7-list-item {
	float: left;
	padding: 0 10px 0 0;
}

p.wpcf7-checkbox {
	padding: 0 0 10px 0;
}

p.wpcf7-comments {
	clear: both;
	padding: 10px 0 0 0;
}

.wpcf7 input#Submit {
	width: 150px;
	height: 50px;
	margin: 10px auto;
	padding: 0;
	font: 15px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
	background: #CCC;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.wpcf7 input#Submit:hover {
	color: #FC3;
	background: #039;
	border: 1px solid #036;
}



/* ------------------------------------------> SIDEBARS */
/*div.list3 {
	background: #DDD !important;
	}
*/
h3 a {
	color: #FC3 !important;
	font-weight: normal;
}
h3 a:hover {
	color: #FCO !important;
	font-weight: normal;
}
#sidebar a {
	color: #06F;
}
#sidebar a:hover {
	color: #0E4292;
}


/* ------------------------------------------> WEATHER */
#weather {
	margin: 0;
	padding: 0;
}
#weather h3 {
	
}


/* ------------------------------------------> SEARCH */
.sidebar_search {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}
a.post-edit-link {
	font-size: 12px;
	line-height: 20px;
	color: #0E4292;
}
form#topSearch {
	background: #DDD;
	width: 333px;
	height: 35px;
	position: relative;
	top: 0; left: 0;
}
form#topSearch {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	form#topSearch p.fields input {
		color: #999;
		font-size: 14px;
		font-weight: bold;
		width: 270px;
		background: #F1F1F1;
		overflow: hidden;
		border: 1px solid #999;
		position: absolute;
		top: 8px; left: 15px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 6px; right: 15px;
		}
		
		
/* ------------------------------------------> VIDEO */
.sidebar_video {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sidebar_video h3 {
	margin: 0;
}

#video-5 {
	width: 333px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#video-5 .list3 {
	margin: 0 0 15px 0;
	padding: 0;
	border: none !important;
	background: none !important;
}

/* ------------------------------------------> EVENTS */
#upcoming_events {
	margin: 0;
	padding: 0;
}
#upcoming_events h4 {
	margin: 0 0 0 1px;
}
#upcoming_events strong {
	font-weight: bold;
}
#upcoming_events ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	background: #F3F3F3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#upcoming_events li {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #444;
}
#upcoming_events li:hover {
	background: #FC3;
}


/* ------------------------------------------> FOOTER */
#footer_body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000963 url(images/footer_body_bg.jpg);
}
#footer_wrap {
	width: 960px;
	margin: 0 auto;
}
#footer_logo {
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	font: 10px/12px Geneva, Arial, Helvetica, sans-serif;
	color: #6499DF;
	display: inline;
}
#footer_copyright {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footer_copyright p {
	padding: 0;
}
#footer_copyright a {
	color: #6499DF;
}
#footer_copyright a:hover {
	color: #FC3;
}

#footer_nav {
	float: right;
	width: 600px;
	height: 150px;
	margin: 15px auto 0;
	padding: 0;
	font: 10px/11px Geneva, Arial, Helvetica, sans-serif;
	color: #6499DF;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline;
}
		.footer_nav_links {
			float: left;
			width: 170px;
			margin: 0;
			padding: 0;
		}
		.footer_nav_links ul {
			margin: 15px 15px 0 0;
			padding: 0;
		}
		.footer_nav_links li {
			margin: 0;
			padding: 6px 0 6px 7px;
			list-style: none;
			border-bottom: 1px solid #336699;
		}
		.footer_nav_links li:hover {
			color: #FC3;
			background: url(images/bg-nav.png);
		}
		.footer_nav_links a {
			color: #6499DF;
			text-decoration: none;
		}
		.footer_nav_links a:hover {
			color: #FC3;			
		}
		
		.footer_nav_affiliates {
			float: left;
			width: 235px;
			margin: 0 0 0 10px;
			padding: 0;
		}
		.footer_nav_affiliates ul {
			margin: 15px 15px 0 0;
			padding: 0;
		}
		.footer_nav_affiliates li {
			margin: 0;
			padding: 6px 0 6px 7px;
			list-style: none;
			border-bottom: 1px solid #336699;
		}
		.footer_nav_affiliates li:hover {
			color: #FC3;
			background: url(images/bg-nav.png);
		}
		.footer_nav_affiliates a {
			color: #6499DF;
			text-decoration: none;
		}
		.footer_nav_affiliates a:hover {
			color: #FC3;			
		}

#footer_sponsors {
	float: right;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	display: inline;
}

/* ------------------------------------------> EXTRAS */
.div_clear {
	clear: both;
}

.float_left {
	foat: left;	
}
.float_right {
	foat: right;	
}
img.alignleft {
	margin: 0 15px 10px 0 !important;	
}
img.alignright {
	margin: 0 0 10px 15px !important;	
}


.edit_link {
	margin: 10px 0;
	padding: 3px;
	background: #FC3;
}
.edit_link:hover {
	background: #C00;
}
.edit_link a {
	margin-left: 5px;	
}
.edit_link a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}