/* ------------------------------- SYSTEM-ONLY SETTINGS, DO NOT EDIT! ------------------------------- */
html, body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 76%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.flux-formfield, .flux-form-field input, .flux-form-field button, .flux-form-field textarea, .flux-form-field select {
	font-family: 'Roboto',Arial,Helvetica,sans-serif !important;
}

td {
	vertical-align: top;
}

input {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

#access, .accessibility {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* ------------------------------- TEXT STYLES ------------------------------- */
h1, h2, h3, h4, h5, h6, p,
.main, .sub, .normal {
	margin: 0.5em 0 0.9em 0;
	padding: 0;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

/* --- page title --- */
h1 {
	margin: 0 0 1.0em 0;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.0em;
	color: #29526d;
}

.standard h1 {
	margin-left: 0;	
}

/* --- main heading --- */
h2, .main, .flux-form-field-formitem-header-main .flux-label {
	font-family: 'Roboto Condensed','Arial narrow','HelveticaNeue-CondensedBold',sans-serif;
	color: #e7941e;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #e7941e;
}

/* --- sub heading --- */
h3, .sub {
	color: #e7941e;
	font-size: 15px;
	font-weight: normal;
}

/* --- normal text --- */
p, .default, ul {
	color: #4e4e4e;
	font-size: 13px;
}

/* --- small text --- */
.small {
	font-size: 11px;
	color: #4e4e4e;
	
}

#content b {
	color: #e7941e;
}

#content ul {
	margin: 0.5em 0 0.9em 0;
	padding: 0;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

#content ul li {
	list-style: none;
	background: url(../graphics/system/aen-arrow-orange.png) no-repeat left 3px;
	padding-left: 18px;
	line-height: 1.5em;
}

.home #content ul li {
	background: url(../graphics/system/aen-arrow.png) no-repeat left 3px;
}

/* ------------------------------- NORMAL TEXT LINKS ------------------------------- */
/* should contain only colour definitions, no font, size, weight, etc */
a:link {
	color: #aa341c;
	font-weight: 400;
	text-decoration: underline;
}

a:visited {
	color: #aa341c;
	font-weight: 400;
	text-decoration: underline;
}

a:hover, a:active {
	color: #aa341c;
	text-decoration: underline;
	font-weight: 400;
}

/* ------------------------------- HORIZONTAL RULE ------------------------------- */
hr {
	margin: 10px 0;
	border: none;
	height: 1px;
	color: #000;
	text-align: left;
	background-color: #3f3f3f;
}

/* ------------------------------- TEMPLATE ADDITIONAL ELEMENT STYLES ------------------------------- */
/* --- standard table styles --- */
.table-standard {
	border-collapse: collapse;
	min-width: 300px;
}

.table-standard th, 
th.table-standard {
	padding: 8px;
	border: 1px solid #CCC;
	background: #EEE;
}

.table-standard td {
	padding: 8px;
	border: 1px solid #CCC;
}

/* --- frameless table --- */
.table-frameless {
	border: none;
	border-spacing: 1px;
	min-width: 300px;
}

.table-frameless th, 
th.table-frameless {
	padding: 8px;
	background: #EEE;
}

.table-frameless td {
	padding: 8px 0 8px 0;
}

.table-frameless td, 
td.table-frameless {
	border: none;
}

