/* blue */
a:link, a:visited {
	color: #6a9067;
	text-decoration:none;
}

a:hover {
	color: #666666;
	text-decoration:underline;
}


a.rooks:link, a.rooks:visited {
	color: #000;
	text-decoration:none;
}

a.rooks:hover {
	color: #000;
	text-decoration:underline;
}


#pillmenu a:hover {
  color: #135cae;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content2 {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	/* These have no effect on the functionality */
	
}

body {
	font-family:Georgia, "Bitstream Charter", serif;
	font-size:13px;
}

.HelGreen13 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #678f65;
	font-size: 13px;
}

.HelBlack10 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 10px;
}
.HelBlack10Bold {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.HelWhite10 {
	color: #FFFFFF;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 10px;
}
.HelGray10 {
	color: #cccccc;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 10px;
}
.HelBlack12 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 12px;
}
.HelBlack12Bold {
	font-family:Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.HelWhite12 {
	color: #FFFFFF;
	font-family:Georgia, "Bitstream Charter", serif;
	font-size: 12px;
}
.HelGray12 {
	color: #cccccc;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 12px;
}
.HelBlack14 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 14px;
}
.HelBlack14Bold {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.HelWhite14 {
	color: #FFFFFF;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 14px;
}
.HelGray14 {
	color: #cccccc;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 14px;
}
.HelBlack16 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 16px;
}
.HelBlack16Bold {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.HelWhite16 {
	color: #FFFFFF;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 16px;
}
.HelGray16 {
	color: #cccccc;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 16px;
}
.HelWhite16Bold {
	color: #FFFFFF; 
	font-family: Georgia, "Bitstream Charter", serif; 
	font-size: 16px; 
	font-weight: bold; 
}
.HelRed16Bold {
	color: #AA1E22; 
	font-family: Georgia, "Bitstream Charter", serif; 
	font-size: 16px; 
	font-weight: bold; 
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}


.messageboxerror2{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	width:600px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

hr {
	border: 0;
	color: #6a9067;
	background-color: #6a9067;
	height: 1px;
	padding:0;
	margin-top:7px;
	
}


/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:322px; 	/*this changes the height of the image slider*/
width:910px;
overflow: hidden;
position: relative;
background: #fff url(../images/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:10px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/controlls.gif) center top no-repeat;
}

.feature_excerpt{
width:910px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}

.tixtable{width: 310px; font-family:Georgia, "Times New Roman", Times, serif !important;}

.tdleft{width: 60px; font-family:Georgia, "Times New Roman", Times, serif !important;}

.tixvenue{display:none; font-family:Georgia, "Times New Roman", Times, serif !important;}

.tixtime{display:none; font-family:Georgia, "Times New Roman", Times, serif !important;}

.tixdetails{display:none; font-family:Georgia, "Times New Roman", Times, serif !important;}

.tixlocation{width: 150px; font-family:Georgia, "Times New Roman", Times, serif !important;}

a img{ border:0px !important;}
