.header {
	background:url(/images/header/toolbar_bg.jpg);
	border-top:solid #ff3300 6px;
	border-bottom:solid #ff3300 3px;
	overflow:hidden;
	height:122px;
}

.header-content {
	width:1000px;
	margin:0 auto;
}

.home, .refer {
	display:block;
	float:left;
	margin:0 5px;
}

.home h1 {
	background:transparent url(/images/header/logo.png) no-repeat scroll 0 0;
	width:230px;
	height:85px;
	margin:0;
	padding:0;
}

.home h1 a {
	display:block;
	width:230px;
	height:85px;
	text-indent:-9999em;
}

.email-list-container {
	position:relative;
	float:right;
	width:365px;
	padding:5px;
	text-align:center;
}


.corner {
	position:absolute;
	width:5px;
	height:5px;
	font-size:0px;
}

.topLeft {
	top:0;
	left:0;
	background-position:-1px -1px;
}

.topRight {
	top:0;
	right:0;
	background-position:-7px -1px;
}

.bottomLeft {
	bottom:0;
	left:0;
	background-position:-1px -7px;
}

.bottomRight {
	bottom:0;
	right:0;
	background-position:-7px -7px;
}

#highlight, #email-list {
	background-color:#ff3300;
}

#highlight .corner, #email-list .corner {
	background-image:url(/images/header/corners.png);
}

.email-list-container form {
	margin:0;
	paddin:0;
}

.email-list-container input {
	width:210px;
	height:15px;
	padding:5px;
	font-size:13px;
	display:inline;
	background:#fff;
	border:2px solid #fff;
	color:#000;
}

.nav {
	text-align:center;
	clear:both;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	height:37px;
	position:absolute;
	top:91px;
}

.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	left:50%;
	float:left;
	position:relative;
}

.nav ul li {
	float:left;
	position: relative;
	right: 50%;
	margin:0;
}

.nav-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:relative;
	padding:5px 5px 0 5px;;
	height:32px;	
	margin-right:20px;	
	float:left;
}

.nav-link a {
	color:#ffffff !important;
	text-decoration:none;
}

.nav-link a:hover {
	color:#fff;
	text-decoration:underline;
}

.icons {
	margin-top:8px;
	margin-right:10px;
	height:25px;	
	float:left;
}