.flux-showinvisible .table-frameless td,
.flux-showinvisible td.table-frameless,
.flux-showinvisible .table-frameless th,
.flux-showinvisible th.table-frameless {
	border-left: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

.flux-showinvisible .table-frameless {
	border-right: 1px dotted #AAA;
	border-top: 1px dotted #AAA;	
}

/* --- presentation table --- */
.table-presentation {
	border: none;
	border-spacing: 1px;
	min-width: 100px;
}

.table-presentation th, 
th.table-presentation {
	background: #EEE;
}

.table-presentation td {
	vertical-align: middle;
}

.table-presentation td, 
td.table-presentation {
	border: none;
}

.table-presentation td h2, 
.table-presentation td h3,
.table-presentation td p {
	padding-bottom: 0;	
}


.flux-showinvisible .table-presentation td,
.flux-showinvisible td.table-presentation,
.flux-showinvisible .table-presentation th,
.flux-showinvisible th.table-presentation {
	border-left: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

.flux-showinvisible .table-presentation {
	border-right: 1px dotted #AAA;
	border-top: 1px dotted #AAA;	
}

/* --- quotation table --- */
.table-quote {
	border: none;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	max-width: 350px;
	min-height: 325px;
}

.table-quote th, 
th.table-quote {
	padding: 13px;
}

.table-quote td {
	padding: 13px;
	background: url(../graphics/system/aen-mrec-bg.png) no-repeat;
	position: relative;
}

.table-quote td, 
td.table-quote {
	border: none;
}

.flux-showinvisible .table-quote td,
.flux-showinvisible td.table-quote,
.flux-showinvisible .table-quote th,
.flux-showinvisible th.table-quote {
	border-left: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

.flux-showinvisible .table-quote {
	border-right: 1px dotted #AAA;
	border-top: 1px dotted #AAA;	
}

/* ---- sitemap nav 1 ---- */
.sitemapnav1 {
	/* common font face, size, formatting */
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.sitemapnav1 li {
	display: block;
	padding: 4px 0;
}

.sitemapnav1 li a {
	display: block;
	padding: 0 0 0 16px;
}

.sitemapnav1 a:link, .sitemapnav1 a:visited {
	/* normal link: colour, style */
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/flx-sitemapnav1-bullet.gif) no-repeat 0 2px;
}

.sitemapnav1 a:hover, .sitemapnav1 a:active {
	/* normal link rollover: colour, style */
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/flx-sitemapnav1-bullet.gif) no-repeat 0 2px;
}

/* ---- sitemap nav 2 ---- */
.sitemapnav2 {
	/* common font face, size, formatting */
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 26px;
	font-size: 12px;
}

.sitemapnav2 li {
	display: block;
	padding: 4px 0;
}

.sitemapnav2 li a {
	display: block;
	padding: 0 0 0 10px;
}

.sitemapnav2 a:link, .sitemapnav2 a:visited {
	/* normal link: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/flx-sitemapnav2-bullet.gif) no-repeat 0 6px;
}

.sitemapnav2 a:hover, .sitemapnav2 a:active {
	/* normal link rollover: colour, style */
	color: #cc0000;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/flx-sitemapnav2-bullet.gif) no-repeat 0 6px;
}

/* ---- sitemap nav 3 ---- */
.sitemapnav3 {
	/* common font face, size, formatting */
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 25px;
	font-size: 11px;
}

.sitemapnav3 li {
	display: block;
	padding: 3px 0;
}

.sitemapnav3 li a {
	display: block;
	padding: 0 0 0 10px;
}

.sitemapnav3 a:link, .sitemapnav3 a:visited {
	/* normal link: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/flx-sitemapnav3-bullet.gif) no-repeat 0 6px;
}

.sitemapnav3 a:hover, .sitemapnav3 a:active {
	/* normal link rollover: colour, style */
	color: #cc0000;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/flx-sitemapnav3-bullet.gif) no-repeat 0 6px;
}

/* ------------------------------- SEARCH BOX STYLES ------------------------------- */
#searchbox .formfieldtext {
	width: 110px;
}

/* ------------------------------- TEMPLATE ADDITIONAL ELEMENT STYLES ------------------------------- */
/* --- standard table styles --- */
.table-standard {
	border-collapse: collapse;
	min-width: 300px;
}

.table-standard th, 
th.table-standard {
	padding: 8px;
	border: 1px solid #CCC;
	background: #EEE;
}

.table-standard td {
	padding: 8px;
	border: 1px solid #CCC;
}

/* --- frameless table --- */
.table-frameless {
	border: none;
	border-spacing: 1px;
	min-width: 300px;
}

.table-frameless th, 
th.table-frameless {
	padding: 8px;
	background: #EEE;
}

.table-frameless td {
	padding: 8px;
}

.table-frameless td, 
td.table-frameless {
	border: none;
}

.flux-showinvisible .table-frameless td,
.flux-showinvisible td.table-frameless,
.flux-showinvisible .table-frameless th,
.flux-showinvisible th.table-frameless {
	border-left: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

.flux-showinvisible .table-frameless {
	border-right: 1px dotted #AAA;
	border-top: 1px dotted #AAA;	
}

/* ------------------------------- TEMPLATE LAYOUT-ONLY STYLES ------------------------------- */

#pagebody {
	background: #fff;
}

#header {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

#logo {
	line-height: 0;
	position: absolute;
	top: 0;
	z-index: 4000;
	width: 206px;
	background: #e7e7e8;
	height: 96px;
}

