html, body {
  height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #73807C url(/images/background.png) top center repeat-y;
}

#wrapper {
  height: auto;
  min-height: 100%;
	width: 760px;
	margin: 0px auto;
	background: #fff;
}

#innerwrapper {
  height: 100%;
  padding-bottom: 50px;
}

body.mceContentBody {
	padding: 5px;
	background: #fff;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}

div.richUserContent {
	text-align: justify;
	margin: 0px;
}

	body.mceContentBody img,
	div.richUserContent img {
		float: right;
		margin: 0px 0px 10px 15px;
		border: 1px solid #ccc;
		padding: 6px;
	}

#header {
	height: 92px;
	position: relative;
	background: #fff;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #f2ac1d;
}

#header .title_a,
#header .title_b {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0 164px;
}
#header .title_a {
	font-variant: small-caps;
	padding-top: 8px;
}

#header #member {
	position: absolute;
	width: 250px;
	right: 10px;
	bottom: 30px;
	text-align: right;
	font-size: 1.3em;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #94023c;
	font-weight: bold;
}

#header #member a {
	font-size: 13px;
	color: #94023c;
	text-decoration: underline;
	font-weight: normal;
}


ul#menu {
	border-top: 2px solid #f2ac1d;
	background: #FFEDC7;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 0px 0px 10px;
	font-size: 14px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 600px;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

ul#menu li {
	display: inline;
	margin: 0px 3px;
	height: 20px;
}

ul#menu li a {
	border-collapse: separate;
	padding: 0 3px;
	margin: 0;
	font-variant: small-caps;
	color: #111;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 3px solid #FFEDC7;
}
	
	ul#menu li a:hover,
	ul#menu li a.selected {
		border-bottom: 3px solid #94203c;
	}

#photo {
	margin: 1px 0 0 0;
	padding: 0px;
	padding-bottom: 6px;
	background: url(/images/bottom_shadow.png) bottom center no-repeat;
}

#photo-in {
	margin: 0px;
	height: 8em;
}
#photo-in.home {
	padding: 0 2em 0 2em;
	height: 25.3em;
}

	#photo-in h1 {
		font-size: 2.0em;
		font-family: 'Trebuchet MS', 'Verdana', Arial, sans-serif;
		padding-top: 0.7em;
		margin: 0 0 10px 0;
	}
	
	#photo-in p {
		margin: 0;
		width: 375px;
		font-size: 1.3em;
		line-height: 1.5em;
		color: #222;
	}


#main {
	width: 460px;
	padding: 1em 2em 2em;
	float: left;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}

	#main h1, body.mceContentBody h1 {
		font-size: 1.8em;
		font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
		margin-top: 0px;
	}
	
	#main h2, body.mceContentBody h2 {
		font-size: 1.3em;
	}
	
	#main h3, body.mceContentBody h3 {
		font-size: 1.2em;
	}

	#main h4, body.mceContentBody h4 {
		font-size: 1.3em;
		margin: 20px 20px 10px 20px; 
		padding-top: 10px;
		border-top: 1px dashed #ccc;
	}

	#main h5.calheader {
		font-size: 1.4em;
		margin: 30px 20px 10px 20px; 
		padding-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}

	#main h6, body.mceContentBody h6 {
		height: 1px;
		overflow: hidden;
		margin: 20px; 
		padding: 0px;
		color: #fff;
		border-top: 1px dashed #ccc;
	}

#rightmenu {
	width: 210px;
	padding: 0.8em 20px 1.5em 20px;
	float: right;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	font-weight: bold;
	margin: 0;
	background: #e8e8e8 url(/images/bottom_roundoff.gif) bottom left no-repeat;
	position: relative;
}

	#rightmenu a {
		padding-left: 1em;
		display: block;
		color: #00513d;
		text-decoration: none;
	}
	
	#rightmenu a.selected {
		background: url(/images/redarrow.gif) no-repeat center left;
	}

	#rightmenu a:visited {
		color: #40806E;
	}

	#rightmenu a:hover {
		color: #40806E;
		text-decoration: underline;
	}
	
	#rightmenu h3 {
		font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
		margin: 0 0 3px 0;
		font-size: 1.15em;
	}
	
	#rightmenu img.corner {
		position: absolute;
		left: 0px;
	}
	#rightmenu img.top { top: 0px; }
	#rightmenu img.bottom { bottom: 0px; }

