/* @override http://demo.tornadodesign.com/williamkoenig/website/css/style.css */

/* @group Basics */
* { margin: 0; padding: 0; }
ul, ol { margin: 0 0 0 25px; }
li { }

blockquote {
	margin: auto;
	color: black;
	border: 1px solid #ffffff;
	padding: 0px;
	padding-left: 25px;
}

h1, h2, h3, h4, h5, h6 { font-family: Georiga, "Times New Roman", Times, Serif; }
h1, h2, h3 { font-variant: small-caps; }

a img { border: none; }
a, a:visited { color: #32598e; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; color: #00214f; }
a:active, a:visited:active { color: #000; }
:focus { outline: 0; } /* remember to define focus styles! */

body {
	background: #ebebeb url("images/bgbody.gif") top repeat-x;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #333;
}

p {
	margin: 10px 0;
	line-height: 1.5em;
}

.clear { clear: both; }

div.clear {
	width: 0px;
	overflow: hidden;
}
/* @end */

/* @group Layout */

/* @group Rounded Corners */
.hasCorners {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.altContent.hasCorners {
	margin-top: 6px;
	margin-bottom: 6px;
}

.altContent.hasCorners {
	margin-bottom: 16px;
}

.content.hasCorners {
	margin-bottom: 15px;
}

.rt {
	background: url("images/rtw.gif") top left no-repeat;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 810px;
}

.rb {
	background: url("images/rbw.gif") top left no-repeat;
	height: 5px;
	width: 810px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.altContent .rt, .altContent .rb {
	left: -1px;
}

.altContent .rt {
	background-image: url("images/rtwlb.gif");
	height: 9px;
}

.altContent .rb {
	background-image: url("images/rbwlb.gif");
	height: 9px;
}

.twoColumn .content .rb {
	background-image: url("images/rbs.gif");
}

.twoColumn .content .rt {
	background-image: url("images/rts.gif");
}

.twoColumn .altContent .rb {
	background-image: url("images/rbslb.gif");
	height: 9px;
	left: -1px;
}

.twoColumn .altContent .rt {
	background-image: url("images/rtslb.gif");
	height: 9px;
	left: -1px;
}

.twoColumn .content .rt, .twoColumn .content .rb, .twoColumn .altContent .rt, .twoColumn .altContent .rb {
	width: 537px;
}

.twoColumn .column .rb {
	background-image: url("images/rbc.gif");
}

.twoColumn .column .rt {
	background-image: url("images/rtc.gif");
}

.twoColumn .column .rt, .twoColumn .column .rb {
	width: 262px;
}

.twoColumn .column .altSection .rt {
	background-image: url("images/rtcb.gif");
}

.twoColumn .column .altSection .rb {
	background-image: url("images/rbcb.gif");
}
/* @end */

/* @group Content */
#container {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
}

.contentArea {
	width: 810px;
	overflow: hidden;
	margin-bottom: 0px;
}

.contentArea h1 { font-size: 2.1em; }

.contentArea h2 { font-size: 1.7em; }

.contentArea h3 { font-size: 1.5em; margin-top: 14px; }
.contentArea .column h3 { margin-top: 0; }

.contentArea h4 { font-size: 1.3em; margin-top: 15px; }
.contentArea .column h4 { margin-top: 0; }

.contentArea h5 { font-size: 1em; }

.contentArea h6 { font-size: 1em; }

.content {
	background: white;
}

.content ul, .content ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

.altContent {
	background: #f2f8ff;
	border-left: 1px #d7dde3 solid;
	border-right: 1px #d7dde3 solid;
	color: #202b47;
}

.content, .altContent {
	padding: 10px 20px;
	margin-bottom: 10px;
}

.content h2, .content h3, .content h4, .content h5, .content h6, .altContent h2, .altContent h3, .altContent h4, .altContent h5, .altContent h6 {
	font-family: Helvetica, Arial, Sans-serif;
	font-variant: normal;
	color: #012650;
}

.content h1, .altContent h1 {
	color: #c22600;
	text-transform: uppercase;
	font-variant: normal;
}

/* .content h2, .altContent h2 {
	font-size: 1.3em;
} */

/* .content p, .content ul, .content ol, .content dl, .altContent p, .altContent ul, .altContent ul, .altContent ol, .altContent dl {
	font-size: 80%;
} */
/* @end */

/* @group RemoteFeedItem */
.RemoteFeedItem{}
.RemoteFeedItem-PubDate{ padding-bottom:5px; }
/* @end */

/* @group Column */
.column {
	width: 262px;
	float: right;
	margin-top: -15px;
	overflow: hidden;
}

.contentArea .column h3 { font-size: 1.3em; }
.contentArea .column h4 { font-size: 1.1em; }
.contentArea .column h5, .contentArea .column h6 { font-size: 1em; }
/* @end */

/* @group Section */
.section {
	background: white;
}

.altSection {
	background: #030726 url("images/bgaltsection.gif") repeat-x;
	color: white;
}

.altSection h3 {
	color: #b9c7e6;
}

.section, .altSection {
	font-family: Helvetica, Arial, Sans-serif;
}

.column .section, .column .altSection {
	margin-top: 20px;
	padding: 10px 15px;
	position: relative;
	height: 100%;
}

/* .section p, .altSection p {
	font-size: 80%;
} */

.section h3, .section h4, .section h5, .section h6, .altSection h3, .altSection h4, .altSection h5, .altSection h6 {
	font-family: Helvetica, Arial, Sans-serif;
	font-variant: normal;
	margin-bottom: 8px;
}

/* .section h3, .altSection h3 {
	font-size: 1.1em;
} */

.section h3, .altSection h3, .section h4, .altSection h4 {
	line-height: 1.2em;
}
/* @end */

/* @group Layout Configurations */
.oneColumn .content {
	width: 770px;
}

.twoColumn .content {
	width: 497px;
	float: left;
}

.twoColumn .altContent {
	width: 495px;
	float: left;
}

.oneColumn .altContent {
	width: 768px;
}
/* @end */

/* @end */

/* @group Top */

/* @group Header */
#header {
	width: 810px;
	/* height: 195px; (commented out to remove spacing for when there's no news) */
	height: 175px;
	position: relative;
}

#header h1#siteTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 810px;
	height: 129px;
	background: url("images/bgheader.jpg") no-repeat bottom;
	text-indent: -3000px;
}

h1#siteTitle a, h1#siteTitle a:visited {
	display: block;
	width: 810px;
	height: 129px;
}
/* @end */