#logo a {
	display: block;
	width: 206px;
	height: 96px;	
}


/* --- main navigation --- */

.main-nav {
	position: relative;
	z-index: 3000;
	padding: 0 0 0 206px;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
}

.main-nav-menu {
	display: none;	
}

.main-nav>ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
}

.main-nav>ul li {
	position: relative;
	display: table-cell;
	margin: 0;
	width: 5%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.main-nav .link-item a {
	font-size: 14px;
	line-height: 17px;
	display: block;
	height: 20px;
	padding: 38px 5px;
}

.main-nav .link-item a:link,
.main-nav .link-item a:visited,
.main-nav .link-item a:hover,
.main-nav .link-item a:active {
	color: #000;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;	
}

.main-nav .current .link-item a:link,
.main-nav .current .link-item a:hover,
.main-nav .current .link-item a:active,
.main-nav .current .link-item a:visited {
	text-decoration: none;	
	color: #fff;
	background: #e7941e;
}

.main-nav .link-item a:hover,
.main-nav .link-item a:active {
	color: #fff;
	background: #e7941e;
}

.main-nav .first .link-item a {
}

.main-nav .last .link-item a {
}

.main-nav li .link-control {
	display: none;	
}

.main-nav .dropdown {
	position: absolute;
	z-index: 3000;
	display: none;	
	width: 220px;
	background: #aa341c;
}

.main-nav .last .dropdown {
	margin-left: -102px;	
}

.main-nav li:hover .dropdown {
	display: block;
}

.main-nav ul.dropdown {
	margin: 0;
	padding: 0;
}

.main-nav .dropdown li {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	text-align: left;
	white-space: normal;
}

.main-nav .dropdown li a {
	display: block;
	padding: 10px 15px;
	color: #f7d7aa;
	font-size: 16px;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

.main-nav .dropdown li .last a {
	border: none;	
}

.main-nav .dropdown li a:link,
.main-nav .dropdown li a:visited {
	text-decoration: none;
	font-weight: 400;
}

.main-nav .dropdown li a:hover,
.main-nav .dropdown li a:active {
	text-decoration: underline;
	font-weight: 400;
	color: #fff;
}

#banner {
	background: #e7e7e8;
	margin: 0;
	text-align: center;
	line-height: 5px;
	position: relative;
	overflow: hidden;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	
}

#slide-handle {
	position: absolute;
	z-index: 5;
	width: 26px;
	height: 50px;
	background: #fff url(../graphics/system/aen-slider-handle.png) no-repeat center center;
	top: 50%;
	left: 30%;
	margin: -25px 0 0 -13px;		
	cursor: ew-resize;
}

#slide1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	overflow: hidden;
	
	left: 30%;
}

#slide1 .sectiontitle {
	left: -30%;
}

#slide1 img {
	position: relative;
	left: -30%;
}

#slide2 {
	position: relative;
	z-index: 3;
}

#banner .sectiontitle {
	position: absolute;
	z-index: 40;
	width: 100%;
	height: 100%;
	text-align: center;
}

#banner .sectiontitle-inner {
	display: table;
	height: 100%;
	margin: 0 auto;
}

.home .sectiontitle-inner {
	width: 50px;
}

#banner .slide-title {
	display: table-cell;
	vertical-align: middle;
}

