﻿/*
main background color- #eea364 
content background color- #f8ebeb
mainContent text- arial
mainContent text color- #2b0303
a visited color- #ffffff
a hover, active color-#fcee07
*/


body {
	background: #fff  url('../images/bkgA.jpg') repeat-x;
	margin: 40px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

img {
	border-style: none;
}


#DivShadow
{
	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. */
    width: 1005px;
    height: auto;
	background: url(../images/container_shadow.png) no-repeat;
	
	
}

#DivContainer {
	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. */
	width: 978px;
	height: auto;
	background: url(../images/containerBkg.jpg) repeat-y;
}



#DivHeader 
{
	background: url('../images/headerBkg.png');
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 978px;
	height: 91px;	
}

#DivHeaderLogo
{
    float: Left;
    position:relative;
    z-index:200;
    left: 0px;
    top: 0px;
	width:109px;
    margin: 0;  
}

#DivHeaderLogoRight
{
	float:left;
    margin-left: 125px;
    width: 261px;
    margin: 0;
}


#DivHeaderMenu
{
    float: Right;
    font-family: "Franklin Gothic Medium" Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    width: 515px;
    margin: 0;
    padding: 25px 0px 0px 0px;
}


#DivHeaderMenu a,  #DivHeaderMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
    padding: 0px 5px 0px 15px;
}

#DivHeaderMenu a:hover,  #DivHeaderMenu a:active
{
    color:#fa0202;
    text-decoration:none;
    padding: 0px 5px 0px 15px;
}

#DivNavBar
{
	background: url('../images/navBarBkgMain.jpg');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    width: 978px;
    height: 24px;
}

#DivFlashIntro
{
	background: #6f1e1d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 978px;
	height: 365px;
}

DivHistoryFlash
{
	background: #6f1e1d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 978px;
	height: 432px;
}

#DivHeroImage
{
	background: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 978px;
	min-height:365px;
	height: 365px;
}

#DivBreadCrumb
{
    color: #fff;
    text-align:right;
    font-size:9px;
    font-family:Verdana;
    margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;   
}

#DivBreadCrumb a, #DivBreadCrumb a:visited
{
    text-decoration:underline;
    color: #fff;
}

#DivBreadCrumb a:hover,  #DivBreadCrumb a:active
{
    text-decoration:underline;
    color: #fa0202;
}


#DivMainContentHome {

	background: url('../images/contentBkgHome.png') repeat-y;
	background-position: 0 0;
	padding: 0px 0px 0px 0px;
	width: 978px;
    min-height:195px;
    height:auto !important;
	height:auto;
}
#DivMainContentHome #DivHomeText {
	color: #fff;	
	padding: 15px 205px 5px 185px;
	width: 588px;
	line-height: 19px;
	height:175px;
	min-height:195px;
    height:auto !important;
	height:auto;
}

#DivMainContentChild{

	background: url('../images/contentBkgHome.png');
	background-repeat:repeat-y;
	background-position: 0 0;
	padding: 0px 0px 0px 0px;
	width: 978px;
    min-height:195px;
    height:auto !important;
	height:auto;
}
#DivMainContentChild #DivChildText {
	color: #fff;	
	padding: 15px 100px 5px 100px;
	width: 778px;
	line-height: 19px;
	height:175px;
	height:auto !important;
	height:auto;
}

#DivMainContentChild #DivSearch{
	color: #fff;	
	padding: 15px 350px 5px 375px;
	width: 252px;
	line-height: 19px;
	height:175px;
	height:auto !important;
	height:auto;
}

#DivMainContentChild #DivSearchResults {
	color: #fff;	
	padding: 15px 25px 5px 25px;
	width: 928px;
	line-height: 19px;
	height:175px;
	height:auto !important;
	height:auto;
}

#DivMainContentChild #DivText 
{
	float:left;
	color: #fff;	
	padding: 15px 10px 5px 50px;
	width: 460px;
	line-height: 19px;
	height:175px;
	height:auto !important;
	height:auto;

}

#DivMap
{
	float:right;
	width:355px;
	padding:0px 49px 10px 49px;	
	margin:0px 0px 0px 0px;
	height:175px;
	height:auto !important;
	height:auto;

}


#DivMainContentChild #DivContactText {
	color: #fff;	
	padding: 15px 90px 5px 300px;
	width: 588px;
	line-height: 19px;
	height:175px;
	height:auto !important;
	height:auto;
}

#divFooter {
	background: #fff url('../images/footerBkg.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	width: 978px;
	height: 60px;
	font-family: "Franklin Gothic Book" Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size:11px;
	clear:both;
	visibility:visible;
}
#divFooter a, #divFooter a:visited {
	color: #ffffff;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}
#divFooter a:hover {
	color: #fa0202;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}
#divFooter a:active {
	color: #fa0202;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}
#divFooter #divFooterMenu {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#divFooter #divCopyright {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footerSpan {
	font-size: 12px;
}
.footerSpan a {
	font-size: 12px;
}

#divFooter  #privacyPolicy
{
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: -17px 15px 0px 0px;
}

#DivClear
{
	clear:both;
}



	
	