@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #282828;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	cursor: default;
}

a { outline: none; }
p { padding: 0; margin: 0;}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container #contentBack #mainContent .textMain .redLink
{
	color: #666666;
}
#container #contentBack #mainContent .textMain .redLink:hover
{
	color: #ab0e0f;
}

#header {
	position: relative;
	
} 
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
#container #header .logoLink {
	margin-left: 30px;
}
#container #header #icons {
	position: absolute;
	top: 62px;
	right: 30px;
	width: auto;
	height: 14px;
}
#container #header .home {
	width: 16px;
	height: 14px;
	background-image: url(../images/homeButt.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .home:hover {
	width: 16px;
	height: 14px;
	background-image: url(../images/homeButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header #icons .homeActive {
	width: 16px;
	height: 14px;
	background-image: url(../images/homeButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .sitemap {
	width: 16px;
	height: 14px;
	background-image: url(../images/siteMapButt.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .sitemap:hover {
	width: 16px;
	height: 14px;
	background-image: url(../images/siteMapButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .sitemapActive {
	width: 16px;
	height: 14px;
	background-image: url(../images/siteMapButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .email {
	width: 16px;
	height: 14px;
	background-image: url(../images/emailButt.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .email:hover {
	width: 16px;
	height: 14px;
	background-image: url(../images/emailButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .emailActive {
	width: 16px;
	height: 14px;
	background-image: url(../images/emailButtActive.png);
	background-repeat: no-repeat;
	float: left;
}
#container #header .iconSeparator {
	width: 1px;
	height: 11px;
	background-image: url(../images/iconSeparator.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 3px 8px 0 8px;
}
#topNavBar {
	width: 920px;
	height: 60px;
	background-image: url(../images/topNavBar.png);
	background-repeat: no-repeat;
}

#container #topNavBar #quote {
	height: 22px;
	width: 102px;
	margin-top: 20px;
	margin-right: 27px;
}
#container #topNavBar #quote {
	background-image: url(../images/freeQuoteButt.png);
	background-repeat: no-repeat;
	float: right;
}
#container #topNavBar #quote:hover {
	background-image: url(../images/freeQuoteButtActive.png);
	background-repeat: no-repeat;
	float: right;
}
#contentBack {
	width: 920px;
	height: auto;
	background-image: url(../images/contentBack.gif);
	background-repeat: repeat-y;
}
#rightNav {
	float: right;
	width: 288px;
	height: auto;
	margin: 8px 9px 5px 9px;
}
#container #contentBack #rightNav .rightNavTop {
	width: 288px;
	height: 64px;
	vertical-align: top;
	background-image: url(../images/rightNavTop.png);
	background-repeat: no-repeat;
}
#container #contentBack #rightNav .rightNavMid {
	width: 288px;
	height: auto;
	background-image: url(../images/rightNavMid.gif);
	background-repeat: repeat-y;
}
#container #contentBack #rightNav .rightNavBott {
	width: 288px;
	height: 5px;
	vertical-align: bottom;
	margin-bottom: 8px;
	background-image: url(../images/rightNavBott.gif);
	background-repeat: no-repeat;
}
#container #contentBack #rightNav .rightNavMid .servLinkWrap {
	width: 249px;
	height: auto;
	padding: 13px 0 0 19px;
}
#container #contentBack #rightNav .rightNavMid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 17px;
}
#container #contentBack #rightNav .rightNavMid .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ab0e0f;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	display: block;
	cursor: default;
}
#container #contentBack #rightNav .rightNavMid .servLink {
	margin: 0;
	padding: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
}
#container #contentBack #rightNav .rightNavMid .servLink:hover {
	background-color: #d9d9d9;
	color: #ab0e0f;
}
#container #contentBack #rightNav .rightNavMid .servLinkWrap .servLinkActive {
	margin: 0;
	padding: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ab0e0f;
	text-decoration: none;
	background-color: #d9d9d9;
	display: block;
}

#container #contentBack #rightNav .rightNavMid .separator {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-image: url(../images/dotSeparator.gif);
	background-repeat: repeat-x;
}

#container #contentBack #rightNav .rightNav2Top {
	width: 288px;
	height: 42px;
	vertical-align: top;
	background-image: url(../images/rightNav2Top.png);
	background-repeat: no-repeat;
}
#container #contentBack #topHeader {
	width: 605px;
	height: 280px;
	float: left;
	margin: 8px 0 35px 9px;
}
#container #contentBack #topHeaderBig {
	width: 605px;
	height: 400px;
	float: left;
	margin: 8px 0 35px 9px;
}
#mainContent {
	float: left;
	width: 614px;
	padding-bottom: 20px;
}
#container #contentBack #mainContent .flashHolder {
	margin: 20px 0 10px 0;
}
#container #contentBack #mainContent .textMain .textHeads .icon {
	float: left;
	padding: 5px 15px 0 0;
}
#container #contentBack #mainContent .textMain {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 21px 0 30px;
	line-height: 180%;
	text-align: justify;
}
.textHeads {
	color: #ab0e0f;
	font-weight: bold;
}
#container #contentBack #mainContent .textItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ab0e0f;
	width: 520px;
	text-align: center;
	margin: auto;
}
#container #contentBack #mainContent .logos {
	width: 584px;
	height: auto;
	padding: 30px 0 10px 30px;
}
#container #contentBack #mainContent .accContainer {
	width: 554px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px 30px;
	margin: 10px 0 0 0;
	line-height: 150%;
	text-align: justify;
}
#container #contentBack #mainContent .refContainer {
	width: 554px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px 30px;
	margin: 10px 0 0 0;
	line-height: 150%;
	text-align: justify;
}
#container #contentBack #mainContent .contContainer {
	width: 554px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: justify;
	margin: 0 0 0 30px;
	padding: 0;
}
#container #contentBack #mainContent .dsContainer {
	width: 554px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: justify;
	margin: 20px 0 10px 30px;
	padding: 0;
}
#container #contentBack #mainContent .containerSeparator {
	width: 554px;
	height: 1px;
	background-image: url(../images/dotSeparator.gif);
	background-repeat: repeat-x;
	margin-left: 30px;
}
#container #contentBack #mainContent .sitemapCont {
	width: 514px;
	height: auto;
	margin: 30px 0 0 0;
}
#container #contentBack #mainContent .sitemapCont ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
#container #contentBack #mainContent .sitemapCont li {
	margin: 0;
	padding: 0;
}
#container #contentBack #mainContent .sitemapCont a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#container #contentBack #mainContent .sitemapCont a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ab0e0f;
}
.logoBadge {
	float: left;
	padding-right: 15px;
}
.iconContact {
	width: 50px;
	height: 50px;
	text-align: right;
	padding-right: 15px;
}
#container #contentBack #mainContent .herosBadge {
	width: 614px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 180%;
	padding: 0;
	margin: 50px 0 0 0;
}
#footer {
	width: 920px;
	height: 126px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#container #footer .logos {
	width: 670px;
	height: 60px;
	float: left;
	cursor: pointer;
	margin: 30px 50px 0 30px;
}
#container #footer .heroLogo {
	width: 140px;
	height: 60px;
	float: left;
	margin: 30px 0;
	cursor: pointer;
}
#container #copy {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	display: block;
}
#container #copy p{
	margin: 0;
	padding: 20px 0 20px 0;
}
#container #copy a, #container #copy a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#container #copy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/*****************************************************************************/