/* @group Top Navigation */
ul#topNav {
	background: #343434 url("images/bgtopnav.gif");
	width: 424px;
	height: 20px;
	overflow: hidden;
	list-style: none;
	margin: 0 0 7px 0;
	padding: 6px 0 5px 0;
	border-right: 1px #1d1d1d solid;
}

ul#topNav li {
	display: inline;
	margin-left: 10px;
}

ul#topNav a, ul#topNav a:visited {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	background: url("images/topnav.gif") top no-repeat;
	text-indent: -2000px;
	height: 19px;
	overflow: hidden;
}

/* @group Sliding Doors */
li#tnHome a, li#tnHome a:visited { width:73px; background-position:0 0; }
li#tnHome a:hover, li#tnHome a:visited:hover { background-position:0 -19px; }
li#tnHome a:active, li#tnHome a:visited:active, li#tnHome.current a, li#tnHome.current a:visited { background-position:0 -38px; }

li#tnContact a, li#tnContact a:visited { width:112px; background-position:-73px 0; }
li#tnContact a:hover, li#tnContact a:visited:hover { background-position:-73px -19px; }
li#tnContact a:active, li#tnContact a:visited:active, li#tnContact.current a, li#tnContact.current a:visited { background-position:-73px -38px; }

/*
li#tnVolunteer a, li#tnVolunteer a:visited { width:103px; background-position:-185px 0; }
li#tnVolunteer a:hover, li#tnVolunteer a:visited:hover { background-position:-185px -19px; }
li#tnVolunteer a:active, li#tnVolunteer a:visited:active, li#tnVolunteer.current a, li#tnVolunteer.current a:visited { background-position:-185px -38px; }
*/

