/* Global styles - set the default behavior of standard HTML markup */
* { margin: 0; padding: 0; }
body { font-size: 62.5%; line-height: 170%; font-family: arial, verdana, sans-serif; color: #555; background-color: #000; text-align: center; margin-top: 40px; }
p { font-size: 1.2em; margin: 0 0 15px 0; }
div > p { margin-top: 0; }
ol { margin-left: 40px; margin-top: 15px; margin-bottom: 15px; font-size: 1.2em; }
ul { margin-left: 36px; margin-top: 15px; margin-bottom: 15px; font-size: 1.2em; }
dl { margin-top: 15px; margin-bottom: 15px; font-size: 1.2em; }
a:link, a:visited { color: #C00; text-decoration: none; }
a:hover, a:active { color: #373535; text-decoration: underline; }
a img { border: 0; }
input, select, object { font-size: 1.1em; font-family: arial, helvetica, sans-serif; }
th, td { font-size: 1.2em; }
h1 { font-size: 1.8em; line-height: 140%; }
h2 { font-size: 1.8em; line-height: 140%; font-weight: normal; }
h3 { font-family: arial, helvetica, sans-serif; font-size: 1.3em; color: #373535; margin: 15px 0 1px 0;}
h4 { font-family: arial, helvetica, sans-serif; font-size: 1.2em; color: #373535; }
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%; }

/* 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; margin: 0; line-height: 0%; }
.centerColumn img.noFormat { border: 0; background-color: transparent; padding: 0; margin: 0; background-image: none; }

/* Define site color palette */
.red { color: #C00; }
.gray { color: #373535; }
.black { color: #000; }
.white { color: #FFF; }

/* Master */
.master { width: 770px; margin: 0 auto; text-align: left; background: #FFF url(../images/bkgrn_master.gif) no-repeat; }

/* Body wrapper */
.bodyWrapper-3column, .bodyWrapper-2column, .bodyWrapper-1column { margin: 0; }
.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: 60px; margin-left: 60px; }

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

/* Masthead */
.masthead {
	background-image:  url(../images/template/bkgrn_masthead.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	letter-spacing: .2em;
}
.masthead img { margin: 0; }
.masthead ul.primaryNav { height: 45px; line-height: 32px; margin: 0 8px; background-image:  url(../images/template/bkgrn_primaryNav.gif); background-repeat: repeat-x; list-style: none; text-align: right; }
.masthead ul.primaryNav li { display: inline; font-size: 1.3em; border-left: 1px solid #FFF; padding: 0 15px;  }
.masthead ul.primaryNav li.firstItem { border-left: 0; }
.masthead ul.primaryNav li a:link, .masthead ul.primaryNav li a:visited { color: #FFF; }
.masthead ul.primaryNav li a:hover, .masthead ul.primaryNav li a:active { color: #FF0; text-decoration: none; }

.masthead a:link, .masthead a:visited { color: #000; text-decoration: none; }
.masthead a:hover, .masthead a:active {
	color: #990000;
	text-decoration: none;
}

.contentBlock { letter-spacing: 0; }
.contentBlock a:link, .contentBlock a:visited { color: #c00; }
.contentBlock a:hover, .contentBlock a:active { color: #c00; text-decoration: underline; }
.contentBlock  h2 { color: #000; font-size: 1.5em; font-weight: bold; }
	.contentBlock h2 img { float: left; padding: 0 8px 5px 0; }
.contentBlock .column_1 { border: 1px solid #ddd; float: left; margin: .6em 0 1.8em 0; overflow: hidden; padding: 10px 15px 0 15px; width: 43%; }
.contentBlock .column_2 { border: 1px solid #ddd; float: right; margin: .6em 0 1.8em 0; overflow: hidden; padding: 10px 15px 0 15px; width: 43%; }

/* Center column */
.centerColumn {
	background-color: #FFF;
	padding-top: 10px;
}
.centerColumn img { margin: 15px 28px; }

/* Opt in */
.optIn { text-align: center; margin-top: 10px; }
.optIn fieldset { text-align: center; padding: 0 0 6px 0; width: 55%; margin: 0 auto; }
.optIn legend { color: #AAA; text-transform: uppercase; font-family: arial, helvetica, sans-serif; font-size: 1.1em; font-weight: bold; padding: 0 5px 0 2px; margin-left: 10px; }
.optIn input { margin: 2px 3px 1px 3px; }

/* Footer */
.footer { background: #FFF url(../images/bkgrn_footerCap.gif) no-repeat; background-position: bottom; padding: 10px 25px 22px 25px; font-size: 0.8em; text-align: center; }
.footer ul.footerNav { list-style: none; margin: 0; }
.footer ul.footerNav li { display: inline; border-left: 1px solid #777; padding: 0 5px; }
.footer ul.footerNav li.firstItem { border-left: 0; }