@import url(reset.css); 
@import url(general.css); 
@import url(email.css); 
/* ^^above^^ The browser equalizer followed by general site styles and the email form styles that I created */

body { 
	color: #000; 
	background-color: #efefef;
}
	 
#top {
	position: absolute !important;
	position: inherit;
	top: -50px !important;
}

.anchor {
	display: block;
	height: 35px; 
	margin-top: -35px; 
	visibility: hidden;
}

h1, h2, h3, h4 { text-align: left; color: #3073b7; }

h2.title { 
	width: 100%;
	border-bottom: 2px groove #ddd ; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}


a, a:link { color: #579fd2; text-decoration: underline; }
a:visited { color: #18497b; text-decoration: underline; }
a:hover, a:active { color: #c60; text-decoration: none; }

.gray {	background-color: #dee7ef; }

#container { 
	width: 75%; 
	margin: 40px auto -10px auto; 
	padding: 0px 4px; 
	position: relative; 
	border: 0px solid #000;
}
.pagecontainer {
	width: 100%; 
	margin: 20px auto; 
	position: relative; 
	border: 0px solid #000;
	text-align: left;
}

#main { 
	background-color: #efefef;
	margin-bottom: 10px;
}

.menucontainer {
	background-color:#000; 
	height: 30px; 
	position:fixed; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	z-index:9000; 
	border-bottom: ridge 2px #fff;
}

.bannertitle {
	overflow: hidden; 
	height: 40px; 
	background-color: #18497b; 
	color: #fff; 
	text-shadow: 0 0 5px rgba(0,0,0,1);
	font-size: 22px; 
	font-weight: bold; 
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;	
		-moz-border-radius: 2px; 
		border-radius: 2px;
}
.bannertitle a:link, .bannertitle a:visited, .bannertitle a:hover, .bannertitle a:active {
	color: #fff;
	text-decoration: none;
	font-size: 22px; 
}

.blackbox1, .blackbox2 { 
	float: right; 
	height: 38px !important; 
	height: 41px; 
	width: 40px !important; 
	width: 59px; 
	background-color: #000; 
	border-left: 20px solid #efefef; 
	border-top: 2px solid #efefef; 
	border-bottom: 2px solid #efefef; 
	color:#fff;
}
.blackbox2 { 
	/*
	I'm saving this code just in case we want to implement a 
	settings button overlay in one of the boxes at the top of the page.
	
	background-image: url(http://www.utcourts.gov/images/attention.gif);
	background-size:90% 90%;
	background-repeat:no-repeat;
	background-position: center center;*/
}

.search-settings { 
	text-align:right; 
	position:relative; 
	bottom: 17px; 
	right: 0px; 
	font-size:13px; 
	z-index:10; 
	float:right; 
	width: 300px; 
	border:0px solid #fff; 
	color: #fff; 
}

.settings-button {
	float: right; 
	margin: 10px;
	position:relative; 
	bottom: 15px; 
	border:none;
}

.settings-close {
	 text-align:right; 
	 margin: 3px -5px -5px 0px; 
	 font-size: 10px;
}

/* Start - This controls the style of the text resizer box and elements */
.controlstyle a{ /*links inside DIV sizecontroldiv*/
outline:none;
	color: #fff;
}

.controlstyle a img{ /*image links inside DIV sizecontroldiv*/
border-width:0;
}

.controlstyle a.selectedcontrol img{ /*selected control's image*/
border-bottom:4px solid darkred;
}
.controlstyle {
	background-color: #18497b; 
	border: 1px groove #ddd ; 
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px; 
		border-radius: 5px;
	position: absolute; 
	top: 35px; 
	right: 90px; 
	width: 70px; 
	padding: 6px 10px 10px 11px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}
/* End - This controls the style of the text resizer box and elements */

#search h2 { 
	margin: 20px -3px 0px -2px; 
}
#search .search-submit { 
	border: none; 
	margin: 5px 0px; 
}

/* Start top slide out menu */

/* Refer to the appropriate navstyle css and menu asp pages to adjust the top menu:
> 1261 screen width - navstyle.css, menu.asp
1041-1260 screen width - navstyle-1260.css, menu-1280.asp - Settings brings up a pop in window
921-1040 screen width - navstyle-1020.css, menu-1020.asp - Settings and search are now just buttons
600-920 screen width - navstyle-900.css, menu-900.asp - All menu items are now reduced
< 600 menu is single slide out - navstyle-600.css, menu-600.asp - All menu items are in a single dropdown

/* End top slide out menu */

/* Start slide out submenu */
#navigate { 
	margin: 0px; 
	padding: 0px; 
	float: right;
}
#navigate li { 
	list-style: none outside; 
	position: relative;
	/*left: -251px;*/
	left: 111px;
	top: -38px;
	bottom: 0px;
	display: block; 
}
#navigate.flyout2 li { 
	list-style: none outside; 
	position: relative;
	left: -221px;
	/*left: 111px;*/
	top: -38px;
	display: block; 
}
#navigate li a, #navigate li a:link, #navigate li a:visited { 
	color: #000; 
	display: block !important;
	display: none; 
	/*background: #68b9e6;*/ 
	background: #a3c5d9; 
	text-decoration: none; 
	padding: 5px 10px;
	text-align: left;
	width: 200px; 
	border:1px solid #BDDCEF;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px; 
		border-radius: 5px;

}
#navigate li a:hover, #navigate li a:active { 
	background: #8dc8ea; 
}
#navigate ul {
	margin-left: -20px; 
	padding-left: 20px;
}
#navigate ul li { 
	border-top: none; 
	border-bottom: none;
	
	display: block !important;
	display: none; 
}
#navigate ul li a, #navigate ul li a:link, #navigate ul li a:visited { 
	color: #00428c; 
	padding: 2px 19px; 
	font-weight: normal; 
}
#navigate ul li a:hover, #navigate ul li a:active { 
	background: #8dc8ea; 
	display: block;
}
#navigate ul.flyout, #navigate2 ul.flyout { 
	display: none; 
	background: #458cc7; 
	position: absolute; 
	top: -20px; 
	left: 190px; 
	width: 230px; 
	padding: 0px;
	border: 1px solid #458cc7;
	color: #000;
}
#navigate ul.flyout a, #navigate ul.flyout a:link, #navigate ul.flyout a:visited, #navigate ul.flyout2 a:link, #navigate ul.flyout2 a:visited  { 
	font-weight: bold; 
	border: 1px solid #458cc7; 
}
#navigate ul.flyout a:hover, #navigate ul.flyout a:active { 
	background: #8dc8ea; 
	z-index: 99;
}
#navigate ul.flyout2 a:hover, #navigate ul.flyout2 a:active  { 
	background: #8dc8ea; 
}
#navigate li:hover ul.flyout { 
	display: block; 
	z-index: 99;
}
#navigate li:hover ul.flyout2 { 
	display: block; 
	z-index: 90;
}

