/* DIV STYLES */

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

#whats_going_on
{
	width: 696px;
	margin: 0px 0px 20px 0px;
	height: 255px;
	background: transparent url("../layout_images/wgo_bg.jpg") 0 0 no-repeat;
}

#wgo_content_holder
{
	width: 654px;
	padding: 40px 20px 0px 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: #5a3d1c;
}

#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: #5a3d1c;
	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 */

#calendar_holder 
{
	width: 100%;
	margin-bottom: 30px;
}

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

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

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

#calendar_holder ol li div 
{
	height: 95px;
	background: #eeeeee;
	border: 1px solid #5A3D1C;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
}

#calendar_holder ol li.weekend div
{
	background: #A3B83F;
}

#calendar_holder ol li.empty_day div 
{
	background: #dddddd;
}

#calendar_holder ol.labels li 
{
	background: none;
	border: 0;
	height: auto;
	text-align: center;
	padding-bottom: 6px;	
	font-weight: bold;
	font-size: 1.1em;
}

#calendar_holder ol li h4 
{
	color: #5A3D1C;
	font-size: 14px;
	padding: 0; margin: 0;
	height: 40px;
	margin-bottom: -40px;
	position: relative;
	text-align: right;
	padding: 3px;
}

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

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

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

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

/* END OF CALENDAR STYLES */

/* LINK STYLES */

.month_links
{
	display: inline;
	text-decoration: none;
	color: #5A3D1C;
	margin: 0px 20px 0px 20px;
}

.month_links:hover
{
	text-decoration: underline;
}

/* END OF LINK STYLES */

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