@charset "UTF-8";
/* CSS Document */
/* Normalize the HTML elements */
body, h1, h2, h3, h4, table, tr, th, td, p, ul, ol, li, div, blockquote, img, hr {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #dce2e4;
	background-image: url(images/body_BG.png);
	background-repeat: repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4a7e9b;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}
h1 span.smallcaps {
	font-size: 16px;
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 10px 0;
	/*color: #6b685c;*/
}
.articles h2 {

}
h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0 5px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.landingNew h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0 10px 0;
}
h4, h5 {
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
h5 {
	line-height: 20px;	
	margin-bottom: 0;
}
p, ul, ol {
	margin-bottom: 12px;
	line-height: 18px;
}
ul {
	list-style-image: url(images/icon_list.gif);
	list-style-position: outside;
}
li {
	margin: 0 0 .5em 20px;
}
blockquote, blockquote p {
	margin-bottom: 12px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 22px;
	color: #555;
}
.quotee {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #333;
	/*text-align: right;*/
}
.quotee2 {
	font-style: italic;
	color: #555;
	text-align: right;
	margin: -10px 0 20px 0;
}
hr {
	background-color: #d6d3cf;
	height: 1px;
	margin-bottom: 12px;
}

#ContactForm table {
	margin: 0 0 25px 0;
	padding: 10px 0 10px 0;
	background-color: #e5eaed;
	width: 100%;
}
#ContactForm table tr {
	vertical-align: top;
}
#ContactForm table th {
	padding: 10px 10px 0px 10px;
	font-weight: normal !important;
	text-align: left;
	width: 90px;
	white-space: nowrap;
}
#ContactForm table td {
	padding: 10px 10px 0px 10px;
	min-width:80%;
}
#ContactForm input, #ContactForm textarea {
	background-color: #fff;
	width: 240px;
}
#ContactForm.ContactPage input, #ContactForm.ContactPage textarea {
	background-color: #fff;
	width: 300px;
}
#ContactForm input.formButtomPrimary, #ContactForm input.formButtomSecondary {
	background: #a02d09 url(images/formButtomPrimary.gif) repeat-x top;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 10px;
	border-width: 1px;
	width: 100px;
}
 #ContactForm input.formButtomSecondary {
	background-image: url(images/formButtomSecondary.gif);
 }
#ContactForm input.formButtomPrimary:hover, #ContactForm input.formButtomSecondary:hover {
	background-image: url(images/formButtomOVER.gif);
}
/* Layout Styles */
#wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}
#banner {
	height: 100px;
	background-image: url(images/banner.jpg);
}
#nav {
	margin-bottom: 10px;
	padding: 0 30px;
	height: 35px;
	background-image:url(images/nav_BG.png);
	background-repeat: repeat-x;
}
#contentWrapper {
	margin-bottom: 10px;
	background-image: url(images/contentWrapper_BG.gif);
	background-repeat: repeat-y;
}
div#contentWrapper.disclaimer {
	background-image: none;
	background-color: #fff;
}
div#contentWrapper.landingPage {
	background-image: none;
	background-color: #fff;
	padding: 20px 45px;
}
div#contentWrapper.landingPage form table {
	width: 100%;
	padding-right: 350px;
}
#contentMain {
	margin-right: 10px;
	padding: 20px 30px;
	width: 555px;
	min-height: 600px;
	/*background-color: #CCC;*/
}
#contentMain.home {
	min-height: 600px;
}
div#contentWrapper.disclaimer #contentMain {
	width: 800px;	
}
div#contentWrapper #contentMain.landing {
	padding: 20px 40px;	
	width: 850px;
}
div#contentWrapper #contentMain.landingNew {
	min-height: 770px;
}
#contentRight {
	padding: 20px;
	float: right;
	width: 275px;
	/*background-color: #eee;*/
}
#footer {
	color: #bbb;
	font-size: .9em;
	text-align: center;
	margin: 0 0 20px 0;
}
.video {
	margin-bottom: 20px;	
}
.go2 {
	color: #666;
}
.smallfont {
	font-size: .8em;	
	margin: 0 0 15px 0;
}
quoteAddendum {
	font-size: .8em;	
}
.redtext, .articles h2 {
	color: #a02d09;	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Anchors */
a:link, a:visited {
	color: #285e7c;
	text-decoration: underline;
}
a:hover, a:active {
	color: #a02d09;
	text-decoration: none;
}
#nav a, #nav a:link, #nav a:visited {
	display: block;
	float: left;
	padding: 0 15px 3px 15px;
	border-right: 1px solid #b5aea5;
	line-height: 32px;
	font-size: 14px;
	color: #444;
	text-decoration: none;
}
#nav a.ON, #nav a:hover {
	background-image: url(images/nav_BG_ON.png);
	background-repeat: repeat-x;
	color: #fff;
}
#nav a:hover {
	text-decoration: underline; 
}
a.button:link, a.button:visited {
	display: block;
	margin: 0 5px 10px 5px;
	padding: 6px 15px 10px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	text-align: center;
	text-decoration: none;
	background-image: url(images/button_BG_OVER.png);
	background-repeat: repeat-x;
	color: #fff;
}
a.button:hover {
	text-decoration: underline; 
	background-image: url(images/button_BG.png);
}
/* Landing Page Call to Action links */
a#callToAction:link, a#callToAction:visited {
	display: block;
	float: right;
	z-index: 100;
	background: #a02d09 url(images/formButtomOVER_tall.gif) repeat-x top;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	padding: 4px 10px;
	border-width: 1px;
	margin: 0px -5px 10px 15px
}
a#callToAction:hover {
	background-image: url(images/formButtomPrimary_tall.gif);
	text-decoration: underline;
}
/* Landing Page Call to Action links */
a#callAction:link, a#callAction:visited {
	background: #a02d09 url(images/formButtomOVER_tall.gif) repeat-x top;
	color: #fff;
}
a#callAction:hover {
	background-image: url(images/formButtomPrimary_tall.gif);
}

/* LInks for the videos */
a.videoLink, a.videoLink:link, a.videoLink:visited, a.videoLinkON, a.videoLinkON:link, a.videoLinkON:visited {
	display: block;
	margin-bottom: 2px;
	padding: 0 5px 0 20px;
	/*background-image: url(images/nav_BG.png);
	background-repeat: repeat-x;*/
	background-color: #eee;
	line-height: 32px;
	font-size: 12px;
	text-align: left;
	color: #555;
	text-decoration: none;
}
a.videoLinkON, a.videoLinkON:link, a.videoLinkON:visited, a.videoLinkON:hover, a.videoLink:hover {
	background-color: #cf4b23;
	/* background-image: url(images/button_BG_OVER.png); */
	color: #fff;
}
/* Links for the Articles */
a.articleLink, a.articleLink:link, a.articleLink:visited {
	display: block;
	margin: 0 0 2px -10px;
	padding: 10px 5px 10px 10px;
	/*background-image: url(images/nav_BG.png);
	background-repeat: repeat-x;*/
	background-color: #eee;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	color: #555;
	text-decoration: none;
}
a.articleLink:hover, a.articleLink:active, a.articleLink:hover span.go2 {
	background-color: #cf4b23;
	/* background-image: url(images/button_BG_OVER.png); */
	color: #fff;
}
.testimonialLink {
	font-size: 14px;	
}
#footer a:link, #footer a:visited {
	color: #6b685c;
	text-decoration: none;
}
#footer a:hover {
	color: #a02d09;
	text-decoration: underline;
}

