* { 
padding: 0; 
margin: 0;
} 

html
{
height: 100%;
}

body {

color: #fff;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
text-align:left;
height: 100%;
background:#B8581c url(/images/css/bodyBkgd.jpg) repeat-x;
}

#header {
background:#292525 url(/images/css/topNavBkgd.gif) repeat-x bottom left;
position: relative;	
float:left;
height: 298px;
width:100%;
min-width:100%;
z-index:150;
}

#headerWrapper {
margin-left: auto;
margin-right: auto;
width:1025px;
min-width:1025px;
}

#topWindowLeft {
position: relative;
float:left;
top: -5px;
z-index:10;
}

#topWindowCenter {
position: relative;
float:left;
top: -10px;
z-index:10;
margin-left:12px;
}

#topWindowTopLeft {
position: relative;
float:left;
top: -10px;
z-index:10;
margin-left:12px;
}

#topWindowBottomLeft {
position: relative;
float:left;
z-index:10;
top: -10px;
margin-top:8px;
margin-left:12px;
}

#promo {
background-color:#472a2b;
width: 147px;
height: 170px;
padding: 0 5px 0 5px;
margin: 5px 3px 0 5px;
font-size: 10px;
line-height:14px;
float:left;
text-align: center;
border: solid 3px #FFFFFF;
}
#promo p {
color: #FFFFFF;
font-size: 10px;
margin-bottom: 5px;
line-height: 12px;
}
#promo a, #promo a:active {
color: #f79762;
} 
#promo a:hover {
color: #FFFFFF;
}

#topWindowTopRight {
position: relative;
float:left;
z-index:10;
top:0px;
margin-left:12px;
}

#topWindowBottomRight {
position: relative;
float:left;
z-index:10;
margin-left:12px;
}

#logo {
position: relative;
margin-left:200px;
top: 35px;
z-index:10;
}

#homePageMenu {
position: relative;
text-align:left;
top: 55px;
z-index:10;
margin-left:200px;
clear: both;
}

#homePageMenuBorder {
position: relative;
text-align:left;
top: 134px;
z-index:10;
border-bottom:1px solid #CEA259;
width: 100%;
}

#mainWrapper { 
margin-left: auto;
margin-right: auto;
width:1025px;
min-width:1025px;
position: relative;
text-align: left;

/* TURN THIS OFF - FOR DEVELOPMENT ONLY 
border:1px solid red;*/
}

#contentWrapper { 
margin-left: auto;
margin-right: auto;
float: left;
width: 100%;
display: inline;
min-height:100%;
height:100%;
}

#content {
position:relative;
margin: 10px 10px -55px 10px;
}

#safetyCopy{
	float: right;
	margin-left:700px;
/*	top: 35px;
	z-index:5;
	position:relative;*/
	width:250px;
	color:#fff;
	top:20px;
	text-align:justify;
}

#copy {
position:relative;
margin-left:200px;
width:600px;
color:#fff;
top:75px;
text-align:justify;
}

.banner {
	background-color:#3f3c35;
	color: #FFFFFF;
	text-align:left;
	border:1px solid #cea259;
	height: auto;
	margin-top:20px;
	width:600px;
	
}
.banner table{
	text-align:center;
	margin-left:85px;
}
	
.banner a {
	color: #FFFFFF;
}

.banner a:hover {
	color: #cea259;
}

.banner a:active {
	color: #FFFFFF;
}

#footer {
width:100%;
clear:both;
height:200px;
text-align:center;
position:relative;
background:#292525 url(/images/css/footerBkgd.gif) repeat-x top left;
margin-left: auto;
margin-right: auto;
min-width:100%;
z-index:2;
}

#footerWrapper {
margin-left: auto;
margin-right: auto;
width:1025px;
min-width:1025px;
}

#footerLogo {
position: relative;
float:left;
bottom:0px;
top: 1px;
}

#footerMenu {
position: relative;
float:right;
bottom: -10px;
margin-right:130px;
}

#clearfooter{clear:both;height:172px;}/*needed to make room for footer*/
