﻿@charset "utf-8";

/* CSS Document
Orange: #FE9900;

*/

/***************************************************
* Body
***************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#003B7B;
	text-align:center;
	line-height:17px;
	color:#656565;
}

h1 span, h2 span, h3 span {display:none}

h1 {
	color:#004B8D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:3px;
	margin-top:0;
	font-weight:bold;
}

h3 {
	color:#003B7B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:3px;
	margin-top:0;
	text-transform:uppercase;
	font-weight:bold;
}

p {
	margin-bottom:20px;
}

ul {
	margin-bottom:20px;
}

ul li {
	list-style:disc;
	margin:3px 0 3px 30px;
}

hr {
	border-color:-moz-use-text-color -moz-use-text-color #004B8D;
	border-style:none none dotted;
	border-width:0 0 1px;
	height:1px;
}

.floatL {
	float:left;
}

/***************************************************
* Icon Sets
***************************************************/
/* NIRVC Custom Icon Set (nirvc_icon_sprite.png) */

.nirvc_icon {
    display:block;
    width:42px;
    height:41px;
    background-image:url(../images/nirvc_icon_sprite.png);
    background-repeat:no-repeat;
}

.nirvc_buy          { background-position:   0px    0px; }
.nirvc_buy_on       { background-position: -42px    0px; }
.nirvc_rv           { background-position:   0px  -41px; }
.nirvc_rv_on        { background-position: -42px  -41px; }
.nirvc_boat         { background-position:   0px  -82px; }
.nirvc_boat_on      { background-position: -42px  -82px; }
.nirvc_sales        { background-position:   0px -123px; }
.nirvc_sales_on     { background-position: -42px -123px; }
.nirvc_service      { background-position:   0px -164px; }
.nirvc_service_on   { background-position: -42px -164px; }
.nirvc_storage      { background-position:   0px -205px; }
.nirvc_storage_on   { background-position: -42px -205px; }
.nirvc_wash         { background-position:   0px -246px; }
.nirvc_wash_on      { background-position: -42px -246px; } 

/***************************************************
* Header
***************************************************/
#header {
	background:url(../images/bg_main.jpg);
	height:75px;
}

#header div.head_banner {
    display: block;
	background:url(../images/banner_top_new.jpg) no-repeat;
	width:950px;
	height: 45px;
	margin:0 auto;
	text-align:left;
}

#header p.phone_number {
    position: relative;
    color: White;
    font-size: 18px;
    line-height: 45px;
    right: 70px;
    text-align:center;
}

#header p em {
    color: #003B7B;
    font-weight: bold;
    font-size: 19px;
}

#header .fblike {
    display:block;
    position:absolute;
    top:12px; 
    margin-left:850px;
    width:100px;
    text-align:right;
}

/* Utilizes CSSFriendlyAdaptors and Superfish */

#header .AspNet-Menu-Horizontal {
    width:          950px;
    margin:         0 auto;
    float:          none !important;            /* Override ASP.NET Control */
    position:       relative;
    height:         30px;
    z-index:        99;
}

#header .AspNet-Menu {
	float:			left;
    height:         100%;
}

#header .AspNet-Menu a 
{
    display:        table-cell;
	padding:        0 0.92em 0 0.92em !important;
	text-decoration:none;
    height:         100% !important;            /* Override ASP.NET Control */
}

#header .AspNet-Menu li {
	background:     url(../images/nav_divider.jpg) right top no-repeat;
	height:         100% !important;            /* Override ASP.NET Control */
}

#header .AspNet-Menu li:hover, 
#header .AspNet-Menu li.AspNet-Menu-Selected, 
#header .AspNet-Menu li.AspNet-Menu-ChildSelected {
	background:		url(../images/nav_bg_f2.jpg) right top no-repeat;
	outline:		0;
}
	
#header .AspNet-Menu li a {
	color:          #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size:      10px; 
	line-height:    30px;
}

#header .AspNet-Meni li li {
    background:     #fff;
}

