/* - GENERAL CLASSES - */
body {
	color: #000;
	font: 83%/1.25 "Lucinda Grande", Verdana, Lucinda, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}
td {
	/* font: 92%/1.25 "Lucinda Grande", Verdana, Lucinda, Helvetica, Arial, sans-serif; */
}

.fsBody {
	background-image: url(../images/body_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #transparent;
}

.fsBodyIntNav {
	background-image: url(../images/body_int_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #transparent;
}

.fs-welcome {
	font-size: 110%;
	font-style: italic;
}

.fstext-med { font-size: 92%; }

.fstext-sm { font-size: 84%; }
                     
.fstext-xsm { font-size: 78%; }
                     
.fstext-xxsm { font-size: 72%; }
                     
.fsital { font-style: italic; }

/* - FORM ELEMENTS - */
SELECT, TEXT, INPUT, TEXTAREA {
	font-size: 83%;
}

/* - LINKS - */
a, a:link,
a:visited {
	color: #0241C9;
	text-decoration: none;
}

a:active,
a:hover {
	color: #0241C9;
	text-decoration: underline;
}

a.interiorNavLink,
a.interiorNavLink:link,
a.interiorNavLink:visited,
a.interiorNavLinkSelected {
	color: #355170;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: 83%;
	height: 18px;
	padding: 5px 10px 0 10px;
}

a.interiorNavLinkSelected:link,
a.interiorNavLinkSelected:visited,
a.interiorNavLinkSelected:active,
a.interiorNavLinkSelected:hover,
a.interiorNavLink:active,
a.interiorNavLink:hover {
	color: #FCFF00;
	text-decoration: none;
	font-weight: normal;
	font-size: 83%;
	height: 18px;
	background-color: #718EAF;
	padding: 5px 10px 0 10px;
	/* #BC8E8D; */
}

/* - OTHER LINK CLASSES - */
.fsLogin {
	margin-top: .5em;
	text-align: right;
}

/* - INTERIOR NAV - */
td.interiorNavCell {
	width: 160px;
	background-color: #CBD5E1;
	border-right: 1px solid #000000;
}

td.interiorNav {
	width: 160px;
	height: 22px;
	vertical-align: middle;
}

/*- TITLE CLASSES - */
.pageTitle {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}

.date {
	font-size: 78%;
	font-weight: normal;
	text-align: right;
}

.fsHR {
	height: 1px;
	color: #355170;
	background-color: #355170;
	border: 0;
	margin: 10px 0 10px 0;
}

.subTitle {
	font-size: 83%;
	color: #000000;
	font-weight: bold;
	margin-top: .5em;
}
     
                    
h1 {
	font-size: 165%;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 115%;
	color: #AF4D4D;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding-left: 0;
}
                     
h4 {
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 4px 0;
}
                     
h5 {
	font-size: 95%;
	font-weight: bold;
	margin: 10px 0 3px 0;
}


/* - HEADER - */
.header {
	background-color: #ffffff;
}

/* - CONTENT - */
.contentCell {
	padding: 1.5em 15px;
	background-color: #transparent;
}

.contentArea {
	width: 920px;
	height: 100%;
	background-color: #transparent;
}

.content {
	padding-top: 10px;
	background-color: #transparent;
	font-size: 92%;
}

.contentItem {
	background-color: #transparent;
}


/* - FOOTER - */
.fsFooter {
	vertical-align: middle;
	text-align: center;
	padding: 15px 0 5px 0;
	font-size: 78%;
	/* border-top: 1px solid #000000; */
}

.cell01 {
	background-color: #718EAF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 73px;
}

.cell02 {
	border-bottom: 1px solid #000000;
	background-image: url(../images/header/header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #718EAF;
	height: 73px;
}

.cell03 {
	border-bottom: 1px solid #000000;
	background-color: #718EAF;
	height: 73px;
}

.cell031 {
	border-right: 1px solid #718EAF;
	height: 73px;
}

.cell032 {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #718EAF;
	height: 73px;
}

.cell033 {
	border-left: 1px solid #eaeaea;
	height: 73px;
}

.cell11 {
	background-image: url(../images/nav/nav_bg_blue.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 18px;
}

.cell12 {
	background-image: url(../images/nav/nav_bg_blue.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	height: 18px;
}

.cell21 {
	background-color: #718EAF;
	border-right: 1px solid #000000;
	height: 100%;
}

/* - HOME PAGE CLASSES -*/

#homePageContent {
	width: 100%;
	height: 95%;
	padding-top: 0px;
	margin-top: -12px;
}

.module {
	padding-right: 0px;
}

.module th {
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 0 10px;
	height: 19px;
	background-image: url(../images/modules/module_title_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

td.moduleContent {
	padding: 10px;
	border-top: 1px solid #ffffff;
	background-color: #CBD5E1;
}

td.moduleSpacer {
	width: 10px;
}

td.moduleLogo {
	padding: 5px;
	height: 90px;
	text-align: center;
	border-top: 1px solid #ffffff;
	background-color: #CBD5E1;
}

.moduleCaseStudyRowOdd {
	padding: 10px;
	border-top: 1px solid #ffffff;
	background-color: #718EAF;
}

.moduleCaseStudyRowEven {
	padding: 10px;
	border-top: 1px solid #ffffff;
	background-color: #CBD5E1;
}

.moduleCaseStudyLogo {
	vertical-align: bottom;
	padding-top: 10px;
}

.white-text {
	color: #fff;
}

a.yellowLink:link,
a.yellowLink:visited,
a.yellowLink:active,
a.yellowLink:hover {
	color: #fcff00;
	}

a.redLink:link,
a.redLink:visited,
a.redLink:active,
a.redLink:hover {
	color: #a00;
	}
	
ul, ol {
	margin-top: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}
.hdrLink {
	font-weight: bold;
	}