body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-color: #775b36;
background-image: url(../images/bkg_house_tile.gif);
}

#container {
color: #775b36;
background-color: #ffefca;
border: 4px #f5c674 solid;
width: 800px;
margin: auto;
background: url(../images/bkg_faux.jpg) repeat-y 50% 0;
}

* html #container {  /* This is the Tan hack */
	width: 808px; 
	w\idth: 800px; }

#brownbox {
float: left;
background-color: #9F7A47;
width: 25%;
margin: 0;
}

#leftbox {
width: 92%;
background-color: #b1874e;
position: relative;
left: 0%;
padding-bottom: .1em; }

.leftboxactive {
color: #f5c674;
text-align: center; }

#leftbox a {
color: #775b36;
text-decoration: none; }

#leftbox a:hover {
color: #f5c674;
text-decoration: none; }

#leftbox a:visited {
color: #775b36;
text-decoration: none; }


#logobox {
/*background-image: url(images/logo_hybrid.gif);
background-repeat: no-repeat;
padding-left: 15%; */
height: 140px;
margin-bottom: 1em;
}

img {
border: none; 
}

#logobox img a:hover {
border: none;
text-decoration: none; 
}

.comment {
color: #f5c674;
text-align: center;
font-weight: bold;
font-size: .75em;
margin-bottom: 0; 
padding:0 .5em 0 .5em;
}

.comment#top {
margin-top: 1em; }

.commenter {
color: #f5c674;
font-size: .65em;
/*position: relative;
left: 40%;*/
text-align: center;
margin: .8em 0 10em 0;
font-weight: bold; }


#leftbox li {
margin-bottom: .3em;
margin-top: .3em;
}
#content {
width: 75%;
position: relative;
margin: 0em;
float: right; }

#header {
background-image: url(../images/ec_landscape.jpg);
background-repeat: no-repeat;
background-position: top;
height: 100px;
border-bottom: 4px #f5c674 solid;
text-decoration: none;
color: #775b36;
text-align: left;
margin-bottom: 0em;
}

#header p {
float: right;
margin-right: 1%;
margin-top: 0em;
padding-top: .2em; 
font-size: .7em;
}

#header a:link {
text-decoration: none;
color: #775b36;
font-weight: normal;  
}

#header a:hover {
text-decoration: none;
color: #b1874e; 
}

ul, li {
 margin:0;
 padding:0;
 }
/*************NAVIGATION****************/
.navbar {
background-color: #deb985;
/*height: 2em;*/
clear: left;
}

#navmenus {
text-decoration: none;
list-style: none;
width: 100%;
height: 2em;
}

#navmenus ul {
list-style: none;
text-decoration: none;
/*font-size: .8em;*/
color: #FFEFCA;
}

#navmenus a {
 display: block;
	height:2.5em;
 line-height: 2.5em;
 color: #ffefca;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	}

#navmenus li.big a {
line-height: 1.2em;
}

#navmenus li li a {
height: 1.5em;
line-height: 1.5em;
}

#navmenus li#about { /* all list items */
	float: left;
	width: 7.4em; /* width needed or else Opera goes nuts */
	background-color: #A35D4D;
	text-align:center;
height: 2em;
	}
	
#navmenus li#member { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	background-color: #8A5664;
	text-align:center;
height: 2em;
	}

#navmenus li#resource { 
	float: left;
	width: 8.2em; 
	background-color: #C07A46;
	text-align:center;
height: 2em;	}

#navmenus li#buyers { /* all list items */
	float: left;
	width: 6.9em; /* width needed or else Opera goes nuts */
	background-color: #96813E;
	text-align:center;
height: 2em;
	}

#navmenus li#events { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	background-color: #85422D;
	text-align:center;
height: 2em;
}

#navmenus li#about:hover, #navmenus li#about.sfhover {
	background: #B66F5E;
}

#navmenus ul.abo li:hover, #navmenus ul.abo li.sfhover {
	background: #b66f5e;
}

#navmenus li#member:hover, #navmenus li#member.sfhover {
	background: #9D6775;
}

#navmenus ul.mem li:hover, #navmenus ul.mem li.sfhover {
	background: #9D6775;
}

#navmenus li#resource:hover, #navmenus li#resource.sfhover {
	background: #D08955;
}

#navmenus ul.res li:hover, #navmenus ul.res li.sfhover {
	background: #D08955;
}

#navmenus li#buyers:hover, #navmenus li#buyers.sfhover {
	background: #A8924E;
}

#navmenus ul.buy li:hover, #navmenus ul.buy li.sfhover {
	background: #A8924E;
}

#navmenus li#events:hover, #navmenus li#events.sfhover {
	background: #98513B;
}

#navmenus ul.eve li:hover, #navmenus ul.eve li.sfhover {
	background: #98513B;
}

#navmenus li {
position:relative;
}

li#about ul { /* second-level lists */
	position: absolute;
	background: #A35D4D;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*padding-left: 1%;*/
text-align: left;
}


li#member ul { /* second-level lists */
	position: absolute;
	background: #8A5664;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

li#resource ul { /* second-level lists */
	position: absolute;
	background: #C07A46;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}


li#buyers ul { /* second-level lists */
	position: absolute;
	background: #96813E;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

li#events ul { /* second-level lists */
	position: absolute;
	background: #85422D;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#navmenus li:hover ul, #navmenus li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

/**********************END NAVIGATION*******************/


#contentmain {
background-color: #ffefca;
clear: left;
margin-top: 0em;
margin-bottom: 0em;
padding-left: 2%; 
padding-right: 2%;
padding-top: 1.2em;
}

