/* CSS Document */

body {
	background: #fff url('/images/site-bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

/************************ Clear Elements to Support IE6 ************************/

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
	}

/************************ Structural Elelemts *********************/

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}

#folio {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 912px;
	height: auto;
	background: none;
	}

/****************************** Site Container ***********************************/

#sitewrapper {
	width: 912px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	}

/****************************** Logo, Top Flash and Navigation Styles ***********************************/

#brandband {
	width: 912px;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	}

.logo {
	float: left;
	width: 160px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	}

.top_right {
	float: right;
	width: 651px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	}
.flashwords {
	width: 651px;
	height: 43px;
	margin: 18px 0 0 0;
	padding: 0 0 21px 0;
	text-align: right;
	}
.navigation {
	width: 651px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	background: url('/images/nav-bg.gif') no-repeat;
	}
.navidv {
	margin: 0 11px;
	}

/****************************** Main Area ***********************************/

#main {
	clear: both;
	width: 912px;
	height: auto;
	margin: 13px 0 0 0;
	padding: 0;
	background: url('/images/main-bg.gif') repeat-y;
	}

#homebanner {
	width: 912px;
	height: auto;
	margin: 7px 0 0 0;
	padding: 0;
	}

/****************************** Columns ***********************************/

#left_column {
	float: left;
	width: 237px;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	}

#right_column {
	float: right;
	width: 626px;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	}

/****************************** Left Nav Modules ***********************************/

.leftwrap {
	width: 237px;
	height: auto;
	margin: 0;
	padding: 0;
	}
.leftmodule {
	width: 237px;
	height: auto;
	margin: 0;
	padding: 20px 0 16px 0;
	background: #002a5c url('/images/modules/left-top.gif') no-repeat;
	}
.leftmodule h1 {
	margin: 0 16px 0 16px;
	padding: 0;
	color: #fff;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	}
.leftmodule h2 {
	margin: 0 16px 0 16px;
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: url('/images/left-h2-bg.gif') bottom left repeat-x;
	}
.leftmodule p {
	margin: 80px 16px 0 16px;
	padding: 12px 0 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	}
.leftmodule_bottom {
	width: 237px;
	height: 6px;
	margin: 0;
	padding: 0;
	font-size: 2px;
	background: url('/images/modules/left-bottom.gif') no-repeat;
	}

.leftspacer {
	width: 237px;
	height:160px;
	margin: 0;
	padding: 0;
	}
.brochurepic
{
    background-position: center center;
    height: 160px;
    width: 256px;
    background-image: url( '/images/brochure.gif' );
    background-repeat: no-repeat;
}
.brochurewords
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.home_stats {
	width: 205px;
	height: auto;
	margin: 0 0 0 16px;
	padding: 0;
	}

/************************************* Left Navigation Module - Link Styles *********************************/

a.capsule {
	width: 189px;
	height: auto;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	margin: 0 16px 0 16px;
	}
a.capsule:hover, a.capsule_top:hover {
	background: #0a5c8e url('/images/left-nav/bg-on.gif') repeat-x;
	text-decoration: none;
	}
a.capsule_top {
	width: 189px;
	height: auto;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	margin: 8px 16px 0 16px;
	}
a.capsule_selected {
	width: 189px;
	height: auto;
	display: block;
	text-align: left;
	color: #c2def2;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	margin: 0 16px 0 16px;
	background: #0a5c8e url('/images/left-nav/bg-on.gif') repeat-x;
	}
a.capsule_selected, a.capsule_selected_top {
	color: #c2def2;
	text-decoration: none;
	}
a.capsule_selected_top {
	width: 189px;
	height: auto;
	display: block;
	text-align: left;
	color: #c2def2;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	margin: 8px 16px 0 16px;
	background: #0a5c8e url('/images/left-nav/bg-on.gif') repeat-x;
	}

/****************************** Right Content Modules ***********************************/

.rightmodule {
	margin: 0;
	padding: 0;
	width: 626px;
	height: auto;
	text-align: left;
	}
.rightmodule_mrg {
	margin: 12px 0 0 0;
	padding: 0;
	width: 618px;
	height: auto;
	text-align: left;
	}
.rightmodule h1, .rightmodule_mrg h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	background: url('/images/right-h1-bg.gif') bottom left repeat-x;
	}
.rightmodule h1.mrg, .rightmodule_mrg h1.mrg {
	margin: 18px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	background: url('/images/right-h1-bg.gif') bottom left repeat-x;
	}
