/* Header and Footer */
.header-main {
	background-color: #fff;
	border-bottom: 4px solid #9e824a;
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding: 15px 0;
	position: relative;
	
}

.header-logo {
	float: left;
	font-size: 0;
}
.header-logo img {
	border: none;
}
.header-mt {
	color: #9e824a;
	float: right;
	font: normal 10px/10px Arial;
	margin-top: 31px;
}

.header-menu,
.header-submenu {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 214748;
}
.header-menu {
	right: 0;
	top: 76px;
}
.header-menu-item {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	padding: 14px 33px 14px 0;
	position: relative;
}
.header-menu-label {
	border-left: 1px solid #aaa;
	color: #000;
	font: bold 16px/16px Arial;
	padding-left: 24px;
	position: relative;
	text-transform: uppercase;
}
.header-menu-label:after {
	content: "";
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;
	right: -17px;
	top: 6px;
}
.header-menu-label a {
	text-decoration: none;
}
.header-menu-item:first-child .header-menu-label {
	border-left-color: transparent;
}
.header-menu-item a{text-decoration:none !important; color:#000;}
.header-menu-item:hover {
	background-color: #000; text-decoration: none !important;
}
.header-menu-item:hover .header-menu-label a{
	border-left-color: transparent;
	color: #fff; text-decoration: none !important;
}
.header-menu-item:hover .header-menu-label:after {
	border-top-color: #fff;
}
.header-submenu {
	height: 0;
	left: 0;
	overflow: hidden;
	padding-right: 5px;
	top: 44px;
	-webkit-transition: height 0.1s ease-in 0s;
	-moz-transition: height 0.1s ease-in 0s;
	-o-transition: height 0.1s ease-in 0s;
	transition: height 0.1s ease-in 0s;
}
.header-menu-item:hover .header-submenu {
	height: 160px;
	-webkit-transition: height 0.3s ease-in 0s;
	-moz-transition: height 0.3s ease-in 0s;
	-o-transition: height 0.3s ease-in 0s;
	transition: height 0.3s ease-in 0s;
}
.header-menu-awards:hover .header-submenu {
	height: 120px;
}
.header-menu-awards .header-submenu {
	width: 180px;
}
.header-menu-research .header-submenu {
	width: 240px;
}
.header-menu-advice .header-submenu {
	left: -60px;
	width: 180px;
}
.header-submenu ul {
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-submenu-item {
	background-color: #fff;
	border-color: #d5d9dd;
	border-style: solid;
	border-width: 0 1px 1px;
	display: block;
	padding: 0;
}
.header-submenu-item:first-child {
	border-top-width: 1px;
}
a.header-submenu-link {
	color: #000;
	display: block;
	font: normal 14px/14px Arial;
	padding: 12px 14px;
	text-decoration: none; position: relative;
}
a.header-submenu-link:hover {
	color: #9e824a;
	font-weight: bold;
}

.header-main .clear {
	clear: both;
}

.footer-main {
	border-top: 4px solid #9e824a;
	margin-top: 20px;
	padding: 30px 0 20px;
	text-align: center;float: left; width: 100%;
        margin-bottom: 20px;
}
.footer-links {
	font-size: 0;
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}
.footer-links li {
	border-left: 1px solid #aaa;
	display: inline-block;
	padding: 0 8px;
}
.footer-links li:first-child {
	border-left: none;
}
.footer-links a {
	color: #000;
	font: bold 13px/13px Arial;
	text-decoration: none;
}
.footer-link-adchoices {
	background-image: url('../images/icon-adchoices.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 14px;
}
.footer-copyright {
	color: #8d8d8d;
	display: block;
	font: normal 11px/14px Arial;
	text-align: center;
}
/* Header and Footer */