/*	Begin
********************************/

#contentArea { 
	margin: 0px;
}

#contentWrapper {

	background: none;

	padding: 0px;	
	
	position: relative;
	
}

#newsCalWrap {
	
	background: url('../img/common/content.footer.home.gif') bottom no-repeat;
	
	margin-top: 20px;
	
}


/*	Intro
********************************/

#introArea {

	background: url('../img/common/content.bg.gif') top left repeat-y;

	height: 250px;
	
	position: relative;
	
}

#introArea p {

	position: absolute;
	top: 10px;
	left: 20px;

	width: 215px;
	height: 220px;
	background-color: #dc0202;
	
	padding: 30px 15px 0px 20px;
	
	color: #fff;
	
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;

}

#introArea #imagegrid {
	position: absolute;
	left: 135px;
	top: 5px;
}

/*	Featured News
********************************/

#featuredNewsArea {

	width: 530px;
	
	color: #646464;	
	font-size: 1.2em;
	
	float: left;
	position: relative;

	padding: 0px 40px 20px 40px;

}


#featuredNewsArea h2 {

	color: #00539e;
	position: relative;
	top: -15px;
	
}

.featuredNews {
	padding-bottom: 20px;
}

.featuredNews img {
	float: left;
	margin-right: 15px;
}

.featuredNews div.details {
	float: left;
	width: 350px;
}

.featuredNews div h3 {	
	font-size: 1.2em;
	margin-bottom: 15px;
}

.featuredNews div p {
	font-size: .96em;
	line-height: 1.4;
}

/*	Calendar
********************************/

#calendarArea {

	float: right;
	position: relative;

	width: 250px;
	
	color: #646464;	
	font-size: 1.2em;
	
	padding: 0px 25px 40px 0px;
	top: 10px;

}

#calendarArea h2 {
	position: relative;
	top: -25px;
	left: 10px;
	color: #dc0202;
}

#calendarArea img.a {
	position: absolute;
	top: -25px;
	right: 70px;
}

#calendarArea img.b {
	position: absolute;
	top: -30px;
	right: 30px;
}


#calendarArea div {
	padding: 3px 3px 0px 15px;
	height: 19px;
	position: relative;
	overflow: hidden;
}

#calendarArea div.a {

	color: #a49e9e;
}

#calendarArea div.a img {
	position: absolute;
	top: 4px;
	right: 5px;
}

#calendarArea div {
	color: #dc0202;
}

#calendarArea div p {
	position: absolute;
	top: 5px;
	left: 70px;
	color: #646464;
	height: 14px; overflow: hidden;
}

#calendarArea div.odd {
	background-color: #fcf2f2;
}


/*	Tooltip
********************************/

.tooltip {

	float: left;
	
	height: 26px;

	background: url('../img/common/tooltip.right.gif') top right no-repeat;
	
	padding-right: 20px;
	
	font-weight: bold;

	opacity: 0.8;
	filter: alpha(opacity=80);
	
	position: relative;
	top: -45px;
	left: -5px;

}

.tooltip div {

	float: left;

	padding-left: 25px;

	background: url('../img/common/tooltip.left.gif') bottom left no-repeat;

	height: 26px;
	

}
