@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-color: #c8daea;
margin: 0px;
}

p.testimonials {
font-size: 10px;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
}

#wrapper {
width: 900px;
margin: 0 auto;
overflow: auto;
background-color: #44342b;
}

#title_bar {
width: 900px;
height: 87px;
background-image: url(../images/title_bar.jpg);
background-repeat: no-repeat;
}

#banner {
width: 900px;
height: 250px;
background-color: #44342b;
}

#banner_left {
width: 680px;
height: 240px;
float: left;
margin-left: 10px;
background-image: url(../images/home_banner.jpg);
background-repeat: no-repeat;
}

#banner_right {
width: 190px;
height: 240px;
float: right;
background-color: #956643;
color: #FFFFFF;
margin-right: 10px;
}

#banner_right a {
text-decoration: none;
color: #FFFFFF;
}

#banner_right a:hover {
color: #000000;  
} 

#main_content {
width: 900px;
background-color: #FFFFFF;
overflow: auto;
float: left;
}

#main_content a {
text-decoration: none;
color: #0054a4;
}

#main_content a:hover {
text-decoration: none;
color: #0054a4;
}

#left_content {
width: 680px;
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-color: #FFFFFF;
font-size: 12px;
}

#left_content li {
line-height: 20px;
}

#right_content {
width: 200px;
float: right;
background-color: #FFFFFF;
}

p.links {
margin-left: 15px;
}

p.event_title {
color: #0033FF;
font-weight: bold;
}

p.event_red {
color: #FF0000;
font-weight: bold;
}

#right_content_1 {
width: 190px;
/*height: 250px;*/
margin-top: 10px;
margin-right: 10px;
background-position: top;
background-repeat: no-repeat;
}

#right_content_1 a{
text-decoration: none;
color: #FFFFFF;
margin-left: 15px;
}

#right_content_1 a:hover {
color: #000000;  
} 

#main_bottom {
width: 680px;
margin-bottom: 5px;
}

#main_bottom_1 {
width: 320px;
float: left;
padding-left: 20px;
}

#main_bottom_1_1 {
width: 140px;
float: left;
}

#main_bottom_1_2 {
width: 170px;
float: right;
}

#main_bottom_2 {
width: 340px;
float: right;
}

#events_images {
width: 680px;
height: 128px;
}

#events_1 {
width: 170px;
height: 128px;
float: left;
margin-left: 5px;
martin-right: 5px;
}

#events_2 {
width: 170px;
height: 128px;
float: left;
margin-left: 5px;
martin-right: 5px;
}

#events_3 {
width: 170px;
height: 128px;
float: left;
margin-left: 5px;
martin-right: 5px;
}

.menu {
margin-top: 7px;
margin-right: 10px;
line-height: 28px;
}

.news {
margin-top: 18px;
margin-right: 10px;
line-height: 25px;
}

p {
padding: 0;
margin: 0;
}

#events {
margin: 0 auto;
}

#main_bottom_events {
float: left;
margin-top: 10px;
width: 680px;
margin-bottom: 5px;
}

#event_details {
width: 680px;
float: left;
}

#month_1, #month_2, #month_3, #month_4  {
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: center;
}


#toggleText4, #toggleText3, #toggleText2, #toggleText1 {
	font-size: 9px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
	text-align: left;
	margin-top: 15px;
}

#toggleTable, #toggleQualifications, #toggleCalendar {
	display: none;
}
#toggleCalendar table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#toggleCalendar td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 30px;
}




/*----------------------------- LIGHTBOX EFFECTS -----------------------------*/

#lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}

#lightbox a img {
border: none; 
}

#outerImageContainer {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}

#imageContainer {
padding: 10px;
}

#loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

#hoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
		
#imageContainer>#hoverNav {
left: 0;
}

#hoverNav a {
outline: none;
}

#prevLink, #nextLink {
width: 49%;
height: 100%;
background: transparent url(../images/blank.gif) no-repeat;
display: block;
}

#prevLink {
left: 0;
float: left;
}

#nextLink {
right: 0;
float: right;
}
		
#prevLink:hover, #prevLink:visited:hover {
background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
		
#nextLink:hover, #nextLink:visited:hover {
background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%	
}

#imageData {
padding:0 10px;
color: #666;
}
		
#imageData #imageDetails {
width: 70%; 
float: left; 
text-align: left; 
}	

#imageData #caption { 
font-weight: bold;
}

#imageData #numberDisplay {
display: block; 
clear: left; 
padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
width: 66px; 
float: right; 
padding-bottom: 0.7em;	
}	
		
#overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
}
	
	/*----------END OF LIGHTBOX EFFECTS----------*/