/*
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2008 Rick Crumley, Magnetic Marketing
 * @http://www.yourstoragenamehere.com
 * @version 1.2 08-04-2008 $
 */

body {
	background-color: #CCC;
	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: #003366; text-decoration: none; }
 
a:visited { color:#003366; text-decoration: none; }

a:hover { color: #FF0000; }

a:active { color:#003366; }

/* ---------------------------------------------------------------------------- */


/* 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;
	}

#footer {
	float: left;
	margin: 0 auto;
	padding: 0;
}

.clear_both { clear: both; }

/* ---------------------------------------------------------------------------- */


/* Design styles -------------------------------------------------------------- */

p { margin-top: 0px; /*margin-bottom: 10px;*/ }

h1, h2, h3, h4 { color: #003366; }

h1 { font-size: 24px; }

h2 { font-size: large; }

h3 { font-size: small; }

h4 { font-size: smaller; }

.style11 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}

.style12 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.heading {
	background: #036 url(../includes/images/list_head.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px 2px 10px;
	display: block;
}

.path {
	font-size: x-small;
	text-align: left;
}

.quote {
	font-size: x-small;
	text-align: center;
	font-style:italic;
	background-color:#FFFFCC;
	border-top: 3px solid #003366;
	border-bottom: 3px solid #003366;	
}

.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;
}	

.box {
	text-align:center;
	background-color:#EEEEEE;
	border: 1px solid #999;
}

.list_heading td {
	background: #036 url(../includes/images/list_head.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #036;
}

.list td {
	background: #EBEBEB url(../includes/images/list.gif) bottom left repeat-x;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.list_continue td {
	padding: 3px 5px 2px 10px;
	vertical-align: top;
}

.table_heading {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 145px;
	background-color: #003366;
	padding: .1em;
	display: block;
	border: 2px solid #003366;
}

.table {
	font-size: 10px;
	color: #000;
	width: 145px;
	background-color: #FFF;
	padding: 1em .1em 1em .1em;
	display: block;
	border: 2px solid #003366;
}

.tour {
	background-color: #EBEBEB;
	padding: 10px;
	display: block;
	border: 1px solid #666;
	clear: both;
}

.tour img {
	padding: 0 1em 1em 0;
}
	
.warning {
	background: #FFFFCC;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px;
	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;		/* change width for horizontal menu */
	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: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
    display: block;
    line-height: 17px;
	width: 160px;
	height: 17px;
    padding: 3px 0 7px 0;
} 

#mainNav a:hover {
    background-position: top right;
	cursor: pointer;
}

#mainNav a:active {
    background-position: top right;
	cursor: pointer;
}

#mainNav a:focus {
    background-position: top right;
	outline: none;
}

#clear { /* generic container for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button, a.button:visited {
    background: transparent url(../includes/images/bg_button_a.gif) no-repeat top right;
    color: #444;
    display: block;
    float: left;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button span, a.button:visited span {
    background: transparent url(../includes/images/bg_button_span.gif) no-repeat top left;
    display: block;
	height: 10px;
	line-height: 10px;
    padding: 3px 0 3px 10px;
} 

a.button:hover {
	cursor: pointer;
    background-position: bottom right;
    color: #000;
    outline: none; /* Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 1px 10px;
}