/* Redefined Tags */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font: 15px/20px Arial, sans-serif;
	color: #333;
	background-color: #eee;
	}

h1, h2, h3, h4, p, ul, ol, blockquote, address {
	padding-bottom: 1em;
	}

p {
	font: 15px/20px Arial, sans-serif;
	color: #333;
	}

address {
	font-style:normal;
}

ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
	}
	
ul, ol {
	font-size: 13px;
	line-height: 18px;
	}

h1 {
	font: 24px/29px Arial, Helvetica, sans-serif;
	color: #369;
	padding-bottom: 1.6em;
	letter-spacing: -0.8px;
	}

h2 {
	font: 19px/24px Arial, Helvetica, sans-serif;
	color: #333;
	}

h3 {
	font: bold 17px/22px Arial, Helvetica, sans-serif;
	color: #036;
	padding-top: 1em;
	}
	
h4 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #333;
	}

hr {
	border: 0;
	color: #d7d7d7;
	background-color: #d7d7d7;
	height: 1px;
	margin: .5em 0 1em;
	}

a {
	color: #063c69;
	text-decoration: underline;
	}

a, a:active {
	outline: none;
	}

a:hover {
	color: #69c;
	text-decoration: none;
	}

a:visited {
	color: #063c69;
	text-decoration: underline;
	}

a:visited:hover {
	color: #69c;
	text-decoration: none;
	}

img {
	border: 0;
	}
	
/* misc */

#dh-header {
	height: 110px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	}
	
#two-col-2 {
	padding-top: 1.5em;
	}
	
.move-right {
	float: right;
	}
	
.directions ul, 
.directions p {
	font-size: 13px;
	}
.directions img,
.directions .move-right p {
	margin-left: 20px;
	}
.directions img {
	margin-bottom: 20px;
	}

/* footer */

#footer-box {
	font: 10px/14px Arial, sans-serif;
	padding: 30px 0;
	margin-top: 2em;
	color: #ccc;
	text-align: left;
	border-top: 1px solid #d7d7d7;
	clear: both;
	}

#footer-box a, 
#footer-box a:visited {
	color: #b5b5b5;
	}
	

/* table forms */

fieldset {
	border: 0;
	}
	
table.form td {
	border-bottom: 1px solid #eee;
	padding: 6px 8px;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	}

table.form td.newSection {
	padding-bottom: 60px;
	}

table.form label {
	display: block;
	margin: 4px 0 6px;
	}

table.form h4 {
	padding-bottom: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #369;
	}

table.form input,
table.form textarea {
	border: 2px solid #ccc;
	margin: 0;
	padding: 2px 4px;
	font: 13px Arial, Helvetica, sans-serif;
	}

table.form select {
	margin: 0;
	padding: 0 0 0 4px;
	border: 1px solid #bdbbb2;
	font: 13px Arial, Helvetica, sans-serif;
	}

table.form input.state {
	width: 40px;
	}

table.form input.checkBox, 
table.form input.radio {
	width: auto;
	border: 0;
	}
	
table.form tr.endSection td {
	padding-bottom: 40px;
	}

table.form td.form-section {
	padding: 8px;
	}
	
table.form td.form-section h4 {
	padding-bottom: 0;
	}
	
table.form tr.captcha input {
	width: 40px;
	}

.contact-panel {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 1em;
	}
	
.contact-panel p a {
	color: #333;
	text-decoration: none !important;
	}
	
.address-box {
	margin-top: 1em;
	}
	
.address-box ul li address { padding: 0; }


/* display none */

#dh-navbar,
#dh-subnavbar,
#news-nav,
.newsfeeds,
table.form input.button,
.improved-selection,
.directions hr { display: none; }

