/**
 *  --------------------------------------------------------------------------------------
 *  Global Styles CSS
 *  ----------------------------------------------------
 *  Modified	Ocotber 14, 2008 by Bree
 *  @version	3.0.1
 *  @author	Chris Satterthwaite <chris@navigatormm.com>
 *  ----------------------------------------------------
 *  1.	Typography Styles
 *  2.	Body and Wrapper Styles
 *  3.	Header Styles
 *  4.	Content Styles
 *  5.	Accordion Styles
 *  6.	Forms Styles
 *  7.	Side Styles
 *  8.	Footer Styles
 *  --------------------------------------------------------------------------------------
 */

/* Typography Styles
--------------------------------------------------------------------------------------- */
h1 { 
	color:				#98ff1c;
	font:				24px/24px Arial, Helvetica, sans-serif;
	margin-bottom:		0px; 
}
h2 { 
	color:				#98ff1c;
	font:				18px/18px Arial, Helvetica, sans-serif;
	margin-bottom:		8px;
}
h3 { 
	color:				#98ff1c;
	font:				12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p, ul, ol { 
	margin: 0px 0px 15px 15px; 
}
ul {
	list-style-type:	square;
	margin-left:		32px;
}
a {
	color:				#ffffff; 
	text-decoration:	none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a.on{
	color:				#83ee03; 
	text-decoration:	underline;
}		

.subHeader, .subHeader a{
	margin:				0px 0 9px 10px;
	padding:            0px;
	font-weight:bold;
}
.subHeader {
	color:				#e7f7fd;
	font-size:			12px;
	font-weight:bold;
}
.subHeader a {
	color:				#e7f7fd;
	font-size:			13px;
	font-weight:bold;
}

/* Body and Wrapper Styles
--------------------------------------------------------------------------------------- */
body {
    color:				#ffffff;
    font:				12px/18px Arial, Helvetica, sans-serif;
    background:			#0095da url(../images/interface/body-bg.jpg) repeat-x;
}

#wrapper {
	background:                     url(../images/interface/content-bg.png) repeat-y;
}

#wrapperBg {
	background-color:		 #00FF00;
}

/* Flash Styles
--------------------------------------------------------------------------------------- */
#flash {
	/*background:			url(../images/interface/flash.jpg) no-repeat;*/
}

/* Content Styles
--------------------------------------------------------------------------------------- */
#content {
}

/* Forms Styles
--------------------------------------------------------------------------------------- */
form ul{
    font-weight:		bold;
	list-style:			none;
}
form input.txt, textarea {
	color:				#562a00;
	background:			#e8cb83;
	border:				1px solid #e1c077;
	font:				normal 10px Georgia, "Times New Roman", Times, serif;
}	
form input.focus, textarea.focus {
	background:			#e9ce86;
	border:				1px solid #e1c077;
}	
form input.txt {
	height:				13px;
	width:				400px;
	margin:				5px 0 10px;
	padding:            5px;
}	
form textarea {
	width:				400px;
	height:				84px;
	line-height:		22px;
	margin:				5px 0 2px;
	padding:            2px 0 5px 5px;
}	
form input.btn {
	background:			none;
	outline:			none;
	border:				none;
	cursor:				pointer;
	margin-top:			15px;
	display:			block;
	height:				26px;
	width:				77px;
	float:				right;
}
form a.btn:hover {
	border:				none;
}

/* LightBox 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	
		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Footer Styles
--------------------------------------------------------------------------------------- */
#footer {
    color:				#FFFFFF;
	background:			url(../images/interface/content-bg.png) repeat-y;
}

#footer p{text-align:			center;
		padding:0 0 0 0;
		margin:0 0 0 0;}

	#footerContent {background:     url(../images/interface/footer-bg.jpg) no-repeat bottom;}
	#footerContent p {
		text-align:			center;
		padding:0 0 0 0;
		margin:0 0 0 0;
		font-size:14px;
		line-height:		        10px;
	}