/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #830011;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
}

.wrapper {
	position: relative;
	width: 1013px;
	margin: auto;
	z-index: 0;
}

.content1 {
	width: 833px;
	height: 533px;
	position: absolute;
	left: 87px;
	background-image: url(../images/bg-content1.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

.content2 {
	width: 833px;
	height: 533px;
	position: absolute;
	left: 87px;
	background-image: url(../images/bg-content2.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

.navbg {
	width: 833px;
	height: 234px;
	position: relative;
	background-image:url(../images/bg-nav.png);
	z-index: 11;
	
}

.overlay {
	width: 833px;
	height: 533px;
	position: relative;
	bottom: 234px;
	background-image: url(../images/overlay.png);
	z-index: 12;
}

.mainNav {
	position: relative;
	left: 58px;
	bottom: 727px;
	z-index: 13;
}

.subNav {
	position: relative;
	left: 58px;
	bottom: 697px;
	z-index: 13;
}

.textArea {
	position: relative;
	left: 175px;
	bottom: 600px;
	z-index: 14;
	width: 500px;
}

.textArea p {
	font-size: 0.75em;
}

.textArea2 {
	position: relative;
	left: 125px;
	bottom: 610px;
	z-index: 14;
	width: 600px;
}

.textArea3 {
	position: relative;
	left: 175px;
	bottom: 600px;
	z-index: 14;
	width: 500px;
}

.textArea3 p {
	font-size: 0.75em;
}

#directions p {
	text-align: center;
	line-height: 20px;
}

.footer1 {
	height: 50px;
	position: absolute;
	top: 533px;
	left: 87px;
	vertical-align: top;
	z-index: 20;
}

.footer2 {
	height: 50px;
	position: absolute;
	top: 533px;
	right: 93px;
	vertical-align: top;
	z-index: 20;
}

.footer1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
	margin-top: 10px;
}

.footer2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
	margin-top: 10px;
}

.footer2 a {
	color: #111111;
}

.sidebarLeft { 
	width: 87px;
	height: 533px;
	position: absolute;
	left: 0px;
	background-image: url(../images/sidebar-left.gif);
}

.sidebarRight { 
	width: 93px;
	height: 533px;
	position: absolute;
	left: 920px;
	background-image: url(../images/sidebar-right.gif);
}

/* PNG SUPPORT FOR IE 6 */

img, div { behavior: url(css/iepngfix.htc) }

/* END PNG SUPPORT FOR IE 6 */