@charset "UTF-8";

body {
	background-color: #440000;
	margin: 0px;
}
#container {
	width: 1027px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.header  {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 240px;
	width: 1027px;
}
.inner_header  {
	width: 490px;
	margin-top: 155px;
	margin-left: 362px;
}
.right_vine  {
	text-decoration: none;
	background-image: url(../images/right_vines.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 728px;
	width: 142px;
	margin-top: 0px;
}
.right_repeat  {
	background-image: url(../images/right_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: right;
	width: 142px;
	margin-top: 0px;
}
.center_stage  {
	background-image: url(../images/center_stage_across.png);
	background-repeat: repeat-y;
	float: left;
	width: 1027px;
	margin: 0px;
	position: relative;
}
.innerstage   {
	width: 680px;
	padding-top: 0px;
	padding-left: 172px;
	vertical-align: top;
}
.home_movie   {
	width: 680px;
	vertical-align: top;
	height: 222px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 25px;
	margin-bottom: 32px;
}
.footer  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #343416;
	text-decoration: none;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 1027px;
	background-position: center top;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.home_location_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	margin: 0px;
}
a.home_location_textlink {
	color: #600;
	text-decoration: none;
}
a.home_location_textlink:hover {
	color: #F00;
}
.text {
	font-size: 16px;
	color: #343416;
	list-style-position: outside;
	list-style-image: url(../images/sun_bullet.png);
}
a:link {
	color: #600;
}
a:hover {
	color: #F00;
}
.headings {
	font-size: 26px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #343416;
	vertical-align: bottom;
	padding-top: 20px;
}
.pageheaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
	background-image: url(../images/stripe-dark.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 25px;
}
.bodyheader {
	font-size: 27px;
	color: #600;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bodytext {
	font-size: 20px;
	color: #343416;
	line-height: 26px;
	list-style-position: outside;
	list-style-image: url(../images/sun_bullet.png);
}
a.bodytextlink {
	font-size: 20px;
	color: #600;
	line-height: 26px;
	list-style-position: outside;
	list-style-image: url(../images/sun_bullet.png);
}
a.bodytextlink:hover {
	color: #F00;
}
.anchorlinks {
	color: #600;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
a.anchorlinks:hover {
	color: #F00;
}
.commentbox {
	background-image: url(../images/stripe-regular.png);
	background-repeat: repeat;
	border: 1px solid #666;
}




/*********** NAVIGATION *************/

.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
	color: #600;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
width: 100%;
padding: 0px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
	color: #600;
}

.chromestyle ul li{
	display: inline;
	color: #600;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	color: #600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #F00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	position:absolute;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	z-index:100;
	width: 160px;
	visibility: hidden;
	background-image: url(../images/stripe-dark.png);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 4px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #600;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #F00;
}

.bigredtext {
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	line-height: normal;
}
