/* ------------------------------------------------------------------------
CSS sheet for Pioneer Rescue.
Author: Chris Robinson
Date Created: 6/29/2010

All inquiries for this document should be directed to information@giantseedcreative.com.

--------------------------------------------------------------------------

COLORS

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


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	font: 12px/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bodybg.gif) left -57px repeat-x #663300;
}
#wrap{
	text-align: left;
	display: block;
	width: 985px;
	overflow: hidden;
	margin: auto;
	clear: both;
	background: url(../images/wrapbg.gif) top left repeat-y #000;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	background: url(../images/header.jpg) top center no-repeat;
	height: 239px;
	display: block;
	position: relative;
}
#header a.index{
	display: block;
	background: url(../images/logoIE.gif) no-repeat;
	width: 284px;
	height:	155px;
	text-indent: -9999px;
	position: absolute;
	top: 140px;
	left: 20px;
}
#wrap > #header a.index{
	background: url(../images/logo.png) no-repeat;
}
#header ul.navigation{
	display: block;
	padding-top: 10px;
	margin-left: 400px;
}
#header ul.navigation li{
	margin-top: 195px;
	float: left;
	list-style-type: none;
	position: relative;
}
#header ul.navigation li a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0px 15px;
}
#header ul.navigation li.updates{
	margin-left: 250px;
}
#header ul.navigation li a:hover{
	text-decoration: underline;
}
#header ul li ul{
	display: none;
}
#header ul li:hover ul, #header ul li.over ul{
	display: block;
	position: absolute;
	top: 100%;
	left: 4px;
	z-index: 100;
}
#header ul.navigation li ul li, #header ul.navigation li ul a{
	float: none;
	color: #B2C9DB;
	text-indent: 0;
	text-align: left;
	width: 100px;
	display: block;
	background: #000;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
}
#header ul.navigation li ul li a{
	background: #373C76;
	margin: 0;
	text-decoration: none;
	width: 100px;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 0px;
	text-decoration: none;
}
#header ul.navigation li ul li a:hover{
	background: #373C76;
	color: #fff;
	text-decoration: none;
}
#header ul.navigation li ul li{
	background: #373C76;
	margin-top: 0px;
	text-decoration: none;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	margin: 10px;
	margin-top: 60px;
	float: left;
	width: 100%;
}
#content h3.training{
	background: url(../images/training.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 477px;
	height: 52px;
	position: absolute;
	top: 300px;
	right: 4em;
	z-index: 0;
}
#content h3, #content h1{
	font-size: 14px;
	margin: 0 9px;
}
#content a {
	color: blue;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#right{
	float: right;
	width: 67%;
	margin-right: 20px;
	z-index: 0;
}
#content > #right{
	margin-top: -30px;
}
#right p{
	margin: 1.5em 9px;
}
#right ul{
	margin: -1.5em 0 1.5em 30px;
}
#right dl{
	margin: 1.5em 9px;
}
#right dl dt{
	font-weight: bold;
	font-size: 13px;
}
#right dl.equip{
	width: 46%;
	display: block;
	float: left;
}
#right dl.equip dd img{
	float: left;
	border: 2px solid #000;
	margin-right: 3px;
}
#right dl.equip dd p {
	margin: 0px;
}
#left{
	width: 28%;
}
#left ul.photos{
	list-style-type: none;
}
#left ul.photos li{
	float: left;
	margin-left: 4px;
}
#left #flag{
	text-align: center;
	color: #000;
}
#left #flag img{
	margin: auto;
}
/* -----------------------------------------------------------------------
EMAIL SIGN UP FORM ELEMENTS
-------------------------------------------------------------------------*/
#subform {
	text-align: center;
}
#subForm div{
	margin: 10px auto;
	margin-left: 496px;
}
#subForm a.facebook {
	display: block;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 35px;
	background: url(../images/facebook.jpg) no-repeat left center;
	float: left;
}
#subForm a.facebook:hover {
	text-decoration: underline;
}
#subForm label, #subForm input {
	float: left;
}
#subForm input[type="text"] {
	border: 1px solid #CCCCCC;
	color: #737373;
	display: block;
	margin-right: 12px;
	padding: 6px;
	width: 300px
}
/* -----------------------------------------------------------------------
PHOTO GALLERY ELEMENTS
-------------------------------------------------------------------------*/
ul.lightbox2{
	list-style-type: none;
}
ul.lightbox2 li{
	float: left;
	margin: 10px;
}
ul.lightbox2 li a img{
	border: 2px solid #000;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
.form, .emails {
	float: left;
	width: 50%;
}
.form form label {
	margin: 10px 0px 4px 0px;
	display: block;
	float: left;
	width: 200px;
}
.form form input[type="submit"] {
	clear: both;
}
/* -----------------------------------------------------------------------
SITEMAP ELEMENTS
-------------------------------------------------------------------------*/
ul.sitemap li{
	list-style-type: none;
	display: block;
	clear: both;
}
ul.sitemap li ul li a{
	clear: both;
	display: block;
	margin-top: 20px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 985px;
	clear: both;
	font-size: 90%;
	line-height: 1.4em;
	padding-top: 30px;
	padding-left: 20px;
	color: #fff;
	overflow: hidden;
	background: url(../images/footer.gif) no-repeat #663300;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p.copy{
	float: left;
	margin-top: 10px;
}
#footer p.gsc {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer p.gsc a img {
	border: 0px;
}