/* GLOBAL BODY ELEMENTS */ 
body {
	background: #E5F2FF;
	margin: 0;
	padding: 0;
	color: #543901;
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4;
}
#banner_outer {
	float: left;
	width: 100%;
	min-width: 980px;
	background: #E5F2FF;
}
#banner_inner {
	width: 980px;
	margin: 0 auto;
}
#nav_outer {
	float: left;
	width: 100%;
	min-width: 980px;
	background: #583906 url(/images/layout/nav_bg.png) top repeat-x;
}
#nav_inner {
	margin: 0 auto;
	width: 980px;
	line-height: 1;
}
#bodycontainer_outer { /* main container */
	width: 100%;
	min-width: 980px;
	float: left;
	background: #FAECC4 url(/images/layout/bodycontainer_outer_bg.png) top right repeat-x;
}
#bodycontainer_auto {
	width: 980px;
	margin: 0 auto;
	min-height: 500px;
}
#bodycontainer_inner {
	width: 980px;
	padding: 0;
	float: left;
	padding-bottom: 40px;
	background: url(/images/layout/bodycontainer_inner_bg.png) right repeat-y;
	position: relative;
	min-height: 500px;
	height: auto ! important;
	height: 500px;
}
#swirls {
	width: 561px;
	height: 294px;
	background: url(/images/layout/swirls.png) top repeat-x;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

/* COLUMNS */
#column1 { /* main content column */
	float: left;
	width: 405px;
	padding-left: 15px;
	margin-right: 30px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

#column1_full { /* main content column */
	float: left;
	width: 590px;
	padding-left: 15px;
	margin-right: 30px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
	}

#column2 { /* quote column */
	float: left;
	width: 151px;
	margin-top: 50px;
	position: relative;
	z-index: 3;
}
#column1_wide { /* use this on pages WITHOUT quote, just main content */
	float: left;
	width: 556px;
	padding-left: 15px;
	margin-right: 30px;
	margin-top: 40px;
	position: relative;
	z-index: 3;	
}

#column1_home { /* home content wrapper */
	float: left;
	width: 586px;
	padding-left: 15px;
	margin-right: 0;
	margin-top: 25px;
	position: relative;
	z-index: 3;
}

#column1_home #column1 { /* main content column 1 */
	float: left;
	width: 405px;
	padding-left: 0;
	margin-right: 10px;
	margin-top: 0;
	position: relative;
	z-index: 3;
}

#column1_home #column2 { /* main content column 2 */
	float: left;
	width: 151px;
	margin-top: 15px;
	position: relative;
	z-index: 3;
}

#eventBanner { /* home event banner */
	height: 234px;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #583906;
}

#eventBanner .floatLeft {
	margin: 7.75em 0 0 2em;
	float: left;
	width: 250px;
	line-height: 1.25em;
}

#eventBanner .floatRight {
	margin: 9em 0 0 0;
	float: right;
	width: 250px;
}

#eventBanner .eventInfo {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: .25em;
}

#eventBanner p {
	margin: 0 0 .25em 0;
}

#eventBanner .txtWhite {
	color: #fff;
	font-weight: bold;
}

#eventBanner .width {
	margin-left: 40px;
}

#column3 { /* right side content */
	float: right;
	width: 339px;
	padding-top: 20px;
	background: url(/images/layout/column3_bg.png) top repeat-x;
	position: relative;
	z-index: 3;
}


/* TOP NAVIGATION */
ul#navlist {
	margin: 0 0 0 -23px;
	padding: 0;
	list-style-type: none;
}

ul#navlist li {
	float: left;
	font-size: 13px;
	margin: 0;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 9px 37px;
	color: #E5F2FF;
	text-decoration: none;
	display: block;
}

ul#navlist li#active {
	color: #E5F2FF;
}

#navlist a:hover {
	color: #B7C98B;
}
.selected_nav {
	color: #E5F2FF;
	background: url(/images/layout/nav_hover.png) top center no-repeat;
}

/* FOOTER */
#footer_outer {
	float: left;
	width: 100%;
	background: #E5F2FF;
	border-top: 1px solid #887142;
	padding-bottom: 10px;
}
#footer_inner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: .8em;
	color: #887142;
}

