﻿/* CSS Document */

/* colors:

*/

/* ---------------------- */
/* Reset
------------------------- */

/* remember to define focus styles! */
*:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
}
/* ---------------------- */
/* MFT Defaults
------------------------- */
html {
	overflow-y: scroll;
}

body {
	font-size: 14px;
	text-align: center; /*IE6 center page fix*/
	margin: 0;
	min-width: 1000px;

	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-arrow-color: #eee;
	scrollbar-track-color: #eee;
}

body, input {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

h1, h1 a:link {
	text-decoration: none;
	color: #00529B;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
}

h1 {
	font-size: 22px;
}

.subheadingLG { /*freestyle*/
	font-size: 1.4em;
	font-weight: bold;
}

.subheadingMED { /*freestyle*/
	font-size: 1.3em;
	font-weight: bold;
	color: #00529B;
}

.subheadingSM { /*freestyle*/
	font-size: 1.2em;
	font-weight: bold;
}

h1, .subheadingLG, .subheadingMED, .subheadingSM, .bodyTextSM, .bodyTextLG, p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

.bodyTextSM { /*freestyle*/
	font-size: 10px;
}

.bodyTextLG { /*freestyle*/
	font-size: 1.1em;
}

ul {
	margin-left: 2em;
	padding: 0;
	list-style: none;
}

ul li {
	background: url(/Images/bullet_square_4x4.gif) left .5em no-repeat;
	padding: 0 0 0 10px;
}

ul li, ol li {
	margin-bottom: .5em;
}

th, td {
	vertical-align: top;
}

hr {
	border : 0;
	height : 1px;
	background: #666666;
	margin : 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.text-button {
	padding-left: .5em;
	padding-right: .5em;
}

/* fixes IE double-padding bug */
input.text-button {
	width: auto;
	overflow: visible;
}

ul.nav,
ul.nav ul {
	margin: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.nav li a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.confirm .content ul li {
	background: url(/images/icon-arrow-back.gif) left .45em no-repeat;
}

body.confirm .content ul li:first-child {
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */
html {
	
}

body { 
	background: #002C63 url(/images/bg.jpg) repeat-x;
}

div.siteContainer {
	margin: 10px auto 0 auto;
	width: 1000px;
	text-align: left;
	border: 2px solid #000000;
}

div.pageContainer {
	min-width: 1000px;
}

div.headerContainer {
}

.logo {
}

div.headerLeft {
}

div.headerRight {
}

div.navRight {
}

div.navTop {
}

div.colLeft {
	width: 200px;
	float: left;
	background: #eee;
	padding: 20px;
}

.contentContainer {
	background: #FFFFFF;
}

div.content {
	float: right;
	width: 707px;
	background: #fff;
	padding: 20px;
}

div.col1 {
}

div.col2 {
}

div.col3 {
}

div.footerContainer {
	background: url(/images/footerbar.jpg) no-repeat 0 0;
	height: 27px;
	color: #003399;
	font-size: 10px;
}

div.footerLeft {
	float: left;
	padding: 5px;
}

div.footerRight {
	float: right;
	padding: 5px;
}

div.footer a:link, div.footer a:visited {
	color: #999;
}

/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom Page Styles
--------------------------------------------------------------------------- */
.clear {
	clear: both;
}

.logoContainer {
	float: left;
}

.quoteContainer {
	float: right;
	background: url(/images/quoteBG.jpg) no-repeat 0 0;
	height: 165px;
	width: 518px;
}

.quoteRotator {
	width: 365px;
	font-size: 11px;
	text-align: center;
	margin: 15px 0 0 88px;
	/*min-height: 108px;*/
	min-height: 115px;
	padding: 0;
}

.quoteFooter {
	width: 360px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 55px;
	padding-top: 2px;
	
}

.signature {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

.leftNavContainer {
	float: left;
	width: 246px;
}

.leftNavContainer ul.nav {
	width: 246px;
	margin: 14px 0 0 0;
}

.leftNavContainer ul.nav li {

	text-align: center;
	/*height: 28px;*/
	width: 246px;
	padding: 0;
}

.leftNavContainer ul.nav li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	background: url(/images/leftnav_top.jpg) no-repeat 0 0;
	display: block;
	/*height: 28px;*/
	padding: 5px 0 5px 0;
}

.leftNavContainer ul.nav li ul {
	background: url(/Images/greyfade_top.jpg) repeat-x 0 0;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.leftNavContainer ul.nav li ul li a {
	background: url("/Images/green_slashes.gif") no-repeat 10px 6px;
	color: #000000;
	text-align: left;
	padding-left: 30px;
}

.leftNavContainer ul.nav li ul li a:hover {
	color: #009933;
}

.topbar {
	background: url(/images/topbar.jpg) no-repeat 0 0;
	height: 32px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}

.topbar p {
	padding: 8px 0 0 155px;
}

.topline {
	color: #000000;
}

.providedContainer {
	background: url(/Images/leftnavbg.jpg) no-repeat 0 0;
	width: 246px;
	/*color: #2FB457;*/
	color: #000000;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: bold;
}

.providedContainer p {
	padding: 8px;
}

.states {
	color: #000000;
	/*font-size: 13px;*/
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.states li {
	background: url(/Images/greenDot.png) no-repeat 0 0.5em;
}

.content img {
	border: 2px solid #006400;
}

.patriot {
	color: #006B00;
	font-weight: bold;
	font-style: italic;
}

.casestudy a {
	background: url(/Images/caseStudyBtn.jpg) no-repeat 0 0;
	display: block;
	width: 227px;
	height: 29px;
	color: #FFFFFF;
	padding: 4px 0 0 8px;
	margin: 0 0 0 120px;
	text-decoration: none;
}

.casestudy2 a.hover {
	background: url(/Images/caseStudyBtn_over.jpg) no-repeat 0 0;
}

.casestudy2 a {
	background: url(/Images/caseStudyBtn.jpg) no-repeat 0 0;
	display: block;
	width: 227px;
	height: 29px;
	color: #FFFFFF;
	padding: 4px 0 0 8px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}

.casestudy a.hover {
	background: url(/Images/caseStudyBtn_over.jpg) no-repeat 0 0;
}

.development {
	list-style: disc;
}
/* ---------------------- */
/* END Custom Page Styles
------------------------- */

.blackReg {
	color: #000000;
	font-size: 14px;
}

.blackMed {
	color: #000000;
	font-size: 18px;
}

.blackHeader {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}

.greenReg {
	color: #006B00;
	font-size: 14px;
}

.greenMed {
	color: #006B00;
	font-size: 18px;
}

.greenHeader {
	color: #006B00;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}

.patriotGreen {
	color: #006B00;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.blueReg {
	color: #00529B;
	font-size: 14px;
}

.blueMed {
	color: #00529B;
	font-size: 18px;
}

.blueHeader {
	color: #00529B;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}

/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */

div.searchBoxContainer { overflow: hidden; }

div.searchBoxContainer * {
	float: left;
	font-size: 11px;
	border: none;
}

div.searchBoxContainer p {
	line-height: 19px;
	border: 0;
	margin: 0 5px 0 0;
	float: none;
}

div.searchBoxContainer div {
	padding: 1px;
	background: black;
	font-weight: normal;
}

div.searchBoxContainer div .text-box,
div.searchBoxContainer div .watermark-text-box {
	height: 13px;
	padding: 2px;
	width: auto;
	background: white;
}

div.searchBoxContainer div .text-button {
	height: 17px;
	background: red url(/Images/icon-arrow.gif) center;
	text-indent: -999em;
	width: 19px;
	margin-left: 1px;
	padding: 0;
	line-height: 0; /* ie7 fix*/
}

a.rpt_repeater {
	border: 1px solid #333;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
}

a.rpt_repeater .field1 {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

a.rpt_repeater .field2,
a.rpt_repeater .field3,
a.rpt_repeater .field4 { 
	margin: .5em 0;
	display: block;
}

a.rpt_repeater .image1,
a.rpt_repeater .image2 {
	float: left;
	margin-right: 5px;
}

/* ---------------------- */
/* END Custom Module Styles
------------------------- */

