/* Styles that augment the screen.css from Blueprint */

body {
       	background: #44474b url('../images/bg.jpg') top repeat-x;
	}

.container {
       background-color: #eeebe7;
       margin-top: -20px;
	}
	
.masthead {
	position: absolute;
	#position: relative;
	#left: 0px;
	top: 0px;
	#top: -170px;
	_top: -170px;
	_left: 0px;
	width: 950px;
	}

.banner {
	position: absolute;
	top: 163px;
	}
	
.maincopy {
	background-color: #4f6470;
	margin-left: 10px;
	margin-top: 10px;
	}
	
.maincopy h3 {
	color: white;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
	}
	
.maincopy h4 {
	color: white;
	font-size: 1.6em;
	padding: 10px 0px 0px 10px;
	margin-bottom: 2px;
	}	
	
.maincopy p {
	color: #d1dadf;
	padding: 0px 10px 10px 10px;
	}
	
.maincopy a {
	color: white;
	text-decoration: underline;
	}
	
.maincopy a:hover {
	color: yellow;
	}

.maincopy ul {
	margin-top: -20px;
	}

.maincopy ul li {
	list-style: none;
	line-height: 2em;
	color: white;
	}

form p {
	background-color: #333f45;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid white;
	}

.button {
	border: solid white 10px;
	margin-bottom: 15px;
	}

.ie_hack {
	#position: relative;
	#top: -173px;
	}

.top_nav {
	  position: absolute;
	  top: 122px;
	  height: 41px;
	  #position: relative;
	  #left: 0px;
	  #top: -173px;
	  
	  width: 950px;
	  z-index: 10;
	}
	
.top_nav_logo {
	float: left;
	width: 292px;
	height: 41px;
	}
	
.content {
	background: white url('../images/content_bg.jpg') top repeat-y;
	}
	
.right_content {
	  background-color: #eeebe7;
	  text-align: center;
	}	
	
.masthead_caption { /* top, right, bottom, left */
	background: #999 url('../images/caption_bg.jpg') top repeat-y;
	height: 300px;
	}

input.text, input.title {width:200px;padding:5px;}		
	
.right_bar { /* top, right, bottom, left */
	color: white;
	}	
	
.masthead_caption p, .masthead_caption h2, .masthead_caption h3, .right_content p, .right_content h2, .right_content h3 {
	padding: 0px 10px 0px 10px;
	}

.upcoming {
	padding: 0 0 10px 20px;
	}

.blog {
	background-color: #ccc;
	}

.question {
	color: white;
	}
	
.question2, .question2 h3 {
	color: #8ec63f;
	}	
	
.indent {
	position: relative;
	left: 40px;
	}

.events_head {
	background-color: #333;
	color: white;
	padding: 2px 0 2px 10px;
	}
	
.footer {
	background: #555556 url('../images/footer_bg.jpg') top repeat-x;
	height: 60px;
	}

.overhang {
	float: left;
	position: relative;
	left: -44px;
	width: 44px;
	height: 172px;
	top: 2px;
	}

.schedule {
	margin-left: 20px;
	}

.explination {
	margin-left:40px;
	margin-right: 20px;
	margin-top: -20px;
	}

.footer p, .footer h2, .footer h3 {
	color: white;
	padding: 10px 10px 10px 10px;
	}
	
.footer a {
	color: #999;
	}