/* CSS Document */
#openQuote
{
	margin-right: 10px;
}

#topContentArea
{
	position: relative;
	height: 138px;
	
	margin-bottom: 23px;
	
	line-height: 1.2;
}

html>body #topContentArea
{
	height: auto;
	min-height: 138px;
}

#roundedBoxInnerArea
{
	width: 495px;
	padding: 80px 13px 19px 12px;
}

#upcomingEvents
{
	position: relative;
	width: 495px;
	/* margin: 0 auto; */
}

/*
html>body #upcomingEvents
{
	margin-left: -5px;
}
*/

#upcomingEvents #monthName
{

	position: relative;
	width: 495px;
	text-align: center;

	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font--weight: bold;
	font-size: 20px;
	color: #73b9fa;
	line-height: 1.3;
	
	border-bottom: 1px #73b9fa dashed;
}

.miniEvent
{
	position: relative;
	width: 495px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom: 1px #73b9fa dashed;
	
}

.miniEventImageArea
{
	width: 132px;
	margin-right: 8px;
}

.miniEventMainArea
{	
	width: 346px;	
}

#upcomingEvents, #regularEvents
{
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
}

.miniEventDate, .regularEventDescription, .miniEventMainArea a:link, .miniEventMainArea a:visited, .miniEventMainArea a:hover, .miniEventMainArea a:active 
{
	text-decoration: none;
	color: #fcc727;
}

.miniEventTitle, .miniEventTitle a:link, .miniEventTitle a:visited, .miniEventTitle a:hover, .miniEventTitle a:active 
{
	color: #fbe49d;
	text-decoration: none;
}

.miniEventDescription, #noResultsMessage
{
	color: white;
}

#noResultsMessage
{
	font-weight: bold;
}

#nextPrevMonthLinks
{
	position: relative;
	padding-top: 26px;
	width: 100%;
	
	height: 20px;
}

#nextPrevMonthLinks #prevLinkArea
{
	position: absolute;
	left: 15px;
}

#nextPrevMonthLinks #nextLinkArea
{
	position: absolute;
	right: 15px;
}

#nextPrevMonthLinks a:link, #nextPrevMonthLinks a:visited, #nextPrevMonthLinks a:hover, #nextPrevMonthLinks a:active
{
	color: #c6e0f8;
	text-decoration: none;
}

#eventsGirl
{
	position: absolute;
	top: -146px;
	right: -6px;
	
	width: 263px;
	height: 491px;
	
	z-index: 10;
}

#regularEvents
{
	position: relative;
	margin-top: 30px;
	right: 2px;
	
	z-index: 5;
}

.regularEventDay
{
	color: #2d8ce5;
}
	
#newsletterSignupImage
{
	margin-bottom: 5px;
}	
	
.newsletterSignupTextBox
{
	width: 169px;
}