body {
	font-size: 10pt;
	background: #a6c3d1 url(../images/bg_grad.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

body#nav1 li#home a,
body#nav2 li#aboutmark a,
body#nav3 li#issues a,
body#nav4 li#media a,
body#nav5 li#action a,
body#nav6 li#contact a {
	color: #000;
	cursor: default;
}

/* @group Layout */

#wrapper {
	margin:auto;
	width: 704px;
	background: white url(../images/bg_green.jpg) repeat-y;
	border: solid #147d34;
	border-width: 0 1px 1px 1px;
	position:relative;
}

#header {
	width: 704px;
	height: 38px;
	float: left;
}

/* @group Nav */

#nav {
}

#navUL {
}

#navUL li {
	background: url(../images/bg_nav.gif) repeat-X;
	float: left;
	display: block;
	width: auto;
}


#navUL li a {
	text-decoration:none;
	letter-spacing: .1em;
	padding: 7px 0px;
	color: #7ba3b1;
	border: solid #147d34 1px;
	border-right: 0;
	display: block;
	width: 105px;
}

#navUL li a:hover {
	background-color: #f2f7ed;
	color: #000;
}

#navUL li ul {
	position: absolute;
	left: -999em;
	border: solid #147d34 1px;
	border-top: none;
	z-index: 1;
}

#navUL li:hover ul, #navUL li.over ul {
	left: auto;
}

#navUL li ul li {
	float: none;
	font-size: 8pt;
	height: auto;
	padding: 0;
}

#navUL li ul li a {
	letter-spacing: normal;
	position: static;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #000;
	background: #f2f7ed;
	line-height: 16px;
	padding: 7px 15px;
	border: none;
	width: 120px;
}

#navUL li ul li a:hover {
	background-color: #c3d3db;
	color: #199541;
}

li#home a {
	border-left: 0;
	width: 97px;
}

li#aboutmark a {
	width: 154px;
}

li#issues a {
	width: 107px;
}

li#media a {
	width: 102px;
}

li#action a {
	width: 112px;
}

li#contact a {
	width: 127px;
}

/* @group Subnav */

#subnav {
	float: left;
	border: solid #147d34;
	border-width: 0 0 1px 1px;
	background: url(../images/souder_pic.jpg) no-repeat;
	width: 490px;
	height: 181px;
	text-align: left;
	padding-left: 11px;
}

#subnavUL {
	float: left;
	width: 350px;
}

#subnav h2 {
	margin-top: 5px;
}

#subnavUL li {
	float: left;
	height: 58px;
	text-align: center;
	margin: 10px 15px;
}

#subnavUL li a {
	padding-top: 46px;
	font-size: 8pt;
	width: 80px;
	display:block;
	color: #000;
}

#subnavUL li a:hover {
	text-decoration: none;
}


li#energy a {
	background: url(../images/issues_energy.jpg) no-repeat;
}

li#border a {
	background: url(../images/issues_border.jpg) no-repeat;
}

li#health a {
	background: url(../images/issues_health.jpg) no-repeat;
}

li#other a {
	background: url(../images/issues_other.jpg) no-repeat;
}

li#life a {
	background: url(../images/issues_life.jpg) no-repeat;
}

li#jobs a {
	background: url(../images/issues_jobs.jpg) no-repeat;
}

/* @group Sidenav */

#sidenav {
	width: 202px;
	float: left;
}

#sidenav h3 {
	text-align: left;
	padding: 15px;
}

#sidenav p{
	font-size: 8pt;
	margin-top: 5px;
}

#sidenav_cell {
	padding-bottom: 20px;
	border-top: solid #147d34 1px;
}

#sidenav form {
	text-align: left;
}

#sidenav input {
	border: solid #147d34 1px;
	padding: 5px;
	font-size: 8pt;
	background-color: #c3d3db;
	margin: 0 0 6px 6px;
}

input#email {
	width: 178px;
}

input#zip {
	width: 92px;
	float: left;
}

input#signup {
	border: 0;
	padding: 0;
}

#sidenav_cell a {
	background: #147d34 url(../images/button_candybg.gif) repeat-x top center;
	background-position: 0 2px;
	padding: 5px 18px;
	border: #147d34 solid;
	border-width: 0 2px;
	color: white;
	font-size: 8pt;
	text-decoration: none;
	margin: 15px 0;
}

#flashmap a {
	display: block;
	width: 50px;
	margin: 10px auto;
}

#contribute {
}

#editor {
}

#sign {
}

input#register {
}

/* @group popup */

.greenform {
	background: #eef5e8;
	border:solid 1px #147d34;
	width: 260px;
	margin: 20px auto;
	text-align:left;
}

.greenform p {
	margin-top: 10px;
}

.greenform h2 {
	margin: 15px;
}

.greenform input {
	display:inline;
	margin: 10px 20px;
}

.greenform blockquote {
	margin: 20px;
}

/* @group popup */

body#popup {
	padding: 40px;
}

body#popup h2 {
	color:#fff;
	letter-spacing: 1pt;
}

body#popup img {
	border:none;
	margin-top:30px
}

/* @group Content */

#content {
	text-align: left;
	line-height: 16px;
	padding: 20px;
	float: left;
	width: 460px;
}

#content p {
	padding-bottom: 17px;
}

#content ul {
	margin-top: -10px;
}

#content li {
	list-style:disc;
	margin-left: 25px;
}

#content .greenform #message {
	width: 90%;
	height: 200px;
	overflow: auto;
}

#content .greenform {
	width: auto;
	margin-bottom: 40px
}

#content .greenform #name, .greenform #email {
	width: 50%;
}

#content .greenform #button {
	margin-left: 50px;
}

/* @group footer */

#footer {
	text-align: right;
	letter-spacing: 1px;
	color: #000000;
	padding: 10px;
	clear: both;
	width: 704px;
	margin:auto;
}

#footer p {
	font-size: 7pt;
	float: right;
	padding-left: 20px;
}

#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
	font-size: 7pt;
}

#footer a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* @group text styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #147d34;
	padding-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
}

.green {
	color: #147d34;
}

.white {
	color: #fff;
}

blockquote {
	margin: 10px 15px;
}