﻿h1, h2, h3, h4, p {
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
.container_24 .theHeader {
	margin-bottom: 17px;
}
#swsMain {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.container_24 .footerImgs {
	margin-top: 17px;
}
.bottomImgsBgr {
	background-color: #5a9a98;
	height: 226px;
	overflow: hidden;
}
.container_24 .theFooter {
	background-color: #005395;
	line-height: 40px;
	margin-top: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 18px;
}
.bottomImgsBgr img {
	float: left;
	display: block;
	margin-right: 12px;
}
.bottomImgsBgr p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
}
.bottomImgsBgr h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e1eec3;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 36px;
}
.bottomImgsBgr h2 {
	font-size: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	text-indent: -260px;
	overflow: hidden;
}
.container_24 .theFooter a {
	color: #FFF;
	text-decoration: none;
}
.container_24 .theFooter a:hover {
	color: #D1EEC3;
}
.navBarWrapper, .footerInerPages {
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #a7e6ff;
	padding-top: 25px;
	margin-bottom: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
.footerInerPages {
	text-align: center;
}
.navBarWrapper a, .footerInerPages a {
	color: #a7e6ff;
	text-decoration: none;
}
.navBarWrapper a:hover {
	color: #fff;
}
.secondaryNavBarWrapper {
	padding-left: 14px;
}
#navButtons li {
	float: left;
}
#navButtons li.clear, .clear {
	background-color: #FFFFFF;
	clear: both;
	float: none;
	font-size: 0;
	height: 1px;
	line-height: 0;
}
#navButtons a {
	background-color: #000;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	line-height: 12px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	text-indent: -1000px;
	width: 80px;
	height: 19px;
	margin: 0px;
}
#navButtons li.active a, #navButtons a:hover {
	background-position: 0px -20px;
}
.last {
	border-right: 1px solid #FFFFFF;
}
#navButtons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subnav {
	padding-top: 150px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 100px;
}
.pageContent {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 76px;
	padding-right: 56px;
	padding-bottom: 76px;
	padding-left: 10px;
}
.pageContent h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 45px;
}
.pageContent p {
	margin-bottom: 25px;
	line-height: 20px;
}
.container_24 .subPageHeadings {
	background-image: url(/img/sub_page_headings.png);
	background-repeat: no-repeat;
	margin-bottom: 17px;
	height: 39px;
	line-height: 39px;
	text-indent: 7px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.subnav ul .active a, .subnav ul a:hover {
	color: #87DDFF;
}
.subnav ul li {
	font: bold 16px arial,sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 12px;
	padding-left: 10px;
}
.pageContent a {
	color: #00a4e4;
    text-decoration: none;
    font-weight: bold;
}
.pageContent ul {
	list-style-type: disc;
	padding-left: 20px;
}
.pageContent ul li {
	margin: 10px 0;
}
.pageContent ul.argumentList {
	list-style-type: disc;
	padding-left: 20px;
	margin: 10px 0px 25px 0px;
}
.pageContent a:hover {
	text-decoration: underline;
}
.smallMargin {
	padding-top: 20px !important;
}
.pageContent h2 {
	font: bold 16px arial,sans-serif;
	text-transform: uppercase;
	color: #00a4e4;
	margin-bottom: 10px;
}

/*Form Styling   - BMW 3/4/2012*/
#PetitionForm{
	border:1px #0094CC solid;
	padding: 10px;
}
#PetitionForm table{
	border-collapse: separate;
    border-spacing: 20px;
    margin: auto;
}

#PetitionForm label{

}

#PetitionForm label span{
	font-size: small;
	font-style: italic;
}


#PetitionForm input{
	width: 100%;
}
#PetitionForm label#FirstName{
	
}
#PetitionForm input#FirstName{
	
}
#PetitionForm label#LastName{
	
}
#PetitionForm input#LastName{
	
}
#PetitionForm label#Email{
	
}
#PetitionForm input#Email{
	width: 100%;
}
#PetitionForm label#Phone{
	
}
#PetitionForm input#Phone{
	width: 100%;
	margin-bottom: -10px;
}
#PetitionForm input#submitButton{
	border: solid 2px #999999;
	margin-left: 440px;
	width: 150px;
}
#PetitionForm label.options {
	text-decoration: underline;
}
#PetitionForm textarea#Message {
	width: 100%;
}
#PetitionForm div.checkOptionContainer {
	float:left;
	margin-right:10px;
	width: 100%;
}
#PetitionForm div.checkOptionContainer input {
	width:auto
}
/* Form styling for Marine Debris Forms - BMW 09/27/2012 */
fieldset {
    border: 1px solid #333333;
    padding: 10px 20px;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
form .formSection{
	width: 400px;
	margin: 0px 0px 10px 0px;
}
form .formSection label{
	clear: both;
	display: inline-block;
	width: 100%;	
}
form .formSection input{
	clear: both;
	width: 250px;
	display: inline-block;
}
form .formSection textarea{
	clear: both;
	width: 250px;
}
form .coordinateSection{
	margin: 0px 0px 10px 0px;
}
form .coordinateSection label{
	display: inline-block;
	width: 100px;
}
form #CenteredSubmit{
    border: 2px solid #999999;
    margin: 20px auto;
    width: 150px;
	display: block;
}
input.error {
    background-color: #FFEEEE;
    border: 1px solid #ED404C;
}
label.error{    
    color: #ED404C;
	font-weight: bold;
}
.field-validation-valid {
    display: none;
}
input.error, textarea.error {
    background-color: #FFEEEE;
    border: 1px solid #ED404C;
}
.errors {
    color: #ED404C;
    font-weight: bold;
}
.validation-summary-valid {
    display: none;
}
#recaptcha_table {
border: none !important;
margin: auto !important;
}
/*