/* Normalize margin/padding */
* {
	margin: 0;
	padding: 0;
}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* Remove table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Remove borders */
fieldset, img {
	border: 0;
	}
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
/* Remove quotation marks */
q: before, q: after {
	content: '';
	}

/* GENERAL */
html {
	text-align: center;
	}

body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #0e556f; /*dark blue*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #2a6e94; /*light blue*/
	}

a {
	color: #c60;
	}
	a:hover {
		color: #f90;
		}

ul, ol {
	margin: 0 35px;
	}
ul li, ol li {
	margin: .3em 2em;
	}
ul li {
	list-style-type: disc;
	}
ol li {
	list-style-type: decimal;
	}

#branding {
	width: 1000px;
	height: 261px;
	background: url(/i/sub_header.jpg) top left no-repeat;
	}
	#home #branding {
		height: 120px;
		background: url(/i/masthead.jpg) top left no-repeat;
		}

#welcome {
	width: 1000px;
	height: 303px;
	margin: 0;
	background: url(/i/welcome.jpg) top left no-repeat;
	}
	#welcome h1 {
		padding: 50px 0 0 620px;
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #f2eee7;
		}
	#welcome p {
		line-height: 17px;
		margin: 15px 0 0 555px;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #f2eee7;
		letter-spacing: 1px;
		}

/* NAVIGATION */
#nav {
	width: 980px;
	height: 35px;
	background-color: #b5a58f;
	text-align: center;
	padding: 0 0 0 20px;
	}
	#home #nav {
		top: 422px;
		}
	#nav  {
		margin: 0 auto;
		}
	#nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		border-right: 1px solid #0e556f;
		float: left;
		position: relative;
		height: 35px;
		white-space: nowrap;
		z-index: 10;
		}
		#nav li a {
			display: block;
			float: left;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 35px;
			padding: 0 14px;
			color: #0e556f;
			text-decoration: none;
			width: .1em;
			height: 35px;
			}
			#nav li a:hover {
				color: #fcfcf7;
				}
		html>body #nav li a {
			width: auto;
			} /* fixes IE6 hack */
		
		/* hide from IE5-Mac \*/
		#nav li a {
			float: none;
			}/* end hack */
		#nav li#contact-t {
			border-right: none;
			}
	#home #nav li#home-t a,
	#people #nav li#people-t a,
	#officers-directors #nav li#people-t a,
	#organizations-committees #nav li#people-t a,
	#photos #nav li#photos-t a,
	#school-youth #nav li#school-t a,
	#overview #nav li#school-t a,
	#individualized-program #nav li#school-t a,
	#words #nav li#words-t a,
	#administration #nav li#admin-t a,
	#social-action #nav li#social-t a,
	#volunteer-opportunities #nav li#social-t a,
	#projects #nav li#social-t a,
	#services #nav li#services-t a,
	#newsletter #nav li#newsletter-t a,
	#membership #nav li#membership-t a,
	#links #nav li#links-t a,
	#contact #nav li#contact-t a {
		font-weight: bold;
		color: #0e556f;
		background-color: #fff;
		}
	#contact #nav li#contact-t a {
		border-right: 1px solid #0e556f;
		}
	#home #nav li#home-t a {
		background-color: #f2eee7;
		border-left: 1px solid #0e556f;
		}
	#home #nav li#home-t li a,
	#people #nav li#people-t li a,
	#photos #nav li#photos-t li a,
	#school-youth #nav li#school-t li a,
	#words #nav li#words-t li a,
	#administration #nav li#admin-t li a,
	#social-action #nav li#social-t li a,
	#services #nav li#services-t li a,
	#newsletter #nav li#newsletter-t li a,
	#membership #nav li#membership-t li a,
	#links #nav li#links-t li a,
	#contact #nav li#contact-t li a {
		height: 25px;
		font-weight: normal;
		}

/* Suckerfish dropdowns */
#nav li ul {
	position: absolute; 
	top: 100%;
	left: -999em;
	background-color: #CDC0AF;
	padding: 0;
	margin: 0;
	width: 13em;
	border: 1px solid #0e556f;
	border-top: none;
	}
#nav li:hover ul, #nav li.sfhover ul { 
	top: 34px;
	left: -1px;
	}
#nav li li {
	margin: 0;
	padding: 0;
	border-right: none;
	width: 13em;
	border-top: 1px solid #b5a58f;
	height: 25px;
	}
	#nav li#admin-t li, #nav li#admin-t ul {
		width: 14em;
		}
#nav li li a {
	text-align: left;
	line-height: 25px;
	height: 25px
	white-space: nowrap;
	}
#wrapper {
	width: 1000px;
	position: relative;
	clear: left;
	background-color: #f2eee7;
	}
.content {
	background-color: #fff;
	padding: 40px 140px 40px 80px;
	min-height: 300px;
	}
	.content p {
		margin: 1em 0 0 15px;
		}
	.content h2 {
		font-size: 20px;
		}
		
	.content h2.eventListingHeader {
		color:#0f556f;
	}

	.content h3 {
		margin: 0;
		padding: 20px 0 0 15px;
		font-size: 16px;
		}
		
#contact .content p {
position:relative;
left:400px;
top:12px;
}

