@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	background-color:rgb(205, 195, 172);
	font-family:"Times New Roman", Times, serif
	}
#container{
	min-height:100%;
	width:960px;
	background-image:url(images/bg.jpg);
	background-position:center;
	position:relative;
	margin:10px auto 0px auto;
	padding-bottom: 24px;
	-webkit-box-shadow: 0px 0px 20px #888;
	-moz-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
	}

#header{
	height:200px;
	width:960px;
	}
#header h1{
	display:block;
	float:left;
	height:200px;
	width:231px;
	text-indent:-10000px;
	background:url(images/logo.png)  no-repeat 0 0;
	}
#header h1 a {
    display:block;
    width:100%;
    height:100%;
  	}
#header h1 a:hover {
    background:url(images/logo.png) no-repeat 0 0;
	}
#header h2 {
	display:block;
	float:right;
	width:769px;
	height:200px;
	position: absolute;
	margin-left: 231px;
	}
#sidebar {
	width:188px;
	height:514px;
	padding-bottom:24px;	/* Height of the footer */
	}
	/* MENU */
#sidebar ul {
    display:block;
    float:left;
    width:168px;
    height:330px;
	margin-left: 20px;
    background: url(images/menu.png) no-repeat 0 0;
	list-style:none;
	text-indent:-10000px;
 	}
#sidebar ul li a{
	display:block;
	float:left;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	}
#home {
	width:98px;
	height:35px;
	margin-top: 16px;
	margin-left: 35px;
  	}
#directions {
	width:168px;
	height:20px;
	margin-left: 0.2px;
	margin-top: 39px;
  	}
#menu {
	width:98px;
	height:18px;
	margin-left: 35px;
	margin-top: 56px;
  	}
#media {
	width:108px;
	height:30px;
	margin-left: 32px;
	margin-top: 48px;
  	}
#events {
	width:118px;
	height:25px;
	margin-left: 28px;
	margin-top: 42px;
  	}
#home a:hover {
    background: url(images/menu.png) -203px -16px; 
	}
#directions a:hover {
	background: url(images/menu.png) -168px -90px;
	}
#menu a:hover {
    background: url(images/menu.png) -203px -166px
	}
#media a:hover {
    background: url(images/menu.png) -200px -232px
	}
#events a:hover {
    background: url(images/menu.png) -196px -304px
	}
/* END MENU */
/* ACCORDION */
.accordion {
	padding-top:5px;
	padding-left:10px;
	width:630px;
	height:410px;
	font-family:STEAK, "times New Roman", serif;
}
.accordionPanel {
	display:none;
	font-family:"Times New Roman", Times, serif;
	margin-left:15px;
	font-size: 12px;
}
.accordionPanel ul {
	list-style-type:none;
	}	
.accordion h2 {
	background-image:url(images/accordionTab01.png);
	cursor:pointer;
	height: 24px;
	margin-top: 5px;
	text-indent:10px;
	font-size:larger
	}
.accordion h2:hover {
	background-image:url(images/accordionTab2.png);
	}
/* END ACCORDION */
/* GALLERY */
#gallery {
	padding-left:72.5px;
	padding-top:20px
	}
#gallery table tr {
	display: block;
	float: left;
	padding-right:5px;
	}
#gallery table tr td a {
	padding: 2px;
	display: block;
	border: 2px #9db2b9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
	}
#gallery table tr td a:hover { border: 2px #313739 solid; }
/* END GALLERY */
/* EVENTS */
#event {
	width: 646px;
	height: 420px;
	}	
#hours {
	margin-left: 30px;
	margin-top: 10px;
	}
#content {
	position:absolute;
	left:296px;
	top:205px;
	width:644px;
	height:418px;
	background-image:url(images/content.png);
	-webkit-box-shadow: 0px 0px 20px #888;
	-moz-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
	}
#mapwrapper {
	height:350px;
	width: 350px;
	}
#text {
	padding-left:0px;
	text-indent: 0px;
	margin-left: 350px;
	position: absolute;
	left: 1px;
	top: 35px;
	}
#info {
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
	left: 1px;
	}
#twitter {
	display:block;
	height:55px;
	width:224px;
	float: right;
	padding-right: 100px;
	margin-top: 30px;
	
	}
#facebook {
	display:block;
	height:55px;
	width:224px;
	float: right;
	margin-top: 30px;
	}
	/* FOOTER */
#footer {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	position:absolute;
	width:100%;
	height:24px;			/* Height of the footer */
	background-image:url(images/footer.png);
	left: 0px;
	top: 740px;
	}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */

