/**
* --------------------------------------------------------------------------------------
* Navigator Multimedia Inc CSS
* ----------------------------------------------------
* Modified March 3, 2009 by Curtis
* @version 4.0.1
* @author Chris Satterthwaite <chris@navigatormm.com>
* ----------------------------------------------------
* 1. RESET
* 2. GLOBAL CLASSES
* 3. GLOBAL
* 4. TYPEOGRAPHY
* 5. HEADER
* 6. NAVIGATION
* 7. CONTENT
* 8. FOOTER
* 9. COPYRIGHT
* --------------------------------------------------------------------------------------
*/


/* 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{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, html{
	line-height: 1;
	height:100%;
}

ol, ul {
	list-style:none;}
	
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
h3 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
	font-weight: bold;
}


h3 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
	font-weight: bold;
}


h2 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-size: 24px;
	line-height: 17px;
	font-weight: bold;
}
p {
	text-align:left;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}


a:link {
	color: #4673b4;
	text-decoration: underline;
}
a:visited {
	color: #4673b4;
	text-decoration: underline;
}
a:active {
	color: #4673b4;
	text-decoration: underline;
}
a:hover {
	color: #4673b4;
	text-decoration: underline;
}

.orangetext{color:#FF9900;}
.redtext{color:#CC0000;}
.bluetext{color:#0066FF;}
.navytext{color:#003399;}
.maroontext{color:#990000}
.greytext{color:#999999;}
.blacktext{color:#000000;}
.purpletext{color:#9900CC;}
.greentext{color:#009933;}

.left-padding{padding:10px;}
.top-padding{padding-top:8px;}

/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #0000000;
	background-color:#ffffff;
}
#shadow-wrapper {
	width:904px;
	margin:0 auto;
	background: url(../../splash-images/interface/content-shadow.png) repeat-y;	
}
#shadow-footer {
	width:904px;
	height:43px;
	margin:0 auto;
	background: url(../../splash-images/interface/content-bottom.png) no-repeat;
	line-height:26px;
	text-align:center;
}
#shadow-footer a{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	padding:0 40px;
}
#vacation-wrapper{
/*	width:847px;*/
	width:846px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	min-height: 100%;
	background:url(../images/background.jpg) bottom left no-repeat #FFFFFF;
}

#home-wrapper{
	width:856px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.homebody{
/*	background:url(../images/home/home-bg.jpg) no-repeat #106dbc;*/ 
	background:url(../../splash-images/interface/main-background.jpg) repeat center top;
}
/* HEADER
--------------------------------------------------------------------------------------- */
#homeheader{
	width:571px;
	height:157px;
	background:url(../images/home/home-header.jpg);
	float:left;
}

.vacationheader {
	height: 330px;
}

.vacationheader span{display:none;}

.vacationheadernav_bg{
	float:left;
	background:url(../images/vacations/header-side-nav-background.png);
	background-repeat:no-repeat;
	height:196px;
	width:170px;
	padding:0px;
	padding-bottom:0px;
	position:absolute; top: 126px;
	}
	
.vacationheadernav_link{
	float:left;
	padding:0px;
	padding-bottom:0px;
	position:absolute; top: 145px; left:5px;
	}


.vacationheadernav_link ul li { padding:6px;
			   padding-left:10px;
			   vertical-align:bottom;
			   background:url(../images/vacations/arrow.gif) no-repeat; 
			   background-position:left;
			   margin-left:5px;}
			   	
.vacationheadernav_link ul li a:link{color:#FFFFFF;
			   font-family:Verdana, serif;
			   font-weight:bold;
			   font-size:12px;
			   text-decoration:none;}
			   
.vacationheadernav_link ul li a:hover{color:#000000;
			   font-family:Verdana, serif;
			   font-weight:bold;
			   font-size:12px;
			   text-decoration:none;}
			
.vacationheadernav_link ul li a:active{color:#FFFFFF;
			   font-family:Verdana, serif;
			   font-weight:bold;
			   font-size:12px;
			   text-decoration:none;}
			   
.vacationheadernav_link ul li a:visited{color:#FFFFFF;
			   font-family:Verdana, serif;
			   font-weight:bold;
			   font-size:12px;
			   text-decoration:none;}
	
	
.header-image{
	width:720px;
	height:177px;
	float:right;
	}
	
.booknow{position:absolute;
	top:0px;
	right:0px;}

.logo{
	position:absolute;
	top:35px;
	left:9px;
	z-index:100;
	height: 85px;
	padding:0px;
}

/* HOME NAVIGATION
--------------------------------------------------------------------------------------- */

#homenav{
	background-image:url(../images/home/home-side.jpg);
	width:276px;
	height:830px;
	float:right;
	font-size:11px;
	color:#FFFFFF;
	padding-left:9px;
	}

