/*  Content control - use on any elements to show/hide content on mobile */
.mobile-hide {
	display: block;
}
.mobile-only {
	display: none!important;
}
#breadcrumbs, #newsticker, #clustering /*gsa*/ {
	display: block;
}

#header-region {
	position: relative;
}

#utility-bar-region {
	background: #415B81 url("/img/diag_pat_trans.png") repeat;
	position: absolute; 
	top: 10px;
	right: 20px;
	width: 560px;
	height: 40px; 
	display: block;
	padding: 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url("/styles/PIE.php");
}

#utility-bar {
	position: relative;
	top: 5px;
	float: left;
	display: block;
width: 410px;
}
#utility-bar ul {
	margin: 10px 0;
}

#utility-bar li {
	list-style-type: none;
	float: left;
	padding: 0 8px;
	line-height: 1em;
}

#utility-bar li:first-child {
	padding-left: 0;
}

#utility-bar li:last-child, 
#utility-bar li.last {
	padding-right: 0; 
}
 
#utility-bar a {
	font-size: 12px;
	color: #EFF3F6;
	text-decoration: none;
	font-weight: normal;
}
#utility-bar a:hover, #utility-bar a:focus {
	text-decoration: underline;
	color: #fff;
}
header {
	margin: 0 auto;
	padding-bottom: 0px;
}
/* logo/homelink */
#branding {
	left: 0;
	height: 110px;
}
#branding a {
	display: block;
	width: 464px;
	height: 109px;
}
#branding img {
	width: 100%;
	max-width: 100%;
}

#search {
	float: left;
	display: block;
	width: 150px;
}

#search fieldset {
	position: relative;
	float: none;
	margin-right: 0%;
	width: 100%;
}

#search input[type=search], #search input[type=text] { 
	background: #1E3964;
	color: #a0b4d0;
	width: 100%;
}

/*toolbar*/
#toolbar {
	height: 22px; 
	width: auto;
	position: relative;
	right: -10px;
	float: right; 
}

#toolbar li {
	display: inline-block;	
	margin: 0; 
	padding: 0;
	float: left; 

}

#toolbar .rss {
	background-position: -96px -246px;
	height: 22px; 
	width: 58px;
}

#toolbar .facebook {
	background-position: -96px -296px;
	height: 22px; 
	width: 82px;
}

#toolbar .twitter {
	background-position: -158px -271px;;
	height: 22px; 
	width: 100px;
}

#toolbar .youtube {
	background-position:  -96px -271px;
	height: 22px; 
	width: 57px;
}


#toolbar .email {
	background-position: -158px -246px;
	height: 22px; 
	width: 58px;
}


/*main menu*/
.ie7 #menu, .ie8 #menu, .ie9 #menu {
	background-color: #5593B5;
}
#menu, #megamenu {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url("/img/diag_pat_trans.png") repeat, -moz-linear-gradient(top, #b2def5 0%, #69add3 4%, #4d88a8 100%);
	background: url("/img/diag_pat_trans.png") repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2def5), color-stop(4%, #69add3), color-stop(100%, #4d88a8));
	background: url("/img/diag_pat_trans.png") repeat, -webkit-linear-gradient(top, #b2def5 0%, #69add3 4%, #4d88a8 100%);
	background: url("/img/diag_pat_trans.png") repeat, -ms-linear-gradient(top, #b2def5 0%, #69add3 4%, #4d88a8 100%);
	background: url("/img/diag_pat_trans.png") repeat, linear-gradient(top, #b2def5 0%, #69add3 4%, #4d88a8 100%);
	-pie-background: url("/img/diag_pat_trans.png") repeat, linear-gradient(top, #b2def5 0%, #69add3 4%, #4d88a8 100%);
	behavior: url("/styles/PIE.php");
	display: block!important;
	border: 1px solid #1C4E6B;

}
#menu ul {
	height: 44px; /*margin: 0 auto; uncomment to center menu*/
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
	background: none;
}
#menu ul li:first-child a {
	border-left: 0;
}
#menu .last {
	border-right: 0;
}
/*nav .last { border-right: 0; width: 200px; } for 4 or less menu items that are left aligned*/
#menu ul li a {
	color: #fff;
	height: 24px;
	border-right: 1px solid #4c7e99;
	border-left: 1px solid #66a8cc;
	font-weight: normal; 
}
#menu ul li a:hover, #menu ul li a:focus {
	background: #4A7993 /*for IE*/;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-ms-transition: all .75s ease;
	transition: all .75s ease;
}
#Home a.home, #Menu1 a.menu1, #Menu2 a.menu2, #Menu3 a.menu3, #Menu4 a.menu4, #Menu5 a.menu5, #Menu6 a.menu6 {
	background: #fff;
	color: #3e667c;
	text-shadow: none; 
}