#banner .sectiontitle-inner,
#banner .slide-title,
#banner .slide-title h1,
#banner .slide-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1.25em;
	opacity: 0.80;
	text-decoration: underline;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
	font-weight: 700;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.home #banner .slide-title,
.home #banner .slide-title,
.home #banner .slide-title h1,
.home #banner .slide-title h2,
.home #banner .slide-title a {
	margin: 0;
	font-size: 85px;	
	font-weight: 700 !important;
}

#banner .slide-title h1,
#banner .slide-title h2 {
	max-width: 900px;
}


#banner .slide-title a:link,
#banner .slide-title a:hover,
#banner .slide-title a:active,
#banner .slide-title a:visited {
	width: 50px;
	color: #fff;	
}

#banner img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#searchbox {
	position: absolute;	
	z-index: 2000;
	top: 96px;
	right: 0;
	background: #fdebd1;
	vertical-align: baseline;
	height: 25px;
}

#searchbox label {
	padding: 0 0 0 10px;
	color: #434343;
}

#searchbox input {
	border: none;
	margin: 0;
	padding: 0 5px;
	height: 25px;
	width: 120px;
	background: #fdebd1;
	color: #434343;
}

#searchbox .submit {
	width: auto;
	border: none;		
	background: #e7941e;
	margin: 0;
	color: #fff;
	padding: 0 6px;
}

#content {
	background: #e7e7e8;
	padding: 0 0 100px 0;
}

#titlestrip,
#content-inner {
	position: relative;
	max-width: 870px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	min-height: 200px;
	display: table;
	box-sizing: border-box;
	padding: 0 45px 45px 45px;
	table-layout: fixed;
}

#titlestrip {
	min-height: 0;
	display: block;	
	padding: 45px 45px 0 45px;
	overflow: hidden;
}

#titlestrip h1 {
	border-bottom: 1px solid #e7941e;
	margin-bottom: 0;
	padding-bottom: 8px;
	box-sizing: border-box;
	padding-right: 50%;
	font-family: 'Roboto Condensed','Arial narrow','HelveticaNeue-CondensedBold',sans-serif;
	color: #e7941e;
	font-size: 24px;
	font-weight: normal;
}

.home #content-inner {
	box-sizing: border-box;
	max-width: 960px;
	background: #e7e7e8;
	padding: 19px 0 19px 19px;
}

#aensearch select {
	border: 1px solid #e7941e;
	height: 24px;
	width: 200px;	
}

#aen-results-header,
#aen-results-block {
	background: #fbefdd;
	padding: 28px;
}

#aen-results-header {
	padding-bottom: 0;	
	font-size: 24px;
	color: #e7941e;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

#aen-results-block {
	min-height: 530px;
}

#aen-results-block ul {
	list-style: none;	
}

#aen-results-block ul li {
	padding-left: 0;
	background: none;
	border-bottom: 1px solid #e7941e;
}

#aen-results-block h3 {
	margin-bottom: 0;	
	margin-top: 15px;
}

.result-image {
	width: 155px;	
}

.result-image img {
	border: 5px solid #fff;		
	background: #fff;
}


.subnav {
	background: #fbefdd;
	padding: 30px;
	margin-bottom: 20px;
}

.results .subnav {
		display: none;
}

.subnav-header {
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
	font-size: 24px;
	font-weight: 400;
	color: #e7941e;
	padding: 0 0 15px 0;
}
	
.subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#content .subnav ul li {
	background: none;
	padding-left: 0;	
}

.subnav a:link,
.subnav a:hover,
.subnav a:active,
.subnav a:visited {
	display: block;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
	color: #c07c1b;	
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #e7941e;
}

.subnav a:hover,
.subnav a:active {
	color: #aa341c !important;	
	text-decoration: underline;
}

.subnav .current a {
	color: #aa341c !important;	
}



#footer {
	position: relative;
	top: -30px;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	vertical-align: top;
	overflow: hidden;
}

.footernav {
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -20px;
}

.footernav-header {
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
	text-transform: uppercase;	
	font-size: 14px;
	font-weight: 700;
	height: 17px;
	color: #767676;
	padding: 0 0 20px 20px;
}
	
