	/* Hero Settings Start */
	#maincontent h1 {
    	padding: 10px 0 0 0;
		margin:0 0 10px 0;
	}
	
	#maincontent h3 {
		margin-top:10px;
	}
	
	#header {
		width:940px;
		height:225px;
		margin: 0 0 15px -15px;
		padding-top:7px;
		background:#fff;
	}
	#maincontent h1 {
		padding-top:0px;
	}
	#header div.left {
		float:left;
	    width: 677px;
	}

	#hero-container {
    	width: 677px;
	    height: 225px;
    	position: relative;
	}
	#hero-container #hero-image {
	    width: 677px;
    	height: 225px;
    	position: relative;
	    overflow: hidden;
	    left: 0;
    	top: 0;
	}
	#header div.right {
		float:right;
		width:252px;
		background:#060c3c;
		height:225px;
	}
	#header div.right ul {
		margin:25px auto 0 auto;
		width:180px;
	}
	#header div.right  ul li {
		list-style-type:none;
		padding:7px 0;
		border-bottom:1px solid #6f7285;
	}
	#header div.right  ul li.last {
		border:0px;
	}
	#header div.right a {
		color:#fff;
		font-size:14px;
		text-decoration:none;
		background:url("/images/icon/extra-menu-bullet.png") right -27px no-repeat;
		width:180px;
		display:block;
	}
	#header div.right a:hover {
		color:#e55933;
		background-position:right 3px;
	}

