html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}

body {
	background-color: #1e2632;
	color: #c2c5c9;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align:top;
	background-image:url(/assets/images/bgMain.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
}


form {
	margin: 0px;
	padding: 0px;
}

/* ---- ID ---- */

#page
{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

#pageHeader
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;

}


#pageFooterHome
{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: 32px;
	width: 100%;
	float: left;
}

#footerHomeLHS
{
	width: 502px;
	margin-left: 10px;
	margin-top: 8px;
	float: left;

}
#footerHomeLHS a
{
	color: #fff;
	text-decoration: none;
}

#footerHomeLHS a:hover
{
	text-decoration: underline;
}


#footerHomeRHS
{
	width: 502px;
	text-align: right;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}


#pageFooter
{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: 37px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	float: left;
	background-image: url(/assets/images/bgFooter.jpg);
	background-repeat:repeat-x;
}



#footerLHS
{
	width: 502px;
	margin-left: 10px;
	margin-top: 8px;
	float: left;

}
#footerLHS a
{
	color: #fff;
	text-decoration: none;
}

#footerLHS a:hover
{
	text-decoration: underline;
}


#footerRHS
{
	width: 502px;
	text-align: right;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
}



/* ---- CLASSES ---- */
.navLogo
{
	background-image: url(/assets/images/imgLogo.jpg);
	width: 189px;
	height: 115px;
	float: left;
}

.navMenu 
{
	width: 100%;
	height: 115px;
}

.navItem
{
	width: 135px;
	height: 115px;
	float: left;
	margin-right: 4px;	
	text-decoration: none;
	color: #c2c5c9;
}

.navItem:hover, .navItemSelected
{
	background-image: url(/assets/images/bgNavOver.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#FFCC00;
	text-decoration: none;
}



.lblNavItem
{
	margin-top: 40px;
	font-size: 17px;
	text-align: center;
}

.homeContentArea
{
	width: 345px;
	height: 224px;
	float: left;
}
.homeContentAreaMid
{
	width: 308px;
	height: 224px;
	float: left;
}

.homeContentSpacer
{
	height: 224px;
	width: 13px;
	background-image: url(/assets/images/bgHomeContentSpacer.jpg);
	float: left;
}

.ContentAreaTitle
{
	width: 100%;
	height: 65px;
}

.ContentMid 
{
	margin-left: 5px;
	margin-right: 5px;
}
.PromoVenue
{
	float: left;
	margin-top: 24px;
}
.Promo
{
	width: 1024px;
	height: 127px;
	margin-bottom: 4px;
	overflow:hidden;
}
.ContentArea
{
	margin-top: 65px;
	width: 100%;
	float: left;

}

.pageContent
{
	width: 100%;
	float: left;
	background-image: url(/assets/images/bgContent.jpg);
	background-repeat:repeat-x;
	background-color: #650000;		

}


.ContentTitle
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 65px;
}

.ContentMap
{
	width: 425px;
	height: 450px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.ContentBody
{
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	padding: 25px;
	padding-bottom: 70px;

}

.ContentBody a
{
	color: #FFCC00;
	text-decoration: none;
}
.ContentBody a:hover
{
	text-decoration: underline;
}

.footerBody
{
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}


ul.list1 li {padding-bottom:4px;}

