img, div{ behavior: url('/js/iepngfix.htc'); }
html {overflow: scroll;}
body{
	background-image: url('/images/background-body.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #470104;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: times, times new roman, serif;
	font-size: 12pt;
	color: #000000;
}
#outer{
	background-image: url('/images/background-outer.gif');
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 300px;
	height: auto;
	_height: 300px;
}
#inner{
	position: relative;
	text-align: left;
	width: 874px;
	margin: 0 auto 0 auto;
}
#nav-left-outer{
	float: left;
	width: 212px;
}
#nav-left-inner{
	background-image: url('/images/background-nav-top.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 18px 0 20px;
}
#banner-outer{
	position: absolute;
	width: 662px;
	height: 154px;
	top: 0;
	right: 0;
}
#banner-stripe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 662px;
	height: 4px;
	background-color: #B7181E;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#banner-rotation{
	display: block;
	position: absolute;
	width: 662px;
	height: 154px;
	z-index: 1;
}
#banner-bar{
	display: block;
	position: absolute;
	right: 47px;
	top: 0px;
	z-index: 4;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	color: #91080B;
}
#banner-bar a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#banner-bar a:hover{
	text-decoration: underline;
}
#banner-text{
	display: block;
	position: absolute;
	right: 0px;
	top: 70px;
	height: 40px;
	width: 374px;
	z-index: 2;
}
#information{
	position: absolute;
	text-align: right;
	right: 31px;
	top: 185px;
	width: 170px;
	height: 38px;
	font-family: verdana, sans-serif;
	font-size: 15px;
	background-image: url('/images/background-information.gif');
	background-repeat: no-repeat;
	z-index: 5;
}

#content-outer{
	position: absolute;
	z-index: 0;
	right: 0;
	top: 105px;
	width: 684px;
}
#content-top{
	position: relative;
	background-image:url('/images/background-content-top.png');
	background-repeat: no-repeat;
	height: 88px;
	width: 684px;
}
#content-bottom{
	position: relative;
	background-image:url('/images/background-content-bottom.png');
	background-repeat: no-repeat;
	width: 684px;
	height: 60px;
	color: #ffffff;
	font-family: verdana, san-serif;
	font-size: 10px;
	font-weight: bold;
}
#content-bottom-inner{
	padding: 65px 0 0px 30px;
	text-align: center;
}
#content-bottom-inner li{
	display: inline;
}

#content-bottom a{
	color: #ffffff;
	text-decoration: underline;
}
#content-bottom a:hover{
	text-decoration: none;
}
#content-middle{
	position: relative;
	background-image:url('/images/background-content-middle.png');
	background-repeat: repeat-y;
}
#content-inner{
	position: relative;
	background-color: #ffffff;
	margin: 0 31px 0 22px;
	padding: 0 10px 0 10px;
}
td.specials{
	border: 1px solid black;
	border-style: inset;
}
table.specials{
	border-color: black;
	border-style: outset;
}
p{
	margin: 0;
	padding: 5px 0;
}
img{
	border: 0;
}
h1{
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 50px 0 0;
	border-bottom: 1px solid #B7181E;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 15pt;
	color: #B7181E;
	width: 390px;
}
#content-inner h2{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	/* REAL WIDTH: 170px; */
	width: 140px;
	height: 38px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	background-image: url('/images/background-information.gif');
	background-repeat: no-repeat;
	padding: 10px 4px 0 20px;
}
h3{
	font-family: times, times new roman, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #B7181E;
	margin: 0;
	padding: 5px 0;
}
a{
	color: #B7181E;
	text-decoration: none;
}
a:hover{
	color: #B7181E;
	text-decoration: underline;
}
span.big{
	font-size: 22pt;
	font-weight: bold;
	margin-right: 10px;
}
/*********jquery forms validation error**********/

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

/*********jquery forms validation error**********/