﻿/**** USDCCourt skin.css file ****/
html{height:100%; margin:0; padding:0;}
#Body{height:100%; font-family:Helvetica, Arial, sans-serif; color:#333; margin:0; padding:0;}
#Form{height:100%;}
a{outline:0; border:0; text-decoration:none; color:#000099;}
a:active, a:focus, a:hover{text-decoration:underline; color:#000099;}
a:visited{text-decoration:none; color:#660066;}
p, ul, ol{margin:0; padding:0 0 1em 0;}

h1{font-size:26px; margin:0 0 10px 0;}
h2, .Head{font-size:24px; border:none;}
h3{font-size:18px; line-height:normal; margin:0 0 10px 0;}


/**** Fonts ****/
.Normal{font-size:14px;line-height:16px;}
.SubHead{color:#333;}
.boldIt{font-weight:bold;}
.jobTitle{font-style:italic;}


/**** Layout ****/
.clear {
	clear:both;
}

/****  Logobar Styles  ****/
#logobar {
	width:960px;
	margin:auto;
	color:white;
/*	Original setting = background:url('images/logobarBG-2.jpg') no-repeat;*/
	background:url('images/starSpangledBKG.png');
	background-repeat:no-repeat;
}
	/* Overrides default.css color of:#003366 */
#logobar a:link, #logobar a:visited, #logobar a:active {
    color: #fff;
    text-decoration: none;
}
#logobar a:hover {
	color:#ff0000;
}
#logoSealandTitle {
	width:665px;
	float:left;
	border-right:1px #abbfd8 solid;
}
#logoSeal {
	float:left;
	width:150px;
	padding-top:15px;
	padding-left:25px;
}
#logoTitleMission {
/*	width:500px;*/
	float:right;
}
#logoTitle {
	text-align:left;
	padding:10px 15px 0 15px;
}
.lteIE8 #logoTitle {
	/* Special formatting for old browsers (IE8) */
	padding-right:8px;
	padding-left:7px;
}
#logoTitle h1 {
	font-size:24px;
}
#logoTitle h1, #logoTitle h2, #logoTitle h3{
	color:white; /* Need this after upgrade to 06.01.04 to correct heading color */
	font-family:"Trajan Pro", Cinzel, Geneva, "Times New Roman", serif;
	margin:0;
}
#logoMission {
	float:right;
	clear:both;
/*	padding:15px 15px 0 15px;*/
	text-align:left;
}
.lteIE8 #logoMission {
	/* Special formatting for old browsers (IE8) */
	float:none;
}
#logoMission p {
	padding-right:10px;
}
#loginandSearch {
	width:280px;
	float:right;
	text-align:left;
}
#loginlinks {
	height:27px;
	float:right;
	padding-right:10px;
}
#chiefandClerk {
	float:left;
	clear:both;
	padding-left:18px;
	text-align:left;
}
#search {
	float:left;
	clear:both;
	padding-top:18px;
}
.lteIE8 #search {
	/* Special formatting for old browsers (IE8) */
	float:none;
}
#search a {
	font-family:"Trajan Pro", Cinzel, Geneva, "Times New Roman", serif;
	font-size:medium;
	font-weight:bold;
	padding-left:35px;
	display:block;
	background-image:url('images/magnifying_glass_icon_25px.png');
	background-repeat:no-repeat;
	background-position:left;
}
#twitter {
	float:right;
	clear:both;
	padding-top:18px;
}
#twitter a {
	font-family:"Trajan Pro", Cinzel, Geneva, "Times New Roman", serif;
	font-size:medium;
	font-weight:bold;
	padding-left:35px;
	display:block;
	background-image:url('images/Twitter_Logo_Blue.png');
	background-repeat:no-repeat;
	background-position:left;
}
#breadcrumb {
	clear:both;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding:0 0 5px 10px;
	text-align:left;
}
/****  Navigation Styles  ****/
#navbar {
	width:960px;
	height:30px;
	margin:auto;
	margin-bottom:10px;
	clear:both;
/*	Original setting = background:url('images/navBG.gif') repeat-x;*/
	background:url('images/navBG.gif');
	background-repeat:repeat-x;
/*	border:1px #500b05 solid;*/
	border-radius:0 0 5px 5px;
}