#rightside {
	width: 210px;
	padding: 0 1.5em;
	float: right;
	font-size: 1.15em;
	margin: 2em 0;
	clear: right;
}	

	#rightside h3 {
		color: #94203c;
		text-align:center;
		padding-top: 10px;
		border-top: 1px dashed #ccc;
		margin-top: 15px;
		text-transform: uppercase;
		font-size: 1.15em;
		margin-bottom: 5px;
		font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	}

	#rightside h3.first {
		padding-top: 0px;
		border-top: 0px;
		margin-top: 0px;
	}

	#rightside a {
		color: #94203c;
		text-decoration: none;
		border-bottom: 1px solid #94203c;
	}
	
	#rightside a:hover {
		background: #FFEDC7;
	}

	#rightside a.calendar_entry {
		clear: both;
		display: block;
		color: #333;
		border: 0px;
		padding: 1px 0 2px 10px;
		text-align: left;
	}
				
		#rightside a.calendar_entry .calendar_date {
			font-weight: bold;
		}
	
		#rightside a.calendar_entry .calendar_title {
			width: 150px;
			float: right;
			overflow: hidden;
			cursor: pointer;
			white-space: nowrap;
		}
			
	#rightside a.black {
		color: #333;
		border-color: #333;
	}
	
	#rightside a.sponsor img,
	#rightside img.sponsor {
		border: 1px solid #ccc;
		padding: 2px;
		margin-bottom: 3px;
		background: #fff;
	}

	#rightside a.sponsor {
		border:none;
		color: #333;
	}

	#rightside a.sponsor:hover {
		border:none;
		background: none;
		color: #94203c;
	}

	#rightside a.sponsor:hover img {
		border: 1px solid #94203c;
	}
	
					
#footer {
	border-top: 1px solid #f2ac1d;
	padding: 0 20px 10px;
	color: #666;
	font-size: 1em;
	clear: both;
	margin: -66px auto 0px;
	height: 55px;
	width: 720px;
	background: #FFEDC7;
	-webkit-text-size-adjust: none;
}

#footer .left {
  margin-top: 1em;
	width: 500px;
}

#footer .right {
  margin-top: 1em;
	width: 200px;
	float: right;
}

#footer a {
	color: #666699;
}

sup {
	font-size: 0.7em;
	top: 0px;
	position: relative;
}

#main a { 
	color: #94203c;
	text-decoration: none;
	border-bottom: 1px solid #94203c;
	cursor: pointer;
}

#main a img {
	border: none;
}

#main a:hover {
	background: #FFEDC7;
}

#main a.directory {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 44%;
	color: #333;
	line-height: normal;
	border: none;
	font-size: 0.92em;
	overflow: hidden;
}

#main a.directory b {
	font-size: 1.1em;
}

.attribution {
	text-align: right;
	margin-right: 5px;
	font-style: italic;
}

.formrow {
  position: relative;
	margin: 0 0 5px 120px;
}

label.column {
	position: absolute;
	font-weight: bold;
	left:-108px;
	width: 100px;
}

label.header {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 5px;
}

input {
	padding: 1px;
	border: 1px solid #f2ac1d;
}

input.nontext {
	padding: 0px;
	border: none;
}

.formskinny {
	margin-left: 10px;
	max-width: 450px;
	text-align: left;
}

#statusmsg, #errormsg {
	vertical-align: middle;
	border-top: 1px dotted #f2ac1d;
	border-bottom: 1px dotted #f2ac1d;
	padding: 3px;
	text-align: center;
	margin-bottom: 10px;
}

#loginmsg {
	border-top: 1px dotted #f2ac1d;
	border-bottom: 1px dotted #f2ac1d;
	padding: 0px 10px;
	margin-bottom: 10px;
}

#loginmsg.error {
  padding-left: 25px;
  background: url(/images/fail.gif) no-repeat 5px 11px;
}

#loginmsg p:first-child {
  font-weight: bold;
}

#statusmsg img, #errormsg img, #loginmsg img {
	vertical-align: middle;
	padding-right: 4px;
}

.header_link {
	float: right;
	width: 170px;
	font-weight: bold;
	text-align: right;
}

