﻿/* CSS layout */
body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position:center;
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
a:link {
	color:#CC3300;
}
a:visited {
	color:#FF6600;
}
a:hover {
	color:#FF6600;
}
#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color:#fff;
}
.leftcol {
	width: 235px;
}
.midcol {
	width: 570px;
}
.rightcol {
	width: 185px;
}
#header {
	width: 990px;
	height: 183px;
	background-image: URL('../images/header.jpg');
	background-repeat: no-repeat;
}
#subheader {
	width:990px;
	height:80px;
	background-image: URL('../images/subheader.jpg');
	background-repeat: no-repeat;
	position:relative;
	
}
#nav {
	width: 700px;
	height: 45px;
	position:absolute;
	left:72px;
	top:139px;
}
#search {
	width: 200px;
	height: 20px;
	vertical-align: top;
	position:absolute;
	left:10px;
	top:10px;
}
#contentwrapper {
	width: 990px;
	text-align: left;
	background-color: #ffffff;
}
#maincontentwrapper {
	width: 990px;
	height:524px;
	text-align: left;
	background-color: #ffffff;
	background-image: URL('../images/main-bg.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	border: 0px white solid;
}
#content {
	width: 970px;
	text-align: left;
	color: #666666;
	padding:10px;
}
#scroller {
	text-align: left;
	color: #666666;
	padding:10px;
	position:absolute;
	bottom:135px;
	}

#maincontent {
	width: 430px;
	text-align: left;
	color: #fff;
	padding:20px 20px 20px 20px;
	background:#fff;
	margin:20px;
}

#footer {
	width:990px;
	height: 95px;
	background-image: URL('../images/footer.jpg');
	background-repeat: no-repeat;
}
#subfooter {
	width:990px;
	height: 15px;
	background-color:#FF6600;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
#subfooter a:link {
	color: #FFF;
}
#subfooter a:visited {
	color: #FFF;
}

#copyright {
	width:984px;
	height: 30px;
	background-color:#FF6600;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	padding:3px;
}
#copyright a:link {
	color: #FFF;
}
#copyright a:visited {
	color: #FFF;
}
#newsletter
{
	float:right;
}
.receiptbg {
	background-color: #FFFFFF;
}
.textfield 
{
	border:thin #FF7C00 ridge;
}
.optionbutton {
	font-family: arial;
	font-size: 12px;
	FONT-WEIGHT: bold;
	height:22px;
	background-image:URL('../images/button-bg.jpg');
	background-repeat:repeat-x;
	background-color:#FF7C00;
	border:thin #FF7C00 ridge;
}
.optionbutton hover
{
	background-image:URL('../images/button-bg2.jpg');
	background-repeat:repeat-x;

}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
#slideshow
{
	position:absolute;
	top:183px;
	right:0px;
	width:486px;
	height:383px;
	z-index:2;
}
#events
{
	position:absolute;
	bottom:160px;
	right:10px;
	width:250px;
	height:200px;
	z-index:2;
	font-size:12px;
	color:#fff;
	background-color:#000;
	padding:10px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#events a:link
{
	font-size:12px;
}
#events a:visited
{
	font-size:12px;
}

#email2 { display: none; }

#address5 { display: none; }
