@charset "UTF-8";

/*---------------------------------------------General Styles---------------------------------------------*/
html{
	overflow-y:scroll;
	
} 

body {
	margin: 0px;
	background: #F4F4E6 url(../images/bgtile.gif) repeat-x bottom;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #2E2A2A;
	margin: 0px 0px 15px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #2E2A2A;
	margin: 30px 0px 10px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #2E2A2A;
	margin: 30px 0px 10px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #2E2A2A;
	margin: 30px 0px 10px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #2E2A2A;
	margin: 30px 0px 10px 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}

a:link, a:visited {
	color: #267480;
	text-decoration: underline;
font-weight:bold;
}

a:hover, a:active {
	color:#ca7429;
	outline: none;
	text-decoration: underline;
font-weight:bold;
}


/*---------------------------------------------Layout---------------------------------------------*/

.clearfloat {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

div#container {
	width: 890px;
	margin: 0px auto;	
}

div#section {

}

div#header {
	height: 42px;
	padding: 48px 0px 20px 0px;
}

div#headerLogo {
	width: 353px;
	float: left;	
}

div#middle {

}

div#content {
	width: 530px;	
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px 20px;
}

/*---------------------------------------------Mini Nav---------------------------------------------*/

div#miniNav {
	width: 300px;
	height: 42px;
	float: right;
	text-align: right;
	vertical-align: middle;	
}

div#miniNav p {
	margin: 0px;
	margin: 14px 0px 12px 0px;
}

div#wideHero {
	margin-bottom: 30px;
}

div#hero {
	width: 570px;
	height: 180px;
	float: left;
	margin: 0px 30px 0px 0px;
}

div#miniNav a:link, div#miniNav a:visited {
	color: #2E2A2A;
	text-decoration: none;
}

div#miniNav a:hover, div#miniNav a:active {
	color:#2E2A2A;
	outline: none;
	text-decoration: underline;
	cursor:hand;
}

/*---------------------------------------------Subnav---------------------------------------------*/

div#subnav {
	width: 200px;
	height: 130px;
	float: right;
	background: url(../images/subnav_bg.png) no-repeat;
	padding: 25px 20px 25px 70px;	
}

div#subnav p {
	line-height: 26px;
	font-weight: bold;
	color: #C54726;
	margin: 0px;
}

div#subnav a:link, div#subnav a:visited {
	color: #C54726;
	text-decoration: none;
}

div#subnav a:hover, div#subnav a:active {
	color: #C54726;
	text-decoration: underline;
	cursor:hand;
}


/*---------------------------------------------Sidebar---------------------------------------------*/

div#sidebar {
	width: 290px;	
	float: right;
	margin: 0px;
}

div#sidebar div.sidebarAd {
	margin: 50px 0px 35px 0px;
}

/*---------------------------------------------Lower Ads---------------------------------------------*/

div#lowerAds {
	height: 110px;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	white-space: nowrap;
}

div#lowerAds img.middle {
	margin: 0px 10px;
}

/*---------------------------------------------Footer---------------------------------------------*/


div#footer {
	height: 170px;
	padding-top: 30px;
	background: url(../images/hrule_tan_1px.gif) repeat-x top;	
}

div#footerTop p {
	color: #5f5f55;
	margin: 4px 0px;
font-weight:bold;
font-size:12px;
}

div#footerBottom {
	height: 48px;
	
}

div#footerCopyright {
	margin: 32px 0px 0px 0px;
	width: 420px;
	float: left;
	
}

div#footerCopyright p {
	color: #a5a597;
	margin: 0px;
	
}

div#footerLinks {
	width: 466px;
	float: right;
	text-align: right;
	
}

div#footerLinks img.middle {
	margin: 0px 36px 0px 52px;
}

/*---------------------------------------------Nav---------------------------------------------*/

div#nav {
	height: 70px;
}

div#navHotline {
	height: 30px;	
	text-align: right;	
}

