/*------------------------------------------------------------------*/
/*STRUCTURE STYLES*/
/*------------------------------------------------------------------*/

#container {
background: none;
overflow: hidden;
}

#h-barTop {
	display: block; 
	background: #639d39;
	width: 960px;
	height: 2px;
	/*margin-left: -10px;*/
	margin-bottom: 0px;
	

}

#h-barTop2 {
	display: block; 
	background: #535c4c;
	width: 960px;
	height: 12px;
	/*margin-left: -10px;*/
	margin-bottom: 0px;

}

#h-barBottom {
	display: block; 
	background: #535c4c;
	width: 960px;
	height: 3px;
	/*margin-left: -10px;*/
	margin-bottom: 0px;

}

#h-barHomePhoto {
	display: block; 
	background: #797979;
	width: 960px;
	height: 8px;
	/*margin-left: -10px;*/
	margin-top: 14px;

}



#header-left {
	margin-left: 45px;
	margin-top: 15px;
	
	}
	
#container-header-right {
	margin-top: 70px;
}

#header-right{
	display: inline; 
	margin-left: 70px;
	overflow: hidden;

}

#footer{
	margin-top: 8px;
	margin-bottom: 50px;
	text-align: right;
	font-family: verdana,helvetica,arial,lucida sans, sans-serif;
	font-size: 11px;
	color: #dbdbdb;
	font-weight: lighter; 
}



#footer a:link {text-decoration: underline; color: #dbdbdb;  }
#footer a:active {text-decoration: none; color: #dbdbdb;   }
#footer a:visited {text-decoration: underline; color: #dbdbdb;  }
#footer a:hover {text-decoration: none; color: #dbdbdb;}


/*------------------------------------------------------------------*/
/*NAVIGATION*/
/*------------------------------------------------------------------*/
#navigation {
	margin-top: 18px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-bottom: #a1a1a1 dotted 1px;
	border-top: #a1a1a1 dotted 1px;
}

/* ----------- ROLLOVERS ----------- */
a.rolloverHome {
	display: inline;
	float: left;
	width: 101px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/3/home.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverHome:hover {
     background-position: -101px 0;
}	

a.rolloverAbout {
	display: inline;
	float: left;
	width: 92px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/4/about.gif);
}
a.rolloverAbout:hover {
     background-position: -92px 0;
}	

a.rolloverSeason {
	display: inline;
	float: left;
	width: 77px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/5/season.gif);
}
a.rolloverSeason:hover {
     background-position: -77px 0;
}	

a.rolloverAlumni {
	display: inline;
	float: left;
	width: 76px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/6/alumni.gif);
}
a.rolloverAlumni:hover {
     background-position: -76px 0;
}

a.rolloverProgram {
	display: inline;
	float: left;
	width: 96px;
	height: 18px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/7/program.gif);
}
a.rolloverProgram:hover {
     background-position: -96px 0;
}

a.rolloverTickets {
	display: inline;
	float: left;
	width: 78px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/8/tickets.gif);
}
a.rolloverTickets:hover {
     background-position: -78px 0;
}

a.rolloverDirections {
	display: inline;
	float: left;
	width: 106px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/9/directions.gif);
}
a.rolloverDirections:hover {
     background-position: -106px 0;
}

a.rolloverContact {
	display: inline;
	float: left;
	width: 96px;
	height: 23px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(/assets/10/contact.gif);
}
a.rolloverContact:hover {
     background-position: -96px 0;
}



/*------------------------------------------------------------------*/
/*HOME*/
/*------------------------------------------------------------------*/


#mastHead-home {
	/*margin-left: -10px;*/
	}
	
#highlight-box-container {
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 20px;
	font-size: 16px;
	}

#on-sale-container {
	margin-top: 25px;
	margin-left: 15px;
	}
	
#highlight-box-left {
	overflow: hidden;
	padding: 15px;
	height: 110px;
	width: 190px;
	background-image:url('/assets/12/directions-box.gif');
	background-repeat:no-repeat;
}

#highlight-box-middle {
	overflow: hidden;
	padding: 15px;
	height: 110px;
	width:190px;
	background-image:url('/assets/13/join.jpg');
	background-repeat:no-repeat;
}
 	
#highlight-box-right {
	overflow: hidden;
	padding: 15px;
	height: 110px;
	width:270px;
	background-image:url('/assets/14/season.jpg');
	background-repeat:no-repeat;
}
 	
p.highlightbox {
	margin-top: 8px;
	}

h1 {
	font-size: 22px;
	font-weight: lighter;
	font-family: georgia, times, times new roman, serif;
	padding-bottom: 15px;
	color: #ecddd0;
}

h1.home {
	font-size: 22px;
	font-weight: lighter;
}

h2 {
	font-size: 16px;
	font-weight: 800;
	font-family: verdana, helvetica, arial, sans-serif;
	padding-top: 13px;
	padding-bottom: 10px;
	color: #ecddd0;
}

h2.home {
	font-size: 16px;
	font-weight: lighter;
	line-height: 18px;
}

.vSpace {
	margin-bottom: 0px;
	}

#highlight-box-container a:link {text-decoration: underline; color: #d9b79a;  }
#highlight-box-container a:active {text-decoration: none; color: #d9b79a;   }
#highlight-box-container a:visited {text-decoration: underline; color: #d9b79a;  }
#highlight-box-container a:hover {text-decoration: none; color: #d9b79a;}


/*------------------------------------------------------------------*/
/*INSIDE PAGE*/
/*------------------------------------------------------------------*/

#subnav {
	margin-bottom: 35px;
	font-weight: lighter;
	font-size: .8em;
	letter-spacing: .1em;
	color: #cbcaca;
}



#subnav a:link {font-family: verdana, helvetica, arial, sans-serif; font-size 12px; text-decoration: none; color: #cbcaca; }
#subnav a:active {font-family: verdana, helvetica, arial, sans-serif; font-size 12px; text-decoration: none; color: #cbcaca; background-color: #535c4c;    }
#subnav a:visited {font-family: verdana, helvetica, arial, sans-serif; font-size 12px; text-decoration: none; color: #cbcaca; }
#subnav a:hover {font-family: verdana, helvetica, arial, sans-serif; font-size 12px; text-decoration: none; color: #cbcaca; background-color: #535c4c; }

#textArea-container {
	margin-bottom: 30px;
}


#textArea {
	border-top: #87705c solid 9px;
	background-color: #6d5b4c;
	text-align: justify; 
	text-justify: newspaper;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: .9em;
	line-height: 1.35em;
	color: #e2e2e1;
	font-family: verdana, helvetica, arial, sans-serif;
}

#textArea p{
	/*text-indent:25px;*/
	margin-top: 8px;
	}

#textArea a:link {font-family: verdana, helvetica, arial, sans-serif;  text-decoration: underline; color: #ecddd0; }
#textArea a:active {font-family: verdana, helvetica, arial, sans-serif;  text-decoration: none; color: #ecddd0;     }
#textArea a:visited {font-family: verdana, helvetica, arial, sans-serif;  text-decoration: underline; color: #ecddd0; }
#textArea a:hover {font-family: verdana, helvetica, arial, sans-serif;  text-decoration: none; color: #ecddd0;  }

#photo-container {
	margin-bottom: 30px;
	border-top: #797979 solid 9px;
}



