/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #384965;
	background-repeat: repeat-y;
	background-image: url(../images/black_bg.jpg);
	background-position: center;
}
table, img  {
	margin:0;
	border:0;
	padding: 0;
	text-align: left;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #384965;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right;
} 
.twoColFixLtHdr #introcontainer {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #clearSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 512px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}
.twoColFixLtHdr #mainimage {
	float: left;
	background-color: #00CCFF;
	padding: 0px;
	position: relative;
	left: 10px;
	top: -600px;
}
.twoColFixLtHdr #mainContent {
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #000000;
	font-size: 10px;
	color: #999;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 /*================= STYLES FOR THE ALMB Menu Bar & CONTROLS ==================*/

.menuminwidth0 {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:18px;/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:560px;
	font-size: 28px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }

* html .menuminwidth1 { /* this allows IE5/6 to simulate min-width capability */
	position:relative;  /* we can simulate a minimum width by creating a large */
	float:left;          /* border in this first div, then placing our content */
	height: 1px;          /* into a second nested div (see 2nd nested div next */
	border-left:560px solid #fff;    /* CSS box-model borders are a fixed size */
}

* html .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-560px;
	height: 1px;
}

#masthead {
	position:relative;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:0;
	margin:0;
	padding:0;
	width:100%;                                  /* grey-fill the entire width */
	height:150px;                          /* a very light shade of grey */
	background-color: #A4C2C2;
	color: #FFFFFF;
	float: left;
	background-image: url(../heading_bg.jpg);
}

#mastheadlogo {
	float:left;
	vertical-align:top;
	border:0;
	padding:0;
	margin:6px 0 0 7px;
}

#focus {                                                 /* GRC's focus label */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:15px;
	left:301px;
	width:121px;
	height:13px;
}

#search {                                                    /* search button */
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	top:176px;
	right:6px;
	width:60px;
	height:19px;
}

#sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar1 a:visited {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#clearSidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#clearSidebar a:visited {
	color: #FFF;
	text-decoration: none;
}
#clearSidebar a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#clearBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#clearBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#clearBox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#satelliteBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#satelliteBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#satelliteBox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#judgeBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#judgeBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#judgeBox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#chambersBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#chambersBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#chambersBox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#docketsImage a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
#docketsImage a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}
#docketsImage a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 18px;
}
#clerksMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#clerksMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#clerksMenu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#proseBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#proseBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#proseBox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#text {                                                 /* search text field */
	position:absolute;
	border:1px solid #404040;
	margin:0;
	padding:0 0 0 2px;
	top:176px;
	right:65px;
	width:12em;
/*	height:1.215em;         we'll define this at the bottom of our style sheet */
	font-size:14px !important;
	background:#fefefe;
}

