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

body { 
    font: 12px "Lucida Sans", "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, Sans, sans-serif;
    background: #F0F0F0 none repeat scroll 0%;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 960px;
}

input, textarea, select { font: 12px  "Lucida Sans", "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, Sans, sans-serif;}

ul li {
    line-height: 14px;
    padding-left: 20px;
    list-style-type: none;
}

a {
    color: #AA0000;
    border-bottom: 1px dotted white;
    outline: none;
    text-decoration: none;
}

a:hover { border-bottom: 1px solid #AA0000; }
a:visited  { border-color: #F0F0F0; }

p{
    line-height: 150%;
    margin-bottom: 1em;
    display: block;
    max-width: 400px;
}

/* Header */
#header{
    background: #a10b0f no-repeat center bottom url("../img/header.png");
    overflow: hidden;    
	}

	#header #logo a{
		background: no-repeat url("../img/logo.gif");
		border-bottom: 0;
		display: block;
		height: 42px;    
		margin: 18px 20px 20px 20px;    
		overflow: hidden;
		text-indent: -999em;
		width: 474px;
		}

/* Navigation */
#navigation{
	background: no-repeat top center url("../img/nav.png");
	font-size: small;
	font-weight: bold;	
	overflow: hidden;
	padding-right: 16px;
	}
	
	#navigation li{
		border-top: 1px solid #AAA;
		float: right;
		margin: 0 3px 0 0;
		padding: 0;
		}

		#navigation li a{
			background: no-repeat right bottom url("../img/nav_right.png");
			border-bottom: 0;
			display: block;			
			color: #333;
			padding: 0;
			}
			
			#navigation li a:hover{ color: #A00;}			
	
			#navigation li a span{
				background: no-repeat left bottom url("../img/nav_left.png");			
				display: block;
				padding: 4px 15px 6px;
				}

/* Body */

#content {
    margin: 36px auto 90px auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 960px;
    overflow: hidden;
   }

.title {
    font-size: 24px;
    margin: 9px 0 18px;
}


ul.checked li{ 
    padding-bottom: 6px;
    background: no-repeat left top url("../img/check.png"); 
}

#left, #right, #middle {
    width: 30%;
    float: left;
    margin: 0 10px;
    height: 50%;
}

/* Footer */
#footer{
    border-top: 1px solid gray;
    font-size: 11px;
    padding: 18px 0 54px 0;
    clear: both;
    margin: 36px auto 0 auto;
    width: 960px;
}

#footer ul{
    float: left;
    clear: none;
    width: 30%;
    margin: 0 10px;
}

#footer li{ font-size: 11px; }


/* Front */



/* About */

.bio {
    clear: both;
}

.bio p {

    float: left;
    clear: none;
}

.bio blockquote {
    background: 5px 5px no-repeat url("../img/quote.gif");
    display: block;
    width: 40%;
    clear: none;
    margin-left: 50px;
    padding: 30px 60px;
    float: left;
}

.bio blockquote p {
    quotes: none; 
    font: 18px Georgia;
    font-style: italic;
}




/* Contact */

dl { 
    float: left;
    margin-bottom: 18px;
    padding-left: 10px;
    width: 200px;
} 

dl dt {
    clear: left;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    }

dl dd {
    margin-bottom: 5px;
    display: block;
    float:left;
    font-size: 11px;
    margin-left: 10px;
    width: auto;
    line-height: 16px;
}

/* Contact - Contact Form */

#contactform legend {
    display: none;
}

#contactform label{ 	
    display: block;
    line-height: 18px;
    font-size: 10px;
    text-transform: uppercase;
}

#contactform label.h{ 
    display: none; 
}

#contactform input.text, #contactform textarea{
    border: 1px solid #E8E6D9;	
    display: block;
    padding: 4px;
    width: 230px;
}

#contactform input.text{ margin-bottom: 18px; }
#contactform textarea{
    line-height: 18px;
    height: 178px;
    overflow: auto;
}

#contactform input.text:focus, #contactform textarea:focus { 
    border-color: #455871; 
}	

#contactform input.submit{
    display: block;
    line-height: 18px;
    margin: 9px 0;
}