#header .AspNet-Menu li li a {
	border-bottom:  1px solid #ffffff;
	text-align:     left;
	background:     #91C5F8;
	padding:        0 0 0 -1em !important;       /* Override ASP.NET Control */
	margin-right:   1em;
	color:          #003B7B;
	font-weight:    normal;
	letter-spacing: 0px;
	line-height:    2em;
	width:          15em;
}

#header .AspNet-Menu li li a:hover {
	background:     #003B7B none !important;
	color:          #91C5F8;
}

/*** arrows **/
.sf-sub-indicator { display: none !important; }

/***************************************************
* Sub Header
***************************************************/

#sub-header {
	height:288px;
	background:url(../images/bg_main_int.jpg) 0 0 repeat-x;
	z-index:-1000;
}

#sub-header .banner {
    position: relative;
    margin: 0px auto 0px;
    height: 100%;
    width: 950px;
    z-index: auto;
}

#sub-header img.logo {
    position:absolute;
    top: 25px;
    left: 40px; 
}

#sub-header img.tagline {
    position: absolute;
    top: 60px;
    right: 45px; 
}

#sub-header em {
    font-family: FontinSansBold;
    font-size: 40px;
    color: #003B7B;
}

#dropdown {
    position:absolute;
    width: 215px;
    text-align: left;
    top: 2px;
    right: 40px;
}

#dropdown ul  {
    display: none;
    margin: 0;
}

#dropdown ul li {
    vertical-align:middle;
    display: inline-block;
    width:100%;
    list-style-type:none;
    margin: 0px;
}

#dropdown ul li.odd { background-color: #CCCCCC; }

#dropdown ul li.even { background-color: #E6E6E6; }

#dropdown ul li a {
    color: #003B7B;
    text-decoration: none;
    display:block;
    width: 100%;
    height: 100%;
}

#dropdown ul li a.active {
    color: White;
    background-color: #003B7B;
}

#dropdown img {
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    width: 33px;
    height: 25px;
} 
    
#dropdown div.button {
    height: 37.5px;
    width: 100%;
    color: White;
    background: url(../images/btn_video_sprite.png) no-repeat 0px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    border-width: 0px;
    cursor: pointer;
}

#dropdown div.button img {
    width: 28px;
    height: 20px;
    padding: 0px 5px 5px 5px;
}

/***************************************************
* Content
***************************************************/
#content {
	width:950px;
	text-align:left;
	margin:10px auto 0;
	overflow:hidden;
}

#content a {
    text-decoration:none;    
}

.intro {
	float:left;
	width:650px;
}

h2#services_available {
	background:url(../images/cta.gif);
	width:285px;
	height:109px;
	float:right;
}

#left_col {
	width:700px;
	float:left;
	margin:0 10px 0 20px;
}

#right_col {
	width:220px;
	float:left;
	text-align:center;
}

.sidebar {
	color:#fff;
	text-align:left;
	font-size:8pt;
}

	.sidebar ul {
		padding:0 9px 0 20px;
		margin:0;
	}

	.sidebar li {
	    display:table;
		height:100%;
		width:100%;
		list-style:none;
		text-align:left;
		margin:1px 50px 0 0;
		padding-right:-50px;
		height:48px;
	}

	.sidebar li a {
        display:table-cell;
        vertical-align:middle;
	    padding: 0px 50px 0px 15px;
	    text-transform:uppercase;
	    font-size:9pt;
	    letter-spacing:1px;
	    font-weight:normal;
		text-decoration:none;
	    /*width:80px;*/                         
	}
	
	.sidebar li span 
	{
	    margin-top:3.5px;
	
	}
	
	.sidebar li:hover span { background-position: -42px inherit; }
	
	
