/* 	custom fonts	*/
@font-face {
	font-family: 'TradeGothic';
	src: url('/fonts/TradeGothicBoldCondensedNo.20.ttf');
}
@font-face {
	font-family: 'Univers';
	src: url('/fonts/UniversLTStd.otf');
}

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
h3{
	padding:0;
	margin:5px 0;
}
hr{
	border:0;
	border-top:1px solid #764D61;
	padding:0;
	margin:5px 0;
}
p{
	padding:0;
	margin:5px 0;
}
blockquote{
    font-style: italic;
}
div#moores_empowering{
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    color: #764D61;
}
/* site sizing */
#page_container{
	/*responsive*/
	width: 100%;
	width: 960px;
	margin:0 auto;
	/* gradient	*/	
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF, #E4E4E4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #E4E4E4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #E4E4E4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #E4E4E4); /* Standard syntax (must be last) */
}

#header_container{
	width:100%;
	position:relative;
	height:96px;
	background:#000;
	background-image:url("/images/header_gradient.png");
	background-size:5px 97px;
}

#div_feedback_container{
	display:inline-block; 
	height:33px;
	position:absolute; 
	right:0; 
	top:0; 
}
#feedback_left{
	float:left;
	padding:0;
	margin:0;
	border:0;
	width:19px;
	height:100%;
	background-image:url('/images/feedback_corner.png');
	/*background-size:22px 35px;*/
}
#feedback_right{
	float:left;
	height:100%;
	width:170px;
	border:0;
	background:rgb(118,79,98);
	text-align:center;
}
#div_feedback_container a{
	color:#FFF;
	text-decoration:none;
	font-size:10pt;
	line-height:33px;
}
div#home-message{
	padding: 3px;
	margin: 0px auto; 
	margin-top: 20px; 
	width: 85%;
	max-width: 800px;
	font-size: 10pt;
	text-align: left;
	border: 2px solid #764d61; 
	background: white; 
	opacity:.8;
}
div#home-message i{
	font-size: 8pt;
}

/*	tabbed navigation	*/
#mainnav_container{
	position:absolute;
	bottom:0px;
	width:100%;
	height:20px;
}
#mainnav_container ul.tabs { 
	list-style-type: none; 
	margin: 0; 
	margin-left:160px;
	padding: 0; 
}
ul.tabs li { 
	margin: 0;
	margin-right:15px; 
	padding: 0; 
	float: left;
}
ul.tabs li a{
	width: auto;
	display: block;
	padding: 0px 14px 0px 4px;
	font-size:11pt;
	line-height:20px;
	text-decoration:none;
	color:#764D61;
}
ul.tabs li a div{
	height:20px;
	padding:0 10px;
}
/* active tab	*/
ul.tabs li.active { 
	background: url("/images/tab_right.png") no-repeat right top;
}
ul.tabs li.active a{
	background: url("/images/tab_left.png") no-repeat left top;
	color:#FFF;
}
ul.tabs li.active a div{
	background:#ee7a22;
	height:20px;
}
#subnav_container{
	width:100%;
	min-height:2px;
	max-height:20px;
	background:#ee7a22;
	color:#FFF;
}
#subnav_inner{
	margin-left:155px;
}
#subnav_inner #sub_resources{
	margin-left:0px;
}
#subnav_container a{
	color:#FFF;
	font-size:10pt;
	line-height:20px;
	text-decoration:none;
	margin:0 20px;
}
#subnav_container a.active{
	color:#FFF;
	font-weight:bold;
}
#content_container{
	position:relative;
	width:100%;
	height:640px;
	color:#764D61;
	font-size:10pt;
}
#content_container.home{
	height:540px;
	background-image:url("/images/bg_home.jpg");
	background-position:0px -80px;
}
#footer_container{
	width:100%;
	height:140px;
	border-top:1px solid #7c566a;
}

/* detail layout */
#header_logo{
	float:left;
	margin-top:10px;
	margin-left:25px;
	width:397px;
	height:61px;
}
#header_logo a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/images/header_logo.png");
	background-size: 440px;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
}
#mega_header_logo{
	background-image: url("/images/header_logo.png");
	background-repeat: no-repeat;
}
#header_logo.logo-imperial a{
	background-image:url("/images/header_logo_ic.svg");
	background-size: 395px;
}
#mega_header_logo.logo-imperial{
	background-image: url("/images/header_logo_ic.svg");
	background-repeat: no-repeat;
}
div#change_county{
	display: none;
	position: absolute;
	right: 10px;
	top: 35px;
}
#change_county a{
	outline: none;
	color: #764D61;
	font-size: 11px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
#change_county img{
	height: 18px;
	margin-right: 5px;
}
div#box_links{
	text-align:center;
	height:140px;
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-70px;
}
.block_link{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:10px;
	margin-top: 20px;
	margin-right: 30px;
	width:110px;
	height:110px;
	opacity:0.9;
	color:#FFF;
}
.block_link a{
	display:inline-block;
	position:relative;
	height:100%;
	width:100%;
	color:#FFF;
	text-decoration:none;
	font-size:13pt;
}
.block_link a i{
	display:inline-block;
	font-size:20pt;
	position:absolute;
	right:10px;
	bottom:0px;
}
.bl_red{
	background:#d67956;
}
.bl_orange{
	background:#e4ac6a;
}
.bl_maroon{
	background:#9c5379;
}
.bl_blue{
	background:#84c6d1;
}
.bl_green{
	background:#A59E61;
}
#footer_content{
	padding:15px;
}
#footer_left{
	float:left;
	font-size:8pt;
}
#footer_left .title, #footer_right .title{
	font-size:10pt;
	color:#764D61
}
#footer_left img{
	opacity:.6;
	margin-right:25px;
}
#footer_right{
	float:right;
}
#footer_right a{
	color:#764D61;
	font-size:9pt;
	line-height:9pt;
	text-decoration:none;
}
#divFacebook{
	margin-top:5px;
}

