@charset "UTF-8";
/* CSS Document */

body{
	background-color: #aba87d;
	background-image: url(graphics/bg_repeat.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}

#mainFrame{
	width: 711px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:0;
}

#test{
	width: 1000px;
	height: 1000px;
	position:absolute;
	top: 0;
	left: 0;
	background-color: #0F9;	
}

#glass{
	background-image: url(graphics/glass_outside.jpg);
	height: 493px;
	width: 183px;
	position:absolute;
	top: 0;
	left: -184px;
	z-index:1000;
}

#topNav{
	float: left;
	height: 22px;
	width: 701px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 0 0 8px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #94915A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	position: relative;
}

#header{
	background-image: url(graphics/header.jpg);
	float: left;
	height: 242px;
	width: 537px;
	padding-left: 174px;
}

#content{
	background-image: url(graphics/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 20px;
	width:711px;
	float:left;
}

#contentLeft{
	float: left;
	width: 174px;
	padding-top: 28px;	
}

.font{
	width: 159px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-left: 15px;
	float:left;
}

.font a{
	color: #517A8E;
	text-decoration: none;
	font-size: 22px;
}

.upcoming{
	background-image: url(graphics/upcoming_events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 174px;
	height: 40px;
}

.event{
	width: 164px;
	padding:0 0 10px 10px;
	float:left;
}

.eventDate a{
	color:#706d33;
	text-decoration:none;
	font-weight:bold;
	
}

.eventTitle a{
		font-size:11px;	
		color:#000;
		text-decoration:none;
}

#contentRight{
	width: 500px;
	float:right;
	padding-right: 15px;
	padding-left: 11px;
	padding-top: 10px;
	line-height: 18px;
}

#contentRight h1{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	color: #517a8e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 22px;
}

#contentRight h2{
	margin: 0 0 5px 0;
	color: #ABA87D;
	font-size: 18px;
}

#contentRight h3{
	margin: 0 0 5px 0;
	color: #333;
	font-size: 14px;
}

#contentRight p{
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	
}

#contentRight a{
	color: #517A8E;
	text-decoration: underline;
}

#contentRight li{
	padding: 0 0 6px 0;
}

#contentRight a:hover{
	color: #827E3E;
	text-decoration: none;
}

#footer{
	background-image: url(graphics/footer.jpg);
	float: left;
	height: 73px;
	width: 711px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top:8px;
}


/*POLL STUFF*/
label {
	display: block;
	padding: 5px 5px 10px 5px;
	font-size: 12px;
	color: #000;
}

h5 {
	font-size: 18px;
	margin-top:20px;
	margin-bottom:0;
	color: #666;
}

.que{
	font-size: 36px;
	font-weight: bolder;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
}


h6 {
	font-size: 30px;
	margin-top:0;
	margin-bottom:0;
	font-family: "Times New Roman", Times, serif;
}

ul.pollMini { 
	list-style: none; 
	margin:0;
	padding:0;

}

.results-bar {
	color: #666;
	white-space: nowrap;
	background-color: #eaeaea;
	background-position: left center;
	font-size: 11px;
}

.padded{
	padding: 3px;	
}

span.total-votes {
	font-size: 20px;
}

.poll{
	width: 160px;
	padding:0 0 10px 10px;
	float:left;
}

.pollQuestion{
	color:#706d33;
	text-decoration:none;
	font-weight:bold;
}
/* Newsletter Stuff */
.newsletter{
	width: 160px;
	padding:0 0 10px 10px;
	float:left;
}

.newsletter ul{
	margin: 2px 0 0 0;
	padding: 0 0 0 20px;
}

.newsletter li{
	padding: 2px;	
}

.newsletter a{
	color: #517A8E;
	text-decoration: none;		
}

.newsletter a:hover{
	color: #94915A;
	text-decoration: none;
}

