/* ======== Reset BEGIN ======== */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}
body {
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* ======== Reset END ======== */

body {
	font-family: Arial, Verdana, sans-serif;
	}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	}

/* ======== header BEGIN ======== */

#header {
	background: #09232F;
	padding: 20px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
	display: block;
	}

#header img {
	border: 0px;
	}
	
#header h1, #header h2 {
	font-family: "Times New Roman", serif;
	color: white;
	}
	
#header h1 {
	font-size: 58px;
	font-variant: small-caps;
	text-decoration: underline;
	}
#header h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 5px;
	}

#header h1 a {
	color: white;
	}

#header h2 a {
	color: white;
	text-decoration: none;
	}
	
#header ul {
	text-align: center
	}
	
#header li {
	display: inline;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	}

#header li a:link, #header li a:visited {
	text-decoration: none;
	color: white;
	}
	
#header li a:hover, #header li a:active {
	text-decoration: underline;
	}

/* ======== header END ======== */

/* ======== Main Menu BEGIN ======== */


.nav {
	text-align: center;
	background: #42555F;
	color: white;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	width: 100%;
	}

.nav li {
	display: inline;
	}

.nav li a {
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.nav li a:link, .nav li a:visited {
	color: white;
	text-decoration: none;
	}

.nav li a:hover, .nav li a:active {
	color: white;
	text-decoration: none;
	background: #6C8490;
	}
	
#index .nav_index, #services .nav_services,
#benefits .nav_benefits, #past .nav_past,
#about .nav_about, #contact .nav_contact {
	background: #6c8490;
	}	

/* ======== Main Menu END ======== */

#main_content {
	border: 0px;
	border-bottom: 1px dashed black;
	padding-bottom: 20px;
	}
	
#main_content img {
	float: right;
	padding-left: 50px;
	padding-top: 10px;
	}
	
#main_content ul {
	margin-left: 30px;
	list-style-type: none;
	font-size: 16px;
	}
	
#main_content li {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 22px;
	}
	
#slideshow {
	float: right;
	padding-left: 40px;
	margin-top: 15px;
	}
	
#slideshow img {
	margin: 0px;
	padding: 0px;
	width: 300px;
	}
	
#main_content h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 10px;
	padding-top: 20px;
	}
	
#main_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	}
	
#main_content p {
	padding: 10px;
	padding-top: 0px;
	line-height: 26px;
	font-size: 16px;
	}
	
#main_content p a:link, #main_content p a:visited {
	color: #09232F;
	text-decoration: underline;
	padding: 2px;
	}

#main_content p a:hover, #main_content p a:active {
	color: white;
	text-decoration: none;
	background: #6c8490;	
	}

.info_box {
	width: 298px;
	float: left;
	margin: 30px 10px 30px 10px;
	background: #CBD8DE;
	border: 1px solid #444;
	}
	
.info_box p {
	padding: 13px;
	line-height: 26px;
	font-size: 15px;
	}

.info_box h2 {
	padding: 5px;
	padding-left: 13px;
	text-align: left;
	background: #6C8490;
	font-size: 20px;
	color: white;
	text-transform: lowercase;
	}
	
.info_box h2 a {
	display: block;
	color: white;
	text-decoration: none;
	}
	
#quick_contact {
	width: 375px;
	float: right;
	padding: 0px;
	padding-left: 20px;
	}
	
#quick_contact ul {
	list-style-type: none;
	}
	
#quick_contact li a:link, #quick_contact li a:visited {
	color: #09232F;
	text-decoration: underline;
	padding: 2px;
	}

#quick_contact li a:hover, #quick_contact li a:active {
	color: white;
	text-decoration: none;
	background: #6c8490;
	}
	
.more {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	text-transform: lowercase;
	font-weight: bold;
	}
	
.more a:link, .more a:visited {
	color: #09232F;
	text-decoration: none;
	padding: 5px;
	}
	
.more a:hover, .more a:active {
	background: #6c8490;
	color: white;
	}
	
.past {
	background: #CBD8DE;
	width: 298px;
	float: left;
	margin: 30px 8px 30px 8px;
	border: 2px solid #09232F;
	text-align: center;
	}
	
#main_content .past h2 {	
	padding: 5px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	font-size: 22px;
	color: white;
	background: #6c8490;
	}
	
#main_content .past p {
	font-size: 14px;
	}

#main_content .past img {
	float: none;
	width: 240px;
	padding: 5px;
	margin: 10px;
	background: #fff;
	border: 1px solid #000;
	}

#mailinglist {
	width: 500px;
	background: #6C8490;
	padding: 10px;
	margin-left: 10px;
	}

#mailinglist ul {
	list-style-type: none;
	margin: 0px;
	}
	
#mailinglist li {
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 26px;
	background: #CBD8DE;
	}
	
#mailinglist input, #mailinglist textarea {
	width: 300px;
	margin-left: 10px;
	border: 1px solid black;
	padding: 5px;
	}
	
li input:focus, li textarea:focus {
	background: #cbd8de;
	color: #09232F;
	font-weight: bold;
	}

#mailinglist label {
	float: left;
	width: 120px;
	text-align: right;
	}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
	border-top: 1px dashed black;
	}
	
	
#footer p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	}

#footer ul {
	text-align: center;
	}

#footer li {
	display: inline;
	font-size: 12px;
	}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	}

#footer a:link, #footer a:visited {
	color:#09232F;
	}

#footer a:hover, #footer a:active {
	background: #6c8490;
	color: white;
	}
#copyright {
	background: #09232F;
	text-align: center;
	padding: 5px;
	}
	
#copyright li {
	font-family: "Times New Roman", serif;
	color: white;
	display: inline;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#copyright li a:link, #copyright li a:visited {
	color: white;
	text-decoration: none;
	}
	
#copyright li a:hover, #copyright li a:active {
	color: white;
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}

	
#main_content a.affiliate-logo img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	width: 120px;
	}

#main_content a.affiliate-logo:link img, #main_content a.affiliate-logo:visited img {
	border-left: 0px solid #fff;
	border-top: 0px solid #fff;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	}

#main_content a.affiliate-logo:hover img, #main_content a.affiliate-logo:active img {
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	}

#main_content p.tour {
	padding: 0px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	}
	
#main_content .tour a:link, #main_content .tour a:visited {
	padding: 11px;
	padding-left: 0px;
	padding-right: 60px;
	background: url(images/arrow.jpg) no-repeat top right;
	text-decoration: underline;
	}
	
#main_content .tour a:hover, #main_content .tour a:active {
	padding: 10px;
	padding-left: 0px;
	padding-right: 60px;
	background: url(images/arrow.jpg) no-repeat bottom right;
	color: #6C8490;
	}
	
.others-box {
	width: 800px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
#main_content .others-box h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	}
	
#main_content .about-dave {
	list-style-type: disc;
	margin-left: 30px;
	}
	
#main_content .about-dave li {
	margin-top: 5px;
	margin-bottom: 5px;	
	}