.top_menu {
	background:url(../images/sub2_bg.png) repeat-y;
}

	.top_menu li {
		background:url(../images/sidebar_top_off.png) no-repeat -5px 0;
		width:190px;
		height:48px;
	}
	.top_menu li:hover {
		background:url(../images/sidebar_top_on.png) no-repeat -5px 0;
	}
	.top_menu li.on {
		background:url(../images/sidebar_top_on.png) no-repeat -5px 0;
	}
	.top_menu li a {
		background-repeat:no-repeat;
		background-position:right 2px;
		color:#fff;
	}
	
	.top_menu li#side_buyRv a, .top_menu li#side_scheduleService a { background-image:url(../images/side_buy_off.png); }
	.top_menu li#side_buyRv:hover a, .top_menu li#side_scheduleService:hover a,
	.top_menu li.on#side_buyRv a, .top_menu li.on#side_scheduleService a { background-image:url(../images/side_buy_on.png); }
	
	.top_menu li#side_sellRv a{ background-image:url(../images/side_sales_off.png); }
	.top_menu li#side_sellRv:hover a,
	.top_menu li.on#side_sellRv a{ background-image:url(../images/side_sales_on.png); }
	
	.top_menu li#side_washRv a, .top_menu li#side_scheduleTrip a, .top_menu li#side_locator a { background-image:url(../images/side_rv_off.png); }
	.top_menu li#side_washRv:hover a, .top_menu li#side_scheduleTrip:hover a, .top_menu li#side_locator:hover a,
	.top_menu li.on#side_washRv a, .top_menu li.on#side_scheduleTrip a, .top_menu li.on#side_locator a { background-image:url(../images/side_rv_on.png); }
	
	.top_menu li#side_washBoat a{ background-image:url(../images/side_sailboat_off.png); }
	.top_menu li#side_washBoat:hover a,
	.top_menu li.on#side_washBoat a{ background-image:url(../images/side_sailboat_on.png); }

.top_menu .top {
	background: #fff url(../images/sub2_top.png) no-repeat;
	width:220px;
	height:20px;
}

.top_menu .bottom {
	background: #fff url(../images/sub2_bottom.png) no-repeat;
	height:20px;
	width:220px;
}

.bottom_menu {
	background:url(../images/sub_bg.png) repeat-y;
}

	.bottom_menu li {
		background:url(../images/sidebar_bottom_off.png) no-repeat -5px 0;
		width:190px;
		height:48px;
	}
	.bottom_menu li:hover, .bottom_menu li.on {
		background:url(../images/sidebar_bottom_on.png) no-repeat -5px 0;
	}
	.bottom_menu li a {
		color:#003c7b;
		background-repeat:no-repeat;
		background-position:right 2px;
	}
	
	.bottom_menu li#side_rv_sales a { background-image:url(../images/side_sales_off.png); }
	.bottom_menu li#side_rv_sales.on a ,
	.bottom_menu li#side_rv_sales:hover a { background-image:url(../images/side_sales_on.png); }

	.bottom_menu li#side_service_repair a { background-image:url(../images/side_service_off.png); }
	.bottom_menu li#side_service_repair.on a,
	.bottom_menu li#side_service_repair:hover a { background-image:url(../images/side_service_on.png); }

	.bottom_menu li#side_storage a { background-image:url(../images/side_storage_off.png); }
	.bottom_menu li#side_storage.on a,
	.bottom_menu li#side_storage:hover a { background-image:url(../images/side_storage_on.png);	}

	.bottom_menu li#side_wash_detail a {	background-image:url(../images/side_wash_off.png); }
	.bottom_menu li#side_wash_detail:hover a,
	.bottom_menu li#side_wash_detail.on a {	background-image:url(../images/side_wash_on.png); }

.bottom_menu p {
	padding:10px 20px 0;
}

.bottom_menu .top {
	background: #fff url(../images/sub_top.png) no-repeat;
	width:220px;
	height:20px;
}

.bottom_menu .bottom {
	background: #fff url(../images/sub_bottom.png) no-repeat;
	height:32px;
	width:220px;
}

.bottom_menu #contact_us {
	background:url(../images/side_contact_us.png);
	width:114px;
	height:25px;
	margin:0px auto;
	display:block;
}
.bottom_menu #contact_us:hover {background:url(../images/side_contact_us_on.png);}
.bottom_menu #contact_us span {display:none;}

.item {
	overflow:hidden;
	margin-top:10px;
}
.item p {
	margin-bottom:10px;
}
.item.image img {
	float:left;
	margin:0 10px 10px 0;
}
/***************************************************
* Footer
***************************************************/
#footer {
	margin-top:10px;
	background:#003B7B;