/* DONATE BOX */
#donate_container {
	width: 391px;
	float: left;
	margin-top: 20px
}
#donatebox_top {
	width: 391px;
	height: 10px;
	float: left;
	background: url(/images/layout/donatebox_top.png) no-repeat;
	line-height: 0;
	font-size: 0;
}
#donatebox_middle {
	width: 329px;
	float: left;
	padding: .5em 30px .7em;
	background: #DEE2B6 url(/images/layout/donatebox_middle.png) top repeat-x;
	border-left: 1px solid #CBC993;
	border-right: 1px solid #CBC993;
	min-height: 125px;
	height: auto ! important;
	height: 125px;
}
#donatebox_middle p {
	margin: .6em 0 1em;
}
#donatebox_bottom {
	width: 391px;
	height: 10px;
	float: left;
	background: url(/images/layout/donatebox_bottom.png) no-repeat;
	line-height: 0;
	font-size: 0;
}
#donatebutton {
	width: 133px;
	height: 31px;
	cursor: pointer;
	float: left;
	margin-left: 100px;
	display: inline;
	background: url(/images/layout/donate_now.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#donatenow {
	background: #6F4B00 url(/images/layout/donatenow.png) no-repeat;
	border: 0;
	color: #61441C;
	cursor: pointer;
	font-size: 13px;
	font-size-adjust: none;
	line-height: normal;
	width: 133px;
	height: 31px;
	padding-bottom: 2px;
	text-align: center;
}

/* QUOTE */
#quote_text {
	background: url(/images/layout/quote_text.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	width: 149px;
	height: 127px;
	float: left;
}

/* FREE MAMMOGRAMS */
#mammograms { /* The background image should always be 255 x 216 */
	width: 276px;
	height: 244px;
	float: left;
	background-position: 13px 12px;
	background-repeat: no-repeat;
	position: relative;
	margin-left: 32px;
	display: inline;
}
#mammograms_overlay {
	width: 276px;
	height: 244px;
	background: url(/images/layout/mammograms_overlay.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	position: absolute;
	top: 0;
	left: 0;
}

/* NBC BUTTON */
#NBC_button{
	width: 260px;
	height: 63px;
	float: left;
	background: url(/images/layout/NBC.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	margin: 10px 0 0 40px;
	display: inline;
	cursor: pointer;
}


/* EVENTS BOX */
#events_container {
	width: 256px;
	float: left;
	margin-top: 10px;
	margin-left: 41px;
	display: inline;
}
#eventsbox_top {
	width: 256px;
	height: 12px;
	float: left;
	background: url(/images/layout/eventsbox_top.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	line-height: 0;
	font-size: 0;
}
#eventsbox_middle {
	width: 214px;
	float: left;
	padding: 0 20px;;
	background: #E4EDED url(/images/layout/eventsbox_middle.png) top repeat-x;
	border-left: 1px solid #796036;
	border-right: 1px solid #796036;
	min-height: 120px;
	height: auto ! important;
	height: 120px;
}
#eventsbox_middle h2 {
	font-size: 1.4em;
	padding-bottom: .1em;
	background: url(/images/layout/events_underline.png) no-repeat bottom right;
	font-weight: normal;
	margin: 0;
}
#eventsbox_middle p {
	margin: .6em 0;
	font-size: .9em;
}



#eventsbox_bottom {
	width: 256px;
	height: 12px;
	float: left;
	background: url(/images/layout/eventsbox_bottom.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	line-height: 0;
	font-size: 0;
}



/* NEWS BOX */
#news_container {
	width: 256px;
	float: left;
	margin-top: 20px;
	margin-left: 41px;
	display: inline;
}
#newsbox_top {
	width: 256px;
	height: 12px;
	float: left;
	background: url(/images/layout/newsbox_top.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	line-height: 0;
	font-size: 0;
}
#newsbox_middle {
	width: 214px;
	float: left;
	padding: 0 20px;;
	background: #fafbe7;
	border-left: 1px solid #796036;
	border-right: 1px solid #796036;
	min-height: 120px;
	height: auto ! important;
	height: 120px;
}
#newsbox_middle h2 {
	font-size: 1.4em;
	padding-bottom: .1em;
	background: url(/images/layout/news_underline.png) no-repeat bottom right;
	font-weight: normal;
	margin: 0;
}
#newsbox_middle p {
	margin: .6em 0;
	padding-bottom: .5em;
	font-size: .9em;
	border-bottom: 1px dotted #796036;
}
#newsbox_bottom {
	width: 256px;
	height: 12px;
	float: left;
	background: url(/images/layout/newsbox_bottom.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	line-height: 0;
	font-size: 0;
}

