body {
	font-family: arial, helvetica, serif;
	color: #999999;
background:#eeeeee;
}

a img {border: none; }

#container
{
width: 900px;
margin: 0px auto;
background:#FFFFFF;
}

#banner
{
float: left;
width: 800px;
margin-top:0px;
padding-left:50px;
padding-right:50px;

}

#content
{
clear:both;
margin-left: 150px;
margin-right:150px;
padding-top:15px;
}

#footer
{
clear: both;
margin-top:20px;
padding: .5em;
border-top: 1px solid gray;
}

p.footer
{
font-size:9px;
color:#666666;
text-align:center;
}

p
{
font-size:12px;
color:#666666;
margin-top:5px;
line-height:150%;
}

p + p{
margin-top:10px;
}



h1
{
font-size:16px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
margin:0px;
padding-top:20px;
padding-bottom:20px;
color:#0068b0;
margin-top:20px;
padding-left:100px;
padding-right:100px;
line-height:150%;
}

h1.quote
{
font-size:13px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
Margin-top:400px;
padding-top:10px;
padding-bottom:10px;
color:#0068b0;
line-height:150%;
}

h2
{
font-size:12px;
color:#0068b0;
line-height:100%;
margin-bottom:0px;
}

h2.name
{
font-size:14px;
color:#000000;
line-height:100%;
margin-bottom:0px;
padding-top:20px;
}
h2.namenospace
{
font-size:14px;
color:#000000;
line-height:100%;
margin-bottom:0px;
padding-top:0px;
}


#headshot {
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	}	

#contentleft p { margin: 0 0 1em 0; }
#contentright h2 { margin: 0 0 .5em 0; }

#toprule {
	padding-top:10px;
	border-bottom: 1px solid #0068b0;
}

#bottomrule {
clear: both;
margin: 0;
border-top: 1px solid #0068b0;
margin-bottom:20px;
}

ul.list {
font-size:12px;
color:#666666;
line-height:130%;
}


#mainnav {
	float:left;
	width: 850px;
	height: 20px;
	color: #999;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	background-color: #0068b0;
	}	
#logo{
}
img.logo {
margin-left:650px;
margin-top:20px;
}

/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-size:12px;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 35px;
	color: #ffffff;	
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #f1f4f7;
	margin: 0;
}
#nav li li {
	padding: 0px;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover a.one, #nav li:hover a.two, #nav li:hover a.three,#nav li.sfhover {
	background-color: #ffffff;
	color: #0068b0;
}


/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #0068b0;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #0068b0;
}
