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 a {
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; 
}

.ad_display {
background-color: #ffdd99;
width: 170px;
margin-left: 4%;
height: 50px; 
margin-bottom: .8em;
}

#hoursblock {
background-color:#f5c674;
border: 1px #775b36 solid;
margin-right: 3%;
margin-left: 3%; }

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

#wednesday {
font-weight: bold;
font-style: italic; }

h1.comment {
text-decoration: underline; 
}

ul.comment {
list-style: none;
text-decoration: none;
}

#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;
font-weight: normal; 
}

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


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 ul.nohouse {
list-style-image: none;
list-style-type: none;
text-decoration: none;
font-size: .8em;
margin-bottom: .3em;
margin-left: 0; 
}

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

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

#chairbox {
background-color: #d3a15e;
border: 2px #b1874e solid;
margin-top: 1em;
padding: 0;
width: 55%;
margin-left: 22%;
margin-bottom: 2em; }

#chairheader {
background-color: #f5c674;
margin-bottom: 1%;
height: 20px;
}

#chairheader h1 {
margin:0;
text-align: center;
}

#chairbox p {
text-align: center;}

#chairbox a:link {
color: #FFEFCA;}

#chairbox 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; }
*/

.table {
width: 100%;
background-color: #775b36; 
color: #ffefca;
border: .3px #775b36 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
margin-bottom: 0;
}

.table_members {
width: 100%;
background-color: #ffefca; 
color: #775b36;
border: .3px #775b36 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
margin-bottom: 0;
margin-top: 0;
}

.table_noborder {
width: 100%;
background-color: #ffefca; 
color: #775b36;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
margin-bottom: 0;
margin-top: 0;
}

.td_noborder1 {
width: 70%;
text-align: left;
padding: 0;
margin: 0;
}

.td_noborder2 {
width: 30%;
text-align: left;
padding: 0;
margin: 0;
}

.designations {
width: 100%;
background-color: #ffefca; 
color: #775b36;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .7em;
margin: 0;
padding: 0;
}

.td_designations1 {
width: 50%;
text-align: left;
padding: 0;
margin: 0;
}

.td_designations2 {
width: 25%;
text-align: left;
padding: 0;
margin: 0;
}

.td_designations3 {
width: 25%;
text-align: left;
padding: 0;
margin: 0;
}


/*.table_members td {
width: 33%;
padding: 0;
margin: 0;
text-align: left;
}

.table td {
width: 33%;
padding: 0;
margin: 0;
text-align: left;
}
*/
.table_td1 {
width: 30%;
text-align: left;
padding: 0;
margin: 0;
}

.table_td2 {
width: 25%;
text-align: left;
padding: 0;
margin: 0;
}

.table_td3 {
width: 45%;
text-align: left;
padding: 0;
margin: 0;
}


.table_members a {
font-size: .9em;
}

/*
.table2 {
width: 100%;
background-color:  #b1874e; 
color: #ffefca;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
margin-bottom: 0;
}
*/

.table a:link, :visited {
color: #ffefca;
text-decoration: none;
font-weight: normal; }


/*
.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; }
*/

.contactinfo {
text-align: center; }

.contactinfo a {
font-weight: bolder; }

#phonebreak {
margin-bottom: .5em; }

/*
.header h1 {
margin:0;
text-align: center; }

.subheader h3 {
margin:0;
text-align: center; }

.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; }
*/

#nospace {
margin-bottom: .02em;
}

#followup {
padding-top: 0;
}

#leftbox h1 {
font-size: .87em;
line-height: .8em;
text-align: center; 
}

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

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-bottom: 1em; }

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

h5.targets {
margin-bottom: 0;
}

h4.targets {
margin-top: 0;
margin-bottom: 1.2em;
}

#map {
width: 404px; 
height: 404px;
/*border: 2px #775b36 solid;*/
margin-left: 15%;
margin-bottom: 5em;
padding:0;}

#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;
text-decoration: none; }

