/* DIV STYLES */

#flash_holder
{
	height: 247px;
	width: 696px;
	margin: 0px 0px 20px 0px;
}

#whats_going_on
{
	width: 696px;
	margin: 0px 0px 20px 0px;
}

#wgo_content_holder
{
	width: 654px;
	border-color: #7ac142;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 20px;
}

.wgo_content
{
	margin: 0px 0px 10px 0px;
}

#member_image_quote_holder
{
	margin: 0px 0px 20px 0px;
}

#member_image
{
	float: left;
	width: 228px;
	height: 229px;
}

#member_quote
{
	float: left;
	width: 418px;
	padding: 40px 25px 40px 24px;
	background-color: #8c1f10;
}

#calendar_holder
{
}

/* END OF DIV STYLES */

/* PARAGRAPH STYLES */

p.wgo_header
{
	padding-bottom: 5px;
}

p.wgo_description
{
	font-size: 12px;
}

#member_quote p
{
	color: #FFFFFF;
}

/* END OF PARAGRAPH STYLES */

/* SPAN STYLES*/

span.wgo_learn_more
{
	margin: 0px 0px 0px 20px;
}

/* END OF SPAN STYLES*/

/* LINK STYLES */

p.wgo_header a
{
	font-size: 15px;
	color: #8c1f10;
	font-weight: bold;
	text-decoration: none;
}

span.wgo_learn_more a
{
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	color: #a9a9a9;
}

span.wgo_learn_more a:hover
{
	text-decoration: underline;
}

/* END OF LINK STYLES */


/* CALENDAR STYLES */

p.calendar_month
{
	float: left;
	padding: 0px 0px 20px 50px;
	color: #7ac142;
	font-size: 40px;
}

p.black_green_tri
{
	float: right;
	padding: 10px 40px 0px 0px;
}

#calendar 
{
	width: 100%;
}

#calendar p.month_name 
{ 
	margin-bottom: 10px; 
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#calendar ol 
{ 
	list-style: none; margin: 0; padding: 0;
}

#calendar ol li 
{
	margin: 0; padding: 0;
	width: 99px;
	float: left;
	display: inline;
}

#calendar ol li div 
{
	height: 95px;
	background: #f0f7e9;
	border: 1px solid #7ac142;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
}

#calendar ol li div.event_day
{
	height: 95px;
	background: #8b9d36;
	border: 1px solid #7ac142;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
}

#calendar ol.labels li 
{
	background: none;
	border: 0;
	height: auto;
	text-align: center;
	padding-bottom: 6px;
	color: #7AC142;
	font-size: 15px;
}

#calendar ol li div.event_day a
{
	color: #7AC142;
	font-size: 40px;
	padding: 40px 14px 0px 0px; 
	margin: 0;
	height: 95px;
	display: block;
	position: relative;
	text-align: right;
	text-decoration: none;
}

*html #calendar ol li div.event_day a
{
	color: #7AC142;
	font-size: 40px;
	padding: 0px 14px 0px 0px; 
	margin: 0;
	height: 95px;
	display: block;
	position: relative;
	text-align: right;
	text-decoration: none;
}

#calendar ol li h4 
{
	color: #7AC142;
	font-size: 40px;
	padding: 40px 14px 0px 0px; 
	margin: 0;
	height: 95px;
	position: relative;
	text-align: right;
}

*html #calendar ol li h4 
{
	color: #7AC142;
	font-size: 40px;
	padding: 0px 14px 0px 0px; 
	margin: 0;
	height: 95px;
	position: relative;
	text-align: right;
}

#calendar ol li ul 
{
	margin: 0; padding: 0; 
	list-style: none;
	height: 95px;
	width: 98%;
	position: absolute;
	top: 0; left: 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1px;
}

#calendar ol li ul li 
{
	width: auto;
	height: auto;
	float: none;
	border: 0;
	margin: 0 4px 0 4px;
	position: relative;
	background: none;
	display: block;
}

#calendar ol li ul li span, #calendar ol li ul li a 
{
	padding: 2px 1px 2px 1px;
	display: block;
	font-size:11px;
	color: #FFFFFF;
}

#calendar ol li ul li a:hover
{
	text-decoration: underline;
}

/* END OF CALENDAR STYLES */

*html #right_column
{
	overflow: hidden;
	width: 255px;
	margin: 0px;
}