/**
 *  --------------------------------------------------------------------------------------
 *   Navigator Multimedia Inc CSS
 *  ----------------------------------------------------
 *  Modified	May 1st, 2009 by Curtis
 *  @version	4.0
 *  @author	Curtis Campbell <curtis@navigatormm.com>
 *  ----------------------------------------------------
 *  1.	RESET
 *  --------------------------------------------------------------------------------------
 */

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	height:100%;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* GLOBAL
--------------------------------------------------------------------------------------- */
/*Used to fix Fire Fox float error.*/
.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}
.redText {
	color:#F00;
}
/* Images */
img[align=right] {
	margin-left:10px;
	margin-bottom:10px;
}
img[align=left] {
	margin-right:10px;
	margin-bottom:10px;
}

.padding {
	padding:10px;
}
/* BODY
--------------------------------------------------------------------------------------- */
body {
	color: #ffffff;
	background:#4f461b url(../images/background.jpg) no-repeat center top;
	font: 12px/18px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	width:847px;
	height:auto;
	margin: 0 auto;
	padding: 0px;
	z-index:10;
	position:relative;
	}

/* HEADER
--------------------------------------------------------------------------------------- */
#header {
	width:847px;
	height:414px;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:20;
	}

/* LOGO
---------------- */
#logo {
	width:232px;
	height:164px;
	margin: 0;
	padding: 0;
	position:absolute;
	top:4px;
	left:23px;
	z-index:40;
	}
/* PHONE-NUMBER
---------------- */
#phone-number {
	margin: 0;
	padding: 0;
	position:absolute;
	top:78px;
	left:540px;
	height: 23px;
	width: 301px;
	}

#phone-number h1{
	color:#ffcb43;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
/* FLASH
---------------- */


#flash {
	width:867px;
	height:342px;
	margin: 0;
	padding: 0;
	position:absolute;
	/*background: #60F;*/
	top:95px;
	left:-12px;
	z-index:30;
	}







/* CONTENT
--------------------------------------------------------------------------------------- */
#content {
	width:835px;
	height:900px;
	margin:auto;
	padding:0px 10px 0px 10px;
	float:right;
	z-index:20;
	color:#aca972;
	background:#473f18;
	}

#content a:link, #content a:visited  {
	color:#d2a838;
	text-decoration:none;
	}
#content a:hover {
	color:#d2a838;
	text-decoration:underline;
	}

#contact-heading  {
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.form {
	background:#393213;
	border: 1px solid #776c30;
	color:#aca972;
}

#flash_tv {
	width:600px;
	height:340px;
	margin:auto;
}


/* FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	height: 95px;
	margin:auto;
	background: #2d280f;
	border-top:1px;
	z-index:20;
	clear:both;
	position:relative;
	}
	
/* FOOTER-NAVIGATION
---------------- */
#footer-navigation{
	width:847px;
	height:66px;
	margin:auto;
	position:relative;
	}
	
#footer-logo {
	width:95px;
	height:80px;
	position:absolute;
	top:10px;
	left:20px;
	}
	
#footer-copyright {
	width:847px;
	margin:auto;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#footer-copyright a:link, #footer-copyright a:visited {
	color:#d2a838;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}
#footer-copyright a:hover {
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}
	
#moose-icon {
	position:absolute;
	left:775px;
	bottom:65px;
}

/* Light Box 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position:			 	absolute;
	top: 					0;
	left: 					0;
	z-index: 				99;
	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;	
}		