li#tnContribute a, li#tnContribute a:visited { width:114px; background-position:-188px 0; }
li#tnContribute a:hover, li#tnContribute a:visited:hover { background-position:-188px -19px; }
li#tnContribute a:active, li#tnContribute a:visited:active, li#tnContribute.current a, li#tnContribute.current a:visited { background-position:-188px -38px; }
/* @end */

/* @end */

/* @group Signup Form */
form#signupForm {
	background: #343434 url("images/bgtopnav.gif") no-repeat top right;
	width: 384px;
	height: 31px;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #777;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
}

form#signupForm label {
	display: none;
}

form#signupForm h2 {
	display: inline;
	font-size: .9em;
	position: absolute;
	top: 0;
	left: 5px;
	background: url("images/irsignup.gif") no-repeat top;
	width: 143px;
	height: 31px;
	overflow: hidden;
	text-indent: -2000px;
}

form#signupForm input {
	position: absolute;
	top: 6px;
}

input#signupEmail {
	left: 150px;
	border: none;
	padding: 2px;
	width: 161px;
}
/*
input#signupZip {
	left: 253px;
	border: none;
	padding: 2px;
	width: 58px;
}
*/
* html input#signupEmail, * html input#signupZip {
	padding: 1px;
}

form#signupForm input#signupSubmit {
	right: 5px;
	top: 3px;
}

/* @end */

/* @group Bulletin */

#newsBulletin {
	text-align: center;
}

#newsBulletin * {
	font-family: Georgia, "Times New Roman", Times, Serif;
	display: inline;
	font-variant: small-caps;
}

#newsBulletin h3 {
	font-size: 1.3em;
	margin-right: 4px;
	font-weight: normal;
	color: black;
}

#newsBulletin p {
	font-size: 1.2em;
}

/* @end */

/* @group Middle Navigation */

ul#midNav {
	height: 16px;
	list-style: none;
	margin: 0;
	height: 35px;
}

ul#midNav li {
	display: inline;
}

ul#midNav li a {
	float: left;
	height: 35px;
	background: url("images/midnav.gif") no-repeat;
	text-indent: -2000px;
}

/* @group Sliding Doors */
ul#midNav li#mnAbout a, ul#midNav li#mnAbout a:visited:hover { width: 170px; background-position: 0 0; }
ul#midNav li#mnAbout a:hover, ul#midNav li#mnAbout a:visited:hover { background-position: 0 -35px; }
ul#midNav li#mnAbout a:active, ul#midNav li#mnAbout a:visited:active, 
ul#midNav li#mnAbout.current a, ul#midNav li#mnAbout.current a:visited { background-position: 0 -70px; }

ul#midNav li#mnPlatform a, ul#midNav li#mnPlatform a:visited { width: 116px; background-position: -170px 0; }
ul#midNav li#mnPlatform a:hover, ul#midNav li#mnPlatform a:visited:hover { background-position: -170px -35px; }
ul#midNav li#mnPlatform a:active, ul#midNav li#mnPlatform a:visited:active, 
ul#midNav li#mnPlatform.current a, ul#midNav li#mnPlatform.current a:visited { background-position: -170px -70px; }

ul#midNav li#mnOp-Ed a, ul#midNav li#mnOp-Ed a:visited { width: 65px; background-position: -286px 0; }
ul#midNav li#mnOp-Ed a:hover, ul#midNav li#mnOp-Ed a:visited:hover { background-position: -286px -35px; }
ul#midNav li#mnOp-Ed a:active, ul#midNav li#mnOp-Ed a:visited:active, 
ul#midNav li#mnOp-Ed.current a, ul#midNav li#mnOp-Ed.current a:visited { background-position: -286px -70px; }