#homenav a{
	font-size:11px;
	color:white;
	text-decoration:none;
	font-weight:bold;}

#homenav a:hover{font-size:11px;
	color:white;
	text-decoration:underline;
	font-weight:bold;}
		
.blank{height:125px;
	width:276px;
	}

.navhome_rentals{
	height:345px;
	width:275px;
	font-size:11px;
	}
	
.navhome_manufacturing{
	height:70px;
	width:275px;
	font-size:11px;}

.houseboat_rentals{
	position:absolute; 
	top:130px; 
	left: 576px;}

.boy_image{
	position:absolute;
 	top:120px; 
 	right:4px;}
	
.sandals {
	position:absolute;
	right: 0px;
	top: 105px;
}

.postcard_image{
	position:absolute; 
	top:300px; 
	right:4px;}
	
.fb_image{
	position:absolute; 
	top:300px; 
	left:570px;}

.youtube_image{
	position:absolute; 
	top:300px; 
	right:90px;}

.houseboat_manufacturing{
	position:absolute; 
	top:473px; 
	left: 570px;
	font-size:11px;}
	
.wellsite_manufacturing{
	position:absolute;
	top: 608px;
	left: 571px;
	font-size:11px;}

.booknow_top{
	position:absolute;
	top:0px;
	right:0px;}

.shuswap-bc{
	position:absolute;
	top:50px;
	left:30px;}
	
	
/* NAVIGATION
--------------------------------------------------------------------------------------- */
#navigationWrapper {
	width: 485px;
	height: 31;
	position: absolute; top:96px; left:220px;
	padding:0px;
}
#navigation {
	text-align:left;
	width: 485px;
	height: 31px;
	background: url(../images/vacations/vacation-nav.gif) no-repeat;
	position: relative;
	z-index:100;
}
#navigation span {
	display:none;
}
#navigation li {
	position: absolute;
	top: 0px;
}
#navigation li a {
	height: 32px;
	display: block;
}
/* Navigation Buttons */
.rentals2 {
	left: 0px;
	width: 113px;
}
.getting-here {
	left: 119px;
	width: 96px;
}
.adventure {
	left: 225px;
	width: 154px;
}
.special-events {
	left: 387px;
	width: 100px;
}


.rentals2 a:hover, .rentals .selected {
	background: transparent url(../images/vacations/vacation-nav.gif) -0px -46px no-repeat;
}
.getting-here a:hover,.getting-here .selected {
	background: transparent url(../images/vacations/vacation-nav.gif) -119px -46px no-repeat;
}
.adventure a:hover, .adventure .selected {
	background: transparent url(../images/vacations/vacation-nav.gif) -225px -46px no-repeat;
}
.special-events a:hover, .special-events .selected {
	background: transparent url(../images/vacations/vacation-nav.gif) -387px -46px no-repeat;
}



.quick_links{padding:15px;
	     padding-left:25px;
	     }

/* Navigation Dropdowns
--------------------------------------------------------------------------------------- */ 
#navigation li ul {
	width:190px;
	position:absolute;
	top:31px;
	left:0px;
	display:none;
	background:#9c7943;
	border:thin #FFFFFF solid;	
}
#navigation li ul li {
	float: left;
	position: relative;
}
#navigation li ul li a {
	color: #000000;
	text-decoration: none;
	width: 170px;
	height:20px;
	padding: 5px 10px 5px 10px;
	display: block;
}
#navigation li ul li a:hover { 
	color:#ffffff;
	background:#826537;
	}

#navigation li:hover ul, #main-navagation li.over ul { display: block; }
#navigation li:hover ul, li.over ul { display: block; }

#navigation li ul li.bookNow {
	background:#c0d52e;
}
#navigation li ul li.bookNow a:hover {
	color:#ffffff;
	background:#c0d52e;
}


/* SIDEMENU VACATIONS
--------------------------------------------------------------------------------------- */
#side{
	float:left;
	padding: 0px 0px 70px 0px;
	}

#side ul li{
	padding-left:25px;
	padding-top:15px;}
	


.side-nav-image{
	padding:0px;
	float:left;
	background:url(../images/vacations/side-nav-background.png) repeat-y;
	width:170px;}
	



/* FLASHWRAPPER
--------------------------------------------------------------------------------------- */
#flashWrapper {
	width: 968px;
	height: 237px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
/* CONTENT
--------------------------------------------------------------------------------------- */
#homecontent{
	width:571px;
	height:676px;
	float:left;
	background:url(../images/home/home-content.jpg);
	font-size:10px;
	padding:0px;
	}
