/* Reset

----------------------*/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,cite,em,img,q,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;

}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------
Layout
----------------------------------------*/
body{
	background-color: #fffdee;
	font-family: Verdana;
	font-size: 1em: 
	font-weight: normal;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#wrap{
	width: 100%;
	overflow: auto;
}
#header{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	height: 150px;
}
#footer{
	background: url(../images/footer.gif) center bottom no-repeat;
	width: 760px;
	height: 113px;
}
#middlecontent{
	width: 744px;
	
	margin-left: auto;
	margin-right: auto;
	border-bottom: 5px solid black;
	
}
#flashcontainer{
	border-top: 5px solid black;
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}
#content-main{
	width: 650px;
	margin-left: 90px;
}
#contentshadow{
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
}
#bush-banner{
	background-image: url(../images/bush.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 744px;	
}

/**************
Navbar
**************/
#navbar{
	width: 744px;
	background-color: #fffdee;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	text-align: center;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navbar ul li.first { margin: 0; }
#navbar ul li a {
	color: #996633;
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#navbar #active a { color: #660000; }
#navbar a:visited{ color: #996633; }
#navlist a:hover{ color: #660000; }

/******************
Typography
*******************/
#middlecontent h2{
	border-bottom: 1px dotted black;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	font-size: 1.6em;
}

#middlecontent h3{
	margin: 0px 15px 0px 5px;
	font-size: 1.2em;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#middlecontent h4{
	color: #996633;
	padding: 5px 0 5px 0px;
	font-size: 0.9em;
	text-decoration: underline;
}
#content-main h4:hover{
	font-weight: bolder;
}
#middlecontent h5{
	margin-left: 15px;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0 5px 0px;
}
#content-main li{
	font-size: 0.8em;
	padding: 7px 0 5px 0px;
	margin-left: 30px;
	list-style: disc;
}
#content-main ul{
	margin-bottom: 10px;
}
#content-main p{
	padding: 20px 0 10px 10px;
	line-height: 1.5em;
	margin-right: 10px;
	font-size: 0.8em;
}
#content-main a{
	color: #000;
	font-weight: bold;
}
#content-main a:hover{
	text-decoration: underline;
	color: #996633;
}
img.description-img{
	float: right;
	margin: 5px 12px 0 0;
}
#content-main div.ourpeople h4 a{
	color: #996633;
	padding: 5px 0 5px 0px;
	font-size: 0.9em;
	text-decoration: underline;
}
.ourpeople {
    float: left;
    display: inline;
    padding: 10px 4px 4px 5px;
}
.ourpeoplelast{
	margin: 0px 0 10px 0; 
}
img.history{
	float: right;
	padding: 10px 15px 10px 10px;
}
h3.history{
	color: #996633;
}
h1, h2{
	margin: 0px;
}
#header span{
	margin-left: -999em;
}
#copyright p{
	margin: 0px;
	padding-left: 30px;
	font-size: 0.6em;
}
#footer p{
	font-size: 0.7em;
	color: #FFCCCC;
	padding: 45px 0px 0px 420px;
	width: 250px;
	margin: 0;
	text-align: right;	
}
#contact-list li{
	list-style: none;
	margin-left: 0px;
}
#middlecontent h3.paper-title{
	font-size: 0.9em;
	color: #996633;
	border-bottom: none;
	text-decoration: underline;
}
#middlecontent h3.links-title{
	font-size: 0.9em;
	color: #996633;
	border-bottom: none;
}
.clear{
	clear: both;
}

/************************
Form
**************************/

label{
	display: block;
}
label em{
	color: #4B0B0B;
}
legend{
	font-size: 1em;
	margin: 0 0 0.5em 0px;
	font-weight: bold;
	color: #996633;
	padding: 10px 0 0 10px;
	text-decoration: underline;
}
fieldset ol{
	padding: 0.2em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit{
	border-style: none;
	padding: 6px;
}
#content-main p.errormsg{
	font-size: 1em;
	color: #4B0B0B;
	margin: 0;
}


/* Tables

----------------------*/

table {

	border-collapse: collapse;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
	width:470px;
	font-size: 0.8em;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	color: #4c3f00;
	padding-top: 2px;
	border-bottom: solid 1px #CDCDCD;

}







