/* ------------------------------------------------------------------------
CSS sheet for Pioneer Rescue.
Author: Chris Robinson
Date Created: 1/11/2008

All inquiries for this document should be directed to information@virtualtech.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;
	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{
	font-size: 14px;
	margin: 0 9px;
}
#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;
}
#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;
}
/* -----------------------------------------------------------------------
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;
}
/* -----------------------------------------------------------------------
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: 80px;
	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 ul{
	list-style-type: none;
	float: left;
}
#footer li{
	display: inline;
	margin: 10px;
}
#footer p{
	margin: 0 0 .5em 50px;
	padding: 0;
	float: left;	
}
#footer p a{
	margin-left: 50px;
}









