/*
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2008 Rick Crumley, Magnetic Marketing
 * @http://www.yourstoragenamehere.com
 * @version 1.2 08-04-2008 $
 */

body {
	background: #F5F0DA;
	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: #060; text-decoration: none; }
 
a:visited { color:#060; text-decoration: none; }

a:hover { color: #FF0000; }

a:active { color:#060; }

/* ---------------------------------------------------------------------------- */


/* 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: 146px; /* Width of nav column minus margin/padding */
	float: left;
	border: 0;
	}

#content {
	width: 630px; /* Width of content column minus margin/padding */
	w\idth: 590px;
	float: right;
	padding: 5px 40px 20px 0;
	border: 0;
	}

#content_home {
	width: 280x; /* Width of content column minus margin/padding */
	w\idth: 260px;
	float: right;
	padding: 0 25px 20px 0;
	border: 0;
	}
#content_blog {
	width: 350px; /* Width of content column minus margin/padding */
	w\idth: 330px;
	float: right;
	padding: 10px 15px 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, h5 { color: #030; }

h1 { font-size: 22px; }

h2 { font-size: large; }

h3 { font-size: small; }

h4 { font-size: smaller; }

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 1px 0;
	}

.style11 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	}

.style12 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}

.style13 {color: #000000}

.heading {
	background: #030 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;
	color: #003300;
	font-weight: bold;
	}

.quote {
	font-size: x-small;
	text-align: center;
	font-style:italic;
	color: #FF0000;
	width: 90%;
}

.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;
}

.faq_space {
	padding-bottom: 600px;
}

.list_heading td {
	background: #030 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: #F6F5F0 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 {
	background: #F6F5F0;
	padding: 3px 5px 2px 10px;
	vertical-align: top;
}

.list {
	background: #F6F5F0;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.list_chapel {
	background: #EEE7C1;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.table_heading {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 140px;
	background-color: #030;
	padding: .1em;
	display: block;
	border: 2px solid #030;
}

.table {
	text-align: center;
	font-size: 12px;
	color: #000;
	width: 140px;
	background-color: #fff;
	padding: 1em .1em 1em .1em;
	display: block;
	border: 2px solid #030;
}

.tour {
	/*background-color: #F6F5F0;*/
	padding: 10px;
	display: block;
	border: 1px solid #030;
	clear: both;
}

.tour img {
	/*border: 1px solid #030;*/
	padding: 0;
	margin: 0 1em 1em 0;
}

.truck {
	background-color: #F6F5F0;
	padding: 3px;
	display: block;
	border: 1px solid #030;
	clear: both;
}

.truck img {
	border: 1px solid #030;
	padding: 0;
	margin: 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: 146px; w\idth: auto; }
/* end fixes for IE/win */

#mainNav {
	width: 146px;		/* 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 left no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
    display: block;
    line-height: 17px;
	width: 146px;
	height: 17px;
    padding: 3px 0 7px 0;
} 

#mainNav a:hover {
    background-position: top left;
	cursor: pointer;
    padding: 4px 0 6px 0;
	
}

#mainNav a:active {
    background-position: top left;
	cursor: pointer;
}

#mainNav a:focus {
    background-position: top left;
	outline: none;
}

/*
#clear { /* generic container for floating buttons *//*
    overflow: hidden;
    width: 100%;
}
*/

a.button, a.button:visited {
    background: transparent url(../images/button.gif) no-repeat top right;
    color: #FFF;
	display: block;
	text-align: center;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	width: 85px;
    margin-right: 2px;
    text-decoration: none;
}

a.button:hover {
	cursor: pointer;
    background-position: bottom right;
    color: #CCC;
    outline: none; /* Firefox */
}