/* 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: #555; background-color: #035241; text-align: center; margin-top: 15px; }
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; list-style: square; }
dl { margin-top: 15px; margin-bottom: 15px; font-size: 1.2em; }
a:link, a:visited { color: #158C70; text-decoration: none; }
a:hover, a:active { color: #C90; text-decoration: underline; }
a img { border: 0; }
input, select, object { font-size: 1.1em; font-family: "Trebuchet MS", arial, helvetica, sans-serif; }
th, td { font-size: 1.2em; }
h1 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.8em; margin-bottom: 10px; color: #333; font-weight: bold; text-transform: uppercase; line-height: 120%; }
h2 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.3em; color: #158C70; margin: -14px 0 15px 0;}
h3 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.3em; color: #158C70; margin: 15px 0 1px 0;}
h4 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-size: 1.2em; color: #000; }
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; }
.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; }

/* Master */
.master { width: 817px; margin: 0 auto; text-align: left; background-color: #FFF; background-image:  url(../images/template/bkgrn_master.jpg); background-repeat: repeat-y; }

/* Body wrapper */
.bodyWrapper-3column, .bodyWrapper-2column, .bodyWrapper-1column { margin: 15px 0 0 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: 40px; margin-left: 40px; }

/* Print-masthead */
.printMasthead { display: none; }

/* Masthead */
.masthead { background-image:  url(../images/template/bkgrn_masthead.gif); background-repeat: no-repeat; height: 155px; }
.masthead img { margin: 28px 0 24px 30px; }
.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; }

/* Footer */
.footer { background-image:  url(../images/template/bkgrn_footer.jpg); background-repeat: no-repeat; background-position: bottom; padding: 10px 25px 22px 25px; font-size: 0.9em; }
.footer a:link, .footer a:visited { color: #555; }
.footer a:hover, .footer a:active { color: #393; }
.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; }
.footer ul.footerRight { list-style: none; float: right; margin: 0; }
.footer ul.footerRight li { display: inline; border-left: 1px solid #777; padding: 0 5px; }
.footer ul.footerRight li.firstItem { border-left: 0; }