/*  background:#004278;     */
	overflow:hidden;
}

#footer .categories {
	width:950px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	margin-top:10px;
}

#footer .category {
    display: block;
	float:left;
	width:164px;
	margin-right:31px;
	color:#000;
	padding-top:79px;
	text-decoration:none;
	cursor:pointer;
}

#footer .category.last { margin-right:0 !important; }

#footer .category em {
    display:block;
    font-weight:bold;
    padding: 8px 0px 8px 0px;
    text-transform:uppercase;
}

#footer .category span {
    display:block;
    height:210px;
    margin-top:-79px;
    line-height: 14px;
    padding:79px 12px 0px 12px;
}

#footer .category.storage  { background: #fe9900 url(../images/bkt_1_sprite.jpg) no-repeat 0px top; }
#footer .category.service_repair { background: #fe9900 url(../images/bkt_2_sprite.jpg) no-repeat 0px top; }
#footer .category.washing_detailing { background: #fe9900 url(../images/bkt_3_sprite.jpg) no-repeat 0px top; }
#footer .category.buy_rv { background: #fe9900 url(../images/bkt_4_sprite.jpg) no-repeat 0px top; }
#footer .category.sell_rv {	background: #fe9900 url(../images/bkt_5_sprite.jpg) no-repeat 0px top; }

#footer .category.storage:hover, #footer .category.service_repair:hover, #footer .category.washing_detailing:hover,
#footer .category.buy_rv:hover, #footer .category.sell_rv:hover { background-position: -164px top; }

#footer .category.storage span { background:url(../images/btn_1_sprite.jpg) no-repeat 0px bottom; }
#footer .category.service_repair span { background:url(../images/btn_2_sprite.jpg) no-repeat 0px bottom; }
#footer .category.washing_detailing span { background:url(../images/btn_3_sprite.jpg) no-repeat 0px bottom; }
#footer .category.buy_rv span { background:url(../images/btn_4_sprite.jpg) no-repeat 0px bottom; }
#footer .category.sell_rv span { background:url(../images/btn_5_sprite.jpg) no-repeat 0px bottom; }

#footer .category.storage span:hover, #footer .category.service_repair span:hover, #footer .category.washing_detailing span:hover,
#footer .category.buy_rv span:hover, #footer .category.sell_rv span:hover { background-position: -164px bottom; }

#footer .nav {
	margin:10px auto;
	width:950px;
	overflow:hidden;
}

	#footer .nav li {
		float:left;
		color:#7AA3CA;
		font-size:8pt;
		line-height:8pt;
		list-style:none;
		padding-right:5px;
		margin:0 5px 0;
		border-right:1px #7AA3CA solid;
	}

	#footer .nav li.last {
		border:0;
	}

	#footer .nav li a {
		text-decoration:none;
		color:#7AA3CA;
	}

		#footer .nav li a:hover {
			color:#FE9900;
		}
		
		
.contentList
{
    margin: 0 0 20px 0;
}

.contentList li
{
    list-style: disc;
    margin: 3px 0 3px 30px;
}

#contentWrapper
{
    padding:10px 0 10px 0;
    background-color: #FFF;
}

#content strong
{
    font-weight:bold;
}

#pickupBtn{
    float:right;
    width:250px;
    height:44px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    font-size:10pt;
    padding-top:5px;
    background-image:url('../images/pickup_bkg_off.gif');
    background-repeat:no-repeat;
    
}


#pickupBtn:hover{
    background-image:url('../images/pickup_bkg_on.gif');
}

#pickupBtn a{
    text-align:center;
    color:#FFF;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
}

.alternatingTblText
{
    margin:4px !important;
}

.alternatingTblText p
{
    margin:0 !important;
}

.table_list_ul {
margin-bottom:6px;
margin-top:0;
}

.table_list {
color:#656565;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:13px;
margin-bottom:0;
}

.specifications {
    color:#656565;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:20px;
    margin-top:0;
}
.specifications th
{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:17px;
    margin-top:0;
    background-color:#0E2B67;
    height:30px;
}

