@charset "UTF-8";
/* -- my global styles -- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f0e1c0 url(images/template/page_bkgrd_top.gif) top center repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
body, p, ul, li, td {
	/*	font-size: 12px; 
	line-height: 18px; */
	font-size: 16px;
	line-height: 22px;
}
p, ul, ol {
	margin: .5em 0em 1em 0em;
	font-size: medium;
	height: auto;
	letter-spacing: normal;
	text-align: left;
}
/* 
Link states must be defined in the correct order. Here is the order, starting with the one you must define first:
1. a:link
2. a:visited
3. a:hover
4. a:active
*/
a:link, a:visited, a:hover, a:active { 
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #063;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1em;
	font-weight: bold;
	margin: 1em 0 .25em 0;
	padding: 0;
	color: #000;
}
h1 {
	font-size: xx-large;
	font-weight: normal;
	margin-top: 0.5em;
}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0em 0em .25em 0em;
	padding: 0;
}

/* -- template layout -- */
table#mainLayout {
	width: 946px;
	margin: 0 auto;
	padding: 5;
}
table#mainLayout td {
	margin: 0;
	padding: 0;
	text-align: center; /* this undoes the overall center we applied above to hack ie5 stubborn centering behavior */
}

#header h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 100px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}
img#logoHeader {
	margin: 18px 0px 12px 15px;
	padding: 0; 
	float: left;
}
table#mainLayout td#leftSideBarColumn {
	width: 270px;
	padding: 25px 0px 0px 5px; /* width and padding must total 275 */
	margin: 0;
	background: #ffffff;
	text-align: center;
}
table#mainLayout td#leftSideBarColumn h1, table#mainLayout td#leftSideBarColumn h1, table#mainLayout td#leftSideBarColumn h2, table#mainLayout td#leftSideBarColumn h4, table#mainLayout td#leftSideBarColumn h5 {
	color: #ff0000;
	margin-bottom: .5em;
}
/* links in the left sidebar column (each link should be inside <p></p> tags)*/
table#mainLayout td#leftSideBarColumn p {
	font-size: 14px;
	line-height: 20px;
	margin: 25px 0px;
	text-transform: uppercase;
}
table#mainLayout td#leftSideBarColumn a:link, table#mainLayout td#leftSideBarColumn a:visited, table#mainLayout td#leftSideBarColumn a:hover, table#mainLayout td#leftSideBarColumn a:active {
	color: #ff0033;
}
table#mainLayout td#leftSideBarColumn a:hover {
	color: #000000;
}
table#mainLayout td#mainColumn {
	background: #ffffff;
	width: 625px; /* width plus all horiz. padding must total 675 */
	margin: 0;
	font-size: 18px;
}

td#mainContent {
	margin: 0;
	padding: 0;
	background: #ffffff;
}


#footer { 
	margin: 5px 0 7px 0;
	padding: 0;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #555555;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #666666;
	font-weight: normal;
}
#footer a:hover {
	color: #cc0000;
}

/* Miscellaneous classes for reuse */
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 8px 8px 0px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #topNavContainer li {border-bottom: 1px solid #EEE;} */
/* fix for browsers that don't need the hack */
/* html>body #topNavContainer li {border-bottom: none;} */

/* -- top nav level one (main) -- */
#topNavContainer {
	background: #f0e1c0 url(images/template/top_nav_container_bkgrd.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
#menuMachineContainer {
	margin-left: 30px;
}
ul#topNav, ul#topNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul#topNav {
	margin-left: 35px;
	float: none;
}
ul#topNav a:link, ul#topNav a:visited, ul#topNav a:hover, ul#topNav a:active {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 20px;
	display: inline-block;
	font-style: normal;
	border-top: 0px solid #848484;
	border-right: 0px solid #313131;
	border-bottom: 0px solid #131313;
	border-left: 0px solid #7c7c7c;
	background: #bc3033 url(images/template/nav_bkgrd_normal.gif) top repeat-x;
	color: #ffffff;
	float: left;
}
ul#topNav a.selected:link, ul#topNav a.selected:visited, ul#topNav a.selected:hover, ul#topNav a.selected:active {
	background: #8c2426 url(images/template/nav_bkgrd_selected.gif) top repeat-x;
	border-bottom: 0px solid #e99b2a;
	color: #ffffff;
}
ul#topNav a.selected:hover {
	color: #ffffff;
}
ul#topNav a:hover {
	background: #882325 url(images/template/nav_bkgrd_hover.gif) top repeat-x;
	color: #FFFFFF;
}
/* -- top nav level two (sub nav) -- */
.topSubNavContainer {
	background: #8c2426;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	white-space: nowrap;
}
ul.topSubNav, ul.topSubNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul.topSubNav {
	float: none;
	margin-left: 12px;
}
ul.topSubNav a:link, ul.topSubNav a:visited, ul.topSubNav a:hover, ul.topSubNav a:active {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	border: 0px solid #e99b2a;
	margin: 0px;
	padding: 9px 14px;
	display: inline-block;
	color: #ffffff;
	float: left;
}
ul.topSubNav a:hover {
	background: #6f1d1e;
	color: #ffffff;
	text-decoration: none;
}
/* -- done with top navigation -- */







