/* GENERAL */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, table {margin:0;padding:0;}
html, body, form {height:100%;}

body 
{
    background-color: #475E6D; 
    color: #000000; 
	text-align: center;
	background: #475E6D url(/images/bodybg.gif) repeat-x;
}

body, td 
{
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, helvetica, sans-serif;
}

a 
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

a:hover 
{
	color: #475E6D;	
	text-decoration: none;
	background-color: transparent;
}

/* Image links have no border */
a img 
{
    border: 0;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 130%;
}

p{
    margin-bottom: 10px;
}

ul li a 
{
	background-color: transparent;
}

textarea, input, select 
{
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 1px;
	padding: 3px;
}

input:focus, textarea:focus, label:focus 
{
	background: #fff;
	border: 1px solid #686868;
}

table .vers, table .name 
{
	text-align: center;
}

fieldset 
{
	border: none;
	padding: 15px;
}

fieldset label.selectit 
{
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover 
{
	background: #e9e9e9;
}

fieldset legend 
{
	padding: 0;
	margin:0;
	font-size: 16px;
	color: #FFF;
}

fieldset legend p
{
	border: 1px solid yellow;
}

fieldset span.cat-nest 
{
	display: block;
	margin-left: 10px;
}

fieldset.options 
{
	padding: 1em;
}

fieldset.options legend 
{
	font-size: 16px;
}

fieldset 
{
	padding: 10px;
	margin-bottom: 0.5em;
	border: 1px solid #FFFFFF;
}

label 
{
	font-weight: bold;
	color: #036087;
}

.form-row 
{
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

form, label input 
{
	margin: 0;
	padding: 0;
}

label 
{
	cursor: auto;
}

.checkbox 
{
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.submit input, .submit input:focus, .button 
{
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active 
{
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.submit, .editform th, #postcustomsubmit 
{
	text-align: right;
}

.clear 
{
	clear: both;
	height: 2px;
}

.hidden 
{
	display: none;
}

input:focus, textarea:focus, label:focus 
{
	background: #fff;
	border: 1px solid #686868;
}

input.disabled 
{
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#container
{
    border-right: 2px solid white; 
    border-left: 2px solid white;
	position: relative;	
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
  	height: auto;
	width: 800px;
	margin: 0 auto;
    text-align: center;
    background-color: #9EB1B5;
    text-align: left;
}

#header
{
    text-align: center;
    background-color: #80989E;
    padding: 0px;
}

div#header #logo
{
    background: url(/images/dave_logo.gif) top left no-repeat;
    margin-left:auto;
    margin-right:auto; 
    height:138px; 
    width: 800px;
}

div#nav
{   
    position:relative;
    width: 100%;
    border-top: 2px solid white;    
    border-bottom: 2px solid white;
    background-color: #80989E;
    height: 35px;
    text-align: center; 	
	
}

div#nav ul
{
    margin-top: 5px;
    margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	width: 708px;

}

div#nav ul li
{
    margin-right: 15px;
    margin-left: 16px;
    list-style-type: none;
	list-style-image: none;
	display: inline;
	font: 19px  verdana;
	color:#475E6D;
}

div#nav ul li a
{
	font-size: 19px;
	color:#FFFFFF;
}

div#nav ul li a:visited
{
	font-size: 19px;
	color: #FFFFFF;
}

div#nav ul li a:hover
{
	font-size: 19px;
	color:#475E6D;
	background-color: transparent;
}


/* Content */
div#content
{
    background-color: #9EB1B5;
    height: 800px;
    padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
    text-align: left;
}

div#content #home
{
    width:100%;
    text-align: center;
}


/* Biography section */

div#bio
{
    font-size: 110%; /* Sets 1em = 10px */
    color: #FFFFFF;
    padding:0px;
    border: 0px solid white;
}

.label
{
    color:#475E6D;
}

/* Contact */
div#contact
{
    padding: 0px;
}






