/* general styles *************************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #666;
	font: 62.5% Verdana, Arial, sans-serif;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container {
	width: 100%;
	padding: 0 13px;
	overflow: hidden;
	margin: 0 auto;
}

/* header *********************************************************************/
#header {
	display:none;
}
.logo {
	display: block;
	width: 108px;
	height: 104px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 34px;
}
.tools {
	float: left;
	display: inline;
	margin: 15px 10px 0;
	overflow: hidden;
	font-size: .9em;
}
.tools li {
	float: left;
	padding: 0 6px;
	background: url('../images/spr-tools.gif') no-repeat 0 50%;
	margin-left: -1px;
}
.tools a {
	color: #b8aa76;
	text-decoration: none;
}
.tools a:hover {
	text-decoration: underline;
}
.zoomer {
	float: right;
	display: inline;
	margin: 130px 12px 0;
	color: #fff;
}
.zoomer ul,
.zoomer li {
	display: inline;
}
.zoomer img {
	vertical-align: middle;
}

#top {
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #d4c592;
}
#top img {
	float: right;
}
#sidebar {
	display:none;
}
#navigation {
	border-top: 3px solid #d4c592;
	width: 235px;
	overflow: hidden;
}
#navigation li {
	float: left;
	width: 100%;
	border-bottom: 3px solid #d4c592;
}
#navigation a {
	display: block;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
}
.nav-about {
	background: url('../images/navigation.gif') no-repeat;
}
.nav-about:hover,
.active .nav-about {
	background: url('../images/navigation.gif') no-repeat 100% 0;
}
.nav-programs {
	background: url('../images/navigation.gif') no-repeat 0 -30px;
}
.nav-programs:hover,
.active .nav-programs {
	background: url('../images/navigation.gif') no-repeat 100% -30px;
}
.nav-getinvolved {
	background: url('../images/navigation.gif') no-repeat 0 -60px;
}
.nav-getinvolved:hover,
.active .nav-getinvolved {
	background: url('../images/navigation.gif') no-repeat 100% -60px;
}
.nav-resourcecenter {
	background: url('../images/navigation.gif') no-repeat 0 -90px;
}
.nav-resourcecenter:hover,
.active .nav-resourcecenter {
	background: url('../images/navigation.gif') no-repeat 100% -90px;
}
.nav-newsevents {
	background: url('../images/navigation.gif') no-repeat 0 -120px;
}
.nav-newsevents:hover,
.active .nav-newsevents {
	background: url('../images/navigation.gif') no-repeat 100% -120px;
}
.nav-contactus {
	background: url('../images/navigation.gif') no-repeat 0 -150px;
}
.nav-contactus:hover,
.active .nav-contactus {
	background: url('../images/navigation.gif') no-repeat 100% -150px;
}
#navigation ul {
	border-top: 3px solid #d4c592;
	background: #dbe4e8;
	overflow: hidden;
	width: 100%;
	padding: 6px 0;
	display:none;
}
#navigation .active ul {display:block;}
#navigation ul li {
	border: none;
}
#navigation ul a {
	text-indent: 0;
	height: auto;
	padding: 0 0 0 30px;
	background: url('../images/bullet.gif') no-repeat 18px 50%;
	font: bold 1.1em/21px Verdana, Arial, sans-serif;
	text-decoration: none;
}
* html #navigation ul a {
	height: 1%;
}
#navigation ul a:hover,
#navigation ul a.active {
	text-decoration: underline;
}
.search {
	background: #5f414b;
	width: 235px;
	overflow: hidden;
}
.search * {
	float: left;
}
.search label {
	color: #fff;
	padding: 0 10px;
	font: 12px/27px Verdana, Arial, sans-serif;
}
.search .text {
	background: #b3a4a8;
	border: 1px solid #95868a;
	font: 11px Verdana, Arial, sans-serif;
	padding: 2px;
	width: 130px;
	margin: 4px 0 0;
}
.search .button {
	width: 29px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999pc;
	background: url('../images/but-search.gif') no-repeat;
	display: inline;
	margin: 3px 0 0 6px;
}
.search .button:hover {
	background: url('../images/but-search.gif') no-repeat 0 -24px;
}


.headline {
	background: #fff url('../images/bg-headline.gif') repeat-x 0 100%;
	margin: 0 12px 0 0;
	padding: 15px 0 0;
}
.headline:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent: -9999px;
}
* html .headline {
	height:1%;
}
*+html .headline {
	height:1%;
}
.headline h1 {
	float: left;
	color: #b65230;
	font: bold 17px/20px Times, serif;
}
.headline ul {
	float: right;
	color: #b8aa76;
	white-space: nowrap;
}
.headline li {
	display: inline;
	padding-left: 15px;
	white-space: nowrap;
}
.headline img {
	vertical-align: middle;
}
.headline a {
	text-decoration: none;
	color: #b8aa76;
}