.specifications td
{
    padding:4px;
}

.specsAltRow
{
    background-color:#D4D9EC;
}

.feature
{
    background: url(../images/checked.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:20px;
    display:inline-block;
}

.listing
{
    height:127px;
    background: url(../images/admin_bg.jpg);
    background-repeat:no-repeat;
    cursor: pointer;
}

.rvTitle
{
    color: #003B7B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#sold
{
    border: 1px outset #800000;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: White;
    background-color: #CC0000;
    position: relative;
    top: -25px;
    left: -5px;
    width: 75px;
    line-height: 20px;
    font-size: 14px;
}



/***************************************************
* Forms
***************************************************/

/* Standard Form Template (source:http://vesess.com/labs/forms-markup-and-css/) */

div.formContainer p { margin: 0; }
div.formContainer p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.formContainer fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.formContainer legend { font-weight: bold; color: #004b8d; }
div.formContainer fieldset div { padding: 0.25em 0; }
div.formContainer label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.formContainer label.error, 
div.formContainer span.error { color: #C00; }
div.formContainer label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.formContainer input { width: 160px; }
div.formContainer input.error { border-color: #C00; background-color: #FEF; }
div.formContainer input.button { margin-left: 170px; background-color:#003B7B; color:#fff; }
div.formContainer input:focus,
div.formContainer input.error:focus, 
div.formContainer textarea:focus {	background-color: #FFC; border-color: #FC6; color:#003B7B; }
div.formContainer div.controlset label, 
div.formContainer div.controlset input { display: inline; float: none; }
div.formContainer div.controlset label.controlset { display: block; float: left; }
div.formContainer div.controlset div { margin-left: 170px; }


.form label
{
    color:#656565;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    display:inline-block;
    width:150px;
    vertical-align:top;
}

.form .textbox {
    border:1px solid #656565;
    height:19px;
    width:250px;
}

.borderFieldset
{
    margin-bottom: 20px;
    border:1px solid #ccc !important;
    padding:10px;
}
.borderFieldset legend
{
    color: #004B8D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 3px;
    margin-top: 0;
}

.modal {
    position:absolute;
    width:650px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    background-color:#FFF;
    color:#000;
    display:none;
    font-size:14px;
}

/***************************************************
* Admin
***************************************************/

.editFeature
{
    font-size:13pt;
}

/***************************************************
* Member
***************************************************/

.contentTable {
    width:          600px;
}

    .contentTable td, th {
        padding:        .25em 5em .25em .25em;
    }

    .contentTable th {
        background:     #D0D0D0;
        font-weight:    bolder;
    }

    .contentTable tbody {
        background:     #F0F0F0;
    }

    .contentTable tbody tr {
        border-top:     1px solid #fff;

    }
    .contentTable tbody tr:hover {
        background:     #FE9900;
        color:          #003B7B;
    }

.Results ul {
    width:100%;
    margin: 0;
}

.Results ul li 
{
    float:left;
    display:block;
    margin: 0 3px 3px 0;
    list-style:none;
    background-color:#EDEDED;
    border-top: 2px solid #DDD;   
    border-bottom: 2px solid #DDD;
    padding:3px 5px 3px 5px;
    min-width:220px;
}

.Results ul li span {
    display:block;
}

.Results ul li span.vehicle {
    color: #004b8d;
    font-size:16px;
    line-height:normal;
}

.Results ul li span.location {
    font-size:14px;
}

.Results img {
    clear:left;
    margin-top:20px;
}

/***************************************************
* Notifications
***************************************************/

.alert {
	background: #fff6bf url("../images/exclamation.png") 15px 50% no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.info {
	background: url("../images/information.png") no-repeat 15px 50% rgb(248, 250, 252); 
	padding: 5px 20px 5px 45px; 
	border-top-color: rgb(181, 212, 254); 
	border-bottom-color: rgb(181, 212, 254); 
	border-top-width: 2px; 
	border-bottom-width: 2px; 
	border-top-style: solid; 
	border-bottom-style: solid;
}