div#navHotline img {
	margin: 8px 0px;
}

div#navBar {
	height: 40px;
}

div#navBar div {
	float: left;
}

/*----Welcome----*/

div#navWelcome {
	background: url(../images/nav/nav_welcome.gif) no-repeat 0px 0px;
	height: 40px;
	width: 107px;
}

div#navWelcome.current {
	background: url(../images/nav/nav_welcome.gif) no-repeat 0px -80px;
}


div#navWelcome:hover {
	background: url(../images/nav/nav_welcome.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navWelcome.current:hover {
	background: url(../images/nav/nav_welcome.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Get Help----*/

div#navGetHelp {
	background: url(../images/nav/nav_getHelp.gif) no-repeat 0px 0px;
	height: 40px;
	width: 96px;
}

div#navGetHelp.current {
	background: url(../images/nav/nav_getHelp.gif) no-repeat 0px -80px;
}


div#navGetHelp:hover {
	background: url(../images/nav/nav_getHelp.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navGetHelp.current:hover {
	background: url(../images/nav/nav_getHelp.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----About----*/

div#navAbout {
	background: url(../images/nav/nav_about.gif) no-repeat 0px 0px;
	height: 40px;
	width: 79px;
}

div#navAbout.current {
	background: url(../images/nav/nav_about.gif) no-repeat 0px -80px;
}


div#navAbout:hover {
	background: url(../images/nav/nav_about.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navAbout.current:hover {
	background: url(../images/nav/nav_about.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Supporters----*/

div#navSupporters {
	background: url(../images/nav/nav_supporters.gif) no-repeat 0px 0px;
	height: 40px;
	width: 110px;
}

div#navSupporters.current {
	background: url(../images/nav/nav_supporters.gif) no-repeat 0px -80px;
}


div#navSupporters:hover {
	background: url(../images/nav/nav_supporters.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navSupporters.current:hover {
	background: url(../images/nav/nav_supporters.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Issues----*/

div#navIssues {
	background: url(../images/nav/nav_issues.gif) no-repeat 0px 0px;
	height: 40px;
	width: 75px;
}

div#navIssues.current {
	background: url(../images/nav/nav_issues.gif) no-repeat 0px -80px;
}


div#navIssues:hover {
	background: url(../images/nav/nav_issues.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navIssues.current:hover {
	background: url(../images/nav/nav_issues.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Events----*/

div#navEvents {
	background: url(../images/nav/nav_events.gif) no-repeat 0px 0px;
	height: 40px;
	width: 82px;
}

div#navEvents.current {
	background: url(../images/nav/nav_events.gif) no-repeat 0px -80px;
}


div#navEvents:hover {
	background: url(../images/nav/nav_events.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navEvents.current:hover {
	background: url(../images/nav/nav_events.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Locations----*/

div#navLocations {
	background: url(../images/nav/nav_locations.gif) no-repeat 0px 0px;
	height: 40px;
	width: 101px;
}

div#navLocations.current {
	background: url(../images/nav/nav_locations.gif) no-repeat 0px -80px;
}


div#navLocations:hover {
	background: url(../images/nav/nav_locations.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navLocations.current:hover {
	background: url(../images/nav/nav_locations.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Donate Now----*/

div#navDonateNow {
	background: url(../images/nav/nav_donateNow.gif) no-repeat 0px 0px;
	height: 40px;
	width: 140px;
}

div#navDonateNow.current {
	background: url(../images/nav/nav_donateNow.gif) no-repeat 0px -80px;
}


div#navDonateNow:hover {
	background: url(../images/nav/nav_donateNow.gif) no-repeat 0px -40px;
cursor:hand;
}

div#navDonateNow.current:hover {
	background: url(../images/nav/nav_donateNow.gif) no-repeat 0px -120px;
cursor:hand;
}

/*----Blank----*/

div#navBlank {
	background: url(../images/nav/nav_blank.gif) no-repeat 0px 0px;
	height: 40px;
	width: 100px;
}