/* main content area **********************************************************/
#content {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#content.lines {
	margin: 0;
}

#firstcol {
	width: 100%;
	margin:0; padding:0;
}
#secondcol {
	display:none;
}
#thirdcol {
	display:none;;
}
.ad {
	margin: 6px 0;
	text-align: center;
}
h2 {
	color: #b65230;
	font: 1.4em Verdana, Arial, sans-serif;
	margin: 12px 0 0;
}
#thirdcol dl {
	margin: 0 0 5px;
	font: 1.1em/1.45em Verdana, Arial, sans-serif;
}
#thirdcol dt {
	margin: 17px 0 0;
	font-weight: bold;
}
#thirdcol dd a {
	color: #333;
}
.news {
	padding: 0 10px;
}
.subscribe {
	background: url('../images/bg-subscribe.gif') no-repeat;
	height: 92px;
	overflow: hidden;
	margin: 30px 0 0;
}
.subscribe h2 {
	height: 27px;
	margin: 0 !important;
	overflow: hidden;
	visibility: hidden;
}
.subscribe .text {
	display: block;
	margin: 0 auto 10px;
	background: #eccdc2;
	color: #b75432;
	font: 10px Verdana, Arial, sans-serif;
	border: 1px solid #c4a59a;
	padding: 2px 5px;
	width: 164px;
}
.subscribe .button {
	float: right;
	display: inline;
	margin: 0 5px 0 0;
	width: 93px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/but-signup.gif') no-repeat;
}
.subscribe .button:hover {
	background: url('../images/but-signup.gif') no-repeat 0 -31px;
}
.subscribe a {
	font-weight: bold;
	color: #b8aa76;
	margin: 10px 0 0 12px;
	display: inline;
	float: left;
}
#secondcol p,
#secondcol ul {
	font: 1.1em/1.45em Verdana, Arial, sans-serif;
	margin: 1em 0;
}
.bigger {
	font-weight: bold !important;
	color: #666;
	margin: 1em 0 .5em;
}
#secondcol ul li {
	color: #b65230;
	background: url('../images/bullet.gif') no-repeat 0 .4em;
	padding: 0 0 0 11px;
	margin: 1em 0 0;
	font-weight: bold;
}
#firstcol p,
#txt p {
	font: 1.1em/1.45em Verdana, Arial, sans-serif;
	margin: 1.5em 0 1.5em 0;
}
.locations {
	margin: 25px 0 0;
	background: url('../images/bg-headline.gif') repeat-x;
	padding: 10px 0;
}
h3 {
	font: bold 1.2em/1.45em Verddana, Arial, sans-serif;
	color: #7895a3;
}
.locations ul {
	margin: 5px 0 0;
	width: 100%;
	overflow: hidden;
}
.locations li {
	padding: 0 13px;
	float: left;
	margin-left: -13px;
	background: url('../images/spr.gif') no-repeat 6px 50%;
}
.locations a {
	text-decoration: none;
}
.locations a:hover {
	text-decoration: underline;
}


#maincol {
	width: 100%;
	margin:0; padding:0;
}

#txt {
	width:100%;
	margin:0; padding:0;
}

.box {
	padding: 0 10px;
}
.box ul li {
	padding-left: 14px;
	background: url('../images/bullet.gif') no-repeat 0 .4em;
	font: bold 1.1em/1.45em Verdana, Arial, sans-serif;
	color: #b65230;
	margin: 12px 0 0;
}


/* footer *********************************************************************/
#footer {
	display:none;

}
#footer strong.right a {
	color: #70535c;
}
#footer ul {
	width: 700px;
	overflow: hidden;
	padding: 0 0 25px;
}
#footer li {
	float: left;
	padding: 0 17px;
	margin-left: -17px;
	background: url('../images/spr-footer.gif') no-repeat 8px 75%;
}
#footer ul a {
	color: #b65230;
	text-decoration: none;
}
#footer ul a:hover {
	text-decoration: underline;
}
.contactus {
	float: left;
	border-right: 1px solid #724f5a;
	margin-right: 12px;
	width: 160px;
	padding: 8px 0 10px 100px;
	color: #70535c;
	font: 16px/20px Times, serif;
	background: url('../images/phone.gif') no-repeat 0 50%;
}
.contactus strong {
	display: block;
	font: bold 12px Verdana, Arial, sans-serif;
}
#footer p {
	color: #70535c;
	margin: 34px 0 0;
}

#bottom  {
	display:none;
}
