/* CSS Document */
html, body {
	min-height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-size:100%;
	color:#000;
	background-color: #FDFCFA;
	background-repeat: repeat-x;
	background-image: url(../images/pagebkg.jpg);
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align:left;
	width:704px;
	margin:0 auto;
	background-color: white;
	padding: 10px 28px;
}
i  {
	color: #A4780F;
}
#topMenu {
	border-bottom: 4px solid #999999;
	text-align: right;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}
#topMenu ul {
	margin: 0;
	padding: 0;
}
#topMenu li {
	float: left;
	list-style-type: none;
	font-size: small;
}
#topMenu li a {
	font-weight: bold;
	color: #77787B;
	text-decoration: none;
	border-left: 2px solid #E7D8C1;
	margin-right: 15px;
	padding-left: 15px;
}
#topMenu a:hover, #topMenu a.current {
	color: #9E6209;
}
#logoDiv {
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/logoDivBottom.gif);
	background-position: 1px 266px;
	height: 275px;
	border-bottom: 2px solid #CCC;
}

#logoDiv img {
	float: right;
}
#leftMenu {
	border-right: 11px solid #D9D9D9;
	width: 235px;
	background-repeat: no-repeat;
	background-image: url(../images/logoDivTop.jpg);
	background-position: left top;
	height: 248px;
	padding-top: 15px;
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
}

#leftMenu img {
	float: none!important;
	text-align: left;
}
#leftMenu p {
	margin-top: 15px;
}

#leftMenu ul {
	margin-left: 25px;
	padding-left: 0px;
}
#leftMenu li {
	list-style-type: none;
	border-bottom: 2px solid #CCC;
	width: 160px;
	margin-bottom: 5px;
}
#leftMenu li a {
	background-image: url(../images/menuUp.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	color: #000000;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	background-position: left -2px;
}
#leftMenu li a:hover {
	background-image: url(../images/menuOver.gif);
}
#bodyContent {
	background-repeat: no-repeat;
	background-image: url(../images/grayBar.gif);
	background-position: left 143px;
}
#bodyContent h2 {
	font-size: 17px;
}
#bodyContent  a {
	color: #000000;
}
#bodyContent a:hover {
	color: #13694E;
}

#bodyLeft {
	float: left;
	width: 229px;
	margin-right: 24px;
}
#bodyLeft div, #bodyRight div {
	padding-bottom: 12px;
	margin-top: 14px;
}
#bodyLeft h3 {
	color: #13694E;
	font-size: 17px;
}




.spotlight {
	clear: left;

}
.spotlight img {
	float: left;
	margin-right: 6px;
}
.spotlight  h6, #latestThoughts h6 {
	font-size: 65%;
	margin-bottom: 3px;
	margin-top: 0px;
}
.spotlight  p, #latestThoughts p {
	font-size: 11px;
	margin-left: 70px;
	margin-top: 0px;
	color: #77787B;
	padding-left: 35px;
	margin-bottom: 0px;
}





#bodyRight {
	float: left;
	width: 451px;
}
#bodyRight h2 {
	color: #77787B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

#bodyRight h2 span {
	color: #13694E;
}
#bodyRight address {
	font-style: normal;
	margin-top: 15px;
	font-size: 14px;
}

#bodyRight h3 {
	color: #13694E;
	font-size: 14px;
}

#bodyRight  h2  + h3 {
	margin-top: 0px;
	color: #000000;
}

#bodyRight .spotlight p {
	padding-left: 100px;
}
#rightBottom {
}
#latestThoughts {
	float: left;
	width: 233px;
	background-repeat: no-repeat;
	background-image: url(../images/latestThoughts.jpg);
	background-color: #F2E9E0;
	height: 197px;
	margin-right: 15px;
	padding-left: 10px;
}
#latestThoughts  h2, #eventCalendar h2 {
	margin-top: 1em;
	margin-bottom: 4px;
}
#latestThoughts p {
	padding-left: 6px;
	margin-left: 3px;
	width: 110px;
	margin-top: 2px;
}
#latestThoughts h6 {
	padding-right: 110px;
}



#eventCalendar {
	float: left;
	border: 1px solid #BFBFBF;
	width: 179px;
	padding-left: 10px;
	padding-right: 2px;
	height: 350px;
	overflow: scroll;
}
#eventCalendar h5 {
	font-size: 12px;
	color: #13694E;
	margin-bottom: 3px;
}
#eventCalendar h6 {
	font-size: 10px;
	margin-top: 0px;
	color: #77787B;
	margin-bottom: 2px;
}
#eventCalendar p {
	font-size: 10px;
	margin-top: 0px;
	color: #000;
	margin-bottom: 2px;
}

#footer {
	font-size: x-small;
}
#footer a {
	color: #77787B;
	text-decoration: none;
}
#footer a:hover {
	color: #986C13;
}




hr.clearit {
	clear: both;
	height: 0px;
	line-height: 0;
	visibility: hidden;
}