ul#midNav li#mnNewsroom a, ul#midNav li#mnNewsroom a:visited { width: 98px; background-position: -351px 0; }
ul#midNav li#mnNewsroom a:hover, ul#midNav li#mnNewsroom a:visited:hover { background-position: -351px -35px; }
ul#midNav li#mnNewsroom a:active, ul#midNav li#mnNewsroom a:visited:active, 
ul#midNav li#mnNewsroom.current a, ul#midNav li#mnNewsroom.current a:visited { background-position: -351px -70px; }

ul#midNav li#mnPodcasts a, ul#midNav li#mnPodcasts a:visited { width: 91px; background-position: -449px 0; }
ul#midNav li#mnPodcasts a:hover, ul#midNav li#mnPodcasts a:visited:hover { background-position: -449px -35px; }
ul#midNav li#mnPodcasts a:active, ul#midNav li#mnPodcasts a:visited:active, 
ul#midNav li#mnPodcasts.current a, ul#midNav li#mnPodcasts.current a:visited { background-position: -449px -70px; }

ul#midNav li#mnSchedule a, ul#midNav li#mnSchedule a:visited { width: 90px; background-position: -540px 0; }
ul#midNav li#mnSchedule a:hover, ul#midNav li#mnSchedule a:visited:hover { background-position: -540px -35px; }
ul#midNav li#mnSchedule a:active, ul#midNav li#mnSchedule a:visited:active, 
ul#midNav li#mnSchedule.current a, ul#midNav li#mnSchedule.current a:visited { background-position: -540px -70px; }

ul#midNav li#mnPhotos a, ul#midNav li#mnPhotos a:visited { width: 78px; background-position: -630px 0; }
ul#midNav li#mnPhotos a:hover, ul#midNav li#mnPhotos a:visited:hover { background-position: -630px -35px; }
ul#midNav li#mnPhotos a:active, ul#midNav li#mnPhotos a:visited:active, 
ul#midNav li#mnPhotos.current a, ul#midNav li#mnPhotos.current a:visited { background-position: -630px -70px; }

ul#midNav li#mnContribute a, ul#midNav li#mnContribute a:visited { width: 102px; background-position: -708px 0; }
ul#midNav li#mnContribute a:hover, ul#midNav li#mnContribute a:visited:hover { background-position: -708px -35px; }
ul#midNav li#mnContribute a:active, ul#midNav li#mnContribute a:visited:active, 
ul#midNav li#mnContribute.current a, ul#midNav li#mnContribute.current a:visited { background-position: -708px -70px; }
/* @end */

/* @end */



/* @end */

/* @group Bottom */

/* @group Footer */

div#footer span {
	padding: 5px;
	background: white;
	border: 1px #a4a4a4 solid;
}

#footer {
	padding-top: 5px;
	font-size: 70%;
	text-align: center;
	margin-bottom: 20px;
}

#footer ul {
	list-style: none;
	margin-top: 14px;
	margin-bottom: 4px;
}

#footer li {
	display: inline;
	margin: 0 3px 0 0;
}

#footer li:after {
	content: " |";
}

#footer li.lastItem:after {
	content: "";
}

/* @end */

/* @group Search Form */

form#footerSearch {
	width: 411px;
	height: 21px;
	overflow: hidden;
	background: #261f1f url("images/bgfootersearch.gif");
	color: white;
	padding: 6px 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 18px;
	position: relative;
}

* html form#footerSearch {
	padding-top: 3px;
	height: 24px;
}

form#footerSearch label {
	font-size: 90%;
}

form#footerSearch input {
	position: absolute;
}

input#footerSearchSubmit {
	top: 5px;
	right: 5px;
}

input#footerSearchText {
	top: 8px;
	left: 68px;
	border: none;
	padding: 2px;
	width: 280px;
}

