body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffc733;
	background-repeat: repeat-y;
}
.style2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	font-size: 12px;
	color: #990000;
}

.style4b{
	font-size:14px;
	color:#990000;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.style6 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
}
.style6b {
font-size: 14px;
font-family: "Garamond", Times, serif;
font-weight:normal;
line-height:17px;
}

.style7 {font-family: "Times New Roman", Times, serif;}
.style8 {font-size: 14px}
.style9 {font-size: 12px}
.style10 {
	font-size: 18px;
	color: #990000;
}
.style15 {color: #990000; text-decoration:none;}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style17 {
	color: #990000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.style18{
font-family:"Times New Roman", Times, serif; font-size:12px; font-variant:small-caps;}
.style19 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style21 {font-family: "Times New Roman", Times, serif; font-size: 10px; }

.style23 {
	font-family: garamond;
	font-style: italic;
	font-size: 16px;
	line-height:2;
}

.style24 {
	font-family: Garamond;
	font-size: 21px;
	color: #7c1d0e;
}

 a:link {
	color: #990000;
	text-decoration: none;
}


a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC3300;
}

#homeannouncement{
	letter-spacing:1.5px;
}


img{border:none;
}

/*-------------------- WEBSITE REVISE----------------------*/

#navbox{
	width:583px;
	height:19px;
	position:relative;
	float:left;
}

#menus_btn a, #events_btn a, #directions_btn a, #accolades_btn a{
	width:105px;
	height:139px;
	position:relative;
	float:left;
	background-position:0px 0px;
	margin-right:19px;
}

#menus_btn, #events_btn, #directions_btn{
	width:105px;
	height:139px;
	position:relative;
	float:left;
	background-position:0px -139px;
	margin-right:19px;
}

#accolades_btn{
	width:105px;
	height:139px;
	position:relative;
	float:left;
	background-position:0px -139px;
	margin-right:0px;
}

#menus_btn a, #menus_btn{
	background-image:url(images/menus_btn.jpg);
}

#events_btn a, #events_btn{
	background-image:url(images/events_btn.jpg);
}

#directions_btn a, #directions_btn{
	background-image:url(images/directions_btn.jpg);
}

#accolades_btn a, #accolades_btn{
	background-image:url(images/accolades_btn.jpg);
}

#menus_btn a:hover, #events_btn a:hover, #directions_btn a:hover, #accolades_btn a:hover {
	background-position:0px -139px;
}

#menunav_box{
	width:487px;
	height:23px;
	position:relative;
	float:left;
	border-top:1px solid black;
	margin-left:110px;
	background-image:url(images/menunav_bg.jpg);
}

.menunav a{
	font-family:Garamond, Times New Roman, Times;
	font-size:12px;
	color:black;
	margin-right:42px;
}

.menunav_on a{
	font-family:Garamond, Times New Roman, Times;
	font-size:12px;
	color:#ac250c;
	margin-right:42px;
}

.menunav a:hover{
	color:#ac250c;
}

ul li{
	list-style:none;
	float:left;
	padding:0px;
	margin-top:0px;
}

ul{
	margin-top:0px;
	padding-top:7px;
}

#home_featured{
	color:#990000;
	font-family:Garamond, Times New Roman, Times;
	font-size:14px;
	
}




/*-----------------------SLIDESHOW PLAYER------------------*/
	
	#slideshow_box{
		width:521px;
		height:187px;
		position:relative;
		float:left;
		background-image:url(images/slideshow_bg.png);
		background-repeat:no-repeat;
		margin-left:90px;
	}
	
	.slides{
		position:relative;
		float:left;
		width:521px;
		height:187;	
		}
	
	
	/* ---------------------------------------------------- */
/* SLIDESHOW 
/* ---------------------------------------------------- */
#slideshow {
width: 521px;
border: 0px solid #ddd;
overflow:hidden;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}      


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #fff;
margin-top:15px;
margin-left:15px;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding-top:15px;
padding-left:10px;
padding-right:5px;
padding-bottom:0px;
outline: none;
text-decoration:none;
color:#7e94a0;
background-image:url(images/slides_off.jpg);
background-repeat:no-repeat;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #fff;
background-image:url(images/slides_on.jpg);
background-repeat:no-repeat;
}

.js #slideshow .slides-nav li.on a {
position: relative;
text-decoration:none;
color:#4f4d4c;
top: 0px;
}

.slides-nav-box{
	position:relative;
	float:left;
	width:502px;
	height:auto;
}

