﻿/* ----------------------------------------------------------- */
/*                  TEXT STYLES FOR BROWSER                    */
/* ----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #900;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	color: #366;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
	outline: none;
}

img {
	border: none;	
}

.mainContentText p {
	line-height: 18px;
	margin-bottom: 8px;
}


.mainContentText ol {
	text-align: left;
	line-height: 18px;
	margin-bottom: 12px;
	margin-left: 24px;
}

.mainContentText ul {
	text-align: left;
	line-height: 18px;
	margin-bottom: 6px;
	margin-left: 36px;
}

.mainContentText li {
	margin-bottom: 6px;
	font-style: normal;
}

p.heading1 {
	font-weight: bolder;
	margin: 15px 0 10px 0;
}

p.heading2 {
	font-weight: normal;
	font-variant: small-caps;
	margin: 10px 0 0 0;
}

p.heading3 {
	font-size: 10px;
	font-weight:bold;
	margin: 10px 0 0 0;
}

p.rightAlign {
	text-align: right;
}

p.centerAlign {
	text-align: center;
}

.footnoteText {
	border-top: 1px solid #ccc;
	margin: 15px 0 10px 0;
	padding: 5px 0 0 0;
}

.footnoteText ol {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 3px;
}

.footnoteText a {
	font-weight: normal;
 	font-style: italic;
}

a.footnote {
	vertical-align: super;
	font-size: 8px;
	line-height: 0px;
}

.formHeading {
	color: #366;
	font-weight: bolder;
	font-size: 12px;
}

.formLabel {
	text-align: right;
	padding-right: 10px;
}

.formLabelRequired {
	text-align: right;
	color: #900;
	padding-right: 10px;
}

.formField {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 16px;
	padding: 2px 0 0 2px;
}

.formFieldMultiLine {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 2px 0 0 2px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.emphasize {font-weight: bolder;}
.emphasizeRed {color: #900; font-weight: bolder;} 
.emphasizeGreen {color: #366; font-weight: bolder;} 
.emphasizeYellow {color: #FC3; font-weight: bolder;} 

.bgYellow {background-color: #FC3; color: #FFF;}
.bgYellowTint {background-color: #FF9;}
.bgRed {background-color: #900; color: #FFF;}
.bgRedTint {background-color: #FC9;}
.bgGreen {background-color: #366; color: #FFF;}
.bgGreenTint {background-color: #9C9;}
.bgGray {background-color: #EEE;}
.bgDarkGray {background-color: #666; color: #FFF;}


/* ----------------------------------------------------------- */
/*                  LAYOUT STYLES FOR BROWSER                  */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	margin: 15px auto 15px auto;
	width: 790px;
	height: auto;
	padding: 0 15px 15px 15px;
	border:#CCC 3px solid;
	background: #FFF;
}

/* --------------------- LEFT SIDE --------------------------- */

#leftSide {
	margin: 15px 0 20px 0;
	width: 200px;
	float: left;
	clear: left;
}

#logo {
	margin: 0 0 15px 0;
	background: #FFF;
	display: block;
}

#printHeading {
	width: 0;
	height: 0;
	display: none;	
}

/* --------------------- RIGHT SIDE --------------------------- */

#rightSide {
	margin: 15px 0 20px 0;
	width: 570px;
	float: right;
	clear: right;
}

#navTop {
	width: 570px;
	float: right;
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 10px;
}

#mainImage {
	width: 570px;
	float: right;
}

#crumbTrail {
	margin: 5px 0 10px 0;
	width: 570px;
	float: right;
	clear: right;
	font-size: 10px;
	text-align: left;
}

#mainContent {
	width: 570px;
	float: right;
	clear: right;
}

#rightBoxes {
	float: right;
	width: 200px;
	margin-left: 10px;
}

/* --------------------- BOTTOM --------------------------- */

#navBottom{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 10px;
}

#copyright{
	margin-top: 7px;
	width: 100%;
	clear: both;
}

