@charset "UTF-8";
/* ----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #564b4c;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;

}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/back_sides.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
#header {
	position:relative;
	width: 800px;
	top:0;
	left: 44px;
	height:140px;
}

#logo {
	position:relative;
	top: 25px;
	left: 0px;
	width: 607px;
	height: 110px;
}
	
#signIn {
	position:relative;
	float:right;
	margin: 15px;
}
#signIn a{
	color:#666;
}
#signIn a:hover {
	color:#C00;
}
/* -- main navigation styles --*/
#nav {
	position:relative;
	width: 812px;
	height: 38px;
	left:38px;
	background-image:url(../images/menu_back.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#menu {
	position: relative;	
	top:1px;
	width:800px;
	left: 20px;
}

	
#content {
	position:relative;
	width: 800px;
	left: 44px;
	background-color:#d5d5d5;
	background-image:url(../images/bottom_gray.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:30px;
	font-family:Tahoma, Arial, sans-serif;
	line-height: 18px;
	font-size:14px;
}
#content p{
	margin-left:20px;
	margin-bottom: 10px;
	margin-right: 30px;
	
}
#faqs p{
	margin-top:0;
	margin-bottom:0;
}
#content ul, ol{
	position:relative;
	width: 700px;
	left: 55px;
}
#mainImg{
	float:right;
	margin-left: 30px;
	padding-bottom: 20px;
}
#content h1{
	margin-left:20px;
	padding-top: 20px;
	padding-bottom:10px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.photos {
	position:relative;
	left:20px;
	margin-right: 30px;
	margin-bottom:30px;
}
.staff{
	margin-right:20px;
}
.question {
	font-weight:bold;
	font-style:italic;
	margin-top: 0px;
	padding-right:30px;
}
.answer {
	padding-bottom:15px;
	padding-right:30px;
	margin-bottom:20px;
	margin-right: 25px;
}
#calendar {
	margin-top: 10px;
	margin-left:20px;
}

#footer {
	position:relative;
	width: 800px;
	left: 44px;
	margin-bottom: 25px;
	background-color:#999;
	background-image:url(../images/bottom_banner.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 40px;
}
#footer p{
	padding-top:5px;
	color:#fff;
	font-size:11px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
}
	
#endcap{
	width:900px;
	height: 25px;
	left:0;
	background-image:url(../images/back_bottom.jpg);
}

#clear {
	clear: both;
	}
