/******** For TinyMCE generated content ********/

div.user_defined_content p {
	margin: 0;
	padding: 0;
}
div.user_defined_content hr {
	margin-top: 0.8em;
	margin-bottom: 0.8em;	
	height: 1px;
	color: #000000;
}
/***********************************************/



/****** Base CSS styles that were reset in reset.css ******/

body {
	background-color: #fff;
}

body, input, select, form, fieldset, textarea, th, td, button {
	font: 11px verdana, arial, sans-serif;
	color: #444444;
}
select option {
	padding: 0 3px;
}

strong {
	font-weight: bold;
}

greyStrong {
	color: #777777;
	font-weight: bold;
}

.bread_crumb_link {
	color: #777777;
	text-decoration:none;
}
.bread_crumb_link a:hover{
	color: #777777;
	text-decoration:none;
}

.no_wrap {
	white-space: nowrap;
}

em {
	font-style: italic;
}
.u {
	text-decoration: underline;
}

a {
	color: #4b8f75;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content a {
	color: #4b8f75;
	text-decoration: underline;
}


p {
	padding-bottom: 1em;
}

h1, span.h1 {
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}
h2, span.h2 {
	font-size: 1em;
    font-weight: bold;
    color: #000000;
}
h3 {
	font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    color: #444444;
}

h1, h2 {
	margin-bottom: 1em;
}

.grey {
	color: #777777;
}

ul {
	list-style-image: url('../images/bullet.gif');
	/* list-style-type:disc; */
	margin-left: 18px;
	margin-bottom: 1em;
}
ul.indented {
	margin-left: 40px;
}

table th {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.regular {
	font-weight: normal;
	text-decoration: none;
}

/****** CSS ******/

.alert {
	color: #ff0000;
	font-weight: bold;
}

.hr {
	border-top: 1px solid #ffffff;
}

.clear {
	clear: both;
}
    
img.gallery {
	border: 1px solid #ffffff;
	padding: 2px;
}
img.right_image {
	float: right;
	margin: 5px 0 5px 5px;
}

.required {
	color: #ff0000;
}

div.indent {
	margin-left: 30px;
}


/************* Layout *************/

#container {
	width: 980px;
	margin: 5px auto;
	text-align: left;
}

#bread_crumb {
	font-size: 9px;
	margin-bottom: 2em;
}

#header {
	width: 820px;
	margin: 0 auto;
}

#header_area {
	position: relative;
	width: 820px;
	padding-top: 52px; /* to make room for the script letters */
	z-index: 1;
}
#header_image img {
	border: 1px solid #000000;
}

#header_quicklinks {
	position: absolute;
	text-align: right;
	top: 30px;
	right: 0;
}

#header_quicklinks a {
	color: #444444;
	font-size: 10px;
}


#header_title {
	position: absolute;
	top: 0px;
	left: -40px;
	z-index: 2;
}

#header_flower {
	position: absolute;
	bottom: -55px;
	right: -65px;
	z-index: 3;
}
#header_willow_park_icon_home {
	position: absolute;
	bottom: -25px;
	right: 30px;
	z-index: 4;
}

#header_willow_park_icon {
	position: absolute;
	bottom: -25px;
	right: 30px;
	z-index: 4;
}


#top_menu {
	padding: 15px 80px;
	padding-left: 115px;
	margin-bottom: 15px;
}

#top_menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font: 11px arial, sans-serif;
}
#top_menu ul li {
	float: left;
	margin-right: 13px;
}

#top_menu ul li a {
	font-weight: bold;
	text-transform: uppercase;
}

#top_menu ul li a.active {
	color: #777777;
}

.members_top_menu {
	padding-left: 105px !important;
}
.members_top_menu ul li {
	margin-right: 13px !important;	
}

.guests_top_menu ul li {
	margin-right: 25px !important;
}


#main_layout_table td {
	vertical-align: top;
}

#left_menu {
	margin-top: 2em;
	text-align: right;
	width: 120px;
}
#no_left_menu {
	margin-top: 2em;
	text-align: right;
	width: 80px;
}

#main {
	z-index: 4;
}


#content {
	/*width: 780px;*/
	margin-right: 80px !important;
}

#left_menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 20px 0;
	padding-right: 10px;
	border-right: 1px solid #4b8f75;
}
#left_menu ul li {
	margin-bottom: 0.6em;
}
#left_menu ul li a.active {
	color: #777777;
}


#footer {
	width: 820px;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	padding-top: 1em;
	margin-top: 5em;
	text-align: center;
	font-size:10px;
	padding-bottom:3px;
}

#main li
{
	list-style-type:none;
}

.green_text{
	color:#008a52;
}


/************* Letters *************/

div.lettered {
	display: block;
	background-color: transparent;
	background-position: 30px 0px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 20px;
	padding-top: 30px;
	min-height: 90px;
	margin-left: 20px;
	margin-top: 10px;
}

div.A { background-image: url('../images/Letters/A.gif'); }
div.B { background-image: url('../images/Letters/B.gif'); }
div.C { background-image: url('../images/Letters/C.gif'); }
div.D { background-image: url('../images/Letters/D.gif'); }
div.E { background-image: url('../images/Letters/E.gif'); }
div.F { background-image: url('../images/Letters/F.gif'); }
div.G { background-image: url('../images/Letters/G.gif'); }
div.H { background-image: url('../images/Letters/H.gif'); }
div.I { background-image: url('../images/Letters/I.gif'); }
div.J { background-image: url('../images/Letters/J.gif'); }
div.K { background-image: url('../images/Letters/K.gif'); }
div.L { background-image: url('../images/Letters/L.gif'); }
div.M { background-image: url('../images/Letters/M.gif'); }
div.N { background-image: url('../images/Letters/N.gif'); }
div.O { background-image: url('../images/Letters/O.gif'); }
div.P { background-image: url('../images/Letters/P.gif'); }
div.Q { background-image: url('../images/Letters/Q.gif'); }
div.R { background-image: url('../images/Letters/R.gif'); }
div.S { background-image: url('../images/Letters/S.gif'); }
div.T { background-image: url('../images/Letters/T.gif'); }
div.U { background-image: url('../images/Letters/U.gif'); }
div.V { background-image: url('../images/Letters/V.gif'); }
div.W { background-image: url('../images/Letters/W.gif'); }
div.X { background-image: url('../images/Letters/X.gif'); }
div.Y { background-image: url('../images/Letters/Y.gif'); }
div.Z { background-image: url('../images/Letters/Z.gif'); }



/************* Pages ************/

table.hours td.day {
	width: 150px;
}
table.hours td.hour {
	width: 250px;
}

div.quote {
	margin: 2em 0;
	padding: 0 30px;
	color: #888888;
}

table.info_table td {
	padding: 0px;
	vertical-align: top;
}

#roster {
	padding: 15px;
}

#roster table th, #roster table td {
	padding-left: 0;
}


#willow_park_ppp {
	margin-top: 2em;
	text-align: right;
}

#quick_links {
	text-align: left;
}
#quick_links h3 {
	padding-bottom: 1em;
}
#quick_links #the_links {
	font-size: 0.9em;
}
#quick_links a {
	text-decoration: none;
}
#quick_links a:hover {
	text-decoration: underline;
}
#quick_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#quick_links ul li {
	padding-bottom: 0.4em;
}


h1.green_drop_cap_title {
	color: #4b8f75;
	margin-bottom: 5em;
	text-align: center;
}

div.drop_cap_titled_section {
	margin-top: 10px;
	padding-top: 10px;
	text-align: left;
}

#gratitude {
	text-align: center;
}
	
#gratitude p.signature {
	text-align: right;
	font-style: italic;
}
	
#gratitude hr {
	width: 60%;
	height: 2px;
	color: #cccccc;
	margin: 2em auto;
}