#content-main {
	width: 1000px;
	padding: 20px 0 0 0;
	background-color: #f2eee7; /*tan*/
	float: left;
	}

#content-main h2 {
	font-size: 20px;
	padding: 10px 0 10px 22px;
	}

	.featured {
		margin: 0 5px 15px 20px;
		font-size: 16px;
		border-bottom: 1px solid #094454;
		line-height: 1;
		width: 470px;
		}

.float-img-left {
	float: left;
	padding: 0 1em .5em 0;
	}

#officers h3 {
	margin: 0;
	padding: 20px 0 0 35px;
	font-size: 16px;
	}
#officers p {
	margin: 10px 0 0 35px;
	}

#upcoming-events-block {
	width: 338px;
	margin-left: 23px;
	margin-bottom: 10px;
	float: left;
	}

#upcoming-events-block h1 {
		margin: 0 0 10px 0;
		font-size: 16px;
		border-bottom: 1px solid #094454;
		line-height: 1;	
		}

#upcoming-events-block p {
	margin-bottom: 10px;
	}

.whole-event {
	width: 468px;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.event-box {
	width: 407px;
	margin: 0 0 0 21px;
	padding: 10px 30px;
	background: url(/i/event_bg.gif) 0 0 repeat-y;
	border-bottom: none;
	}

.event-box img {
	padding: 15px;
}

.event-box h1 {
	padding-bottom: 1em;
}

.event-box p {
	padding: .5em 0;
}

.event-top {
	width: 468px;
	height: 24px;
	margin: 0 0 0 21px;
	background: url(/i/event_top.gif) 0 0 no-repeat;
}

.event-bottom {
	width: 468px;
	height: 24px;
	margin: 0 0 0 21px;
	background: url(/i/event_bottom.gif) 0 0 no-repeat;
}

#content-sub {
	/*position: relative;*/
	float: left;
	width: 1000px;
	background-color: #f2eee7; /*tan*/
	padding-top: 15px;
	}

#photo {
	width: 365px;
	height: 273px;
	background: #f2eee7 url(/i/backdrop_03.gif) no-repeat 18px 30px;
	margin-left: 5px;
	position: absolute;
	left: 550px;
	/*position: absolute;
	left: 5px;
	top: 0;*/
	}
	#photo h1 {
		margin: 0 5px 0 20px;
		font-size: 16px;
		border-bottom: 1px solid #094454;
		line-height: 1;
		}
	#photo p {
		margin-right: 15px;
		text-align: right;
		}
	#photo #flashcontent{
		margin: 25px 0 0px 30px;
		}
	#photo a {
		color: #0e556f;
		text-decoration: none;
		}
		#photo a:hover {
			color: #600;
			text-decoration: underline;
			}

#featured-photo-block {
	position: absolute;
	top: 285px;
	left: 23px;
	}

#calendar {
	width: 366px;
	height: 273px;
	float: left;
	background: #f2eee7 url(/i/backdrop_03.gif) no-repeat 18px 30px;
	/*position: absolute;
	left: 366px;
	top: 0px;*/
	}
	#calendar h1 {
		margin: 0 5px 0 20px;
		font-size: 16px;
		border-bottom: 1px solid #094454;
		line-height: 1;
		}
	#home #calendar p {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 20px 0 30px;
	text-align: center;
		}

#schedule{
	font-size: 14px;
	font-family: Georgia;
	float: left;
	padding-bottom: 2em;
	/*position: absolute;
	top: 0;
	left: 740px;*/
	width: 240px;
	text-align: left;
	vertical-align: top;
	background-color: #f2eee7; /*tan*/
	}
	#schedule h1 {
		margin: 0 0 0 10px;
		font-size: 16px;
		border-bottom: 1px solid #094454;
		line-height: 1;
		}
	#schedule p {
		font-size: 13px;
		font-family: Georgia;
		margin: 1em 0 0 1em;
		}
	#schedule strong {
		font-weight: bold;
		}

#bad {
	font-size: 14px;
	font-family: Georgia;
	margin-left: 35px;
	}
	#bad td {
		padding-right: 50px;  
		}
	#bad h3 {
		margin: 0 -36px 10px -36px;		
		font-size: 16px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #0e556f;
		text-align: left;
		}
	#bad ul {
		margin: 0;
		}
	#bad li {
		height: 27px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

#footer {
	clear: both;
	width: 1000px;
	height: 35px;
	background-color: #2a6e94;
	padding: 1.2em 0;
	z-index: 0;
	}

	#footer p {
		font: normal 10px/15px Verdana, Tahoma, sans-serif;
		color: #b5a58f;
		text-align: center;
		}
	#footer a {
		color: #b5a58f;
		text-decoration: none;
		}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
		}

#search-box {
	position: relative;
	top: 83px;
	left: 760px;
	width: 300px;
	}
	#search-box label {
		display: none;
		}
	#home #search-box {
		top: 85px;
		left: 770px;
		}
		#home #search-box label {
			display: none;
			}

#m3moduleform_2 {
position:absolute;
top:95px;
left:75px;
}

.contactform td {
padding:5px;
}

.contactform td textarea {
width: 187px;
height: 100px;
}

.contactform td.inputtext {
width:300px;
}

/* =si-clear-children */
.clear_children,.cc_tallest { position: relative; } /**/* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest: after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
