/*
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2008 Rick Crumley, Magnetic Marketing
 * @http://www.yourstoragenamehere.com
 * @version 1.2 08-04-2008 $
 */

body {
	background: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}

a.accesslink img {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	border: none;
	visibility: hidden;
}

a img {border: none}

a:link {color:#006600}
 
a:visited {color:#006600}

a:hover {color: #FF0000}

a:active {color:#006600}

hr {color:#006600;width:95%;size:2;}

/* ---------------------------------------------------------------------------- */


/* Containers ----------------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
	
#header {
	float: left;
	margin: 0 auto;
	padding: 0;
}
	
#container {
	width: 800px;
	background: #FFF url(../images/bg.gif) repeat-y right;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}

#menu {
	width: 160px; /* Width of nav column minus margin/padding */
	float: left;
	border: 0;
}

#content {
	width: 600px; /* Width of content column minus margin/padding */
	w\idth: 560px;
	float: right;
	padding: 5px 40px 20px 0;
	border: 0;
	}

#content_home {
	width: 390px; /* Width of content column minus margin/padding */
	w\idth: 360px;
	float: right;
	padding: 0 25px 20px 0;
	border: 0;
	}

#footer {
	float: left;
	margin: 0 auto;
	padding: 0;
}

.clear_both { clear: both; }

/* ---------------------------------------------------------------------------- */


/* Design styles -------------------------------------------------------------- */

p { margin-top: 0px; }

h1, h2, h3, h4 {color:#006600;}

h1 { font-size: 20px; margin:0; padding: 10px 0 10px 0 }

h2 { font-size: large; }

h3 { font-size: small; margin:0; padding:0; }

h4 { font-size: smaller; }

.style1 {font-size: xx-small;font-weight: bold;color:#FFFFCC;}
	
.style2 {font-size: 10px;}
	
.style4 {color: #FF0000;font-weight:bold;}
	
.style5 {font-size: x-small;}
			
.style6 {font-size:14px;font-style:italic;color:#FFC;}

.style7 {font-size:10px;font-style:italic;color:#FFC;}

.style8 {color:#006600;}
	
.style9 {font-size:24px;font-weight:bold;color:#FFC}

.highlight {
	font-size: 20px;
	color: #000;
	background-color:#FFFF00;
	display:block;
	font-weight: bold;
	}

.heading {
	background: #333 url(../images/list_head.gif) top left repeat-x;
	color: #FFC;
	font-weight: bold;
	padding: 3px 5px 2px 10px;
	display: block;
}

.path {
	font-size: 10px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	}

.quote {
	font-size: x-small;
	text-align: center;
	font-style:italic;
	background-color:#FFFFCC;
	border-top: 3px solid #006600;
	border-bottom: 3px solid #006600;	
}

.bullet {list-style-image: url(../images/bullet.gif);}

.bulletcheck {list-style-image: url(../includes/images/check.gif);}	
	
.coupon {
	width:500px;
	background-color: #D2FFD2;
	border: 4px dashed #000;
}	

.coupon1 {font-weight:bold;font-size:36px;color:#ff0000}

.coupon2 {font-weight:bold;font-size:18px;color:#ffffff}

.box {
	background-color: #F6F5F0;
	margin-left: 20px;
	padding: 15px;
	display: block;
	width: 80%;
	border: 1px solid #999;
	clear: both;
}

.sf {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	padding: 4px;
	text-align:center;
	background-color:#FFFF33;
	border: 1px solid #999;
}

.list_heading td {
	background: #030 url(../images/list_head.gif) top left repeat-x;
	color: #FFFFCC;
	font-weight: bold;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #036;
}

.list td {
	background: #F6F5F0 url(../images/list.gif) bottom left repeat-x;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.list-active td {
	background: #FFFF99;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.list_continue td {
	background: #F6F5F0;
	padding: 3px 5px 2px 10px;
	vertical-align: top;
}

.listingS {
	text-align:center;
	background-color:#EEEEEE;
	border-bottom: 1px solid #999;
	}

.listing {
	text-align:center;
	background-color:#E6FFE6;
	border-bottom: 1px solid #999;
	}

.listing_heading {
	text-align:left;
	padding-left:.5em;
	color:#006600;
	border-bottom: 1px solid #999;
	}

.listing_special {
	text-align:left;
	padding-left:.2em;	
	color:#006600;
	font-weight: bold;
	}

.table_heading {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 140px;
	background-color: #003300;
	padding: .1em;
	display: block;
	border: 2px solid #003300;
}

.table {
	font-size: 10px;
	color: #000;
	width: 140px;
	background-color: #fff;
	padding: 1em .1em 1em .1em;
	display: block;
	border: 2px solid #003300;
}

.features {
	font-size: 10px;
	color: #000;
	width: 140px;
	background-color: #fff;
	padding: 1em .1em 1em .1em;
	display: block;
	border: 2px solid #003300;
	text-align:left;
}

.tour {
	background-color: #F6F5F0;
	padding: 10px;
	display: block;
	border: 1px solid #000;
	clear: both;
}

.tour img {
	padding: 2px;
	margin: 0 1em 1em 0;
	background-color: #006600;
}
	
.warning {
	background: #FFFFCC;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px;
	margin-top: -14px;
	display: block;
}

.required {
	font-size: 9px;
	color: #F00;
}

/* ---------------------------------------------------------------------------- */


/* Nav - Menu ----------------------------------------------------------------- */

/* fixes for IE/win */
* html #menu li a { cursor: hand; }
* html #menu li a:hover { height:1%; }
* html #menu { width: 160px; w\idth: auto; }
/* end fixes for IE/win */

#mainNav {
	width: 160px;
	padding: 0;
	margin: 0; 
	list-style: none;
	background: #FFF; 
}
 
#mainNav li {
	float: left;  
} 

#mainNav a:link, #mainNav a:visited { 
	background: transparent url(../images/bg_button.gif) bottom right no-repeat;
	color: #FFFFCC;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
    display: block;
    line-height: 17px;
	width: 160px;
	height: 17px;
    padding: 3px 0 7px 0;
} 

#mainNav a:hover {
    background-position: top right;
	cursor: pointer;
    padding: 4px 0 6px 0;
}

#mainNav a:active {
    background-position: top right;
	cursor: pointer;
}

#mainNav a:focus {
    background-position: top right;
	outline: none;
}

a.button, a.button:visited {
	background: transparent url(../images/button.gif) no-repeat top right;
	color: #333333;
	display: block;
	text-align: center;
	/*float: right;*/
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	width: 85px;
	margin-right: 10px;
	text-decoration: none;
}

a.button:hover {
	cursor: pointer;
	background-position: bottom right;
	color: #ffffff;
	outline: none;	
}

a.payment {
	background: transparent url(../images/make_a_payment.gif) no-repeat bottom;
	display:block;
	height:38px;
	width:191px;
	text-decoration:none;
	margin-top:5px;
}

a.payment:hover {
	background-position:top;
	cursor: pointer;
    outline: none;
}

/* TinyAccordion  www.leigeber.com */

#acc {
	list-style: none;
	color: #000;
	margin: 0;
	padding: 0;
	}

#acc ul {
	margin: 0;
	/*border: 1px solid #999;*/
	padding: 0 5px 5px 5px;
}

#acc ul li {
/*	padding: 0 0 5px 0; */
	margin: 0;
}
	

#acc h3 {
	border: 1px solid #666;
	padding: 4px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background: #D9DEE0 url(images/header.gif) repeat-x;
	}

#acc h3:hover {
	background: #C9D3D6 url(images/header_over.gif) repeat-x;
	}

#acc .acc-section {
	overflow: hidden;
	}

#acc .acc-content {
	width: auto;
	color: #333;
	padding: 5px;
	border: 1px solid #999;
	border-top: none;
	}

#nest1, #nest2 {
	list-style: none;
	color: #000;
	margin-bottom: 15px;
	}

#nest1 h3, #nest2 h3 {
	border: 1px solid #666;
	padding: 4px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background: #D9DEE0 url(images/header.gif) repeat-x;
	}

#nest1 h3:hover, #nest2 h3:hover {
	background: #ebebeb ;
	}

#nest1 .acc-section, #nest2 .acc-section {
	overflow:hidden; background:#fff;
	}

#nest1 .acc-content, #nest2 .acc-content {
	padding: 15px;
	border: 1px solid #999;
	border-top: none;
	background:#fff;
	}

#nest1 .acc-selected, #nest2 .acc-selected {
	background: url(images/header_over.gif);
	}