﻿#head-ct{
	position: absolute;
	margin: 0;
	top: 13px;
	left: 0;
	display: block;
	width: 100%;
	height: 82px;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 5;
	overflow: hidden;
	font-size: 1.1em;
	background: url('../images/bg_y.gif') no-repeat;
	background-position: 0 78px;
}

ul#skipNav {
	font-size: small;
	position: absolute;
	left: -9999px;
	z-index: 200;
}
ul#skipNav a:link, ul#skipNav a:visited {
	color: #f00;
}
ul#skipNav a:focus {
	display: block;
	position: absolute;
	top: 20px;
	left: 10020px;
	font-size: 130%;
	background: #FFF;
	border: solid 1px #888;
	padding: 10px;
	width: 8em;
	z-index: 10000;
}
ul#skipNav a:hover {
	color: #390;
	background: #eee;
	border: solid 1px #333;
}

#headerLeft {
	position: absolute;
	height: 80px;
	width: 195px;
	top: 28px;
	left: 20px;
}
#headerLeft h1 {
	font-weight: normal;
	font-size: 1.5em;
}
#headerLeft h1 a {
	background: #555 url('../images/logo_corrocoat.jpg') no-repeat;
	height: 38px;
	text-indent: -9999em;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}

/*
#headerRight {
	position: absolute;
	width: 573px;
	height: 25px;
	top: 20px;
	right: 25px;
}
*/

#headerRight {
	position: absolute;
	top: 0;
	right: 20px;
	width: 573px;	
	height: 25px;
}
#nav-topMenu-wrap {
	float: right;
	width: 561px;
	height: 25px;
	margin: 0;
	padding: 0;
	z-index: 9998;
}
#nav-topMenu-wrap #nav-topMenu, #ccbtn {
	margin: 0;
	padding: 0;
}
#nav-topMenu-wrap #nav-topMenu li, #ccbtn li {
	display: inline;
}

#nav-topMenu-wrap #nav-topMenu li a {
	background: url('../images/bg_mainNav.gif') no-repeat;
}

#nav-topMenu-wrap #nav-topMenu li a {	
	text-indent: -9999em;
	float: left;
	overflow: hidden;
	height: 25px;
}


/* NORMAL STATES */
#nav-topMenu-wrap #nav-topMenu li#menu-1 a {
	width: 42px;
	background-position: 0 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-2 a {
	width: 65px;
	background-position: -42px 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-3 a {
	width: 82px;
	background-position: -107px 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-4 a {
	width: 121px;
	background-position: -189px 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-5 a {
	width: 105px;
	background-position: -310px 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-6 a {
	width: 108px;
	background-position: -415px 0;
}
#nav-topMenu-wrap #nav-topMenu li#menu-7 a {
	width: 38px;
	background-position: -523px 0;
}

/* HOVER STATES, ACTIVE STATES */
#nav-topMenu-wrap #nav-topMenu li#menu-1 a:hover, #nav-topMenu-wrap.menu-1 #nav-topMenu li#menu-1 a {
	background-position: 0 -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-2 a:hover, #nav-topMenu-wrap.menu-2 #nav-topMenu li#menu-2 a {
	background-position: -42px -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-3 a:hover, #nav-topMenu-wrap.menu-3 #nav-topMenu li#menu-3 a {
	background-position: -107px -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-4 a:hover, #nav-topMenu-wrap.menu-4 #nav-topMenu li#menu-4 a {
	background-position: -189px -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-5 a:hover, #nav-topMenu-wrap.menu-5 #nav-topMenu li#menu-5 a {
	background-position: -310px -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-6 a:hover, #nav-topMenu-wrap.menu-6 #nav-topMenu li#menu-6 a {
	background-position: -415px -25px;
}
#nav-topMenu-wrap #nav-topMenu li#menu-7 a:hover, #nav-topMenu-wrap.menu-7 #nav-topMenu li#menu-7 a {
	background-position: -523px -25px;
}


#snbar-wrap{
	width: 100%;
}
#snbar{
	width: 520px;
	margin: 11px 0 0 30px;		
	height: 26px;
	float: right;
}

#newsSec{
	float: right;
	background: #4c5c73 url('../images/bg_news-small.gif') no-repeat top left;
	height: 38px;
	margin: 8px 0 0;
	padding: 0 0 0 30px;
	color: #e7e7e7;
}

#newsSec h4{
	font-size: 1em;
	float: left;
	margin-right: 5px;
	color: #6dcff6;
}

#newsSec a{
	color: #fff;
	text-decoration: none;
}

#newsSec a:hover{
	color: #ccc;
	text-decoration: underline;
}

#newsSec a.more{
	color: #fff799;
	font-weight: bold;
}

#searchSec{
	float: right;
	color: #fff;
	width: 184px;
	background: url('../images/bg_searchBox.gif') no-repeat;
	margin: 6px 0 0 5px; 
	margin-top: 6px;
	margin-right: 1px;
}

#searchSec input.searchtxt {
	border: 0;
	width: 143px;
	height: 15px;
	background: transparent;
	margin: 1px 0 0 10px;
	float: left;
	color: #93a1af;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1em;
}
#searchSec input.btn {
	border: 0;
	width: 25px;
	height: 18px;
	background: url('../images/bg_searchBox.gif') no-repeat top right;
	float: right;
	margin: 0;
}