@charset "utf-8";

/* GENERAL HTML STYLES*/

body {
	margin:0;
	background-image: url(../images/header_tile.png);
	background-repeat: repeat-x;
	background-color:#f9f4eb;
	}


body, td, p { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #7b0909; 
	line-height:21px;
}


td.table_border { 
border:1px solid #c0b39d; 
padding:5px;

}

a { 
	text-decoration:none;
	color:#C00;
	font-weight:bold;
	outline: none;
}

a:hover { 
	color:#C00;
}

img {
	border: 0px;
}


img.border {
	border: 4px solid white;
	margin-right: 5px;
}


p.main_content {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:transparent;
	}


.white{
	margin-top: 0px;
	margin-bottom: 0px;
	color:#fff;
	background-color:transparent;
	}

h2,h3 {
	color:#fff1d0;
	margin:0;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

h3.smaller_titles {
	color:#7b0000;
	margin:0;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

.header_link { color:#fff1d0;
}
	
h1 {
	color:#7b0000;
	margin:0;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

strong, b {
	font-weight: bold;
	font-size:14px;
}

hr { 
	border:none;
	border-top:dotted 1px #7b0000;
	padding-top:5px;
	padding-bottom:5px; }

/* Easy Slider */

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:270px;
		height:523px;
		overflow:hidden; 
		}
		
		
span#prevBtn{ float:right;}
span#nextBtn{ float:right;}

	
/* TITLES */

ul#title {
	margin-bottom: 5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height: 30px;
	list-style-type:none;
	padding:0px;
	
	
}

ul#title li {
	
	/*list-style-image:url(../images/bullet.png); */
	margin-right:0;
	
}


/* ROUNDED CONTAINERS */

.rounder_container {
	padding: 25px;
	position: relative;
	
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;

	box-shadow: 1px 2px 4px rgba(0,0,0, 0.8);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0, 0.2);

	background-color:#f9f4eb;
	background-image:url(../images/container_pattern.jpg);
	background-repeat: repeat;
	z-index:1;
	
	

	}

/* HEADER */

#header{
	position:absolute;
	width:960px;
	height:177px;
	background: url(../images/header.png);
	background-repeat: no-repeat;
	
	
	}


#location {
	position:absolute;
	top:20px;
	left:600px;
	float:right;
	z-index:90;
	text-align:right;
	
}
	
/* MAIN NAVIGATION */

#main_nav {	
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top: 140px;
	width: 970px;
	height:100px;
	z-index:60;
	}

ul#topnav {
	padding-left:15px;
	margin: 0;
	list-style-type:none;

}

ul#topnav li {
	background-image:url(../images/menu_divider.png);
	background-position: right -8px;
	background-repeat: no-repeat;
	padding-right: 18px;
	padding-left: 18px;

	float:left;

}


ul#topnav .last_item {
	background-image:none;
}

ul#topnav a {
	text-decoration: none;
	color:#701412;
	font-size:15px;
	font-weight:bold;
}

ul#topnav  a:hover {
	color:#701412;
	
}

ul#topnav  a:visited {
	color:#701412;
	
}


#topnav li ul { /* second-level lists */
	
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
	background-image:url(../images/container_pattern.jpg);
	background-repeat: repeat;
	border:1px dotted #830000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	display:block;
	float:left;
	padding-bottom:5px;
 
}


/* MAIN CONTENT */

#wrapper {
	width:100%;
	height:100%;
	min-height: 100%;
	position:relative;
	margin-left:auto;
	margin-right::auto;
	

} 

#content_container {
	width:1000px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	float: inherit;
	padding-bottom:0px;
}
	
#main_body {
		
    overflow:hidden;
	background-color:#fffcf8;

	top:177px;
	width:900px;
	position:relative;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
	margin-right: auto;
	margin-left: auto;
	

 }

#general_leftpanel {
	margin-left:auto;
	margin-right::auto;
	width:300px;
	position: relative;
	background-color:#fff;
	float:left;
}

#general_rightpanel{	
	margin-left:auto;
	margin-right::auto;
	width:580px;
	position: relative;
	float:right;
	background-color:#fff;
}

#home_quicklinks {
	overflow:hidden;
	background-color:#FFF;
	top:177px;
	
	width:900px;
	position:relative;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}

/* MISC */



#horizontal_divider {
	margin: 0px 0px 1px 0px;
	padding: 0 0 40px 0;
	background: url(../images/horizontal_divider.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

#about_collage {
	position:absolute;
	float:right;
	top:6px;
	left:700px;
	z-index:50;
}

.hidden_content {
	display:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;;
	font-weight: normal;
	color: #7b0909;
}
/* EVENTS IMAGE LIST */

ul#image_list {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
	
}

ul#image_list li {
    margin-left: 0;
	padding-right:10px;
	padding-bottom:10px;
	border: none;
	list-style: none;
	display: inline;
	width:150px;
	}

ul#image_list img {

	border: 2px solid #900;
}

td.cell_image {
	padding-right:10px; 
	padding-left:10px;
	padding-bottom:0px; 
	padding-top:10px;
	width:162px;
}

#panel {
	padding:10px;
	display: none;
}
	
/* FOOTER */

#footer  {

	position:relative;
	margin-top: 165px;
	clear:both;
	width:100%;
	height:113px;
	background: url(../images/footer_tile.png);
	background-repeat: repeat-x;
}
	
#footer_content {
	
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:960px;
	height:113px;
	background: url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

/*FOOTER NAV*/

#main_footer_nav {	
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width: 950px;
	
	z-index:60;
	top:25px;

	
}

ul#footer_nav {
	padding-left:15px;
	margin: 0;
	list-style-type:none;

	
	
}

ul#footer_nav li {
	background-image:url(../images/menu_divider.png);
	background-position: right -8px;
	background-repeat: no-repeat;
	padding-right: 18px;
	padding-left: 18px;
	text-align: center;
	display: block;
	float:left;

}

ul#footer_nav .footer_last_item {
	background-image:none;

	
}

ul#footer_nav a {
	
	text-decoration: none;
	text-align: center;
	color:#fff;
	height: 30px;
	font-size:15px;
	font-weight:bold;
} 

ul#footer_nav  a:hover {

	color:#c0c0c0;
	
}