#footer a:hover {
color: #ffdd99;
font-weight: normal;
}

#footer a:active {
color: #ffefca;
font-weight: normal;
}

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

#abovetable p {
margin: 0;
padding: 0;
}

table {
margin-top: 0;
margin-bottom: 1em;
font-size: .8em;
}

td.topbuffer {
padding-top: .5em;
 }

.officeinfo {
margin: 0;
padding: 0;}

.officeinfo li {
display: inline;
list-style-type: none;
list-style-image: none;
padding-right: 50px;
padding-left: 0;
margin: 0;
}

.para1 {
margin-top: 0em;
margin-bottom: 0em;
}

.para2 {
margin-top: 0em;
margin-bottom: 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; }

.school_left {
float: left;
margin-right: 4em;

}

#caravantop {
background-color: #ffefca;
margin: 0;
padding: 1.2em 2% 0 2%;
}

#caravan {
background-color: #ffefca;
padding: 0;
margin: 0 2% 0 2%; 
}

#caravan h4 {
margin:0;
}

#caravan p {
margin-bottom: .5em;
}

#rally {
float: right;
margin: 0 0 .3em 1em;
padding: 0;
}

/*#rally1 {
padding: 0 .5em 0 .5em;
border: 2px #96813E solid;
margin: 0 0 .7em 0;
}

#rally1 h4 {
margin: .6em 0 .6em 0;
color: #ffefca;
}

#rally1 p {
font-size: .7em;
padding-bottom: 0;
}

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

#rally1 li {
margin-bottom: .4em;
margin-left: 1.7em;
}
*/

.rally2 {
border: 2px #96813E solid;
margin: 0 0 .7em 0;
}

.rallyheader2 {
/*background-color: #A8924E;*/
background-color: #A8924E;
}

.rally2 h4 {
margin: 0 1em 0 1em;
padding: .5em .5em .5em .5em;
color: #ffefca;
text-align:center;
}

.rally2 p {
font-size: .7em;
padding-bottom: 0;
margin: .8em 1em .8em 1em;
}

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

 }

.rally2 li {
margin-bottom: .4em;
margin-left: 1.7em;
}

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

.didyouknow {
/*background-color:#f5c674;*/
background-color:#ffefca;
border: 1px #775b36 solid;
margin: 0 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;

 }

.picleft {
float: left;
border: solid 1px #9F7A47;
margin: .5em .5em 0 0;
}

.picright {
float: right;
border: solid 1px #9F7A47;
margin: .3em .3em .5em .5em;
padding: 0;
}

.picright img {
margin: 0;
padding: 0;
vertical-align: bottom;
}

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

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

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

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

.thumbnails {
width: 100%;
font-size: 1em;
}
/*h3.thumbnails {
font-size: 1.8em;
}
h3.thumbnails {
font-size: 1.8em;
}*/

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

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

.committee_table {
width: 100%;
border: 1px #775b36 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
color: #ffefca;
margin-bottom: 0;
margin-top: 0;
padding: 0;
border-collapse:collapse;
}

.committee_table a {
font-size: .9em;
color: #ffefca;
}

.chair_tr {
background-color: #775b36; 
}

.vicechair_tr {
background-color: #9F7A47;
margin: 0;
padding: 0;
}

.staff_liaison_tr {
background-color: #b1874e;
margin: 0;
padding: 0;
}

.member_tr {
background-color: #ffefca; 
color: #775b36;
border-top: 1px #775b36 solid;
margin: 0;
padding: 0;
}

.member_tr a {
color: #775b36;
}

.committee_table_td1 {
width: 40%;
padding: 0 0 0 .5em;
text-align: left;
padding: 0 0 0 .2em;
margin: 0;
}

.committee_table_td2 {
width: 25%;
text-align: left;
padding: 0;
margin: 0;
}

.committee_table_td3 {
width: 35%;
text-align: left;
padding: 0;
margin: 0;
}


/*.staff_liaison_tr a {
color: #775b36;
}*/
