/*** Uncle Boise Lander CSS ****/

/*** Color Specs ***/
/*** Dark Blue		#000099		***/
/*** Dark Gray		#333333		***/
/*** Medium Gray	#666666		***/
/*** Light Gray		#999999		***/
/*** Orange			#FF6600		***/

/*** This is the div that actually holds the content ***/
.landerBox {
	margin:10px 10px 10px 6px;
	width:468px;
}

/*** This is the description for the over-all feature ***/
.landerDescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0 10px 10px 0;
}

/*** This is a div that holds the article title, description, and link ***/
.landerContent {
	background:transparent;	
	padding:2px;
	margin:2px 2px 0 0;
	border-bottom:1px solid #000000;
	width:470px;
	float:left;
}

/*** Title of the article ***/
.landerTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	color:#000099;
	margin:0 20px 10px 0px;
	padding:0 0 0 0;
}

/*** Description of the article ***/
.landerTeaser {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14pt;
	padding:0;
	margin:-10px 4px 6px 0;
	width:auto;
}

/*** Link to the rest of the article ***/
.articleLink {
	color:#000099;
	font-size:12px;
	font-weight:normal;
	margin:20px 20px 10px 0;
}

.landerButton {
	background:transparent;	
	padding:10px;
	margin:10px 10px 0 0;
	border:0;
	width:446px;
	float:left;
}

.landerFeature {
	background: #AFDCEC;
	padding: 8px;
	margin: 10px 0 6px 0;
	border:1px solid #000099;
	height:180px;
	width:460px;
}
