body, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

* {
	-moz-box-sizing: content-box;
}



a {
	color: #666;
}

a:active, a:hover {
	color: #000;
}

big {
	font-size: 1.3em;
}

table big {
	font-size: 1.2em;
}

body {
	background-color: #757D80;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
}

body.noshell {
	background-color: #fff;
}

fieldset {
	background-color: #f7f7f7;
	border: 1px #ccc solid;
	border-width: 1px 0 2px 0;
	margin-bottom: 20px;
	padding: 10px;
}

h2 {
	color: #000;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h5 {
	border-bottom: 1px #999 solid;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}

h6 {
	background-color: #ccc;
	border-bottom: 1px #999 solid;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.75em;
	padding: 0.25em 0.5em;
}

img {
	border: 0;
}

p {
	line-height: 1.4em;
	margin-bottom: 2em;
}

ul {
	padding-left: 2em;
}



/***************************************
	Layout & Display Elements
 ***************************************/

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

body.noshell div#container {
	margin: 0;
	width: auto;
}



.clear {
	clear: both;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.inactive {
	color: #999;
	font-style: italic;
}



div.box {
	background-color: #f7f7f7;
	border: 1px #ddd solid;
	margin-bottom: 1em;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

div.box a {
	text-decoration: none;
}

div.box h6 {
	border-bottom: 1px #739CC6 solid;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

table div.box {
	background-color: #fff;
	padding: 0.5em;
}



/***************************************
	Header
 ***************************************/

div#header {
	height: 77px;
	padding: 15px;
	position: relative;
	width: 720px;
}

body.noshell div#header {
	display: none;
}

body.noshell div#topNav {
	display: none;
}

body.noshell div#subheader {
	display: none;
}

div#headerLinks {
	background-color: #fff;
	background: rgba(255, 255, 255,0.95);
	border: 1px #999 solid;
	border-top: 0;
	position: absolute;
	right: 25px;
	top: 22px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 0px 10px 10px;
}

div#headerLinks ul {
	list-style-type: none;
	padding: 0;
}

div#headerLinks li {
	border-right: 1px #ccc solid;
	float: left;
}

div#headerLinks a {
	display: block;
	padding: 13px 10px 7px 10px;
	text-align: center;
	text-decoration: none;
	width: 58px;
}

div#headerLinks li#home {
	border-top: 2px #585858 solid;
}

div#headerLinks li#home a {
	border-top: 2px #919191 solid;
}

div#headerLinks li#home:hover, div#headerLinks li#home:hover a {
	border-top-color: #ccc;
}

div#headerLinks li#aboutUs {
	border-top: 2px #789859 solid;
}

div#headerLinks li#aboutUs a {
	border-top: 2px #B0D191 solid;
}

div#headerLinks li#aboutUs:hover, div#headerLinks li#aboutUs:hover a {
	border-top-color: #CAE0B5;
}

div#headerLinks li#contactUs {
	border-top: 2px #6586A2 solid;
}

div#headerLinks li#contactUs a {
	border-top: 2px #9EBEDB solid;
}

div#headerLinks li#contactUs:hover, div#headerLinks li#contactUs:hover a {
	border-top-color: #C4DCF2;
}

div#headerLinks li#contactUs {
	border-right: 0;
}

div#headerLinks li#donate {
	border-top: 2px #789859 solid;
}

div#headerLinks li#donate a {
	border-top: 2px #B0D191 solid;
}

div#headerLinks li#donate img {
	margin: 2px 0 1px 0;
}

div#headerLinks li#donate:hover, div#headerLinks li#logout:hover a {
	border-top-color: #B0D191;
}

div#headerLinks li#logout {
	border-top: 2px #666 solid;
}

div#headerLinks li#logout a {
	border-top: 2px #999 solid;
}

div#headerLinks li#logout:hover, div#headerLinks li#logout:hover a {
	border-top-color: #ccc;
}

div#headerLinks li#logout {
	border-right: 0;
	text-align: center;
}



/***************************************
	Top Nav
 ***************************************/

div#topNav {
	background: #fff url('/pwsite/images/shells/default/rightEdge.jpg') 739px center repeat-y;
	border-left: 1px #000 solid;
	padding: 0 10px 0px 6px;
	width: 733px;
}

body.noshell div#topNav {
	display: none;
}

div#topNav div {
	background-color: #AAA;
	color: #CCC;
	padding: 6px 6px 7px 6px;
}

