h4 {
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	width: 150px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	font-weight:normal;
	text-transform:uppercase;
	}
h4 a {
	color:#000;
}
.title {
	width: 425px;
	border-bottom: #9D9D9D 1px solid;
	float: left;
	}

#content #title {
	float:none;
	padding:45px;
	width:auto;
	
	border-bottom-left-radius:30px;
	border-top-right-radius:30px;
	}
	
.positioning {
	color:#000;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	height:auto;
	line-height:39px;
	text-transform:none;
	width:100%;
	}
.positioning a {
	color:#f7991d;
}

/* NEWS */
#news {
	width: 425px;
	padding-bottom: 45px;
	margin: 40px 25px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#news .title #news_archive {
	width: 275px;
	height: 35px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	float: left;
	}
#news .title #news_archive a {
	color: #999;
	text-decoration: none;
	}
#news .title #news_archive a:hover {
	color: #666;
	}
#news .title #news_archive a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	}
#news .title #news_archive a:hover div {
	background-position: right;
	}
#news a.news_item {
	color: #f7991d;
	width: 425px;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: #CECECE 1px solid;
	padding: 23px 0;
	float: left;
	display: block;
	}
	#news a.news_with_photo {
		padding-left: 81px;
		width: 344px;
		}
#news a.news_item span {
	color: #666;
	font-size: 10px;
	}
#news a.news_item:hover {
	background-color: #F8F8F8 !important;
	}
	
/* RESOURCES */
#resources {
	width: 425px;
	margin-top: 40px;
	float: left;
	display: inline; /* IE6 */
	}
#resources #toggle_tabs {
	width: 275px;
	}
#resources #toggle_txt {
	border: 0;
	}
#resources ul {
	list-style-image: url(/assets/images/section/resources/icon_document_download.gif);
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	float: left;
	}
#resources ul li {
	padding: 0;
	margin: 0;
	}

/* LOGIN */
#login {
	width: 425px;
	padding-bottom: 45px;
	margin-top: 25px;
	float: left;
	display: inline; /* IE6 */
	}
#login #login_form {
	margin-top: 20px;
	float: left;
	}
#login #login_form div.row {
	margin-right: 10px;
	float: left;
	}
#login #login_form label {
	color: #999;
	font-size: 10px;
	}
#login #login_form input {
	color: #333;
	width: 150px;
	font-size: 12px;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
#login #login_form .submit {
	width: 75px;
	border: 0;
	padding: 0;
	margin-top: 16px;
	float: left;
	}
	
/* Slider Styles */
#mobile_slider {
	margin:0 0 15px 15px;
}

#mobile_slider .current_feature {
	height:400px;
	margin-bottom:5px;
	position:relative;
	width:935px;
}

#mobile_slider .current_feature a {
	display:none;
	height:400px;
	left:0;
	position:absolute;
	top:0;
	width:935px;
}

#mobile_slider .current_feature .first {
	display:block;
}

#mobile_slider .current_feature a img {
	display:block;
	
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
}

#mobile_slider .thumbnails {
	overflow:hidden;
}

#mobile_slider .thumbnails .thumbnail {
	display:block;
	float:left;
	margin-left:5px;
}

#mobile_slider .thumbnails .thumbnail:first-child {
	margin-left:0;
}

