@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_left.jpg) repeat-x ;
	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;
}

/* -- Typography -- */
h1 {
	color:#cc0000;
	font-size:1.5em;
}
h2{
	color:#009ec3;
	font-size:1.3em;
}
h3{
	color:#003399;
	font-size:1.1em;
}
h3 a{
	color:#669900;
	text-decoration:none;
}
h4 {
	color:#39bcd1;
	font-size:1em;
}
h5 {
	font-size:3.0em;
}
h6 {
	font-size:2.0em;
}
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;
 }
#page_header {
	background:url(../_images/page_header.jpg) no-repeat top center;
	height: 300px;
        width:  100%;
        background-color: white;
}
.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;
}
#banner {
	background:#fff;
	clear:left;
	height:263px;
	float:left;
	padding:10px 10px 10px 12px;
	width:693px;
}
/* Slider */
#page_navigation {
	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 -- */

/* -- Menu -- */
#page_navigation li a {
	text-decoration:none;
	color:#333;
}
#page_navigation li {
	color:#FFF;
	display:inline;
	font-size:20px;
	font-weight:bold;
	list-style-type:none;
	padding:12px 7px 10px 7px;
}
#page_navigation li a:hover {
	color:#009ec5;
}
#page_navigation li li a:hover {
	color:#900;
}
#page_navigation ul li:hover {
	position:relative;
}
#page_navigation ul li ul {
	display:none;
	position:absolute;
	list-style-type:none;
	left:0px;
	top:20px;
	background-color:#ccc;
}
#page_navigation ul li:hover ul {
	color:#900;
	display:block;
}
#page_navigation ul li:hover ul li:hover {
	color:#900;
	display:block;
	background-color:#999;
}
#page_navigation 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 -- */
blockquote {
	margin: 1em 5px;
	padding: 7px;
	border: 3px solid #555;
	background-color: #00ccff;
	color: #555;
	font-size: 100%;
	text-align: justify;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}
blockquote p {
   margin: 0;
}
#whitepod {
	margin: 1em 5px;
	padding: 7px;
	background-color: #FFFFFF;
        border-width: 3px;
	border-style: solid;
        border-color: #000000;
        border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
        float:left;
}
#bluepod {
	margin: 1em 5px;
	padding: 7px;
	background-color: #00CCFF;
        border-width: 3px;
	border-style: solid;
        border-color: #000000;
        border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	float:left;
}
/* -- End Content -- */