/* -- contact form styles -- */
table#contactFormTable {
}
table#contactFormTable td.label {
	color: #777777;
	font-size: 10px;
	text-align: right;
	padding: 0px 4px 0px 10px;
}
table#contactFormTable td.formField, table#contactFormTable td.formField input, table#contactFormTable td.formField textarea {
	width: 260px;
}
table#contactFormTable td.formField input#Zip, table#contactFormTable td.formField input#Phone {
	width: 150px;
}

.redText {
	color: #ef3e42;
}

.smallType {
	font-size: 10px;
	line-height: 13px;
}
ul.compactList {
	margin: 0 1em 1em 1em;
}
ul.compactList li {
	margin: 0;
	line-height: 1.5em;
}

/* -- other misc styles -- */
.insetPhotoFloatRight, .insetPhotoFloatLeft {
	border: 2px solid #ee3a43;
	margin: 10px 10px;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-align: center;
}
.insetPhotoFloatRight {
	float: right;
}
.insetPhotoFloatLeft {
	float: left;
}

.floatLeft img {
	border: 2px solid #ee3a43;
}
.floatRight img {
	border: 2px solid #ee3a43;
}

img#donateNowButton {
	margin-top: 50px;
	margin-bottom: 10px;
}
#homePageFooterLogoContainer {
	margin: 10px auto;
	width: 400px;
}
#homePageFooterLogoContainer img {
	margin: 0 20px;
}
p.boardMemberListing {
	line-height: 1.3em;
}
.memberName {
	font-weight: bold;
}
/* -- some misc. layout classes for multi-column pages, misc. floats, etc. -- */
div.multiColContainer {
	border: 0px solid #cccccc;
	margin: 0;
	padding: 0;
}
div.colOne, div.colTwo {
	border: 0px solid #cccccc;
	width: 300px;
	margin: 0;
	padding: 0;
}
div.colOne {
	float: left;
}
div.colTwo {
	float: right;
	height: auto;
}
div.servicesListContainer {
	clear: both;
	border-top: 1px solid #dddddd;
	padding-top: 6px;
}
div.servicesListContainer h2 {
	color: #ff0033;
}
div.servicesListContainer img {
	border: 2px solid #ee3a43;
	margin: 0px 10px 10px 0px;
	float: left;
}
div.servicesListContainer ul {
	margin-left: 135px;
}
div.servicesListContainer ul li {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.4em;
}
p.locationListings {
	line-height: 1.3em;
}
p.locationListings a {
	font-size: 12px;
}
ul#siteMapOutline {
	list-style-type: none;
}
ul#siteMapOutline li {
	line-height: 1.3em;
	font-weight: bold;
	font-size: 133%;
	margin-top: 5px;
	margin-bottom: 0;
}
ul#siteMapOutline li ul {
	margin-top: 0;
}
ul#siteMapOutline li li {
	list-style-type: disc;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