div#topNav a {
	color: #FFF;
	margin: 0 3px;
	text-decoration: none;
}

div#topNav a.current {
	font-weight: bold;
	text-decoration: underline;
}



div#topNav.member {
	background: #fff url('/pwsite/images/shells/default/rightEdge.jpg') 739px center repeat-y;
	border-left: 1px #000 solid;
	padding: 0 10px 0px 6px;
}

div#topNav.member div {
	background: #f7f7f7 url('/pwsite/shells/default/css/images/bg.gif') left center repeat-x;
	border: 1px #ccc solid;
	border-top: 1px #e2e2e2 solid;
	height: 26px;
	padding: 0;
	text-align: center;
}

div#topNav.member a {
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
	color: #333;
	height: 19px;
	float: left;
	font-size: 9px;
	margin: 0;
	padding: 7px 15px 0 15px;
	text-decoration: none;
}

div#topNav.member a:hover {
	background: url('/pwsite/shells/default/css/images/bgOver.gif') left center repeat-x;
	color: #000;
}


/***************************************
	Subheader
 ***************************************/
 
div#subheader {
	background: #fff url('/pwsite/images/shells/default/rightEdge.jpg') 739px center repeat-y;
	border-left: 1px #000 solid;
	padding: 0 6px;
	width: 737px;
}

div#largePhoto {
	background-position: 242px center;
	background-repeat: no-repeat;
	border-bottom: 2px #ccc solid;
	margin-right: 4px;
}



/***************************************
	Left Nav
 ***************************************/

div#leftNav {
	height: 215px;
}

div#leftNav ul {
	float: left;
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
	width: 226px;
}

div#leftNav li {
	border-bottom: 1px #E2E2E2 solid;
	cursor: pointer;
	display: block;
	float: left;
}

div#leftNav li.last {
	border-bottom: 0;
}

div#leftNav li:hover {
	background-color: #F5F5F5;
	color: #000;
}

div#leftNav li:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/black.gif');
}

div#leftNav span.bullet {
	background: url('/pwsite/images/shells/default/bullets/circles/grey.gif') 25px 5px no-repeat;
	border-right: 1px #E2E2E2 solid;
	clear: none;
	display: block;
	float: left;
	height: 18px;
	padding: 5px 5px 0 5px;
	width: 33px;
}

div#leftNav a {
	clear: none;
	display: block;
	float: left;
	padding: 5px 0 0 9px;
	text-decoration: none;
	width: 165px;
}



div#leftNav li.navBlue a, div#leftNav li.navTan a, div#leftNav li.navGreen a, div#leftNav li.navRed a, div#leftNav li.navBlack a {
	color: #fff;
}

div#leftNav li.navBlue {
	background-color: #A9C8E2;
}

div#leftNav li.navBlue span.bullet, div#leftNav li.navBlue:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/blue.gif');
}

div#leftNav li.navTan {
	background-color: #E6E0C2;
}

div#leftNav li.navTan span.bullet, div#leftNav li.navTan:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/tan.gif');
}

div#leftNav li.navGreen {
	background-color: #A7CC82;
}

div#leftNav li.navGreen span.bullet, div#leftNav li.navGreen:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/green.gif');
}

div#leftNav li.navRed {
	background-color: #E6C2C2;
}

div#leftNav li.navRed span.bullet, div#leftNav li.navRed:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/red.gif');
}

div#leftNav li.navBlack {
	background-color: #CBCAC9;
}

div#leftNav li.navBlack span.bullet, div#leftNav li.navBlack:hover span.bullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/black.gif');
}



/***************************************
	Content
 ***************************************/
 
div#content {
	background: #fff url('/pwsite/images/shells/default/rightEdge.jpg') 739px center repeat-y;
	border-left: 1px #000 solid;
	padding: 0 6px 6em 6px;
	width: 737px;
}

body.noshell div#content {
	background: #fff;
	border: 0;
	padding: 10px;
	width: auto;
}

div#content div.left {
	float: left;
	padding: 13px 6px 50px 6px;;
	width: 230px;
}

div#content div.right {
	border-left: 1px #ccc solid;
	margin-left: 242px;
	padding: 13px 13px 50px 11px;
}

div#content div.full {
	padding: 13px 13px 50px 11px;
}



div#loggedInAs {
	float: right;
	padding: 14px 10px 0 0;
}



/***************************************
	Footer
 ***************************************/
 
div#footer {
	height: 32px;
	padding: 19px 15px 11px 15px;
	text-align: center;
	width: 720px;
}

