/* General Styles */

body {
	background-image: url(../Images/background.gif);
	background-repeat: repeat;
	background-color: #333;
	font-size: 12px;
}

img {
	border: none;
}

/* Layout Styles */

#Wrapper {
	margin: 0px auto;
	width: 950px;
	z-index: 50;
}

#Container {
	position: relative;
	background-image: url(../Images/containerBackground.gif);
	background-repeat: no-repeat;
	width: 916px;
	height: 846px;
}

/* Menu Styles */

#NavMenu {
	position: absolute;
	*position: relative;
	background-image: url(../Images/navMenuBackground.gif);
	background-repeat: no-repeat;
	width: 812px;
	height: 25px;
	text-align: right;
	padding-right: 8px;
	margin: 10px 0px 0px 96px;	
}

.NavButton {
	float: right;
	margin-right: 15px;
}

/* Page Styles */
#Content {
	position: relative;
	width: 846px;
	height: 638px;
	border: 1px solid #A6A49D;
	float: right;
	margin-top: 106px;
	*margin-top: 5px;

	margin-right: 7px;
	background-color: #F9F9F9;
	padding: 10px;
}

#Logo {
	position: absolute;
	*position: relative;
	padding: 0px 0px 0px 15px;
	margin-top: 12px;
	*margin-top: -23px;
}

#MainImageContainer{
	position: relative;
	width: 846px;
	height: 261px;
	border: 1px solid #A6A49D;
	float: right;
	margin-top: 96px;
	*margin-top: 5px;
}

#Tagline {
	width: 839px;
	height: 50px;
	background-color: #25040F;
	float: right;
	clear: both;
	margin-right: 8px;
	border-right: 1px solid #A6A49D;
}

#Tagline h1 {
	font-size: 17px;
	font: Arial;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#LocationsContainer {
	position: relative;
	width: 846px;
	height: 388px;
	border: 1px solid #A6A49D;
	float: right;
	margin-top: 20px;
}

.Location {
	float: left;
	border-right: 1px solid #A6A49D;
	width: 209px;
	height: 388px;
}

.Location img {
	border-bottom: 1px solid #A6A49D;
}

.Location p {
	width: 200px;
	padding-left: 5px;
}

.LocationLink {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	height: 35px;
	padding: 3px auto;
	background-color: #911426;
	color: #fff;
}

.LocationLink a {
	color: #FFF;
	text-decoration: none;
}

.LocationLink a:hover, .LocationLink a:active {
	color: #FFF;
	text-decoration: underline;
}

.LocationType
{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	height: 20px;
	padding: 3px auto;
	background-color: #911426;
	color: #fff;
	*margin-top: -3px;
	*padding-top: 4px;
}

#CrossFade {
	width: 839px;
	height: 262px;
	margin: 0px;
}

/** Division styles **/
.LocationTitleImage {
	width: 500px;
	height: 250px;
	margin: -58px -11px 10px 10px;
	float: right;
	border: 1px solid #000;
}

#DivisionContainer {
	position: relative;
	background-image: url(../Images/containerBackground.gif);
	background-repeat: no-repeat;
	width: 916px;
	height: 700px;
}

#DivisionContent {
	position: relative;
	width: 819px;
	height: 485px;
	border: 1px solid #A6A49D;
	float: right;
	margin-top: 106px;
	*margin-top: 5px;

	margin-right: 36px;
	background-color: #F9F9F9;
	padding: 10px;
}

#DivisionContent p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#DivisionImageContainer
{
	position: relative;
	width: 839px;
	height: 261px;
	border: 1px solid #A6A49D;
	float: left;
	margin-left: -11px;
	margin-top: 40px;
	*margin-top: 40px;
}

#DivisionTagline {
	width: 840px;
	height: 50px;
	background-color: #25040F;
	float: left;
	clear: both;
	margin-left: -11px;
	margin-right: 8px;
	border-right: 1px solid #A6A49D;
}

#DivisionTagline h1 {
	font-size: 17px;
	font: Arial;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#ClickContainer
{
	position: absolute;
	display: block;
	
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	
	z-index:1000;
	overflow: hidden;
}