.footernav ul {
	list-style: none;
	margin: 0;
	line-height: 1.2em;
	width: 150px;
	border-left: 1px solid #999;
	padding: 0 0 0 20px;
}

.footernav a:link,
.footernav a:hover,
.footernav a:active,
.footernav a:visited {
	display: block;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
	color: #767676;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0;
}

.footernav a:hover,
.footernav a:active {
	text-decoration: underline;
}

.socialnav {
	float: right;
	left: 0;
}

.socialnav .footernav-header {
	position: relative;
	left: 15px;	
}

.socialnav ul {
	border: none;
	width: auto;
}

.socialnav li {
	float: left;
	margin: 0 0 0 10px;
}

.loginnav {
	position: absolute;
	z-index: 5000;
	right: 0;
	top: 0;
	list-style: none;
	margin: 0;
}

.loginnav a:link,
.loginnav a:hover,
.loginnav a:active,
.loginnav a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	background: #c07c1b url(../graphics/system/aen-arrow.png) right center no-repeat;
	padding: 0 20px 0 0;
	border-right: 5px solid #c07c1b;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

.loginnav a:link span {
	display: block;	
	background: #e7941e;
	height: 21px;
	padding: 4px 10px 0 10px;
}

#pagebody .region-main {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	position: relative;
}

#feature-column {
	display: table-cell;
	vertical-align: top;
	width: 347px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.results .region-main {
	width: 63%;
}

.results #feature-column {
	width: 35%;
}




/* --- MREC quotation --- */

.quote {
	position: relative;	
	padding: 30px 30px 30px 45px;
	color: #fff !important;
	line-height: 1.2em;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
	margin: 0;
}

.quote:before {
	position: absolute;
	content: open-quote;
	color: #fff;
	font-family: 'HelveticaNeue-CondensedBold','Roboto Condensed','Arial narrow',sans-serif;
	font-size: 72px;
	left: 0;
	top: 42px;
	margin: 0 14px;
}

.quote:after {
	position: absolute;
	content: close-quote;
	color: #fff;
	font-family: 'HelveticaNeue-CondensedBold','Roboto Condensed','Arial narrow',sans-serif;
	font-size: 72px;
	right: 0;
	bottom: 0;
}

#pagebody .image-quote {
	position: relative;
	z-index: 2;
	margin-top: -171px;
}

.table-quote h2 {
	color: #fff !important;
	border-bottom: 1px solid #fff;	
	margin: 0;
}

#pagebody.home .region-main {
	position: relative;
	display: block;
	width: 347px;
	height: 325px;
	float: left;
	margin-right: 15px;
	padding-top: 0;
}

.home .region-main, .home.region-main,
.region-feature1,
.region-feature2,
.region-feature3,
.region-feature4,
.region-feature5 {
	background: #e7941e;
}

.home .region-main *, .home.region-main *,
.region-feature1 *,
.region-feature2 *,
.region-feature3 *,
.region-feature4 *,
.region-feature5 * {
	color: #fff !important;	
	line-height: 1.1em;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

#pagebody .region-feature1,
#pagebody .region-feature2,
#pagebody .region-feature3,
#pagebody .region-feature4,
#pagebody .region-feature5 {
	position: relative;
	width: 158px;
	height: 127px;
	margin: 0 15px 30px 0;
	padding: 10px;
	float: left;
}

#pagebody .region-feature4 {
	padding-right: 203px;
}

.home .region-main h2, .home.region-main h2,
.region-feature1 h2,
.region-feature2 h2,
.region-feature3 h2,
.region-feature4 h2,
.region-feature5 h2 {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	margin-top: 0;
}

#pagebody .region-feature1 a,
#pagebody .region-feature2 a,
#pagebody .region-feature3 a,
#pagebody .region-feature4 a,
#pagebody .region-feature5 a {
	position: absolute;
	bottom: 0;
	right: 0;
}

#pagebody .region-feature4 a {
	right: 193px;	
}