body.noshell div#footer {
	display: none;
}



/***************************************
	Forms
 ***************************************/
 
input.formText, textarea {
	background-color: #fff;
	border: 1px #ccc inset;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

button {
	background: #f2f2f2 url('/_images/white_button_bg.png') left center repeat-x;
	border: 1px #e5e5e5 solid;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1em;
	padding: 5px 15px 5px 8px !important;
	position: relative;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
}

a.button:hover, button:hover {
	border-color: #ccc !important;
	color: #444;
}

a.button img, button img {
	height: 16px;
	margin: 0 5px 0 2px;
	position: relative;
	vertical-align: bottom !important;
	width: 16px;
}

a.button img.inlinefix, button, button img.inlinefix {
	top: -4px;
}

a.button.accept, button.accept, a.button.accept2, button.accept2, a.button.next, button.next, button.search, button.refresh {
	border-color: #53a54a !important;
	color: #fff;
	padding-left: 32px !important;
}

a.button.accept:hover, button.accept:hover, a.button.accept2:hover, button.accept2:hover, button.search:hover, a.button.next:hover, button.next:hover, button.refresh:hover {
	color: #fff;
	border-color: #3a8332 !important;
	text-decoration: underline;
}

a.button.accept, button.accept, a.button.accept2, button.accept2 {
	background: #72c868 url('/_images/button_bgs/accept.png') left center repeat-x;
}

a.button.accept, button.search {
	background: #72c868 url('/_images/button_bgs/search.png') left center repeat-x;
}

a.button.next, button.next {
	background: #72c868 url('/_images/button_bgs/next.png') right center repeat-x;
	padding-right: 32px !important;
	padding-left: 8px !important;
}

a.button.previous, button.previous {
	background: #f2f2f2 url(/_images/button_bgs/previous.png) left center repeat-x;
	padding-left: 32px !important;
	padding-right: 8px !important;
}

a.button.refresh, button.refresh {
	background: #72c868 url('/wide_images/button_bgs/refresh.png') left center repeat-x;
}



select {
	border: 1px #ccc solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}


/***************************************
	Form Results
 ***************************************/
 
div.success {
	background: #E2FBDE url('/_images/template/checkmarkBg.gif') 97.5% center no-repeat;
	border: 1px #C3D9C0 solid;
	color: #537A4D;
	font-size: 1.4em;
	margin-bottom: 1em;
	padding: 1em 200px 1em 1em;
}

div.success a {
	color: #537A4D;
}

div.success a:hover {
	color: #49993D;
}



/***************************************
	Error Handling
 ***************************************/
 
div.errorAlert {
	background: #FFE6EE url('/_images/template/errorBg.png') 97.5% center no-repeat;
	border: 1px #FF80A8 solid;
	color: #D52C1C;
	font-size: 1.25em;
	margin: 1em 0 !important;
	padding: 1em;
	padding-right: 185px;
}

div.errorAlert a {
	color: #D52C1C;
}

div.errorAlert a:hover {
	color: #EA5662;
}

div.errorAlert .inactive {
	color: #FFB3CB;
}

div.errorAlert ul {
	list-style-type: disc;
	padding-left: 2em;
}

div.errorAlert li {
	margin-bottom: 10px;
}



div.error div {
	background-color: #FFE6EE;
	border: 1px #FF80A8 solid;
	color: #D52C1C;
	margin: 0.5em 0 1em 0;
	padding: 0.5em 1em;
}

input.validation-failed {
	background-color: #FFF2F6;
	border: 1px #D52C1C solid;
}



/***************************************
	Lists
 ***************************************/
 
dt {
	clear: left;
	float: left;
	line-height: 1.75em;
	width: 8em;
}

dd {
	clear: right;
	line-height: 1.75em;
	margin-left: 9em;
}

dl.plus1 dt {
	width: 9em;
}

dl.plus1 dd {
	margin-left: 10em;
}

dl.plus2 dt {
	width: 10em;
}

dl.plus2 dd {
	margin-left: 11em;
}

dl.plus3 dt {
	width: 11em;
}

dl.plus3 dd {
	margin-left: 12em;
}



div.infobox div.title {
	background-color: #ccc;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.25em 0.75em;
	text-shadow: 1px 1px 1px #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
}

div.infobox div.title a {
	color: #444;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
}

div.infobox div.title a:hover {
	color: #000;
}

dl.infobox dt {
	background-color: #ccc;
	border-bottom: 1px #999 solid;
	clear: none;
	color: #333;
	float: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0.75em;
	text-shadow: 1px 1px 1px #fff;
	width: auto;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
}

dl.infobox dd {
	background-color: #f0f0f0;
	border: 1px #ccc solid;
	border-top: 0;
	margin: 0;
	padding: 0.5em;
}



dl.infobox dd dt {
	background: transparent;
	border: 0;
	color: #666;
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0;
	text-shadow: none;
	width: 10em;
}

dl.infobox dd dd {
	background: transparent;
	border: 0;
	line-height: 1.4em;
	margin: 0 0 0.5em 11em;
	padding: 0;
}

dl.infobox dd big {
	font-size: 1.6em;
}



/***************************************
	Section Titles
 ***************************************/
 
div#content div.left h3 {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
 
h3.blueBullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/blue.gif');
}
 
h3.blackBullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/black.gif');
}