* html input#footerSearchText {
	padding: 1px;
}

form#footerSearch label {
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	overflow: hidden;
	background: url("images/irsearch.gif") no-repeat 0 0;
	text-indent: -2000px;
	width: 51px;
	height: 18px;
}


/* @end */

/* @group Social Links */

ul#socialLinks {
	padding: 0;
	margin: 0 -3px 0 -3px;
	text-align: center;
}

ul#socialLinks li {
	display: inline;
	margin-right: -1px;
}

/* @end */

/* @group Quotes */

#quote span {
	display: block;
	font-size: 80%;
	color: #777;
	margin-top: 5px;
}

#quote {
	width: 790px;
	padding: 10px;
	background: white;
	font-family: "Times New Roman", Times, Serif;
	font-variant: normal;
	font-size: 1.5em;
	text-align: center;
	color: black;
	margin-bottom: 15px;
}

#quote p {
	line-height: 1.2em;
	margin: 0;
}

a#quoteRefresh, a#quoteRefresh:visited {
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: block;
	width: 23px;
	height: 24px;
	overflow: hidden;
	text-indent: -2000px;
	background:url("images/btnrefresh.gif") no-repeat 0 0;
}

a#quoteRefresh:hover, a#quoteRefresh:visited:hover {
	background: url("images/btnrefresh.gif") no-repeat 0 -24px;
}

a#quoteRefresh:active, a#quoteRefresh:visited:active {
	background: url("images/btnrefresh.gif") no-repeat 0 -48px;
}

/* @end */



/* @end */

/* @group Forms */

span.errorMessage {
	display: block;
	color: #bc1c00;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	clear: both;
}

input.text {
	font-size: 14px;
}

textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
}

form {
	line-height: 1.8em;
}

form p input {
	margin-left: 5px;
}

.content form {
	margin: 10px 0;
}

fieldset {
	border: none;
	margin-bottom: 20px;
	position: relative;
}

label {
	font-size: 90%;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
}

legend {
	font-family: Helvetica, Arial, Sans-serif;
	font-variant: normal;
	color: #012650;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

* html legend {
	position: relative;
	left: -5px;
}

/* @group Form Element Classes */

ul.fmCheckboxList, ul.fmRadioList {
	margin-left: 3px;
	list-style: none;
}

ul.fmCheckboxList label, ul.fmRadioList label {
	margin-left: 4px;
}

.fmText, .fmSelect, .fmTextarea {
	margin-bottom: 7px;
	clear: both;
}

.fmText label, .fmSelect label, .fmTextarea label {

}

/* @end */

/* @end */

/* @group Action Buttons */

ul#actionButtons {
	margin-left: auto;
	list-style: none;
	width: 219px;
	margin-left: auto;
	margin-right: auto;
}

ul#actionButtons li {
	display: inline;
}

a.abGetInvolved, a.abJoinCampaign, a.abMakeDonation, a.abSpreadWord {
	display: block;
	width: 219px;
	height: 32px;
	text-indent: -2000px;
	margin-top: 5px;
}

a.abGetInvolved, a.abGetInvolved:visited {
	background: url("images/redbtn-getinvolved.gif") 0 0 no-repeat;
}

a.abGetInvolved:hover, a.abGetInvolved:visited:hover {
	background-position: 0 -32px;
}

a.abJoinCampaign, a.abJoinCampaign:visited {
	background: url("images/redbtn-joincampaign.gif") 0 0 no-repeat;
}

a.abJoinCampaign:hover, a.abJoinCampaign:visited:hover {
	background-position: 0 -32px;
}

a.abMakeDonation, a.abMakeDonation:visited {
	background: url("images/redbtn-makedonation.gif") 0 0 no-repeat;
}

a.abMakeDonation:hover, a.abMakeDonation:visited:hover {
	background-position: 0 -32px;
}

a.abSpreadWord, a.abSpreadWord:visited {
	background: url("images/redbtn-spreadword.gif") 0 0 no-repeat;
	margin-bottom: 0;
}