#pagebody .region-feature4 .flux-image-left {
	position:	absolute;
	right: 0;
	top: 0;
}

.region-feature1 a,
.region-feature2 a,
.region-feature3 a,
.region-feature4 a,
.region-feature5 a {

	position: absolute;
	display: block;
	padding: 9px 15px 9px 12px;
	border-right: 8px solid #d33e08;
	margin: 0 15px -17px 0;
	background: #d33e08 url(../graphics/system/aen-arrow.png) right center no-repeat;
	text-decoration: none;
}

#aensearch input {
	display: inline-block;
	padding: 5px 15px 5px 12px;
	border: none;
	border-right: 8px solid #d33e08;
	background: #d33e08 url(../graphics/system/aen-arrow.png) right center no-repeat;
	text-decoration: none;
	color: #fff;
}

.region-feature1 a:hover,
.region-feature2 a:hover,
.region-feature3 a:hover,
.region-feature4 a:hover,
.region-feature5 a:hover,
#aensearch input:hover {
	background-color: #aa341c;
	border-right: 8px solid #aa341c;
}

.pagelister div {
	padding: 5px 0;
}

.pagelister {
	width: 49%;
	float: left;
}

map area{
	outline: none;
}

/* tablet portrait view */

@media (max-width: 1020px) {
	
	#searchbox {
		top: 192px;
	}
	
	#banner .slide-title,
	#banner .slide-title h1,
	#banner .slide-title h2 {
		font-size: 45px !important;
		line-height: 1.5em;
	}
	
	.main-nav {
		padding-left: 0;
		padding-top: 96px;
	}

	#footer	{
		padding-left: 15px;
		padding-right: 15px;
	}

	#pagebody .region-feature4 {
		padding-right: 10px;
	}
	
	#pagebody .region-feature4 a {
		right: 0;
	}

	#pagebody .region-feature4 .flux-image-left {
		display: none;
	}	
	
	#pagebody.home .region-main,
	#pagebody .region-feature1,
	#pagebody .region-feature2,
	#pagebody .region-feature3,
	#pagebody .region-feature4,
	#pagebody .region-feature5 {
		margin-right: 7px;		
	}
	
	.home #banner .slide-title,
	.home #banner .slide-title h1,
	.home #banner .slide-title h2 {
		font-size: 55px;	

	}
	
	#feature-column {
		width: 250px;		
	}
	
	#titlestrip {
		padding: 30px 30px 0 30px;
	}
	#content-inner {
		padding: 0 30px 30px 30px;
	}
	
	.pagelister {
		width: 100%;
	}
	
}