h3.greenBullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/green.gif');
}



/***************************************
	Tables
 ***************************************/

table {
	border: 1px #ccc solid;
	border-bottom: 0;
	border-spacing: 0;
	width: 100%;
}

table td, table th {
	padding: 4px;
}

table th {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #333;
	vertical-align: top;
}

table td {
	background-color: #fff;
	border-bottom: 1px #ccc solid;
	vertical-align: top;
}

table tr.roweven td {
	background-color: #f7f7f7;
}



.toolsLabel {
	text-align: right;
	white-space: nowrap;
}



/***************************************
	Button Tabs
 ***************************************/
 
div.buttonTabs {
	margin: 15px 0;
	width: 100%;
}

div.buttonTabs div.tabs {
	background-color: #f0f0f0;
	background: #f0f0f0 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: #f0f0f0 -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px #ccc solid;
	border-color: #ccc #999 #999 #ccc;
	float: left;
	margin-bottom: 1em;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

div.buttonTabs div.tabs div {
	border: 1px #fff solid;
	border-color: #fff #ccc #ccc #fff;
	float: left;
	list-style-type: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}

div.buttonTabs div.tabs a {
	border-left: 1px #fff solid;
	border-right: 1px #999 solid;
	display: block;
	float: left;
	padding: 0.75em 2em;
	text-decoration: none;
}

div.buttonTabs div.tabs a.first {
	border-left: none;
}

div.buttonTabs div.tabs a.current {
	background-color: #ddd;
	background: #ddd -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
	background: #ddd -moz-linear-gradient(top, #f0f0f0, #ddd);
}

div.buttonTabs div.tabs a:hover {
	background-color: #ddd;
	background: #ddd -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	background: #ddd -moz-linear-gradient(top, #f0f0f0, #ddd);
	border-color: #eee #bbb #bbb #eee;
	color: #000;
	text-decoration: underline;
}

div.buttonTabs div.tabbody {
	position: relative;
}

div.buttonTabs div.tabcontent {
	width: 713px !important;
}

/***************************************
	Announcement Box
 ***************************************/

div.announce {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	color: #61623B;
	margin-bottom: 1em;
	margin-bottom: 1em;
	padding: 2em;
}

div.announce a {
	color: #61623B;
}

div.announce a:hover {
	color: #93952E;
}



/***************************************
	Misc
 ***************************************/
 
h5 label {
	font-weight: normal;
}



/***************************************
	Mapping
 ***************************************/
 
div#map_canvas h4 {
	margin-bottom: 0;
	font-size: 1.25em;
}

div#map_canvas h5 {
	border-color: #ccc;
	color: #999;
	margin-bottom: 0;
}

div#map_canvas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#map_canvas li {
	padding: 0.25em 0;
}


/***************************************
	Autocomplete
 ***************************************/
 
div.autocomplete {
	left: 0;
	position: absolute;
	text-align: left !important;
	top: 1em;
	z-index: 2000;
}

div.autocomplete ul {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	border-bottom: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

div.autocomplete li {
	border-bottom: 1px #CDD140 solid;
	color: #61623B;
	cursor: pointer;
	font-size: 1.1em;
	margin: 0;
	padding: 0.5em;
}

div.autocomplete li:hover {
	background-color: #E4E6A5;
	color: #464724;
	text-decoration: underline;
}

div.autocomplete li.noevent {
	color: #797E54 !important;
	font-style: italic;
}

div.autocomplete li.noevent:hover {
	background-color: #EAF0A3 !important;
	cursor: default;
	text-decoration: none;
}
