/* ------------------------------------------------
CSS Document - est'd with <3
Title:     New Frontiers USA Rotating Feature CSS
Author:    Matthew Spiel - thinmatt@gmail.com
Updated:   February 26, 2008
Valid:	   http://jigsaw.w3.org/css-validator/
-------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
}

/** Rotating Features
-----------------------------------------------------------**/
#features {
	width: 570px;
	height: 227px;
	background-color: #e0e0e0;
	float: left;
}
.rotating_feature {
	width: 570px;
	height: 227px;
	background-color: white;
	float: left;
}
#rf_00 {
	width: 570px;
	height: 227px;
	float: left;	
}
#rf_01 {
	width: 570px;
	height: 227px;
	float: left;
	background-image: url(../../../images/rf_01.jpg);
}
#rf_02 {
	width: 570px;
	height: 227px;
	float: left;
	background-image: url(../../../images/rf_02.jpg);
}
#rf_03 {
	width: 570px;
	height: 227px;
	float: left;
	background-image: url(../../../images/rf_03.jpg);
}
#rf_04 {
	width: 570px;
	height: 227px;
	float: left;
	background-image: url(../../../images/rf_04.jpg);
}
.rotating_feature .inset {
	width: 280px;
	height: 177px;
	margin: 20px 0 0 40px;
	padding: 30px 0 0 0px;
	background-image: url(images/inset_bgrd_002.png);
}
.rotating_feature .inset h2 {
	color: white;
	margin: 0;
	font: bold 30px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: 0;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}
.rotating_feature .inset h3 {
	background-color: #e8a633;
	color: white;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 4px 0;
	padding: 5px 10px 10px 10px;
}
.rotating_feature .inset p {
	font-size: 11px; 
	line-height: 17px;
	margin: 0;
	padding: 0;
	color: white;
}