/* Hides from IE5-mac \*/
* html #contentmain {height: 1%;}
/* End hide from IE5-mac */

#contentmain ul {
list-style-image: url(../images/icons10_webpage.gif);
list-style-type: circle;
text-decoration: none;
font-size: .8em;
margin-bottom: 1em;
margin-left: 2.5em; }

#contentmain li {
margin-bottom: .6em;
}

#contentmain li.lastli {
margin-bottom: 2.5em;
}

#contentmain li a {
color: #b1874e;
font-weight: 700; }

#contentmain li a:hover {
color: #f5c674}

#committee {
margin-bottom:17em;
}

.committee {
background-color: #d3a15e;
border: 2px #b1874e solid;
width: 95%;
padding-top: 0em;
margin-right: 1%;
margin-top: .5em;
margin-left: .4em; }


/*#9F7A47*/
.committee#top {
margin-top: 1.2em;
}

.committee#bottom {
margin-bottom: 1.2em;
}

.committee p {
margin-bottom: .3em;
padding-bottom: 0em;
margin-top: 0em;
padding-top: 0em; }

.identitydir {
   margin-bottom: 1em;
   clear:left;
}

/*.identitydir img {
   float:left;
   margin-right: 4%;
   margin-bottom: 2%;
}*/

.img_left {
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
   width: 100px;
}

.img_right {
   float:right;
   margin-left: 20%;
   margin-bottom: 2%;
}

.identitydir p {
  margin-bottom: 0;
}

.contact_right ul {
float: right;
margin-right: 6em;
}

.contact_right li {
display: inline;
list-style-type: none;
padding-right: 1em;
}

.officeinfo {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .75em;
margin-left: 0;
width:80%;
}

/*.officeinfo li {
display: inline;
list-style-type: none;
list-style-image: none;
margin-right: 20px;
margin-left: 0;
padding: 0;
width: 100%;
}
*/

.lione {
width: 40%
}

.litwo {
width: 30%
}

.lithree {
width: 30%
}

#counsel {
   clear:left;
   background-color: #f5c674;
   text-align: left;
   margin-bottom: 2%; 
   height: 18px;
   }

.chair {
border: 1px #775b36 solid;
width: 25%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em; }

.phone {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
border: 1px #775b36 solid; 
position: relative;
margin-bottom: 0em;
left: 25.5%;
top: -1.3em;
width: 25%; }
.email {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
position: relative;
width: 25%;
left: 51%;
top: -2.6em;
 }
.days {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
position: relative;
width: 25%;
margin-bottom: 0em; }

#leftbox h1 {
font-size: .87em;
text-decoration: none;
text-align: center; 
}

h1 {
font-size: .9em;
text-decoration: none;
text-align: left;
margin-bottom: 0em;
}

h1#staff {
margin-bottom: 1em;
}

h2 {
font-size: .95em;
text-decoration: none;
text-align: left;
margin-bottom: 0em;
padding-bottom: .3em; }
h3 {
font-size: .8em;
text-decoration: none;
text-align: left;
margin: 0em; }

h4 {
font-size: .7em;
text-decoration: none;
text-align: left;
margin: 0em; }

h5 {
font-size: 1.2em;
text-decoration: none;
text-align: left;
margin: 0em;
margin-bottom: 1em; }

#footer {
background-color: #775b36;
width: 100%;
height: 40px;
color: #f5c674;
clear: both;
padding-top: .5em;
/*margin-top: 1em;
padding-bottom: 1%;*/ }

#footer p {
text-align: center;
margin: 0;
padding-top: 0%;
padding-bottom: .2em;
font-size: .7em; 
}

p#2row {
padding-top: .5em;
}

#footer a, :visited {
color: #f5c674;
font-weight: normal; }

#footer a:hover {
color: #ffdd99;
}

#footer a:active {
color: #ffefca;
}

p {
font-size: .8em;
text-align: left;
line-height: 1.2em;
padding-bottom: 2%;
margin-top: 0em;
 }

a:link {
text-decoration: none;
color: #b1874e; 
font-weight: 700;
}

a:visited {
text-decoration: none;
color: #b1874e; 
font-weight: 700;
}

a:hover {
text-decoration: none;
color: #9F7A47; }

a:active {
text-decoration: none;
color: #f5c674; }

#honorary {
/*margin-left: 18%;*/
margin-bottom: 1.5em;
}

#honorary table {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
border-collapse: collapse;
margin-bottom: 1em;
}

#honorary tr {
border-bottom: 1px solid #775b36;
}

#citation {
font-size: .7em;
}

#pastpres table {
float: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
border-collapse: collapse;
margin-bottom: 1em;
margin-right: 0;
}

#pastpres tr {
border-bottom: 1px solid #775b36;
}

#pastpres2 table {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
border-collapse: collapse;
margin-bottom: 1em;
margin-top: 0;
margin-left: 15em;
}

#pastpres2 tr {
border-bottom: 1px solid #775b36;
}

ol {
font-size: .8em;
}

#alpha {
list-style-type: lower-alpha;
font-size: 1em;
}

.nohouse li {
list-style-image: none;
list-style-type: none;
text-decoration: none;
font-size: 1.2em;
}

.didyouknow {
/*background-color:#f5c674;*/
background-color:#ffefca;
border: 1px #775b36 solid;
margin: 2em 3% .8em 3%;
}

.didyouknow h4 {
margin: 5% 3% 3% 3%;
}

.didyouknow p {
margin: 5% 3% 3% 3%;
padding: 0;
}

.didyouknow ul {
list-style-image: url(../images/icons10_webpage.gif);
list-style-type: circle;
text-decoration: none;
font-size: .7em;
margin: 0 1em 1em 2em;

 }