/*megamenu/dropdown menu */

.meganizr > li { width: 14%;  }
.meganizr > li > a { font-size: 12px; }
.meganizr > li > ul > li a { line-height: 1.5em; padding: 12px; margin: auto;  }


/*where the meat of the page goes*/
#breadcrumbs {
	height: 26px;
	border-bottom: 1px dotted #ccc;
	z-index: 10;
	display: block;
	margin-bottom: 20px;
}
#breadcrumbs a {
	font-size: 11px;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
	text-decoration: underline;
	border: none!important;
}
#breadcrumbs a:first-child {
	padding-left: 10px;
}
/*float aside to the right in main content area*/


#main-content .aside-4, #main-content .aside-6, #main-content .aside-8 {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
#main-content .aside-4 {
	width: 180px;
}
#main-content .aside-6 {
	width: 280px;
}
#main-content .aside-8 {
	width: 380px;
}

/*flexslider*/
#content .flex-direction-nav a:before { font-size: 40px; }
#content .flex-pauseplay a:before { font-size: 20px; }


/*foot of the page*/
footer {
	background: #1e3a62 url("/img/capitol_bg.png") no-repeat 50% 40px;
	padding: 30px 0 30px;
}
footer ul {
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 0;
}
footer a {
	color: #fff;
}
/*powers that be*/
#leadership {
	margin: 20px auto;
	height: 76px;
	display: block
}
#leadership h2 {
	margin-top: 0px;
}
#leadership p {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
}
#leadership p.mogov {
	width: 20%;
}
#leadership a {
	padding-top: 20px;
	color: #fff;
}
#leadership .gov {
	display: block;
	height: 56px;
	text-align: center;
	float: right;
}
#leadership .state {
	display: block;
	background: transparent url("/img/mogov_logo_footer.png") center no-repeat;
	height: 56px;
	margin: 0 auto;
}
#leadership .agency {
	display: block;
	height: 56px;
	text-align: center;
	float: left;
}
#leadership a:hover, #leadership a:focus {
	border-bottom: 0;
	text-decoration: none;
	color: #fff;
}
/*form styles*/
#content input.sizeXS, #content select.sizeXS {
	width: 10%;
}
#content input.sizeS, #content select.sizeS {
	width: 30%;
}
#content input.sizeM, #content select.sizeM {
	width: 50%;
}
#content input.sizeL, #content select.sizeL {
	width: 70%;
}
#content input.sizeXL, #content select.sizeXL {
	width: 90%;
}
#content label.align-right {
	text-align: right;
}


/*Put only styles specific to the narrow layout in this media query */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {
}

/*Put only styles specific to the wide layout in this media query */
@media all and (min-width: 1220px) {
}
#myTable thead .sorting {
	background-image: url("/jquery/datatable/sort_both.png");
	background-repeat: no-repeat;
	background-position: center right;
}
#myTable thead .sorting_asc {
	background-image: url("/jquery/datatable/sort_asc_disabled.png");
	background-repeat: no-repeat;
	background-position: center right;
}
#myTable thead .sorting_desc {
	background-image: url("/jquery/datatable/sort_desc_disabled.png");
	background-repeat: no-repeat;
	background-position: center right;
}