/****  Main Content Area  ****/
#topPanes {
	/* This helps divide the topPane into two sections: header and content. */
	width:960px;
	margin:auto;
	margin-bottom:10px;
}
#covid {
	/* This has the COVID special announcements. */
	width:940px;
	background-color:#fff1d2;
	margin-bottom:10px;
	padding:10px;
}
#covid p {
	color:red;
	font-size:14pt;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
	padding:0;
}
#header {
	/* Sets header to left side, vertical layout. */
	width:200px;
	float:left;
	margin:auto;
	margin-bottom:10px;
/*	Original setting = background:url('images/headerBG.png') repeat-x #fff;*/
	background:url('images/headerBG.png');
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #9e9081;
	border-radius:5px;	/* No worky in IE9 compatibility mode */
}
#header .mainContainer {
	/* Overrides general mainContainer styles. */
	background:url('images/headerBG.png');
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #9e9081;
}
#header .mainContainer h2 {
	/* Adds horizontal rule to override mainContainer style. */
	background:url('images/hrQuickLinks.png');
	background-position:70% bottom;
	background-repeat:no-repeat;
/*	padding-bottom:10px;*/
}
#mainContent {
	/* This and the leftContent & rightContent definitions
	style pages with two main content areas like the home page */
	width:750px;
	float:right;
	margin:auto;
	margin-bottom:10px;
}
#leftContent {
	float:left;
	width:370px;
}
#rightContent {
	float:right;
	width:370px;
}
#content {
	/* This styles pages with only one main content area */
	width:750px;
	float:right;
	margin:auto;
	margin-bottom:10px;
}

/****  Infobar Styles  *****/
#infobar {
	width:960px;
	height:71px;
	clear:both;
	margin:auto;
	margin-bottom:10px;
/*	Original setting = background:url('images/infobarBG.png') no-repeat;*/
/*	Alternate infobar settings */
	background-image:url('images/AAA-Picture-Ribbon.jpg');
	background-position:center;
	background-repeat:no-repeat;
	border-radius:5px;
/*	color:#eae2b4;
	font-family:"Adobe Garamond Pro", Garamond, serif;*/
}
/*#infobar a:link, #infobar a:visited {
	color:#fff;
	font-size:12px;
}
#infobar h1, #infobar h2 {
/* Need this after upgrade to 06.01.04 to correct heading color *
	color:#eae2b4;
}
#infobar .SkinObject {
	/*** to override from the default.css file ***
	font-size:24px;
}
#todayIs {
	width:50%;
	float:left;
	padding:20px 0 0 50px;
}
#weather {
	float:right;
	padding:20px 50px 0 0;
}*/

/****  Lowerpane Styles  ****/
/* styles removed as sections were removed too */

/****  Footer Styles  ****/
#footer {
	width:940px;
	margin:auto;
	padding:10px;
	padding-bottom:20px;
/*	Original setting = background:url('images/footerBG.png') repeat-x #fff;*/
	background:url('images/footer-starBG.png');
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #abbfd8;
	border-radius:5px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#abbfd8;
	text-align:center;
}
#footerLinks {
	font-size:1.15em;
	margin-bottom:20px;
	color:#6DA0DE;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#6DA0DE;
}
#footerLocations {
	width:940px;
	text-align:left;
}
/*#footerLocations a:link, #footerLocations a:visited, #footerLocations a:active {
/*	color:#464E58;
/*	color:#5885DE;
	color:#6DA0DE;
}*/
#locations1andAll {
	width:188px;
	float:left;
}
#locations2by2 {
	width:750px;
	float:right;
}
#locations2left {
	width:375px;
	float:left;
}
#location2 {
	width:187px;
	float:left;
}
#location3 {
	width:187px;
	float:right;
}
#locations2right {
	width:375px;
	float:right;
}
#location4 {
	width:187px;
	float:left;
}
#location5 {
	width:187px;
	float:right;
}
#footerSmallPrint {
	color:#223245;
	padding-top:10px;
}
#footerSmallPrint a:link, #footerSmallPrint a:visited, #footerSmallPrint a:active {
	color:#223245;
}
#footerTerms {
	float:left;
}
#footerCopyright {
	float:right;
}