#navigate li.featured ul li{
	display: block; 
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: 1px dashed #5C9FD7;
}
#navigate li.featured a{
	display: block; 
}
#navigate li.featuredend a{
	border-bottom: 1px dashed #5C9FD7;
}
/* End slide out submenu */



/* Start Sub-Menu Flyout *//* End Sub-Menu Flyout  */


/* Start page layout shell styles */
#content { 
	margin: 0px auto 0px auto;
	display: block; 
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px; 
	border-radius: 2px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.9);
	background-color: #fff;
}
#content .floatfix { 
	display: table; 
	height: 1%; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
}
#content .padding { 
	padding: 0px 20px 25px 20px; 
}
#content ul, #content ol {
	margin-left: 35px !important;
	margin-left: 40px;
}


body.noRight #content { 
	margin-right: 0px; 
}
body.noLeft #content { 
	margin-left: 0px; 
}

/* End page layout shell styles */

/* Start Footer styles */

.footer {
	background-color: #18497b;
	box-shadow: 0px 3px 2px rgba(35,35,35,.9);
	color: #fff;
	min-height: 30px;
	width: 100%;
	margin-top: 15px;
}
.footer p { 
	padding-top: 10px;
	padding-bottom: 5px;
}
.footer a, .footer a:link, .footer a:visited { 
	color: #fff; 
	font-size: .8em;
	text-decoration: none;
}
.footer a:hover, .footer a:active { 
	text-decoration: underline;
	font-weight: normal;
}
.footerblack {
	box-shadow: 0px 3px 2px rgba(0,0,0,1); 
	border-top: groove 2px #fff;
	background-color:#000; 
	padding: 5px 0px 20px 0px; 
	width: 105%; 
	position: relative; 
	left: -2%; 
	overflow: hidden; 
	margin:8px 0px 15px 0px;
	z-index: 0;
}
.footerbox {
	width: 100%; 
	overflow: hidden;
	z-index: 0;
}

/* End Footer styles  */

/* Start print Style  */

#top-bar { 
	/*background: #fff url('http://www.utcourts.gov/-~JasonR/web/images/topBar_bg.gif') repeat-x;*/ 
	border-top: 1px solid #333;
	height: 10px; 
	padding: 0px 0px 10px 195px; 
	text-align: right;
	margin: 5px auto;
}

/* End print Style  */

a.alt, a.alt:link, a.alt:visited { 
	color: #000; 
	text-decoration: none; 
}
a.alt:hover, a.alt:active { 
	color: #cc6600; 
	text-decoration: underline; 
}
ul#alt {
	margin: 0px 10px;
	padding: 0px 0px !important; padding: 0px 10px;
	border:0;
	vertical-align:baseline;
}
ul.alt {
	margin: 0px 10px;
	padding: 0px 0px !important; padding: 0px 10px;
	border:0;
	vertical-align:baseline;
}

.clear-block:after { 
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden; 
}
.clear-block { 
	display: inline-block; 
}

.clearance { 
	clear: both; 
	height: 1px; 
	margin: 0px; 
	padding: 0px; 
	margin-top: -1px; 
	font-size: 0px; 
	line-height: 0px; 
}

hr.dotted { 
	color: #fff; 
	background: #fff; 
	margin: 15px 0px; 
	border: none; 
	border-bottom: 1px dashed #000; 
}


.mobilemenu {
	visibility:hidden;
	position: absolute;}
	

 
/* Start Additional Sitewide Styles  */
/* Additional Sitewide Styles are now handled by general.css  */
/* End Additional Sitewide Styles  */


/* The following styles are outdated, but may still have some affect if they are removed entirely */

/* Menu Column Specs */

#colLeft { 
	/*width: 175px; 
	float: left; 
	margin-top: 0px;*/ 
}
#colLeft .padding { 
	padding: 0px 3px 0px 2px; 
}

/* End Menu Column Specs  */


/* Index Right Column Specs  */

#colRight { 
	background: #fff url('/images/main/content_bg.gif') repeat-x; 
	width: 199px; 
	float: right;
	vertical-align: top;
}
#colRight .padding { 
	padding: 0px 15px; 
	margin: 25px 0px; 
}

/* End Index Right Column Specs  */


/* Index Center Column & General Column Specs  */

.column { 
	float: left; 
}
.col50 { 
	width: 45%; 
	padding-right: 20px; 
}
.last { 
	padding-right: 0px; 
}

/* End Index Center Column & General Column Specs  */

