/********************* Content Styles  **********************/

a:link {
	text-decoration:none;	
}

a:visited {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

a:active {
	text-decoration:none;	
}

#content {
	width:50%;
	background-color:transparent;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 10px 12px;	
}

#content h1 {
	border:none;
	color:#FFFFFF;
	background-color:#7cc343;
	margin:0;
	padding:2px 12px 3px 12px;
	
}

#content h2 {
	margin:0 0 10px 0;
	padding-top:5px;
}

/********************* Seconary navigation styles  **********************/

#nav2 ul {
	margin:5px 0 0 0;
	padding:0;
}

#nav2 li {
	padding:5px 10px 5px 23px;
	background: transparent url(/img/bullet.gif) no-repeat 13px 10px;
}

#nav2Child1 p {
	margin-bottom:0px;
}

/********************* In Focus Container Top  **********************/

.top_feature_content {
	background: url(/img/top_feature_content_bg.gif) repeat-x top left #fff;
	margin-bottom:10px;
	padding:10px 12px 0 12px;
	display: table;
	height:1%;
}

.top_feature_content2 {
	margin-bottom:10px;
	margin-top:-5px;
	padding:0px 12px 0 12px;
	display: table;
	height:1%;
}

.top_feature_content2 h2 {
	margin-top:0;
	padding-top:0;
}

*html #top_feature_content {
	min-height: 145px;
	height: 145px;
}

.top_feature_content h2 {
	font-size:1.2em;
	color:#0084c3;
}

.top_feature_content img {
	margin:3px 0 3px 10px;
	padding:0;
	float:right;
}

.top_feature_content p, .top_feature_content2 p {
	margin-top:0;
	margin-bottom:5px;
}

.top_feature_content ul {
	list-style:none;
	margin:0;
	padding:0;
}

.top_feature_content li {
	margin:0;
	padding:0 0 0 10px;
	background: transparent url(/img/bullet.gif) no-repeat 0px;
	font-weight:bold;
}

/********************* In Focus Containers Middle **********************/

#middle_feature_content {
	height:auto;
	margin:-10px 0 10px 0;
	padding:0 12px 0 12px;
}


#middle_feature_content img {
	margin:0;
	padding:0;
	float:left;
}

#middle_feature_content h2 {
	padding:2px 0 2px 10px;
	margin:0 0 0 115px;
	font-size:1em;
	color:#fff;
	background: #0094da url(/img/h2_bg2.gif) no-repeat right bottom;
}

#middle_feature_content p {
	margin:5px 10px 5px 125px;
	font-size:0.95em;
}

#middle_feature_content .read_more {
	text-align:right;
	clear:both;
}

#middle_feature_content a {
	font-size:0.95em;
}

#middle_feature_content hr {
	border-color: #eee;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin:0 0 12px 0;
}

/********************* Feature Boxes  **********************/
#feature li {
	padding:5px 10px 4px 23px;
	background: transparent url(/img/bullet.gif) no-repeat 13px 10px;
}

#featureChild1 p {
	margin-bottom:0;
}


#featureChild3 ul {
	margin-left:-10px;
}


#featureChild3 ul li {
	background:none;
	padding-bottom:0;
}

#featureChild3 ul li.phone, #featureChild3 ul li.email, #featureChild3 ul li.web{
	padding:2px 10px 5px 48px;
	background-position: 22px 0px;
	background-repeat:no-repeat;
}

#featureChild3 ul li.phone{
	background-image:  url(/img/phone_icon.gif);
}

#featureChild3 ul li.email {
	background-image:  url(/img/email_icon.gif);
}

#featureChild3 ul li.web {
	background-image:  url(/img/web_icon.gif);
}