.rightmodule h2, .rightmodule_mrg h2 {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	}
.rightmodule p, .rightmodule_mrg p {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #111;
	line-height: 1.5em;
	letter-spacing: -0.002em;
	word-spacing: normal;
	}
.rightmodule p.small, .rightmodule_mrg p.small {
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	line-height: normal;
	letter-spacing: -0.002em;
	word-spacing: normal;
	}
.rightmodule p.bullet, .rightmodule_mrg p.bullet {
	margin: 10px 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	line-height: 1.55em;
	letter-spacing: -0.003em;
	word-spacing: normal;
	background: url('/images/p-bullet.gif') top left no-repeat;
	}
.rightmodule p.indent, .rightmodule_mrg p.indent {
	margin: 2px 0 0 30px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #111;
	line-height: 1.55em;
	letter-spacing: -0.003em;
	word-spacing: normal;
	background: none;
	}
.rightmodule ul, .rightmodule_mrg ul {
	margin: 12px 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: normal;
	color: #111;
	line-height: normal;
	letter-spacing: -0.003em;
	word-spacing: normal;
	}
.rightmodule li, .rightmodule_mrg li {
	margin: 0 0 0 0px;
	padding: 1px 0 1px 0px;
	font-size: 13px;
	color: #111;
	}
.rightmodule a, .rightmodule_mrg a {
	color: #02428e;
	text-decoration: underline;
	}

/****************************** Testimonial Module ***********************************/

.testimonial {
	margin: 12px 0 0 0;
	padding: 10px 0 12px 0;
	width: 618px;
	height: auto;
	text-align: left;
	background: #f2f2f2 url('/images/testimonial-bg.gif') repeat-x;
	}
.testimonial_copy {
	float: left;
	width: 596px;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	}
.testimonial_quote {
	width: 596px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.testimonial_quote p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #002a5c;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	}
.testimonial_byline {
	width: 596px;
	height: 27px;
	margin: 14px 0 0 0;
	padding: 0 0 0 0;
	background: url('/images/testimonial-byline.gif') no-repeat;
	text-align: right;
	}
.testimonial_byline_double {
	width: 596px;
	height: 60px;
	padding: 0;
	background: url('/images/testimonial-byline_double.gif') no-repeat;
	text-align: right;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
.testimonial_byline p {
	margin: 0 0 0 0;
	padding: 5px 10px 0 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	}
.testimonial_byline_double p {
	margin: 0 0 0 0;
	padding: 5px 10px 0 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	}
.testimonial_pic {
	float: right;
	width: 96px;
	height: auto;
	margin: 0 12px 0 0;
	padding: 0 0 0 0;
	}
.testimonial_pic img {
	border: solid 1px #a1a1a1;
	margin: 0;
	padding: 0;
	}

/****************************** Footer Styles ***********************************/

#footer {
	clear: both;
	width: 912px;
	height: auto;
	margin: 16px 0 0 0;
	padding: 12px 0 12px 0;
	border-top: solid 3px #bdbdbd;
	text-align: center;
	}
#footer p {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 11px;
	color: #333;
	margin: 0px 0 0 0;
	padding: 0;
	line-height: 1.8em;
	letter-spacing: -0.02em;
	}
#footer p.small {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 10px;
	color: #333;
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 1.5em;
	}
#footer a {
	color: #333;
	text-decoration: none;
	}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}

.footer_dividers {
	margin: 0 8px;
	color: #999;
	}

.table_contact {
	margin: 12px 0 0 0;
    }
.table_contact th {
	padding: 3px;
	font-size: 12px;
	color: #fff;
	background: #002a5c;
	font-weight: bold;
	text-align: left;
	}
.table_contact td {
	padding: 3px;
	font-size: 12px;
	color: #222;
	}
.table_contact td.dark {
	padding: 3px;
	font-size: 12px;
	color: #222;
	background: #f3f3f3;
	}
.table_contact td.dark2
{
    padding: 3px;
    font-size: 12px;
    color: #222;
    background: #CCCCCC;
}

.news_dates {
	font-size: 11px;
	color: #666;
	}
.download_options {
	font-size: 11px;
	color: #222;
	}
.download_options a {
	color: #222;
	}
.download_divide {
	color: #999;
	}
.icon_img {
	vertical-align: middle;
	margin: 0 2px 0 0;
	}
