/* Enter Your Custom CSS Here */
/* FIX MENU */
body {
  background-image: none !important;
}

#header {
	position: relative;
}

#header .headercenter {
	float: right;
}

#header .navcontainer {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 15px 0px 0px;
}

#header .navcontainer #navbox {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center right;
}
#header .headerright {
	position: relative;
	z-index: 3400;
}
#header #navbox {
	height: 49px;
}
#header #navbox .sub-menu {
	top: 48px;
}
/*END FIX MENU*/

/*Share Price Section*/
#header .headercenter {
	float: right;
	width: 70%;
	margin: 45px 0px 0px;
}

#header .shareprice {
	background: none;
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
}

#header .asx-price-area-widget {
	width: auto;
	height: auto;
	padding: 20px 20px;
	box-sizing: border-box;
}

.sharelink-strip-container {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 40px;
}

.sharelink-strip-container a.sharelink-strip-icon {
	position: absolute;
	top: -6px;
	left: 0px;
}

.sharelink-strip-container h3.sharelink-strip-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
	display: inline-block;
}

.sharelink-strip-container #sharelink-strip {
	display: inline-block;
	font-size: 14px;
}

.sharelink-strip-container .sl-close {
	font-weight: 700;
	display: inline-block;
	margin: 0px 5px;
	font-family: sans-serif;
}

.sharelink-strip-container .sl-updated,
.sharelink-strip-container .sl-provided {
	display: none;
}
/*END Share Price Section*/

#nav a {
font-size: 13px;
padding: 14px 1.5em 15px;
}

#nav li {
font-size: 13px;
}

a.prettylink .fileTitle {
color: #726c5b;
}

input, button {
border: 1px solid #022543;
padding: 5px;
background: #fff;
color: #726c5b;
line-height: 1em;
margin: 0;
}

/*FOOTER SECTION*/

#footer ul.menu {
	margin: 0px 0px;
}
#footer ul.menu > li {
	float: left;
	margin: 0px 0px;
	width: 116px;
	padding: 0px 10px 0px 0px;
}
#footer ul.menu > li.home-link {
	display: none;
	visibility: hidden;
}
#footer ul.menu > li > a {
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 9px;
}
#footer ul.menu ul.sub-menu > li {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 2px;
}
div#footer {
	width: 912px;
}
#footer div.footerwidget.widget_nav_menu {
	width: 765px;
	float: left;
}
#footer div.footerwidget.widget_text {
	float: right;
	width: 147px;
}
/*END FOOTER SECTION*/

.navcontainer div.twitter-follow-button-wrap {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 1010;
}