ul.ulSpecial li {
	line-height: 1.2em;
	margin-bottom: 12px;
}
ul.lessIndent {
	margin-left: 0;
}
.donorLevels {
	color: #990000;
}
ul.donorBenefits {
	margin-top: 0;
	margin-bottom: 5px;
}
ul.donorBenefits li {
	line-height: 1.2em;
	margin-bottom: 3px;
}
/* large buttons for making donations. may be centered or left justified */
ul.mmButtonLinks, ul.mmButtonLinksCntr {
	list-style-type: none;
	width: 23em;
	margin: 10px 0;
	padding: 0;
	background-color: #FFF;
}
ul.mmButtonLinks li, ul.mmButtonLinksCntr li {
	margin: 4px 0;
	line-height: 0;
}
ul.mmButtonLinks li a:link, ul.mmButtonLinks li a:visited, ul.mmButtonLinks li a:hover, ul.mmButtonLinks li a:active, ul.mmButtonLinksCntr li a:link, ul.mmButtonLinksCntr li a:visited, ul.mmButtonLinksCntr li a:hover, ul.mmButtonLinksCntr li a:active  {
	line-height: 1.1em;
	display: block;
	border: 2px solid #cc8888;
	font-weight: bold;
	color: #ffffff;
	background: #bc3033;
	text-decoration: none;
	padding: 6px 10px;
	text-align: center;
}
ul.mmButtonLinks li a:hover, ul.mmButtonLinksCntr li a:hover {
	background-color: #603;
}
ul.mmButtonLinksCntr {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 28em;
}
ul.mmButtonLinksCntr li {
	margin: 4px auto;
	text-align: center;
}
table#walkerListings {
	width: 100%;
}
table#walkerListings td {
	width: 50%;
}
table#walkerListings td p {
	margin: 0;
	line-height: 1.4em;
}
table#walkerListings td p.indent {
	margin-left: 1em;
}
div#secureIconContainer {
	margin: 10px auto;
}
ul.sponsorList {
	margin-top: 0;
	margin-bottom: 0;
}
ul.sponsorList li {
	line-height: 1.2em;
	margin: 0.3em 0;
}
a.nonBold:link, a.nonBold:visited, a.nonBold:hover, a.nonBold:active {
	font-weight: normal;
}
ul.manyWays li {
	margin-bottom: .75em;
}

/* march for meals walker list */
div#walkerListContainer {
	margin: 0 0 0 100px;
	width: 400px;
}
div#walkerListContainer p.walkerName {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
div#walkerListContainer p.walkerName a:link, div#walkerListContainer p.walkerName a:visited, div#walkerListContainer p.walkerName a:hover, div#walkerListContainer p.walkerName a:active {
	font-weight: normal;
}
div#walkerListContainer p.walkerName span.teamName {
	color: #888888;
}
p.recordSetPaging a:link, p.recordSetPaging a:hover, p.recordSetPaging a:visited, p.recordSetPaging a:active {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #cccccc;
	width: 80px;
	margin: 1px;
	padding: 1px;
	font-weight: normal;
	text-decoration: none;
}
p.recordSetPaging a:hover {
	background: #990000;
	color: #ffffff;
	border: 1px solid #FF0000;
}
span.selectRequiredMsg {
	padding: 2px 6px;
	font-weight: bold;
}
table#formContainer {
	width: 100%;
}
table#formContainer td.formLabel {
	text-align: left;
	width: 140px;
	line-height: 1.2em;
}
table#formContainer td {
	font-size: 12px;
	padding: 4px 4px;
}
table#formContainer input {
	margin: 1px 0;
}
span.textfieldRequiredMsg, span.selectRequiredMsg, span.checkboxRequiredMsg, span.textfieldInvalidFormatMsg {
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
}
div.confirmationNumberContainer {
	border: 1px solid #cc0000;
	margin: 0 80px;
}
div.confirmationNumberContainer p {
	margin-bottom: 0;
	font-weight: bold;
}
div.confirmationNumberContainer h1 {
	margin-top: 0;
}
div.sponsorListContainer {
	margin-left: 100px;
}
form#BB_BuyButtonForm {
	border: 1px solid #cc0000;
	padding: 5px 10px;
	width: 240px;
	margin: 5px 0;
	background: #fcf2dc;
}
#savedate {
	color: #F00;
}
.sponsorlevel1 {
	font-size: xx-large;
	font-weight: bold;
	color: #606;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: capitalize;
	text-align: center;
}
.sponsorlevel2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	color: #F00;
	text-align: center;
}
.sponsorlevel3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.platinumsponsor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	color: #000;
	text-align: center;
	margin: .5em 0em 1em 0em;
}
.sponsornames_lower {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.presentinglevelnames {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#registeratevent {
	color: #F00;
}
#closednote {
	color: #F00;
}
.Gala_title {
	font-size: 36px;
}
#swap_pic {
}
#mgh1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #060;
}
#mgh1 {
	color: #090;
}
#mgh2 {
	font-size: 24px;
	color: #909;
	font-weight: bold;
	text-align: center;
}
#mgh3B {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}
#mainLayout tr #mainColumn #Mardi Gras tr td #mgh3B strong em {
	font-size: 16px;
}
#mainLayout tr #mainColumn #Mardi Gras tr td #mgh3B strong em {
	font-family: Arial, Helvetica, sans-serif;
}
#mgb3 {
	font-size: 16px;
}
#mdb3 {
	color: #090;
}
.mdb3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #090;
}
#mddirections {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #909;
	text-decoration: underline;
}
.mdgtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #090;
}