#homecontent p{
	padding:10px 20px 0px 20px;
	margin-top:-5px;
	margin-bottom:-5px;}

.home-text{
	position:absolute;
	top:490px;
	width:571px;}


.imagepadding{
	padding-left:40px;
	}
	
#vacation-content{
	width:677px;
	float:right;
	padding-top:10px;
	padding-left:20px;
	min-height:100%;
		}
	
#vacation-content ul li{
	padding-left:10px;
	list-style-type:none;
	list-style:none;}
	
#vacation-content span{display:all;}

#content-wrapper{
	width:847px;
	clear:both;
	}
	
.homeflash{
	height:220px;}
	
.home h2 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 20px 10px 10px 20px;
	line-height: 14px;
	font-weight: bold;
}

.home p{
	text-align:justify;
	margin: 0px 0px 18px 0px;
	line-height: 18px;
	padding: 5px 30px 0px 30px;
}

.cruise-img{
	float:right;
	padding-right:50px;}

.floorplan ul li{
	list-style:disc;
	padding:5px;}
	
.cruiserates{
	color:#FFFFFF;
	font-weight:bold;}

.vr-instruction{
	color:#000000;
	font-size:9px;
	}
.vr-instruction h3{
	color:#FF0000;
	font-size:10px;
	padding:0px;
	}
.callout-wedding-01 { margin-left: 48px; margin-top: 8px; }
.callout-wedding-02 { margin-right: 28px; }

/* FOOTER
--------------------------------------------------------------------------------------- */
#homefooter{
	width:856px;
	height:173px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/home/home-footer.jpg);
	position:relative;
	font-size:9px;
	}
#homefooter a{
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;}

#homefooter a:hover{
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;}
	
#homefooter h2{	
	padding-left:0px;}	

#footer {
	height: 30px;
	width: 847px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#footer ul {
	width: 700px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	float:right;
	color:#CC9900;
	display:inline;
}
#footer ul li {
	float: right;
}
#footer a {
	color:#FFF;
	font-size:10px;
	margin: 0px;
	padding: 9px;
	text-decoration:none;
}
#footer a:hover {
	color:#CC9900;
	font-size:10px;
	margin: 0px;
	padding: 9px;
	text-decoration:none;
}
.reserveimage {
	position:absolute;
	bottom:32px;
	left: -1px;
}
.reserveimage .reserveimagetext {
	width: 133px;
	height: 50px;
	
	position: absolute;
	top: 80px;
	left: 70px;
	
	color: #000;
	font-size: 12px;
}
.expoimage{
	padding:5px 10px 0px 0px;
	float:right;
}
.logos{
	position:absolute;
	left:775px;
	bottom:50px;
}	
.vacationfooter{background: #8897AC;
		color:#FF9900;
		height:30px;
		position:relative;
}
.bubbles{position:absolute;
	left:100px;
	bottom:1px;
}
	
.certification{
	position:absolute;
	left: 10px;
	top: 0px;
}

.employment-home{
	width:140px;
	position:absolute;
	left:225px;
	top:15px;
	padding-left:10px;}
.boatshow-home{	
	width:180px;
	position:absolute;
	left:385px;
	top:15px;
	padding-left:10px;}
.forsale-home{
	width:200px;
	position:absolute;
	left:575px;
	top:15px;
	padding-left:10px;}


/* COPYRIGHT
--------------------------------------------------------------------------------------- */
#copyright {
	height: 12px;;
	z-index: 10;
	font-size: 10px;
	color:#FFFFFF;
}
#copyright a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#copyright a:hover {
	color:#0000FF
	text-decoration: underline;
	font-size: 10px;
}


/************************************* Photo Gallery Styles */
#content #gallery{
    color: #ffffff;
	text-align:left;
}

#content #gallery a { color: #7C8B97; text-decoration:none;}
#content #gallery a:link { color: #7C8B97; text-decoration:none; }
#content #gallery a:visited { color: #7C8B97; text-decoration:none; }
#content #gallery a:hover { color: #7C8B97; text-decoration:none;}

.large_pic{
border-bottom:1px solid #000000;
border-right:1px solid #000000;
}

.thumb_pic{
border: 1px solid #000000;
}

.dspconta{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	white-space: nowrap;
    display:none;
    position: relative;
}

.dspcont_view{
   display:block;
   position: relative;
}
  
.menu {
	font-size:9px;
	width: 150px;
	border: 1px #000000 solid;
	background-color: #ffffff;
}

#content #gallery p{
	font-size: 12px;
	text-align:justify;
	color:#4F4F4F;
	padding:0px 12px 0px 0px;
	margin:0px;
}

#content #gallery h1{
	font-size: 12px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0;
}

#content .boat-instructions{
	font-size: 12px;
}

