/* 
  -----------------------------------
  Nimble One Column Layout Structure
  by NTS Interactives
  www.ntsinteractives.com
  -----------------------------------
*/

#content { /*Fluid*/
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	height: auto;
}

#content .featured {
	width: 405px;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	min-height: 100px;
	height: auto;
	*height: auto !important;
  	height: 100px;
}

#content .featured h5 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
}

#content .featured img.border {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px !important;
	width: 100px;
	height: 75px;
}

#content .featured p.details {
	display: none;
}

#content .featured p.description {
	text-align: justify !important;
}

#content embed, #content object {
	margin: 10px 0px 0px 0px;
}

#content .communtiyLinks {
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

#content h1 {
	margin: 0px 0px 0px 10px;
}

