/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background: #f5ddaf;
}
/************** Layout Elements *******************/
#wrapper {
	width: 75%;
	text-align: left;
	margin: 30px auto;
	font-size: .75em; /* 16 x .75 = 12px */
	background: #fff ;
	border-top: 4px solid #c89061;
	border-bottom: 4px solid #c89061;
}
#header {
	height: 126px;
	background: #675c48 url(../images/david.jpg) top right no-repeat;
}
.skipit {display: none;}

#nav { background-color: #c89061; }
#nav ul {
	padding: 3px;
	margin: .5em 2em;
	text-align: center;
}
#nav li {
	display: inline;
	padding-bottom: 6px;
}

#content_main {
	margin: 0 16em 0 14em;
	padding: 25px; 
	font-size: 1em;}
#leftcol {
	float: left;
	width: 12em;
	margin-top: 1.5em;
}
#leftcol ul {
	list-style-type: none;
	border-top: 1px dashed #aa9173;
	border-right: 1px dashed #f5ddaf;
	border-bottom: 1px dashed #aa9173;
	border-left: 1px dashed #f5ddaf;
}
/*fix the 3px list wrror in IE5.01*/
#leftcol li {
   margin-bottom: 0; /*for IE5.5*/
	margin-bottom:/**/ -3px; /*for IE5.01*/
}

#leftcol li a {
	height: 1%; /*make the sub nav act like a button in earlier IE versions*/
}


#leftcol a {
	color: #675c48;
	background-color: #c89061;
	display: block;
	margin: 3px 0;
	padding: 2px 5px;
	border-bottom: 1px dashed #aa9173;
	border-left: 6px solid #f5ddaf;
}
#leftcol a:hover {
	background-color: #aa9173;
	color: #fff;
	padding-left: 12px;
	border-left: 10px solid #faddaf;
}
#rightcol {
	float: right;
	width: 15.5em;
	margin-top: 1.5em;
}
#rightcol img {
	display: block;
	margin: .5em auto;
	padding: 0 2px;
	border: none;
}
#rightcol p {
	padding: 0 15px;
	font-size: .875em;}
#contact_bar {
	background:#675c48; /* url(../images/dhgcontact.jpg) no-repeat right; */
	border-bottom: 6px solid #c89061;
	clear: both;
	height: 70px;
}
#contact_bar img { float: right; }
#contact_info {
	float: right;
	width: 150px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}
#footer, #footer2 {
	clear: both;
	margin: 0 15px 10px 15px;
	font-size: 9px;
	line-height: normal;
}
#footer2 { border-top: 6px solid #c89061; }
#footer p, #footer2 p {
	margin: 0;
	padding: 10px;
}
#footer h4, #footer2 h4 { text-align: center; }

/************** Links & Navigation *******************/
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
}

a {
	text-decoration:none;
	color: #675c48;
	font-weight: bold;
	border-bottom: 1px solid #e4cc94;
}
a img { border: none; }
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
}
#nav a:link {
	color: #675c48;
	font-weight: bold;
	padding: 0 1em;
	font-variant: small-caps;
}
#nav a:hover, #nav li#here, a:hover {
	color: #fff;
	border-bottom: 2px solid #f5ddaf;
	background: #aa9173;
}
#nav a:visited {
	color: #675c48;
	font-weight: bold;
	padding: 0 1em;
}
/************** Text Elements *******************/

h2, h3, h4, h5, h6, p#vps {
	margin: 1em 0 0.5em 0;
	color: #675c48;
}
h2 {
	font-size: 1.5em; /* 16 x 1.5 = 24px */ 
	padding-bottom: 15px}
h3 {
	font-size: 1.25em; /* 16 x 1.25 = 20px */
	font-style: italic;
}
p#vps { font-size: 1em; text-align: center;}
h5 { font-size: .875em; }
h6 { font-size: .5em; }
p { margin: 1em 0; }
#content_main ul, #content_main dl {
	margin: 10px 2.5em;}
ul.list li {
	padding: 3px 0;
	list-style: none;
	}
dt {
	font-weight: bold;
	padding-top: 10px;
}
dd {
	padding: 0 0 5px 15px;}
	
/************** Generic Classes *******************/
#extras h3{
	margin: 3em 8px 0 10px;
	padding-left: 5px;
	}
.fltrt {
	float: right;
	margin: 5px 0 2px 10px;
}
.fltlt {
	float: left;
	margin: 5px 0 2px 10px;
}
.ital {font-style: italic;}
.clear {
	clear:both;
	height:0;
	font-size: 0;
	line-height: 0;
}
#map {
	width: 300px;
	margin: 10px auto;
}
.handcursor{
	cursor:pointer;
}
#groups {margin-bottom: 25px;}

.bv h3 {
	padding: 0;
	margin: 25px 10px 0 10px; 
	background: #f5ddaf;
	text-align: center;}
.bv p {line-height: normal;}
.smit {
	font-style: italic;
	font-size: .85em;}
/* Print Media */
@media print {#skipit {display:inline;}}
@media print {#header {height: auto;}}
@media print {#nav {display: none;}}
@media print {img#contact {display: none;}}
@media print {#leftcol {display: none;}}
@media print {#content_main {margin-left: 15px;}}