#yah {                                    /* the "You are here" label graphic */
	position:absolute;
	top:5px;
	right:99px;
	width:87px;
	height:9px;
}
.NorthdivisionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/filler-aqua.jpg);
	background-repeat: repeat-x;
}
.EastdivisionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/filler-green.jpg);
	background-repeat: repeat-x;
}
.SouthdivisionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/filler-red.jpg);
	background-repeat: repeat-x;
}
.divisionsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.basicBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.basicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.tinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headingText {
	font-weight: bold;
	font-size: 20px;
	background-color: #384965;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.bigHeadingText {
	font-weight: bold;
	font-size: 22px;
	width: 100%;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #384965;
	height: 70px;
	text-align: center;
	padding-top: 25px;
}
.guidingPrinciples {
	font-size: 18px;
	color: #C30;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
}
.principlesText {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-style: oblique;
}
.ourmissionText {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.missionText {
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.clearBoxBigText {
	font-size: 34px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.clearBoxText {
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.clearBoxItalicText {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
}
.clearBoxSubText {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.clearSuperSubText {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.whiteBoxBigText {
	font-size: 34px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.whiteBoxText {
	font-size: 22px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.whiteBoxSubText {
	font-size: 18px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.judgesMainName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.judgesMainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.QuickLinksTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	height:36px;                                  /* the menu's overall height */
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;        /* give us a black border underneath */
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-color: #A4C2C2;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;/*	font-weight: bold; */
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
/*	width: 132px; */
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

#rlinks {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:700px;    /* which has a z-order sequencing bug with abs-pos elements */
/*	width: 140px; */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:36px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:#CCCCCC;         /* this sets our menu's effective "border" color */
	background-color: #2c3e5c;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:8.08333em;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#CCCCCC;       /* this sets the drop-down menu background color */
	width:13.5em;
	background-color: #2c3e5c;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:8.08333em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	background: #d8d8d8;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:white;
}

#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */

/*
div.mainmenu {
	padding: 0px;
	width: 100%;
	background-color: #A4C2C2;
	border: 1px solid #000000;
}

.mainmenu ul {
	margin: 0;
	padding: 0 0 25px;
	list-style-type: none;
	width: 100%;
	
}

.mainmenu li  {
	margin: 0 -1px 0 0;
	padding: 0;
	color:#000000;
	text-decoration:none;
	background-color:#3366CC;
	float:left;
	width: 99px;
	background-image: url(mainmenu.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
.mainmenu a {
	display: block;
	color: #000000;
	background-color: #A4C2C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	background-image: url(mainmenu.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.mainmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0099FF;
	background-image: url(menuhover.jpg);
	background-repeat: no-repeat;
}

.mainmenu li ul {
	display: none;
}

.mainmenu li:hover ul, li.over ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:99px;
	padding: 0;
	margin: 0;
	border:1px solid black;
	line-height: 1.2em;
}

.mainmenu li li {
	border: none;
}	

.mainmenu li li a {
	padding: 2px 2px 2px 10px;
}
*/
#DHWbox {
	float: left;
	height: 575px;
	width: 380px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../judges/images/judges-L.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
}
#WRSbox {
	float: right;
	height: 575px;
	width: 380px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../judges/images/judges-R.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
}
#aOrdersboxRight {
	float: right;
	height: 640px;
	width: 300px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: no-repeat;
	padding: 0px;
	background-image: url(../adminorders/images/eagleback.jpg);
}
#aOrdersboxLeft {
	float: left;
	height: 640px;
	width: 480px;
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 7px;
}
#searchBox {
	float: right;
	margin-bottom: 5px;
	margin-top: 12px;
}
#pgTitle {
	font-size: 32px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainBgImage {
	width: 790px;
	background-image: url(../images/fountain1.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#announcementsBox {
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	width: 600px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#annBlueBox {
	background-color: #DBDBDB;
	float: left;
	width: 615px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#annBlueBox a:link{
	color:#00F;
}
#judgesMain {
	text-align: center;
}
#divMap {
	background-color: #DBDBDB;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	height: 550px;
}
#rightContent {
	background-color: #FFFFFF;
}
#divText {
	background-color: #DBDBDB;
	float: right;
	width: 360px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 550px;
	margin-right: 5px;
}
#fountain {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 142px;
	width: 788px;
	float: left;
}
#mainBox {
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 780px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#filingInfoBox {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 500px;
	float: right;
}
#filingInfoImage {
	width: 790px;
	background-image: url(../images/hallway.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#announceImage {
	width: 790px;
	background-image: url(../images/fmj_ceiling.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#clerksMenu {
	float: right;
	width: 560px;
}
#clerksMission {
	width: 550px;
	float: right;
}
#clerksPrinciples {
	width: 450px;
	float: right;
}
#clerksImage {
	width: 790px;
	background-image: url(../images/fmj_light.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#lrulesImage {
	width: 790px;
	background-image: url(../images/eagleback.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#clearBoxImage {
	width: 790px;
	background-image: url(/images/404_trolley.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#resourcesImage {
	width: 790px;
	background-image: url(../images/ceiling.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#linksImage {
	width: 790px;
	background-image: url(../images/trolley.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin: 0px;
}
#chambersImage {
	width: 790px;
	background-image: url(../images/gavel.jpg);
	background-repeat: no-repeat;
	height: 570px;
	margin: 0px;
}
#docketsImage {
	width: 790px;
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin: 0px;
}
#proseImage {
	width: 790px;
	background-image: url(../images/waterfall.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin: 0px;
}
#faqImage {
	width: 790px;
	background-image: url(../images/fmj_lights.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin: 0px;
}
#meet341Image {
	width: 790px;
	background-image: url(../images/ba_room.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#statisticsImage {
	width: 790px;
	background-image: url(../images/eagleside.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#basicsImage {
	width: 790px;
	background-image: url(../images/fountain_blue.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#hearingsImage {
	width: 790px;
	background-image: url(../images/waterface.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#dothanImage {
	width: 790px;
	background-image: url(../dothan/dothancourthouse.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#opelikaImage {
	width: 790px;
	background-image: url(../opelika/opelikacourthouse.jpg);
	background-repeat: no-repeat;
	height: 540px;
	margin: 0px;
}
#satelliteBox {
	width: 500px;
	float: right;
}
#clearBox {
	width: 610px;
	float: right;
}
#plainBox {
	width: 605px;
	float: right;
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}
#ecfBox {
	width: 605px;
	float: right;
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}
#judgeBox {
	width: 500px;
	float: left;
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}
#chambersBox {
	width: 500px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}
#proseBox {
	width: 575px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#announceBox {
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 600px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#clearwhiteBox {
	background-color: #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 600px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.tableBody {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
}
.tableBodyClear {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}
.tableHead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/btn-filler.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
.twoColFixLtHdr #container #mainContent #mainBgImage #announcementsBox p {
	font-size: 16px;
}
.tableSubHead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/btn-filler.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #mainContent #mainBgImage #divText table tr .divisionsText p {

}

