﻿body 
{
	background-color: #3a4889;
	background-image: url(../images/bg_page.jpg);
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

ul { list-style-image: url(../images/bullet_diamond_sm.gif); }
ul.ulSpaced li { margin-bottom: 20px; }

.alertMsg 
{
	color: #FF0000;
	font-weight: bold;
}

h2 
{
	font-size: 18px;
	font-weight: bold;
}

.headertext 
{
	width: 100%;
	height: 50px;
	background-image: url(../images/header_opt3sm.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 60px;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.headertextreduced
{
	width: 100%;
	height: 50px;
	background-image: url(../images/header_opt3sm-reduced.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 60px;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.clear { clear: both; }

#wrapper 
{
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#pgContent
{
	padding: 10px;
	border-top: solid 3px #8f8f94;
}
#pgContent a { color: #3a4889; }

.itembox_full 
{
	width: 100%;
	height: 125px;
	text-align: center;
	font-weight: bold;
	border: solid 2px #8F8F94;
	font-size: 10px;
	line-height: 20px;
	background-color: #DEDEDE;
}
.itembox_full img 
{
	margin-left: 15px;
}
.indented2
{
	margin-left: 150px;
}

#pgContent img.blueBorder { border: solid 1px #3a4889; }

.col_holder { display: inline; }
.col_left img[align=left], .col_right img[align=left], #pgContent img[align=left] { margin-right: 15px; margin-bottom: 15px; }
.col_left img[align=right], .col_right img[align=right], #pgContent img[align=right] { margin-left: 15px; margin-bottom: 15px; }
.col_left .clear, .col_right .clear { height: 35px; }
.col_left 
{
	float: left;
	width: 45%;
}

.col_right 
{
	float: right;
	width: 45%;
}

.logoImg { margin-right: 20px; }

.boardHolder 
{
	display: inline;
	float: left;
	width: 45%;
	height: 75px;
}

.boardImg 
{
	float: left;
	display: block;
	width: 25%;
}
.boardImg img { border: solid 2px #3a4889; }

.boardText 
{
	float: left;
	display: block;
	width: 75%;
	margin-top: 25px;
}
.boardText a 
{
	font-size: 14px;
	font-weight: bold;
}

.boardBio { margin-top: 20px; margin-bottom: 20px; border-bottom: solid 1px #3a4889; }
.boardBio b { font-size: 14px; }

.eventImgHolder { display: inline; width: 100%; }
.eventImg { float: left; width: 250px; height: 200px; text-align: center; }

.redeemedHolder { display: inline; width: 100%; }
.redeemedImg 
{
	float: left; 
	width: 45%; 
	margin-right: 25px; 
	margin-bottom: 25px;
	text-align: center; 
	font-size: 11px; 
}


/************ SHOPPING STYLES ************/
.order_ShoppingCartLink 
{
	text-align: right;
	margin-right: 50px;
	margin-bottom: 25px;
	font-weight: bold;
}

.order_ShoppingCartLink a {	text-decoration: none; }



/************ FOOTER STYLES ************/
#pgFooter 
{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #8f8f94;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	height: 50px;
	border-top: solid 3px #8f8f94;
}

#pgFooterLeft 
{
	float: left;
	width: 70%;
}
#pgFooterLeft img { margin-right: 10px; }

#pgFooterRight 
{
	float: right;
}



/************ MENU STYLES ************/
#pgMenu 
{
	height: 25px;
	margin-top: 5px;
}

#pgMenu ul
{
	display: inline;
	list-style: none;
}

#pgMenu ul li 
{
	float: left;
}

#pgMenu a
{
	font-family: Arial Narrow, Arial;
	color: #000066;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#pgMenu a:hover 
{
	color: #8f8f94;
}



/************* DONATION EMAIL STYLES ***************/
.medium-black-bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
    LINE-HEIGHT: 20px;
    FONT-FAMILY: Arial;    
}
.medium-black
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    LINE-HEIGHT: 11px;
    FONT-FAMILY: Arial;    
}
.emailHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
.emailBlue
{
	font-family: Arial;
	color: black;
	font-size: 11px;
}
.emailBlueBold
{
	font-family: Arial;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#emailbody 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}


/* dark blue: 3a4889; light blue: acb3c9; lightest blue: c1c6d5 */

.don_hdr 
{
	font-size: 14px;
	font-weight: bold;
	background-color: #3a4889;
	color: #FFFFFF;
	width: 700px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
}

.don_all 
{
	margin: 0 auto;
	width: 698px;
	border-left: solid 1px #3a4889;
	border-right: solid 1px #3a4889;
}

.don_left 
{
	width: 47%;
	float: left;
	padding: 10px;
}

.don_right 
{
	width: 47%;
	float: left;
	padding: 10px;
	border-left: solid 1px #3a4889;
}

.don_lvl 
{
	margin-bottom: 20px;
}


/* .don_left ul, .don_right ul { list-style-image: none; }	*/

.don_btm 
{
	margin: 0 auto;
	width: 668px;
	border: solid 1px #3a4889;
	padding: 15px;
	font-size: 14px;
	text-align: center;
}