/* SUBLINKS BOX */
#links_container {
	width: 246px;
	float: left;
	margin: 0 0 35px 47px;
	display: inline;
}
#linksbox_top {
	width: 246px;
	height: 28px;
	float: left;
	background: url(/images/layout/linksbox_top.png) top no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	text-align: center;	
}
#linksbox_top h2 {
	color: #E8F4FF;
	margin-top: 5px;
	font-size: 14px;
	font-size-adjust: none;
}
#linksbox_middle {
	width: 202px;
	float: left;
	padding: 0 21px;
	background: #FAECC4;
	border-left: 1px solid #796036;
	border-right: 1px solid #796036;
	min-height: 120px;
	height: auto ! important;
	height: 120px;
}
#linksbox_bottom {
	width: 246px;
	height: 11px;
	float: left;
	background: url(/images/layout/linksbox_bottom.png) no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	line-height: 0;
	font-size: 0;
}
#linksbox_middle ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 4px 0;
}
#linksbox_middle li {
	border-bottom: 1px dotted #96A679;
}
#linksbox_middle a:link, #linksbox_middle a:visited {
	color: #796036;
	text-decoration: none;
}
#linksbox_middle a:hover, #linksbox_middle a:active {
	color: #796036;
	text-decoration: none;
	font-weight: bold;
}
#linkcurrent {
	font-weight: bold;
	background: url(/images/layout/arrow.png) 0 1px no-repeat;
	padding-left: 13px;
}

/* CURLY DIVIDERS */

.hr_thin { /* Use this in column1 */
	border: none;
	float: left;
	height: 20px;
	margin: 0 0 10px;
	width: 100%;
	background: url(/images/layout/hr_thin.png) bottom right no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
.hr_wide { /* Use this in column1_wide */
	border: none;
	float: left;
	height: 20px;
	margin: 0 0 10px;
	width: 100%;
	background: url(/images/layout/hr_wide.png) bottom right no-repeat;
	behavior: url(/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}


/* TEXT */
h1, h2, h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
}
h1 {
	color: #892d00;
	font-size: 1.6em;
	margin: .4em 0 0 0;
	font-weight: normal;
}
h2 {
	color: #543901;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
}

#eventsbox_middle h2 a {
	color: #543901;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	color: #543901;
	font-size: 1.1em;
	margin: 1.1em 0 0.1em;
	font-weight: normal;
}
a:link, a:visited {
	color: #46582e;
	text-decoration: underline;
}
a:hover, a:active {
	color: #46582e;
	text-decoration: none;
}




/* MISC */
.partner {
	background: #fff;
	padding: 20px;
	font-weight: bold;
}
.partner img {
	margin: 0 0 10px;
}
#quote {
	float: right;
	font-size: .8em;
	margin: 0;
}
div#slogan {
	float: left;
	background: url(/images/layout/slogan.png) top left no-repeat;
	width: 600px;
	height: 61px;
	margin-top: 13px;
}
.donate {
	float: left;
	width: 102px;
	height: 21px;
	background: url(/images/layout/donate.png) no-repeat;
	cursor: pointer;
	color: #e6e1da;
	font-size: 10px;
	font-size-adjust: none;
	text-align: center;
	padding-top: 3px;
}

.viewCart {
	float: right;
	width: 102px;
	height: 21px;
	background: url(/images/layout/donate.png) no-repeat;
	cursor: pointer;
	color: #e6e1da;
	font-size: 10px;
	font-size-adjust: none;
	text-align: center;
	padding-top: 3px;
}

a.viewCart {	
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

a:hover.viewCart {	
	color: #faecc4;
}

a.btnSubmit, a.btnGeneric, a.btnGeneric_bg, .btnSubmit {	
	border: 1px solid #e5f2ff;
	background: #543901;
	cursor: pointer;
	color: #e6e1da;
	font-size: 10px;
	text-align: center;
	padding: 3px 10px;
	margin: 0;	
	text-transform: uppercase;
	text-decoration: none;
}

a:hover.btnSubmit, a:hover.btnGeneric, a:hover.btnGeneric_bg {	
	color: #faecc4;
}

.donate1 {
	margin-top: 25px;
}
.donate2 {
	margin-top: 2px;
}
input#donate {
	background: #6F4B00 url(/images/layout/donate.png) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	font-size-adjust: none;
	line-height: normal;
	width: 103px;
	height: 23px;
	padding-bottom: 6px;
	text-align: center;
	margin-top: 22px;
}
p {
	margin: 1em 0;
}
img {
	border: 0 none;
}
tr {
	vertical-align: top;
}
hr {
	float: left;
	width: 100%;
	height: 4px;
	color: #e4e5e6;
	background: #e4e5e6;
	border: none;
	margin: 0 0 1.2em 0;
	padding: 0;
}

.auto_table {
	padding: .5em;
	border: 1px solid #796036;
	background-color: #E4EDED;
}

.desc_cell {

	text-align: left;
	font-weight: bold;

}

.value_cell {
}

/* GALA AND LIVE AUCTION */

.auction-item {
	margin: 5px 0 0 0;	
}

.auction-item-leader {
	width: 550px;
	height: 234px;
	background-color:#666; 
}

.auction-item img {
	float: left;
	border: 2px;
	margin: 0 20px 10px 0;
}

.auction-item h2 {
	margin: 0 0 5px 0;
}

.auction-item p {
	margin: 10px 0 0 0;
	padding: 0;	
}
