@charset "utf-8";

/*
text rollover:		#F90;
text:				#630;
link text: 			#963;
title text:			#C60;
background: 		#DBDBDB;
border:				#CBCBCB;
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #630;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #DBDBDB;
}
a:link, a:visited {
	text-decoration: none;
	color: #963;
}
a:focus, a:hover, a:active, a.current {
	text-decoration: none;
	color: #F90;
}
a {
   outline: 0;
}
a:hover img {
	border: 2px solid #999;
}
img {
	border-color: #CBCBCB;
}
.style #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 15px;
	padding-right: 0px;
}
.style #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.style #header {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	line-height: 45px;
	font-size:3em;
	color:#F90;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.style #header p{
	font-size: 20px;
	color: #963;
	line-height: 0px;
	word-spacing: normal;
	font-weight: bold;
}
#navHr {
	background-image: url(../img/topHr.png);
	height: 3px;
	width: 950px;
	background-position: left;
	float: left;
}
.style #mainContent {
	padding: 0px;
	padding-right: 30px;
}
#bottomPad {
	clear: both;
	display: block;
	height: 15px;
}
.style #footer {
	margin: 0px;
	height: 22px;
	font-size: 14px;
	text-align: right;
	line-height: 22px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 0px;
	vertical-align: middle;
} 
.style #footer img {
	float: left;
	padding-top: 3px;
}
.copyL {
	display: block;
	width: 500px;
	margin: 0px;
	float: left;
}
.hA {
	color: #C60;
	font-size: 24px;
}
.hB a {
	color: #C60;
	font-size: 20px;
}
.hB a:hover {
	color: #F90;
	font-size: 20px;
}
.hC {
	display: none;
}
.subA {
	font-size: 15px;
	color: #630;
	font-weight: bold;
}
.subB {
	color: #C60;
}
.copyR {
	display: block;
	margin: 0px;
	float: right;
	width: 350px;
}
.updatesContainer {
	width: 300px;
	text-align: left;
	padding-left: 15px;
}
.verticalRule {
	display: block;
	height: 250px;
	width: 2px;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #CBCBCB;
	clear: left;
	float: right;
	margin-right: 45px;
	margin-top: 30px;
}
.contactImg {
	float: right;
}
.contactPlace {
	display: block;
	margin: 0px;
	margin-top: 35px;
}
.calendarLoc {
	display: block;
	margin-top: 25px;
	text-align: center;
}
#green {
	color: #528800;
}
#orange {
	color: #F90;
}
.slideshowEmbed {
	display: block;
	float: right;
	border: 2px solid #CBCBCB;
	margin-bottom: 15px;
}
.photoGimg {
	display: block;
	float: right;
	clear: right;
	margin-top: 15px;
	margin-bottom: 15px;
}