body
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, serif;
	text-align: center;
	background: #003060;
	}

#main
	{
	width: 732px;
	margin: 10px auto 0 auto;
	text-align: left;
	}

/* HEADER */
#header_l
	{
	background: url(../images/bg_header_l.jpg) no-repeat;
	}
#header_r
	{
	position: relative;
	height: 200px;
	background: url(../images/bg_header_r.jpg) no-repeat top right;
	}
a#logoLink
	{
	position: absolute;
	top: 60px;
	left: 33px;
	width: 184px;
	height: 85px;
	border: solid 0px;
	}

/* NAV */
#nav_l
	{
	font-size: 11px;
	background: url(../images/bg_nav_l.jpg) no-repeat;
	}
#nav_r
	{
	height: 19px;
	background: url(../images/bg_nav_r.jpg) no-repeat top right;
	}
#nav_r ul
	{
	margin: 0 0 0 23px;
	padding: 4px 0 0 0;
	list-style: none;
	}
#nav_r li
	{
	float: left;
	padding: 0px 12px;
	border-right: solid 1px #91D9B8;
	}
#nav_r li.noBorderR
	{
	border-right: none;
	}
#nav_r a#about
	{
	width: 55px;
	height: 11px;
	background: url(../images/bg_nav_about.jpg) no-repeat center center;
	}
a#issues
	{
	width: 31px;
	height: 11px;
	background: url(../images/bg_nav_issues.jpg) no-repeat center center;
	}
a#donate
	{
	width: 36px;
	height: 11px;
	background: url(../images/bg_nav_donate.jpg) no-repeat center center;
	}
a#contact
	{
	width: 38px;
	height: 11px;
	background: url(../images/bg_nav_contact.jpg) no-repeat center center;
	}
#nav_r a
	{
	display: block;
	}
#nav_r a span
	{
	display: none;
	}

/* CONTENT */
#content_l
	{
	background: url(../images/bg_content_l.jpg) no-repeat;
	}
#content_r
	{
	height: 322px;
	background: url(../images/bg_content_r.jpg) no-repeat top right;
	}
#contentSub_l
	{
	background: url(../images/bg_content_sub_l.jpg) no-repeat;
	}	
#contentSub_r
	{
	height: 322px;
	background: url(../images/bg_content_sub_r.jpg) no-repeat top right;
	}
#contentAbout_r
	{
	height: 322px;
	background: url(../images/bg_content_about_r.jpg) no-repeat top right;
	}
#contentWrap
	{
	padding: 39px 37px 0 37px;
	font-size: 11px;
	color: #636466;
	line-height: 18px;
	}
#contentWrap a
	{
	color: #636466;
	text-decoration: none;
	}
#contentWrap a:hover
	{
	text-decoration: underline;
	}
.contentAreaR
	{
	position:relative;
	float: right;
	width: 325px;
	padding-top: 60px;
	border: solid 0px;
	}
.contentAreaR span
	{
	display: block;
	position:absolute;
	left:0;
	top:0;
	width: 325px;
	height: 225px;
	margin: 0;
	padding: 0;
	z-index:1;
	}
#contentAreaIssuesR span
	{
	background: url(../images/bg_contentAreaR_issues.jpg) no-repeat;
	}
#contentAreaContactR span
	{
	background: url(../images/bg_contentAreaR_contact.jpg) no-repeat;
	}
.contentAreaL
	{
	position:relative;
	width: 329px;
	border: solid 0px;
	}
.contentAreaL span
	{
	display: block;
	position:absolute;
	left:0;
	top:0;
	width: 329px;
	height: 225px;
	margin: 0;
	padding: 0;
	z-index:1;
	}
#contentAreaAboutL span
	{
	background: url(../images/bg_contentAreaL_about.jpg) no-repeat;
	}
#contentAreaIssuesL span
	{
	background: url(../images/bg_contentAreaL_issues.jpg) no-repeat;
	}
#contentAreaDonateL span
	{
	background: url(../images/bg_contentAreaL_donate.jpg) no-repeat;
	}
#contentAreaContactL span
	{
	height: 163px;
	background: url(../images/bg_contentAreaL_contact.jpg) no-repeat;
	}
	
h3.title
	{
	width: 250px;
	height: 25px;
	margin: 0px;
	padding-top: 18px;
	display: block;
	}
h3#titleAbout
	{
	background: url(../images/bg_title_about.gif) no-repeat bottom left;
	}
h3#titleIssues
	{
	background: url(../images/bg_title_issues.gif) no-repeat bottom left;
	}
h3#titleDonate
	{
	background: url(../images/bg_title_donate.gif) no-repeat bottom left;
	}
h3#titleContact
	{
	background: url(../images/bg_title_contact.gif) no-repeat bottom left;
	}
#contentWrap ul
	{
	margin-top: 0px;
	padding-left: 17px;
	}
h4.subtitle
	{
	width: 110px;
	height: 18px;
	margin: 0px 0 0 10px;
	padding: 0px;
	display: block;
	}
h4#subtitlePublicSafety
	{
	background: url(../images/bg_subtitle_publicsafety.gif) no-repeat bottom left;
	}
h4#subtitleInfrastructure
	{
	background: url(../images/bg_subtitle_infrastructure.gif) no-repeat bottom left;
	}
h4#subtitleQualityOfLife
	{
	background: url(../images/bg_subtitle_qualityoflife.gif) no-repeat bottom left;
	}
h4#subtitleSaveTaxDollars
	{
	margin-top: 30px;
	background: url(../images/bg_subtitle_savetaxdollars.gif) no-repeat bottom left;
	}
#contentAreaIssuesL p, #contentAreaIssuesR p, #contentAreaDonateL p
	{
	margin: 0 0 12px 12px;
	}
#contentAreaContactL p
	{
	margin: 0 0 -4px 10px;
	}
#contentAreaContactR p
	{
	margin: 20px 0 3px 30px;
	}

form
	{
	margin: 0 0 0 22px;
	padding: 0;
	}
fieldset
	{
	border-style: none;
	}
input.email
	{
	width: 213px;
	padding-left: 4px;
	font-size: 9px;
	color: #9D9FA1;
	background: #fff;
	border: solid 1px #636466;
	}
input.emailThanks
	{
	width: 213px;
	padding-left: 4px;
	font-size: 9px;
	color: #008854;
	font-weight: bold;
	background: #fff;
	border: solid 1px #636466;
	}
input.emailError
	{
	width: 213px;
	padding-left: 4px;
	font-size: 9px;
	color: #c00;
	font-weight: bold;
	background: #fff;
	border: solid 1px #636466;
	}
input.btn
	{
	margin: 7px 0 0 180px;
	font-size: 11px;
	color: #fff;
	border: none;
	}

/* FOOTER */
#footer
	{
	font-size: 9px;
	text-align: center;
	color: #BCBEC0;
	}
#footer a
	{
	padding: 0 18px;
	color: #BCBEC0;
	text-decoration: none;
	}
#footer a:hover
	{
	text-decoration: underline;
	}
#footer .noPaddingR
	{
	padding-right: 0px;
	}
#footer .marginTop
	{
	margin-top: 13px;
	}

/* MISC STYLES */
.font8
	{
	font-size: 9px;
	}