a.abSpreadWord:hover, a.abSpreadWord:visited:hover {
	background-position: 0 -32px;
}

/* @end */

/* @group Custom */

/* @group Home */

#homeSectionB {
	margin: 10px 0 0px;
}

#homeSectionB a.moreLink, #homeSectionB a.moreLink:visited {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: white;
	text-decoration: none;
}

#homeSectionB a.moreLink:hover, #homeSectionB a.moreLink:visited:hover {
	text-decoration: underline;
}

#homeFeature, #homeFile {
	padding: 15px;
	position: relative;
}

#homeFeature {
	float: left;
	width: 509px;
	height: 213px;
	background: url("images/bghomefeature.gif");
	color: #ffffff;
	overflow: hidden;
}

#homeFeatureContent {
	width:515px;
	height:190px;
	overflow-y:auto;
}

#homeFeatureContent p {
	margin-top:2px;
	margin-bottom:7px;
}

#homeFeatureContent strong {
	color: #a5cee4;
}

#homeFeature span.featureDate {
	font-family: Georgia, "Times New Roman", Times, Serif;
}

#homeFeature h2, #homeFile h2 {
	color: white;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.8em;
}

#homeFeature ul, #homeFile ul {
	margin: 10px 0 0 0 ;
	list-style: none;
}

#homeFeature ul li, #homeFile ul li {
	margin-bottom: 6px;
}

#homeFeature ul b, #homeFile ul b {
	display: block;
	color: white;
	margin-bottom: 2px;
}

#homeFile {
	width: 237px;
	height: 223px;
	background: url("images/bghomefile.gif") no-repeat;
	float: right;
	color: #ffcfcb;
}

#homeFile h2 {
	color: white;
}

#homeFile h3 {
	margin: 4px 0 1px 0;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-variant: normal;
	font-size: 1em;
}

#homeFile h3 a, #homeFile h3 a:visited, #homeFile a, #homeFile a:visited {
	color: white;
	text-decoration: underline;
}

#homeFile h3 a:hover, #homeFile h3 a:visited:hover, #homeFile a:hover, #homeFile a:hover:visited {
	color: #ffcfcb;
	text-decoration: underline;
}

#homeFile p {
	margin-top: 0;
}

#homeSectionC.content {
	padding-left: 10px;
	padding-right: 10px;
	width: 790px;
}

#homeSectionC a.moreLink, #homeSectionC a.moreLink:visited {
	position: absolute;
	right: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

#homeSectionC ul {
	margin-left: 0;
	list-style: none;
	line-height: 1.5em;
}

#homeSectionC ul a {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

#homeSectionC ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

#homeSectionC ul li {
	margin-bottom: 7px;
	padding-top: 7px;
	border-top: 1px #ccc dotted;
}

#homeSectionC h2, #homeSectionC h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-variant: small-caps;
}

#hscColumnA {
	padding-right: 10px;
	width: 253px;
}

#hscColumnA, #hscColumnB {
	float: left;
}

#hscColumnB {
	width: 263px;
}

#hscColumnC {
	padding-left: 10px;
	width: 253px;
	float: right;
	margin-bottom: 10px;
}

#hscColumnC form {
	margin-top: 0;
}

#hscColumnC form input#pollVote {
	margin-top: 5px;
}

#hscColumnC h2 {
	color: #8a1111;
}

#homePodcast h2 {
	width: 230px;
	height: 72px;
}

#homePodcast h2 a, #homePodcast h2 a:visited {
	background: url("images/bghomepodcast.gif") 0 0;
	width: 230px;
	height: 72px;
	display: block;
	text-indent: -200px;
	overflow: hidden;
}

#homePodcast h2 a:hover, #homePodcast h2 a:visited:hover {
	background: url("images/bghomepodcast.gif") 0 -72px;
}

#homeNews.section {
	position: relative;
	margin-bottom: 38px;
}

