#header-wrap {
	position: relative;
	z-index: 9999;
	height: 100px;
	background: url(../images/header-bg.png) 0 0 repeat-x;
	margin-bottom: 53px;
	opacity:0.98;
}

.logo {
	padding-top: 10px;
}

nav {
	position: static !important;
}

nav li {
	float: left;
	height: 100px;
	border-right: 1px solid #4f4d4d;
	padding: 0 12px 0 12px;
	background-color: #272727;
}

nav li.last {
	border-right: 0;
}

nav a,
nav a:hover {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
	height: 100%;
}

nav a span {
	top: 40px;
	position: relative;
}

nav li.current,
nav li.active {
	background-color: #e64135;
	height: 110px;
	border-color: #e64135;
}

.subnav {
	position: absolute;
	top: 130px;
	left: 0;
	padding: 10px 0 10px 0;
	z-index: 9999;
	display: none;
	background-color: #272727;
}

.subnav ul {
	margin: 0;
	list-style: none;
}

.subnav li {
	float: none;
	height: auto;
	border: 0;
	padding: 0;
}

.subnav li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	width: 120px;
	padding: 10px;
}

.subnav li a:hover {
	background-color: #e64135;
}

.subnav-arrow {
	position: absolute;
	top: -8px;
	left: 0;
}

#slider {
	margin-top: -150px;
	height: 600px;
}

#nivo-slider {
	height: 100%;
}

#main {
	margin-bottom: 30px;
}

.contentpane-home .text {
	margin-bottom: 30px;
	font-size: 12px;
}

.readon-home {
	color: white;
	height: 41px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	line-height: 41px;
	padding: 0 19px;
	font-style: normal;
	margin: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	background: #E64135;
}

.readon-home:hover {
	background: #000;
	text-decoration: none;
}

ul.safe {
	list-style: none;
	margin-left: 0;
}

ul.safe li {
	border-top: 1px solid #E0E0E0;
	padding-top: 18px;
	margin-top: 18px;
	line-height: 18px;
}

ul.safe li.first {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.space-above {
	margin-top: 5px;
}

.list {
	margin-left: 0;
	list-style: none;
}

.list li {
	background: url(../images/marker.gif) no-repeat 0 7px;
	padding-left: 20px;
	padding-bottom: 2px;
}

.list a {
	text-decoration: none;
}
.list a:hover {
	text-decoration: underline;
}

#red-wrap {
	background-color: #e64135;
}

#red {
	padding-top: 20px;
	color: #fff;
}

#red-slider {
	height: 370px;
}

.readon-news {
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}

.readon-news:hover {
	text-decoration: none;
}

.news-item {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 4px solid #fff;
}

.news-item-first {
	margin-top: 24px;
}

.news-item-last {
	border-bottom: 0;
}

#quick-links-wrap {
	background-color: #272727;
}

#quick-links {
	padding-top: 20px;
	color: #fff;
}

.quick-logo {
	text-align: right;
}

.quick-list {
	color: #7c7c7c;
	list-style: none;
	margin-left: 0;
}

.quick-list li {
	border-top: 1px solid #393e3e;
}

.quick-list li.first {
	border-top: 0;
}

.quick-list a {
	color: #7c7c7c;
	text-decoration: none;
	line-height: 35px;
	font-size: 14px;
	display: inline-block;
	background: url(../images/marker2.png) 0 16px no-repeat;
	padding-left: 10px;
}

.quick-list a:hover,
.quick-list-social a:hover {
	color: #fff;
}

.quick-list-social {
	list-style: none;
	margin-left: 0;
	line-height: 32px;
}

.quick-list-social a {
	text-decoration: none;
	font-size: 14px;
}

.quick-list-social img {
	border: none;
	float: left;
	margin-right: 18px;
}

#footer-wrap {
	background-color: #272727;
}

footer {
	padding-bottom: 20px;
	padding-left: 10px;
	color: #fff;
}

footer .highlight {
	color: #e64135;
}

.contact-us {
	font-size: 13pt;
}