/*DNN adds this - not sure why*/
.dnnSortable {
	min-height: inherit!important;
}
hr {
	border: 0;
	color: #C49704;
	background-color: #C49704;
	height: 1px;
}
body {
	background: #f89922 url(images/mobileHorse.png) no-repeat top left;
	font-family: arial, helvetica, sans-serif;
	
}
td p, td div, td strong {
	font-size: 1.02em!important;
}
strong.orangeBold {
	color: #cc7f19!important;
	font-size: 1.05em!important;
}

a {
	color: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 90%;
}
h1, h2, h3, h4, h5 {
	line-height: 1em;
	padding: 0!important;
	letter-spacing: inherit!important;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
/*p {
	margin: 0!important;
}*/
#mobile_cont {
	padding: 0 10px;
}
#header {
	padding: 0;
}
#footer {
	text-align: center;
	margin: 0 auto;
	height: auto;
	color: #fff;
}
#dnn_ContentPane {
	clear: both;
	margin-top: 0;
	width: 100%;
}
#dnn_footerpane {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.noshow {
	display: none;
}
#dnn_footerpane a:link, #dnn_footerpane a:visited, #dnn_footerpane a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.Content img {
	position: relative;
}
#header_bg {
	margin: 0 auto;
	width: 100%;
}
#mobile_content {
	margin: 0 auto;
	width: 100%;
}
#etTable {
	color: #000;
	padding: 5px;
}
#etTable td {
	background: url(images/75percent.png);
	padding: 10px;
	font-size: 1.1em;
}
a.etLink {
	font-size: 1.25em;
	padding: 5px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

/*  --------------- menu ----------------*/
 
 .mobile_menu_bg {
	background: none repeat scroll 0 0 #8c4119;
	margin: -18px auto 0;
	width: 100%;
}
.mobile_menu {
	height: 67px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 299px;
}
.mobile_menu li {
	z-index: 9;
	list-style-type: none;
	padding: 0;
}
.mobile_menu li a {
	color: #fff;
	display: block;
	font-family: century gothic;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 20px;
	text-decoration: none;
}
.mobile_menu ul {
	left: -9999px;
	list-style-type: none;
	position: absolute;
	top: -9999px;
}
.mobile_menu li li:hover {
	height: 31px;
}
.mobile_menu li:hover {
	background: none repeat scroll 0 0 #8c4119;
	position: relative;
	height: 67px;
}
.mobile_menu li:hover ul {
	background: none repeat scroll 0 0 #8c4119;
	left: 0;
	padding: 0;
	top: 67px;
}
.mobile_menu li:hover ul li a {
	background-color: #8c4119;
	border: 1px solid #6d3111;
	display: block;
	padding: 4px 0;
	text-indent: 15px;
	width: 276px;
}
.m_menu_blue {
	background: url(images/blue_nav.png) repeat-x;
	height: 37px;
	padding-top: 9px!important;
	text-align:left;
}
.m_menu_blue a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f1a200;
	border-radius: 5px;
	padding: 5px 12px;
	background: #f1a200;
	text-align: left;
}


/***************slidebars***************************/
.sb-slidebar a.slideLink {
	color: #0054a4;
	text-decoration: none;
	margin-left: 10px;
}

.sb-slidebar li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sb-slidebar > li:first-child {
	border-top: medium none;
}
.sb-slidebar > li:last-child {
	border-bottom: medium none;
}
.sb-slidebar li a {
	color: #0054a4!important;
	text-decoration: none;
	display: block;
	padding:.75em;
/*	width: 93%;*/
	font-size:1em;
	margin-left: -10px;
}
.sb-slidebar li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}
.sb-left .sb-menu li a:hover {
	border-left: 3px solid;
}
.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
	border-right: 3px solid;
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #F89922; /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
	left: 0; /* Set Slidebar to the left. */
}
.sb-right {
	right: 0; /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
	width: 30%;
}
.sb-width-thin {
	width: 15%;
}
.sb-width-wide {
	width: 45%;
}
 @media (max-width: 480px) { /* Slidebar widths on extra small screens. */
.sb-slidebar {
	width: 70%;
}
.sb-width-thin {
	width: 55%;
}
.sb-width-wide {
	width: 85%;
}
}
 @media (min-width: 481px) { /* Slidebar widths on small screens. */
.sb-slidebar {
	width: 55%;
}
.sb-width-thin {
	width: 40%;
}
.sb-width-wide {
	width: 70%;
}
}
 @media (min-width: 768px) { /* Slidebar widths on medium screens. */
.sb-slidebar {
	width: 40%;
}
.sb-width-thin {
	width: 25%;
}
.sb-width-wide {
	width: 55%;
}
}
 @media (min-width: 992px) { /* Slidebar widths on large screens. */
.sb-slidebar {
	width: 30%;
}
.sb-width-thin {
	width: 15%;
}
.sb-width-wide {
	width: 45%;
}
}
 @media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
.sb-slidebar {
	width: 20%;
}
.sb-width-thin {
	width: 5%;
}
.sb-width-wide {
	width: 35%;
}
}
/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	z-index: 400;
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide {
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
/* To hide from mobile sites, etc ***/
img.mHide {
	display: none;
}


/***************close button*******************/
.menu_close{
            background:url(images/close_icon.png) no-repeat 78% center; 
            border:none!important;
            margin-top: 30px!important;
            margin-bottom:15px!important;
            color: #ffffff;
            float: right;
            text-align: right;
            padding-right: 13px!important;
    
            }