.boxed {
	padding: 20px;
	border: 1px dotted #f2ac1d;
}

#presidentspen img {
	margin: 0px 15px 15px 15px;
}

#instructions {
	color: #00513b;
	font-size: 14pt;
	font-weight:bold;
}

#formarea a { border: 0px; }

#main a.mceButton, #main a.mceText, #main a.mceOpen, #main a.mceAction {
	border: 0px;
	color: #000;
}

.editLinks {
	float: right;
	width: 200px;
	text-align: right;
}

.big_list_item {
	margin-left: 40px;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	background: #ffe5e5;
	border: 1px solid #c33;
}

.fieldWithErrors label {
	color: #c33;
}

#errorExplanation {
	margin: 10px 25px 10px 25px;
	border: 1px dotted #c33;
	padding: 15px;
}

	#errorExplanation h2 {
		font-size: 1.0em;
		color: #c33;
		margin-top: 0px;
	}

.adminrow, .adminrow_withimg {
	margin: 6px 5px 0 10px;
	padding: 2px;
	clear: both;
	position: relative;
}

	.adminrow_withimg {
		margin-left: 50px;
	}

	.adminrow .meta, .adminrow_withimg .meta {
		font-size: 0.9em;
		font-style: italics;
		color: #888;
	}
	
	.not_published {
		color: #999;
	}
	
	.adminrow .links, .adminrow_withimg .links {
		float: right;
		width: 150px;
		text-align: right;
		z-index: 10;
	}

	.adminrow_withimg img {
		position: absolute;
		left: -40px;
		top: 3px;
	}
	
	.adminrow_withimg a.dl {
		font-weight: bold;
		border-bottom: none !important;
		color: #333 !important;
	}
	
	.adminrow_withimg a.dl img {
		border: 0;
	}

.contactrow {
	margin: 3px 0 3px 35px;
}

  .contactrow span {
    display: block;
  }

	.contactrow span.position {
	  margin-left: -15px;
		font-weight: bold;
	}
	
label.events_label{
	text-align:right;
	font-weight:bold;
	left:-108px;
	padding-top:2px;
	position:absolute;
	width:100px;
}

div.post_title_container {
	margin-bottom: 10px;
	margin-left: 25px;
}
	div.post_title_container a {
		font-weight: bold;
	}
	div.post_title_container .meta {
		font-size: 0.9em;
		color: #666;
	}

div.admin_post_container{
	padding:10px 20px 10px 20px;
	margin-top:10px;
	background-color:#FFEDC7;
	clear:both;
}

div.admin_reply_container{
	padding:5px 20px 5px 20px;
	margin-left:20px;
	border:1px dotted #F2AC1D;
	margin-top:5px;
}

div.post_container{
	padding:10px 20px 5px 20px;
	border-bottom: 2px solid #f2ac1d;
}
	div.post_container h1 {
		margin-bottom: 3px;
	}
	div.post_container .meta {
		margin-top: 3px;
		margin-bottom: 10px;
		font-size: 0.95em;
		font-style: italic;
	}

div.reply_container{
	margin: 0px 20px 0px 20px;
	padding: 15px 5px 5px 25px;
	border-bottom: 1px dashed #ccc;
}
	div.reply_container h3 {
		margin-bottom: 3px;
		margin-top: 0px;
	}
	div.reply_container .meta {
		margin-top: 3px;
		margin-bottom: 10px;
		font-size: 0.95em;
		font-style: italic;
	}

.footer {
	color: #666;
	font-size: 0.85em;
	font-style: italic;
	margin: 20px 40px 0px 40px;
	padding: 10px 30px 0px 30px;
	text-align: center;
	border-top: 1px dashed #ccc;	
}

#rsvp_box {
	margin: 25px;
	padding: 10px;
	border: 1px solid #f2ac1d;
	background: #FFEDC7;
}
	#rsvp_box h2 {
		margin-top: 0px;
	}
	
	.rsvp_row {
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	.rsvp_row label {
		font-weight: bold;
	}
	.rsvp_row input {
		width: 98%;
	}
	
.sponsorrow {
	position: relative;
	margin: 0 0 15px 135px;
	height: 60px;
}
	.sponsorrow img {
		position: absolute;
		font-weight: bold;
		left: -135px;
		top: 3px;
	}