@charset "utf-8";
/* CSS Document */
/* Design, Development by Luke Weatherlow - PicklesofWar.com
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
	margin:0 auto;
}
body {
	color:#333;
	background:url(../_images/background.gif) repeat-x #f2f2f2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin:0;
	height: 100%;
}
a:link, a:visited, a:active {
}
a:hover {
	color:#F00;
}

/* -- Headlines -- */
.blue_headline {
background-image:url(../_images/blue_headline_bck.gif);
background-repeat:repeat-x;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
height:36px;
min-width:570px;
text-align:center;
vertical-align:middle;
padding-top:5px;
}

.green_headline {
background-image:url(../_images/green_headline_bck.gif);
background-repeat:repeat-x;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
height:36px;
min-width:570px;
text-align:center;
vertical-align:middle;
padding-top:5px;
}

.red_headline {
background-image:url(../_images/red_headline_bck.gif);
background-repeat:repeat-x;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
height:36px;
text-align:center;
vertical-align:middle;
padding-top:5px;
}
/* -- End Headlines -- */

/* -- Typography -- */
h1 {
	color:#cc0000;
	font-size:1.5em;
}
h2{
	color:#009ec3;
	font-size:1.3em;
}
h3{
	color:#669900;
	font-size:1.1em;
}
h3 a{
	color:#669900;
	text-decoration:none;
}
h4 {
	color:#39bcd1;
	font-size:1em;
}
h5 {
	font-size:.8em;
}
h6 {
	font-size:.7em;
}
p {
	margin-top:5px;
}
hr {
	color:#CCC;
}
#content ul, #content ol {
	margin-left:25px;
}


/* -- End Typography -- */

/* -- Basic Layout -- */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px 0;
}
#push, #footer {
	height: 200px;
 }
#header_back {
	background:url(../_images/header_back.jpg) no-repeat top center;
	height:410px;
}
#header_back2 {
	background:url(../_images/header_back.jpg) no-repeat top center;
	height:160px;
}
.wrapper {
	clear:both;
	margin:0 auto;
	width:960px;
}
#logo a {
	float:left;
	height:57px;
	background-image:url(../_images/logo.jpg);
	margin-left:3px;
	margin-top:103px;
	width:450px;
}
#search {
	background-color:#027d9a;
	color:#fff;
	float:right;
	height:25px;
	margin:15px 0 0 0;
	padding:6px 10px 4px 10px;
	width:240px;
}
#banner {
	background:#fff;
	clear:left;
	height:230px;
	float:left;
	padding:10px 10px 10px 12px;
	width:693px;
	
}
/* Slider */
#stage {
	width:690px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	clear:both;
	height:230px;
	margin:0 auto;
	float:left;
	
}
#slider-buttons {
	width:150px;
	color:#FFF;
	margin:-40px 10px 0 0;
	float:right;
	text-align:center;
	padding-right:10px;
	height:25px;
	background-color:#009ec5;
}
#slider-buttons a {
	text-decoration:none;
	color:#fff;
}
#slider-buttons a:hover {
	color:#F00;
}
#myList {
	width:3450px;
	border:0;
	margin:0;
	padding:0;
	left:400px;
}
#myList li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	background:#DEDEDE;
	float:left;
	width:690px;
	height:230px;
}
#events {
	background-image:url(../_images/events_back.gif);
	background-repeat:no-repeat;
	clear:right;
	color:#707070;
	float:right;
	font-size:.875em;
	height:240px;
	margin-top:98px;
	padding:15px 10px 10px 15px;
	width:220px;
}
#events h1 {
	color:#6cb102;
	font-size:1.2em;
	line-height:1em;
}
#events strong {
	font-size:.875em;
	
}
#menu {
	background-image:url(../_images/nav_back.png);
	clear:both;
	float:left;
	height:40px;
	padding-left:20px;
	padding-top:17px;
	font-size:1.1em;
	margin-top:-3px;
	width:940px;
}
#content {
	background:#fff;
	border:#CCC 1px solid;
	padding:10px 10px 20px 10px;
	margin-left:4px;
	width:930px;
	-moz-box-shadow: 3px 3px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
	box-shadow: 3px 3px 3px #555;
}
#content ul {
	margin-left:35px;
	padding-left:35px;
}
#footer {
	background-color:#6cb102;
	width:100%;
}
/* -- End Basic Layout -- */

/* -- Header -- */
/* -- End Header -- */

/* -- Menu -- */
#menu li a {
	text-decoration:none;
	color:#333;
}
#menu li {
	color:#FFF;
	display:inline;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	padding:12px 7px 10px 7px;
}
#menu li a:hover {
	color:#009ec5;
}
#menu li li a:hover {
	color:#900;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li ul {
	display:none;
	position:absolute;
	list-style-type:none;
	left:0px;
	top:35px;
	background-color:#ccc;
}
#menu ul li:hover ul {
	color:#900;
	display:block;
}
#menu ul li:hover ul li:hover {
	color:#900;
	display:block;
	background-color:#999;
}
#menu ul ul li {
	border:none;
	float:left;
	display:inline;
	width:200px;
	padding:3px 10px 2px 10px;
}
#nav_menu a:link {
	text-decoration:none;
	color:#333;
}
/* -- End Menu -- */

/* -- Content -- */
.home_pod {
	background:url(../_images/home_pod.gif);
	float:left;
	height:166px;
	margin:40px 18px 10px 0;
	padding-left:10px;
	padding-top:15px;
	width:216px;
}
.home_pod_last {
	background:url(../_images/home_pod.gif);
	float:left;
	height:166px;
	margin:40px 0 10px 0;
	padding-left:10px;
	padding-top:15px;
	width:216px;
}
.home_pod img, .home_pod_last img {
	padding-bottom:5px;
}
.home_pod_text {
	float:left;
	margin:0 17px 0 0;
	padding-left:10px;
	width:216px;
}
.home_pod_text p {
	margin-top:0;
}
.home_pod_text h3 {
	color:#6cb102;
	font-size:1.1em;
	font-weight:bold;
	margin-top:0;
}
.home_pod_text_last {
	float:left;
	margin:0;
	padding-left:10px;
	width:216px;
}
.home_pod_text_last p {
	margin-top:0;
}
.home_pod_text_last h3 {
	color:#6cb102;
	font-size:1.1em;
	font-weight:bold;
	margin-top:0;
}

/* -- End Content -- */

/* -- Footer -- */
#footer_txt {
	color:#FFF;
	font-size:.875em;
	margin:0 auto;
	padding:10px;
	width:940px;
}
.left_link {
	line-height:1.1em;
	float:left;
	width:140px;
}
.left_link2 {
	line-height:1.1em;
	float:left;
	margin-left:10px;
	width:200px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer_txt ul li {
	list-style-type:none;
}
#footer_txt ul li ul {
	padding-left:20px;
}
#footer_txt ul li ul li {
	list-style-type:square;
}
#footer a:hover {
	color:#009ec5;
}
#social_media {
	float:right;
	width:300px;
	
}
/* -- End Footer -- */