/* Global styles - set the default behavior of standard HTML markup */
* { margin: 0; padding: 0; }
body {
	font-size: 62.5%;
	line-height: 170%;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #666666;
	background-color: #4C4C4C;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(../images/bkgrd_gradient.jpg);
	background-repeat: repeat-x;
}
p { font-size: 1.1em; margin: 0 0 15px 0; }
div > p { margin-top: 0; }
ol { margin-left: 40px; margin-top: 15px; margin-bottom: 15px; font-size: 1.1em; }
ul { margin-left: 36px; margin-top: 15px; margin-bottom: 15px; font-size: 1.1em; list-style: square; }
dl { margin-top: 15px; margin-bottom: 15px; font-size: 1.1em; }
a:link, a:visited { color: #9999CC; text-decoration: underline; }
a:hover, a:active {
	color: #CC3333;
	text-decoration: underline;
	background-color: #FFCCCC;
}
a img { border: 0; }
input, select, object { font-size: 1.1em; font-family: "Trebuchet MS", arial, helvetica, sans-serif; }
th, td {
	font-size: 1.0em;
}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin-bottom: 10px; color: #CC0000; font-weight: bold; text-transform: capitalize; line-height: 120%; }
h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h3 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.2em; font-weight: normal; color: #CC0000; margin: 15px 0 1px 0;}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #999999;
	line-height: 130%;
	font-style: italic;
}
h5 { font-size: 1.0em; font-weight: normal; margin-bottom: 15px; color: #999; line-height: 120%; }
h6 { font-size: 1.0em; font-weight: normal; margin: 15px 0; color: #999; line-height: 120%; }

.captions {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #999999;
	padding-right: 10px;
	font-style: italic;
	font-weight: normal;
}

div.branding_1 {
	padding-top: 100px;
	padding-left: 65px;
}
div.branding_2 {
	padding-top: 80px;
	padding-right: 465px;
	padding-left: 80px;
	font-size: 100%;
}

div.supplemental_1 {
	color: #bfb9b1;
	font-size: 160%;
	width: 65%;
	height: 100%;
	float: right;
	text-align: right;
	padding-top: 40px;
	font-weight: bold;
	padding-right: 70px;
}
div.supplemental_1 ul { margin: 0; padding: 0; list-style: none; }
div.supplemental_1 ul li { display: inline; padding-left: 10px; margin-left: 10px; }

div.supplemental_1 a:link, div.supplemental_1 a:visited { color: #FFFFFF; text-decoration: none; }
div.supplemental_1 a:hover, div.supplemental_1 a:active {
	color: #FF0000;
	text-decoration: underline;
	background-color: #000000;
}



/* Define standard functional classes */
.clear { clear: both; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.imgReplace { text-indent: -9999px; }
.centerColumn img.noFormat { border: 0; background-color: transparent; padding: 0; margin: 0; background-image: none; }

/* Define site color palette */
.green { color: #158C70; }
.lightGreen { color: #D6E7E2; }
.brightGreen { color: #393; }
.cream { color: #FFF2CE; }
.tan { color: #DBD7A9; }
.gray { color: #A3A3A3; }
.black { color: #000; }
.white { color: #FFF; }

/* Shadow */
.shadow { width: 910px; margin: 0 auto; background-color: #FFF; background-image:  url(../images/bkgrd_shadow.jpg); background-repeat: repeat-y; }

/* Master */
.master { width: 910px; margin: 0 auto; text-align: left; }

/* Body wrapper */
.bodyWrapper-3column, .bodyWrapper-2column, .bodyWrapper-1column {
	background-image: url(../images/body_shadow.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
}
.bodyWrapper-2column .rightColumn { display: none; }
.bodyWrapper-1column .rightColumn { display: none; }
.bodyWrapper-1column .leftColumn { display: none; }
.bodyWrapper-2column .centerColumn { margin-right: 40px; }
.bodyWrapper-1column .centerColumn { margin-right: 40px; margin-left: 40px; }

/* Print-masthead */
.printMasthead { display: none; }

/* Masthead */
.masthead {
	background-image:  url(../images/header_shadow.jpg);
	background-repeat: no-repeat;
}
.masthead img { margin: 0; }

.sub_masthead {
	background-image:  url(../images/bkgrd_sub.jpg);
	background-repeat: no-repeat;
	height: 215px;
}

.ecard_masthead {
	background-image:  url(../images/bkgrd_ecard.jpg);
	background-repeat: no-repeat;
	height: 128px;
}

.flashcontent { width: 910px; }

/* Footer */
.footer {
	font-size: 0.9em;
	color: #999999;
	background-image: url(../images/footer_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 35px;
	padding-left: 27px;
}
.footer a:link, .footer a:visited { color: #999999; }
.footer a:hover, .footer a:active { color: #CC3333;
	text-decoration: underline;
	background-color: #FFCCCC; 
	}
.footer ul.footerNav { list-style: none; margin: 0; }
.footer ul.footerNav li { display: inline; border-left: 1px solid #999999; padding: 0 5px; }
.footer ul.footerNav li.firstItem { border-left: 0; }
.footer ul.footerRight { list-style: none; float: right; margin: 0; }
.footer ul.footerRight li { display: inline; border-left: 1px solid #999999; padding: 0 5px; }
.footer ul.footerRight li.firstItem { border-left: 0; }

/* Footer2 */
.footer2 {
	font-size: 0.9em;
	color: #999999;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 35px;
	padding-left: 27px;
}
.footer2 a:link, .footer a:visited { color: #999999; }
.footer2 a:hover, .footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333333;
	}
.footer2 ul.footerNav { list-style: none; margin: 0; }
.footer2 ul.footerNav li { display: inline; border-left: 1px solid #999999; padding: 0 5px; }
.footer2 ul.footerNav li.firstItem { border-left: 0; }
.footer2 ul.footerRight { list-style: none; float: right; margin: 0; }
.footer2 ul.footerRight li { display: inline; border-left: 1px solid #999999; padding: 0 5px; }
.footer2 ul.footerRight li.firstItem { border-left: 0; }