/* Global reset */
/* All of the below is used to make sure that margin, padding and other styles properties are at least nearly the same on different browsers.
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h5, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol, ul, li {
	list-style:none;
}
* a {
	position:relative;
} /* Gets links displaying over a PNG background */
a {
	outline:none;
} /* Gets rid of Firefox's dotted borders */
a img {
	border:none;
} /* Gets rid of IE's blue borders */
body {
	padding:0;
	margin:0;
}
/* MAIN STYLE SHEET INFO */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#292525;
}
#wrapper {
	width:837px;
	margin:0 auto;
	background:#292525 url(/_elements/images/backgrounds/wrapper.jpg) top left repeat-y;
	min-height:100%
}

/* #leftSide, #rightSide {width:150px;float:left;} */
#CaptainDavesLogo {
	position:absolute;
	top:-99999px;
	left:-99999px;
}
#main {
	width:743px;
	margin:0 auto;
	background:transparent url(/_elements/images/masthead/masthead.jpg) top left no-repeat;
}
#masthead {
	clear:left;
	padding:35px 0 89px 550px;
}
#top {
	padding:0 0 0 410px;
	margin:0;
	height:42px;
}
#content {
	margin:0 auto;
	padding:15px;
	width:699px;
	min-height:450px;
	height:auto !important;
}
#navigation {
	height:34px;
	margin:0;
	padding:0;
}
#footerWrap {
	clear:both;
	margin:0;
	width:100%;
	background:#495c3d url(/_elements/images/footer/footer.gif) top left repeat-x;
}
#footer {
	width:650px;
	margin:0 auto;
	padding:25px;
}
#footer p, #footer p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#deefde;
	margin:7px 0;
}
#footer p a:hover {
	color:#FFCC00;
}
.footerLeft {
	width:300px;
	float:left;
}
.footerRight {
	width:200px;
	float:right;
	text-align:right;
}
.footerLinks {
	clear:both;
	text-align:center;
	
}
/* Navigation */
/* --------------------------------------------------------------------- */

#topNav {
	margin:0;
	padding:12px 0 0 0;
}
#topNav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#top ul li a:link, #top ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	color:#FFCC00;
	text-decoration:none;
	letter-spacing:1px;
}
#top ul li a:hover {
	text-decoration:underline;
	color:#F1F1F1;
}
#lastnav {
	padding-right:0;
}
#nav, .nav {
	text-decoration:none;
}
/* Main Text Styles */
/* --------------------------------------------------------------------- */	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#336600;
	margin: 10px 0px 10px 0px;
	font-weight:600;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#274F00;
	margin: 10px 0px 10px 0px;
	font-weight:600;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#274F00;
	margin: 10px 0px 10px 0px;
	font-weight:600;
}
h4 {
	font-size: .8em;
	color:#333;
	margin: 20px 20px 0px 0px;
}
p, td {
	color:#483928;
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 18px;
}
a {
	color:#274F00;
	font-weight:bold;
}
a:hover {
	color:#336600;
}
table {
	width:450px;
	font-size: 11px;
	line-height: 18px;
	border:3px solid #CFBC9B;
	margin:10px 0;
}
th {
	background:#DFD0B5;
	color:#483928;
	padding:5px;
	font-weight:bold;
	vertical-align:top;
	border-bottom:2px solid #CFBC9B;
}
table td {
	background:#EFE4D1;
	color:#483928;
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #DFD0B5;
}
tbody {
	padding:2px;
}
blockquote {
	line-height:14px;
	font-size:10px;
	background-color:;
	padding:0 15px;
	margin:10px;
	border-left:3px solid #9F8D6D;
}
img {
	border: 0px
}
img.right {
	float:right;
	margin:0 0 10px 10px;
	padding:3px;
	border:1px solid #999966;
	background:#F5ECCF;
}
img.left {
	float:left;
	margin:0 10px 10px 0;
	padding:3px;
	border:1px solid #999966;
	background:#F5ECCF;
}
img.right_plain {
	float:right;
	padding: 2px;
	margin: 5px 15px 0px 15px
}
#content img {
	padding:3px;
	border:1px solid #999966;
	background:#F5ECCF;
}
div.clear {
	clear: both;
}
#content > ul, #content > ol {
	margin:10px 0 0 10px;
	padding:0 0 0 15px;
}
#content > ul li {
	margin:14px 0;
	color:#483928;
	font-size:11px;
	line-height:16px;
	list-style-type:disc;
}
#content > ul li ul {
	margin:10px 5px;
	list-style-type:circle;
}
#content > ol li {
	margin:14px 0;
	color:#483928;
	font-size:11px;
	line-height:16px;
	color:#483928;
	font-size:11px;
	list-style-type:decimal;
}
.separator {
	height:0;
	line-height:0;
	border-top:1px dashed #333;
	margin:10px 0;
}
#risk {
	margin:0;
	color:#CC0000;
	font-family:'Courier New', Courier, mono;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
}
/* Sidebar Box */ 
/* --------------------------------------------------------------------- */	

.box {
	width: 201px;
	background: url(/_elements/images/box/box-middle.gif) bottom left repeat-y;
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	clear:right;
}
h3.boxTop {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #333;
	background: url(/_elements/images/box/box-top.gif) no-repeat top left;
}
h3.boxBottom {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #333;
	background: url(/_elements/images/box/box-bottom.gif) no-repeat bottom left;
}
div.box ul {
	margin: 0;
	padding:10px 18px;
	font-size:10px;
	color:#F1F1F1;
	list-style-type: none;
	text-align:left;
}
div.box ul li> ul {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}
div.box ol {
	margin: 0;
	padding:10px 18px;
	font-size:10px;
	color:#F1F1F1;
	text-align:left;
	list-style-type:decimal;
}
div.box ol li {
	margin: 10px 0 0 6px;
	padding: 0;
	list-style-type:decimal;
}
div.box ul li {
	list-style-type:none;
}
div.box ul li a, div.box ol li a {
	font-size:95%;
	color:#FFCC00;
	display:block;
	margin:1px 0;
	padding:7px;
	border-bottom:1px solid #4E6843;
	text-decoration:none;
}
div.box ul li a:hover, div.box ol li a:hover {
	color:#FFEC9F;
	background-color:#4E6843;
}
div.box h4 {
	letter-spacing:1px;
	border-bottom:1px solid #F1F1F1;
	padding-bottom:4px;
	margin:0 15px 0 20px;
	color:#f1f1f1;
	text-align:left;
}
div.box img {
	text-align:center;
	padding:3px;
	background:#C6D2AE;
	border:1px solid #333300;
}


/* FORMS ------------------------------------------------------------------- */

form {
	margin:0 auto;background-color:#EFE4D1;border:3px solid #CFBC9B;padding:20px;
	}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #CFBC9B;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	color:#274F00;
	font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	color:#274F00;
	font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;
}
		
/* ------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

