@charset "UTF-8";

body {
	background: #c97634 url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	text-align: center;
	padding: 0px;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#container #top img {
	border-style: none;
}
#subcontainer {
	background: url(../images/dropshadow.png) repeat-y;
	position: relative;
	width: 814px;
	height: 100%;
	margin: 0px;
	float: left;
	text-align: center;
}
#top {
	height: 93px;
	width: 800px;
	background: url(../images/head_bg.jpg) repeat-x;
	text-align: center;
	left: 7px;
	float: left;
	position: relative;
}
h1 {
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/* ----------------- Navigation ----------------- */

#nav {
	background: #D0DACF url(../images/nav_bg.gif) repeat-x;
	height: 28px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	left: 7px;
	display: block;
	float: left;
	position: relative;
	z-index: 3000;
}
.nav_about a {
	background: url(../images/about.gif) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 84px;
	display: block;
	float: left;
	position: absolute;
	left: 100px;
	overflow: hidden;
}
.nav_about a:hover {
	background: url(../images/about_h.gif) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 84px;
	position: absolute;
	left: 100px;
	display: block;
	overflow: hidden;
	float: left;
}
.nav_committees a {
	background: url(../images/committees.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	height: 28px;
	width: 101px;
	left: 184px;
	display: block;
}
.nav_committees a:hover {
	background: url(../images/committees_h.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	height: 28px;
	width: 101px;
	left: 184px;
	display: block;
}
.nav_membership a {
	background: url(../images/membership.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	position: absolute;
	left: 285px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1em;
}
.nav_membership a:hover {
	background: url(../images/membership_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	position: absolute;
	left: 285px;
}
.nav_meetings a {
	background: url(../images/meetings.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	left: 386px;
	position: absolute;
}
.nav_meetings a:hover {
	background: url(../images/meetings_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	left: 386px;
	position: absolute;
}
.nav_projects a {
	background: url(../images/projects.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 131px;
	position: absolute;
	left: 517px;
}
.nav_projects a:hover {
	background: url(../images/projects_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 131px;
	position: absolute;
	left: 517px;
}
.nav_newsletter a {
	background: url(../images/newsletter.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 99px;
	position: absolute;
	left: 648px;
}
.nav_newsletter a:hover {
	background: url(../images/newsletter_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 99px;
	position: absolute;
	left: 648px;
}

.main_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	color: #483a1f;
	text-decoration: none;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.05em;
}
.main_nav li {
	display: inline;
	color: #483a1f;
	margin: 0px;
	padding: 0px;
	top: 2px;
	position: relative;
}
.main_nav a:link {
	color: #483a1f;
	text-decoration: none;
}
.main_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #006F3B;
	display: block;
}
.main_nav a:active {
	color: #789075;
	text-decoration: none;
}
#people {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 7px;
	width: 800px;
	float: left;
	height: 96px;
	overflow: hidden;
	z-index: auto;
	clear: both;
}
#sponsors {
	position: relative;
	width: 800px;
	height:88px;
	left: 7px;
	background-color:#fff;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow:visible;
	clear: both;
	border-bottom: 3px solid #647861;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#sponsors img {
	margin: 0px;
	padding: 0px;
}
#content {
	background: #ECF0E8 url(../images/content_bg.jpg) repeat-x bottom;
	width: 800px;
	position: relative;
	left: 7px;
	border-top: 3px solid #647861;
	float: left;
	overflow: hidden;
	visibility: visible;
	border-bottom: 3px solid #647861;
	height: 100%;
}
#cont_left {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17pt;
	color: #483a1f;
	width: 385px;
	padding: 0px 20px 0px 0px;
	position: relative;
	top: 20px;
	left: 111px;
	height: 100%;
	float: left;
	bottom: 10px;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#cont_left_m {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17pt;
	color: #483a1f;
	width: 385px;
	padding: 0px 20px 40px 0px;
	position: relative;
	top: 20px;
	left: 111px;
	float: left;
	bottom: 10px;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	border-right: 1px solid #9cb29b;
}
#cont_left_w {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17pt;
	color: #483a1f;
	width: 500px;
	padding: 0px 20px 40px 0px;
	position: relative;
	top: 20px;
	left: 111px;
	float: left;
	bottom: 10px;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-left: 0px; 
}
#cont_right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17pt;
	color: #483a1f;
	text-align: left;
	float: left;
	width: 250px;
	left: 110px;
	top: 40px;
	overflow: visible;
	border-left: 1px solid #9cb29b;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#cont_right a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #638565;
}
#cont_right p {
	height: 100px;
	width: 240px;
	float: left;
	position: relative;
	left: 10px;
	top: 15px;
	padding-right: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #483a1f;
	margin: 0px;
	padding: 0px;
}
#cont_left em a:link {
	color: #483a1f;
}
#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 814px;
	position: relative;
	left: 0px;
	top: auto;
	float: left;
}
#tagline {
	position: absolute;
	left: 275px;
	top: 45px;
	width: 232px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#member {
	top: 50px;
	position: absolute;
	height: 23px;
	width: 146px;
	margin: 0px;
	padding: 0px;
	left: 575px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.foot_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #C9DAC1;
	text-decoration: none;
	list-style: none;
	display: inline;
	margin: 0px;
	text-align: left;
	letter-spacing: 0.05em;
	padding: 0px;
	height: 20px;
	width: 80%;
	top: 15px;
	position: absolute;
	left: 100px;
}
.foot_nav li {
	display: inline;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 2px;
	position: relative;
}
.foot_nav a:link {
	color: #CCDDC4;
	text-decoration: none;
}
.foot_nav a:visited {
	color: #006F3B;
	text-decoration: none;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	text-align: left;
	height: 10px;
	position: relative;
	left: 100px;
	top: 30px;
	color: #47534A;
}
#top h1 img {
	left: 20px;
	position: absolute;
	top: 8px;
}
.foot_nav a:hover {
	color: #006F3B;
	text-decoration: none;
}
#cont_right ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #483A1F;
	list-style: none;
	margin-left: -20px;
	line-height: 2em;
	margin-bottom: 20px;
	padding: 0px 0px 0px 20px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #483A1F;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#left_li ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #483A1F;
	list-style: none;
	margin-left: -20px;
	line-height: 2em;
	margin-bottom: 20px;
	padding: 0px 0px 0px 20px;
	width: 180px;
	height: 100%;
	float: left;
}
#right_li ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #483A1F;
	list-style: none;
	margin-left: -20px;
	line-height: 2em;
	margin-bottom: 20px;
	padding: 0px 0px 0px 20px;
	width: 200px;
	height: 100%;
	float: left;
}
#sponsors_A {
	width: 800px;
	height:88px;
	left: 7px;
	background-color:#fff;
	float: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	clear: auto;
	position: relative;
	overflow: hidden;
	z-index: auto;
}
#cont_left_m em a:link {
	color: #483a1f;
}
.nav_about_about {
	background: url(../images/about_h.gif) no-repeat;
	text-indent: -1500px;
	height: 28px;
	width: 84px;
	position: absolute;
	left: 100px;
	display: block;
	overflow: hidden;
}
.nav_committees_committees {
	background: url(../images/committees_h.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	height: 28px;
	width: 101px;
	left: 184px;
	display: block;
}
.nav_membership_membership {
	background: url(../images/membership_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	position: absolute;
	left: 285px;
}
.nav_projects_projects {
	background: url(../images/projects_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 131px;
	position: absolute;
	left: 517px;
}
.nav_meetings_meetings {
	background: url(../images/meetings_h.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 136px;
	left: 386px;
	position: absolute;
}
.nav_fill {
	text-indent: -1500px;
	height: 28px;
	width: 100px;
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	background-image: url(../images/new_images/committees_blank.gif);
	background-repeat: no-repeat;
	z-index: 1030;
}
#cont_left_m p {
	font-size: 14px;
	margin-top: 0px;
}
#cont_rightLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17pt;
	color: #483a1f;
	text-align: left;
	float: left;
	width: 250px;
	left: 110px;
	top: 40px;
	overflow: visible;
	border-left: 1px solid #9cb29b;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#cont_rightLinks p {
	font-size: 85%;
	line-height: 80%;
	clear: both;
}