/* phone landscape view */
@media (max-width: 760px) {

	.home #banner .slide-title a {
		padding: 30px 10px;
	}

	#searchbox {
		display: none;
		text-align: right;
		position: relative;
		z-index: 6000;
		padding: 5px 0;
		clear: both;
		top: 81px;
	}

	.standard #banner .sectiontitle {
		height: auto;
	}
	
	.standard #banner .sectiontitle * {
		color: #eca94b;
	}
	
	.standard #banner img {
		display: none;
	}

	.loginnav {
		display: none;		
	}

	#logo,
	#logo a {
		width: 174px;
		height: 81px;
	}

	#logo a {
		background: #fff url(../graphics/system/aen-mobile-logo.png) no-repeat;
	}
	
	#logo a img {
		display: none;
	}

	#titlestrip {
		padding: 15px;		
	}

	#titlestrip h1 {
		padding-right: 0;
	}

	.results #feature-column {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.socialnav {
		float: none;
		display: block;
		margin: 30px auto 0 auto;
		width: 200px;
	}
	
	.socialnav .footernav-header {
		text-align: center;	
		left: 0;	
		padding-left: 0;
	}
	
	.main-nav {
		background: none;
		height: auto;
		padding-top: 81px;
	}

	.main-nav-menu {
		display: block;
		padding: 14px 0 12px 0;
		text-align: center;
		text-transform: uppercase;
		background: #d33e08;
		font-size: 16px;
		cursor: pointer;
		color: #fff;
	}

	.main-nav-menu-button {
		display: inline-block;	
		margin: 0 10px;
		width: 18px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		padding: 4px 0;
		vertical-align: middle;
	}
	
	.main-nav-menu-button div {
		height: 2px;
		background: #fff;
	}
	
	.main-nav .main-nav-items,
	.dropdown {
		display: none;
	}
	
	.main-nav>ul {
		display: block;
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%;
		background: #e7941e;
	}
	
	.main-nav>ul li {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%;
		text-align: left;
	}

	.main-nav>ul li.first,
	.main-nav>ul li.last {
		padding: 0;
	}
	
	.main-nav .link-item a:link,
	.main-nav .link-item a:hover,
	.main-nav .link-item a:active,
	.main-nav .link-item a:visited,
	.main-nav .dropdown li a,
	.main-nav .dropdown li .last a {
		padding: 17px;
		font-size: 17px;
		display: block;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-shadow: none;
	}
	
	.main-nav .link-item a:hover,
	.main-nav .link-item a:active,
	.main-nav .current .link-item a:link,
	.main-nav .current .link-item a:visited {
		background: none;
		text-decoration: underline;
		color: #fff;
		text-shadow: none;
	}
	
	.main-nav li.compound .link-control {
		position: absolute;
		z-index: 2;
		display: block;
		top: 0;
		right: 0;
		height: 100%;
		width: 53px;
		height: 53px;
		border-left: 1px solid #fff;
		background: url(../graphics/system/main-nav-controls.gif) -3px -4px no-repeat;
		cursor: pointer;
	}
	
	.main-nav li.compound .link-control.active {
		background: url(../graphics/system/main-nav-controls.gif) -3px -64px no-repeat 
	}

	.main-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		z-index: 3;
		
		display: none;
		width: auto;
		background: #e7941e;
	}
	
	.main-nav .last .dropdown {
		margin-left: 0;	
	}
	
	.main-nav li:hover .dropdown {
		display: none;
	}	

	.main-nav .dropdown li a,
	.main-nav .dropdown li .last a {
		padding: 10px 15px 10px 40px;
		border-bottom: 1px solid #edad52;
	}
	
	.main-nav .dropdown li .last a {
		border-bottom: 1px solid #fff;
	}

	.subnav {
		display: none;
	}
	
	#content-inner {
		display: block;
	}
	
	#pagebody .region-main, 
	#pagebody .region-feature {
		display: block;
	}

	#pagebody.home .region-main {
		display: none;
	}
	
	#pagebody .region-feature1,
	#pagebody .region-feature2,
	#pagebody .region-feature3,
	#pagebody .region-feature4,
	#pagebody .region-feature5 {
		float: none;
		width: auto;
		margin-right: 15px;
		box-sizing: border-box;
		
		height: 127px;
	}
	
	#content {
		padding: 0 0 50px 0;
	}	
	
	#banner {
		background: #fff;
	}
	
	.standard #banner .sectiontitle {
		position: relative;
				
	}

	#banner .sectiontitle-inner {
		width: 100%;
	}

	#banner .slide-title,
	#banner .slide-title h1,
	#banner .slide-title h2 {
		font-size: 30px !important;
	}
	
	#banner .slide-title a:link,
	#banner .slide-title a:hover,
	#banner .slide-title a:active,
	#banner .slide-title a:visited {
		width: 100%;
		font-size: 30px;
	}
	
	#pagebody .image-quote {
		margin-top: -90px;
	}
	
	.results .region-main {
		width: 100%;
	}
	
	.results #feature-column {
		width: 100%;
	}
	

}

/* phone portrait view */
@media (max-width: 460px) {

	#content-inner {
		padding-left: 15px;
		padding-right: 15px;		
	}

	#feature-column {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	#footer	{
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.footernav {
		left: -10px;
	}	
	
	.footernav ul {
		padding: 0 10px 0 10px;
		width: auto;
	}

	.footernav-header {
		padding-left: 10px;
	}
	
	.socialnav ul {
		width: 200px;		
	}
	
}