.reset-button a{
	margin:25px auto;
	display:block;
	text-indent:-9999px;
	width:25px;
	height:25px;
	background-image:url('/images/icon_reset.png');
	background-size:25px;
}

#menu_reselect{
	position: absolute;
	top: 35px;
	right: 30px;
}
#menu_reselect a{
	display: block;
	outline: none;
	width: 180px;
	height: 30px;
	background-image: url('/images/reselect.svg');
	background-repeat: no-repeat;
}
#menu_reselect a:hover{
	background-image: url('/images/reselect hover.svg');
}


/* bread crumbs */
.breadcrumb_container{
	position:relative;
	border-bottom:4px solid #764d61;
	height:68px;
	padding-bottom:22px;
}
.breadcrumb_container h2{
	margin:0;
	padding:0;
}
.breadcrumb{
	position:absolute;
	bottom:0px;
}
.breadcrumb i{
	color:#fd9827;
}

.icon_controls {
    position: relative;
    margin-bottom: 10px;
     text-align: right;
}

#reset_icon, #print_icon {
    position: static; /* override absolute positioning */
    text-indent:9999px;
    display: inline-block;
    width: 22px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

#reset_icon {
    background-image: url('/images/icon_reset.png');
}

#print_icon {
    background-image: url('/images/print_icon.png');
}

/*.breadcrumb_container #reset_icon{
	display:block;
	margin-right:5px; 
	margin-bottom:3px; 
	position:absolute;
	text-indent:-9999px;
	bottom:0px;
	background-image:url('/images/icon_reset.png');
	background-size: 17px;
	background-repeat: no-repeat;
}

.breadcrumb_container #print_icon{
	display:block;
	margin-right:5px; 
	margin-bottom:3px; 
	position:absolute; 
	text-indent:-9999px;
	width:22px; 
	height:17px;
	right:35px; 
	bottom:0px;
	background-image:url('/images/print_icon.png');
	background-size: 22px;
	background-repeat: no-repeat;
} */
.breadcrumb_container #div_download{
	position:absolute;
	right:18px;
	bottom:3px;
}
.breadcrumb_container #div_download a{
	display:block;
	text-indent:-9999px;
	width:22px;
	height:17px;
	background-image:url('/images/download_icon.png');
	background-size:22px 17px;
}
.breadcrumb_container #info_icon{
	display:inline-block;
	margin-top:3px;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url('/images/info.png');
	background-size:16px 16px;
	vertical-align:top;
}

/* best practices, contact us, about us */
.page_section{
	margin:15px 25px 40px 25px;
	font-size:11pt;
}
.page_section p{
	margin-bottom:25px;
}
.page_section a{
	color:#fd9827;
	text-decoration:none;
}
.orange{
	color:#fd9827;
}
.purple{
	color:#764d61;
}
.purple_back{
	background:#764d61;
	color:#FFF;
	border:1px solid #764d61;
}
.bold{
	font-weight:bold;
}
.list_item_block{
	border-left:5px solid #fd9827;
	padding-left:10px;
}

/* resources */
#left_column .bl_orange{
	padding:10px;
	color:white;
}
#divResources{
	float:left;
	width:215px;
	height:480px;
	overflow-y:auto;
	overflow-x:hidden;
}
#divRecordCount{
	color:#fd9827;
	padding:5px;
}
.res_item{
	position:relative;
	border-left:4px solid #fd9827;
	border-top:none;
	margin:7px 0;
}
.res_item a{
	text-decoration:none;
	outline:none;
	color:#fd9827;
}
.res_item a:hover div{
	background:#eeeeee;
}
.res_selected{
	display:none;
	position:absolute;
	bottom:5px;
	right:10px;
}
.res_selected img{
	width:13px;
	height:21px;
}
.res_active .res_selected{
	display:block;
}
.divDescShort{
	height:30px;
	width:400px;
	overflow:hidden;
}
.divDescFull{
	display:none;
}
#user_hints{
	display:inline-block;
	display:none;
	padding:0 5px;
	position:absolute;
	z-index:1000;
	height:30px;
	font-weight:bold;
}
#hint_left{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:50px;
}
#hint_left > img{
	position:absolute;
	left:0px;
	top:0px;
	height:30px;
}
#hint_right{
	display:inline-block;
	position:absolute;
	left:14px;
	top:0px;
	height:100%;
	background:#fd9827;
	border-radius:3px;
	padding:0 10px;
	line-height:30px;
	white-space: nowrap;
	color:#FFF;
}

/*	info modal popup	*/
#div_info{
	width:640px;
}
#disease_info_table{
	border:none;
	border-collapse:collapse;
	width:640px;
}
#disease_info_table th, #disease_info_table td{
	font-size:9pt;
	white-space:normal;
}
#disease_info_table th{
	font-weight:bold;
	color:#fd9827;
}
#disease_info_table td{
	color:#764D61;
	padding-bottom:10px;
}
#disease_info_table td a{
	color:#764D61;
}

/* about us	*/
.about-us-image{
	float:left;
	width:150px;
	border:0;
}
#about-us-content .list_item_block{
	margin:10px 0px;
}
#about-us-content .list_item_block div{
	display:inline-block;
	vertical-align:top;
}
#about-us-content .list_item_block .description{
	width:650px;
	margin-left:20px;
}