#copyright p {margin: 0 0 3px 0;}
.copyright {font-size: 10px; color: #666; text-align: center;}
.copyright a:link {color: #666; text-decoration: none;}
.copyright a:visited {color: #666; text-decoration: none;}
.copyright a:hover {color: #900; text-decoration: underline;}


/* --------------- NAVIGATION BOXES ----------------- */

#navHeader {
	font-size: 12px;
	padding: 7px 10px 7px 10px;
}

#navHeader a {
	color: #FFF;
	margin: 10px 0 0 0;
}

#navHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#navBox {
	padding: 2px 0 5px 0;
	margin: 2px 0 2px 0;
	background-color: #EEE;
}

#navBox p {
	margin: 5px 0 7px 20px;
}

#navBox a:hover {
	color: #900;
	text-decoration:none;
}
		
	
/* --------------------- QUOTE BOX--------------------------- */

#quoteBox {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 11px;
	margin: 0 0 10px 0;
}

#quote {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0 5px 0;
	color: #666;
	line-height: 14px;
}

#quoteName {
	margin: 0 0 2px 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	color: #666;
}

#quoteNameDetails {
	margin: 0 0 2px 0;
	font-size: 9px;
	font-weight: lighter;
	line-height: 12px;
	color: #666;
}


/* --------------------- NEWS BOX--------------------------- */

#newsBoxHeader {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#newsBoxHeader a {
	color: #366;
	margin: 0 0 10px 0;
}

#newsBoxHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#newsBox
 {
	padding: 1px 5px 7px 5px;
	text-align: left;
	font-size: 11px;
	margin: 2px 0 10px 0;
	min-height: 150px;
}

#newsBox p {
	margin: 5px 0 5px 0;
	line-height: 14px;
}

.newsitem {
	border-top: #999 thin solid;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

.newsHead {
	font-size: 11px;
	padding: 8px 0 0 0;
}

.newsMore {
	font-weight: lighter;
	font-size: 10px;
}

.newsDate {
	color: #999;
	font-size: 8px;
	font-weight: bold;
}

/* --------------------- PARTNERS BOX--------------------------- */

#partnersBoxHeader {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 12px;
	color: #FFF; 
}

#partnersBoxHeader a {
	color: #FFF;
	margin: 0 0 10px 0;
}

#partnersBoxHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#partnersBox {
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 11px;
	margin: 2px 0 10px 0;
	background-color: #EEE;
}

#partnersBox img {
	margin: 0 0 15px 0;
}

/* --------------------- FAQ BOX--------------------------- */

#faqBoxHeader {
	padding: 4px;
	width: 200px;
	font-weight: bolder;
	text-align: left;
	font-size: 10px;
	color: #000;
	clear: both;
}

#faqBox
 {
	padding: 5px 5px 10px 5px;
	text-align: left;
	font-size: 11px;
	margin: 2px 0 2px 0;
	min-height: 50px;
}

#faqBox p {
	margin: 5px 0 5px 0;
	line-height: 14px;
}

.faqQuestion {
	font-size: 11px;
	padding: 2px 0 0 0;
}

.faqMore {
	font-weight: lighter;
	font-size: 10px;
}

#faqBoxFooter {
	padding: 4px;
	font-weight: bolder;
	text-align: left;
	font-size: 10px;
	color: #000;
}

#faqBoxFooter a {
	color: #366;
	margin: 10px 0 0 0;
}

#faqBoxFooter a:hover {
	color: #CCC;
	text-decoration: none;	
}

/* --------------------- PROFILE BOX --------------------------- */

#profileBox {
	margin: 0 0 10px 0;
	padding: 1px 0 1px 0;
	background: #FFF;
}

/* ------------------ APPLY NOW BUTTON ------------------------ */

#applyNowButton {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 12px;
	color: #900;
	margin: 0 0 10px 0;
}

#applyNowButton a {
	color: #900;
	margin: 0 0 10px 0;
}

#applyNowButton a:hover {
	color: #FFF;
	text-decoration: none;	
}

