/* Global HTML Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 760px;
}
a:link,a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
	margin-top: 14px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 0px;
}
li {
	list-style-image: url(../images/front_bullet.gif);
	margin-bottom: 8px;
}

/* Top Sub Navigation */
.topnav {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	display: block;
	padding: 5px 8px;
	text-align: center;
}
a.topnav:link,a.topnav:visited {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.topnav:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.topnav:active {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Top Main Navigation */
.nav {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 8px 10px;
	text-align: center;
}
a.nav:link,a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}
.navDivider {
	background-color: #CC0000;
	width: 1px;
}

/*Section Subnavigation /*
/* Top Main Navigation */
.subnav {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 5px 8px;
	text-align: center;
}
a.subnav:link,a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a.subnav:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #000000;
}
a.subnav:active {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
}
.subnavOff {
	color: #D3CAA3;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 5px 8px;
	text-align: center;
}

/* Other Header Styles */
.headBottomBar {
	background-color: #000000;
	height: 22px;
}
.headTopBar {
	height: 62px;
}

/* Content Area */
.contentBox {
	background-color: #E5E4D0;
	background-image: url(../images/footer_curve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentPadding {
	padding-bottom: 40px;
}
.breadcrumbs {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 8px;
	background-image: url(../images/divider_black.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.subheadLinks {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.testimonials {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

/* Front */
.subtitleBoxTan {
	background-color: #989770;
	background-image: url(../images/front_divider_h_tan.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px;
}
.subtitleBoxRed {
	background-color: #CC0000;
}
.subtitleDividerRed {
	background-color: #CC0000;
	width: 1px;
}
h2.front {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: .08em;
}
a.subtitle {
	display: block;
	padding: 6px;
}
a.subtitle:link,a.subtitle:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a.subtitle:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.frontbottomDivider {
	width: 1px;
}
.frontbottomText {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;	
}
.frontbottomLogos {
	padding-bottom: 20px;
	text-align: right;
}

/* Footer */
.footer {
	font-size: 9px;
	line-height: 12px;
	color: #999999;
	text-align: center;
	padding: 6px;
}