#homeSchedule.section {
	position: relative;
	padding-bottom: 12px;
}

#homeVideos.section img.thumb {
	margin-top: 8px;
}

#homeVideos.section p a {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
}

#homeVideos.section p {
	font-size: 90%;
	color: #777;
}

.homeThumb {
	padding-top: 10px;
	border-top: 1px #ccc dotted;
}

.homeThumb img.thumbSmall {
	float: left;
}

.homeThumb p {
	margin-top: 0;
	margin-left: 130px;
}

#homePhotos {
	clear: both;
	text-align: center;
	padding: 10px;
	height: 87px;
	background: #ebebeb url("images/bghomephotos.gif");
	margin: 0 0 -3px 0;
	position: relative;
}

#homePhotos h2 {
	color: #111;
	font-size: 1.4em;
	margin-bottom: 8px;
}

ul#homePhotosList {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 709px;
	height: 54px;
	overflow: hidden;
}

ul#homePhotosList li {
	float: left;
	border: none;
	padding: 0;
	height: 53px;
	margin: 0 5px;
}

a.nextBtn, a.previousBtn {
	position: absolute;
	top: 42%;
	background: url("images/btnhomephotos.gif") no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -200px;
	overflow: hidden;
}

a.previousBtn, a.previousBtn:visited {
	left: 10px;
	background-position: 0 0;
}

a.previousBtn:hover, a.previousBtn:visited:hover {
	background-position: 0 -22px;
}

a.nextBtn, a.nextBtn:visited {
	right: 10px;
	background-position: -22px 0;
}

a.nextBtn:hover, a.nextBtn:visited:hover {
	background-position: -22px -22px;
}

#homePhotos img {
	border: 1px solid #888;
}

/* @end */

/* @group Contact Us */

form#fmContact {
	width: 530px;
}

form#fmContact #item1.fmText {
	float: left;
	clear: none;
	width: 155px;
}

form#fmContact #item2.fmText {
	float: left;
	clear: none;
	width: 155px;
}

form#fmContact #item3.fmText {
	float: left;
	clear: none;
	width: 40px;
}

form#fmContact #item4.fmText {
	float: left;
	width: 222px;
	clear: none;
}

form#fmContact #item5.fmSelect {
	float: left;
	width: 285px;
	clear: none;
}

form#fmContact #item6.fmTextarea textarea {
	width: 100%;
	height: 130px;
}

* html form#fmContact .fmText, * html form#fmContact .fmSelect {
	margin-right: 8px;
}

/* @end */

/* @group Volunteer */

form#fmVolunteer {
	margin-top: 18px;
	margin-bottom: -14px;
}

form#fmVolunteer div#item4.fmSelect {
	float: left;
	clear: none;
	width: 50px;
	margin-right: 10px;
}

form#fmVolunteer div#item5.fmText {
	float: left;
	clear: none;
}

form#fmVolunteer fieldset {

}

#fsVolunteerContact {
	float: left;
	width: 250px;
}

#fsVolunteerIssues {
	float: left;
	padding: 0 20px;
	width: 210px;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	overflow: hidden;
	height: 455px;
	margin-bottom: 0;
}

#volunteerSectionA {
	float: right;
	width: 245px;
}

form#fmVolunteer input#fmBtSubmit {
	margin-top: 18px;
}

/* @end */

/* @group Tell a Friend */

form#fmTellafriend {
	width: 290px;
	margin-left: 10px;
}

form#fmTellafriend #item1 {
	float: left;
	clear: none;
	width: 120px;
}

* html form#fmTellafriend #item1 {
	width: 130px;
}

form#fmTellafriend #item2 {
	float: left;
	clear: none;
	width: 155px;
}

* html form#fmTellafriend #item2 input {
	width: 123px;
}

form#fmTellafriend #item8 textarea, form#fmTellafriend #item9 textarea {
	width: 270px;
	height: 100px;
}

/* @end */

/* @end */