@charset "UTF-8";


body  {
	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;
	
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-size: 76%;
	background-color: #FFFFFF;
	background-image: url(../media/images/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

p, h1, form, button{border:0; margin:0; padding:0;}

.spacer{clear:both; height:1px;}


a:link  { color: #06c; ; font-weight: bold; text-decoration: underline }
a:visited { color: #036; font-weight: bold; text-decoration: underline }
a:hover   { color: #06f }
a:active { color: #f30; text-decoration: none }

.photo_inset1 {
padding-right: 12px;

padding-bottom: 6px;

min-width: 50px;

float: left;
}

h1 {
	font-size: 1.479em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 6px;
}

h2 {
	font-size: 1.315em;
	line-height: 1.5em;
	
}


h3 {
	font-size: 1.150em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h4 {
	font-size: 1.069em;
	line-height: 1.615em;
	
}
p {
	font-size: .986em;
	line-height: 1.333em;
	padding-bottom: 6px;
}
#container {
	width: 900px; /* 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. */
	font-size: 1em;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	background-color: #FFFFFF;
} 

#header {
	}
	
#header01 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 75px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#header01-admin {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 75px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #000000;
}

#header01-admin h1 {
	color: #FFFFFF;
	width: 450px;
	float: left;
	line-height: 1.1436em;
	font-size: 1.7255em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header02 {
	background-repeat: no-repeat;
	background-position: left;
	background-color: #666666;
	background-image: url(../media/images/us-supreme-court-01.jpg);
	border: 1px solid #999999;
}

#header01 h1 {
	color: #000000;
	width: 450px;
	float: left;
	line-height: 1.1436em;
	font-size: 1.7255em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 24px;
}

#header01 h2 {
	float: right;
	width: 180px;
	font-size: 0.904em;
	line-height: 1.273em;
	font-weight: normal;
	color: #333333;
	padding: 8px;
	margin: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#header02 ul {
	margin-left: 560px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: square;
	padding-left: 12px;
	padding-right: 12px;
}
#header02 li {
	color: #CCCCCC;
}
#header02 a {
	color: #FFFFFF;
	z-index: 1000;
	font-size: 0.986em;
	text-decoration: none;
}
#header02 a:visited{ 
	color: #FFFFFF;
}
#header02 a:hover{ 
	color: #83951F;	
}


#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #83951F;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE62F;
	background-color: #83951F;
}

#thicktabs li{
	display: inline;
	
	
}

#thicktabs li a{
	float: left;
	color: black; /*padding of tabs*/
	text-decoration: none; /*thick bottom border below tabs*/
	background-color: transparent;
	background-image: url(../media/images/css/gnbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 148px;
	text-align: center;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #83951F;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #83951F;
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
	color: black;
	background-image: url(../media/images/css/gnbgover.gif); /*background image swap on hover*/
}




#navigation   {
	
	background-color: #00FF00;

}



#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContentWide {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
	line-height: 1em;
	margin: 0;
	border: 1px dotted #000000;
} 

#mainContentAdmin {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	line-height: 1em;
	margin: 0;
	border: 1px dotted #000000;
	background-color: #CCCCCC;
} 

#mainContentWide ol {
} 

#mainContentWide  li {
	font-weight: bold;
	margin-top: 2px;
	font-size: 0.986em;
	line-height: 1.5em;
} 

#mainContentWide  li h4 {

	margin-bottom: 0px;
	padding-bottom: 0px;
} 
#mainContentWide table {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#casesTable table{
	line-height: 1em;
	margin: 4px;
	padding: 4px;
	background-color: #FFFFFF;
} 

#casesTable table tr{
	line-height: 1em;

	margin: 4px;
	padding: 4px;
	
} 

#casesTable table tr td{
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 4px;
	padding: 4px;
	width: 250px;
	background-color: #FFFFFF;
} 



#mainContentAdmin table {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 1em;
	background-color: #AAAEDE;
	border: 1px solid #333333;
} 


#mainContentWide tr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
} 

#mainContentWide td {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


#mainContentWide p {
	font-size: .986em;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
} 

#footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	text-align: center;
} 
#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;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-left: 6px;
}


#sidebar1 h2{
	font-size: 1.15em;
}

#sidebar1  ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 6px;
	margin-right: 10px;
}

#sidebar1 li {
	margin-bottom: 6px;
	color: #666666;
}



/* ----------- Class Action Form ----------- */
.classActionForm{
	width:800px;
	padding:14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ----------- stylized ----------- */
#Zstylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}

#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin-top: 12px;
	margin-bottom: 12px;
}

#stylized fieldset {
width: 250px;
	margin: 3px;
	padding: 3px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
	
#stylized .sm input, select {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 105px;
}


#stylized .sm textarea {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 305px;
}

#stylized .lg input, select {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 140px;
}

#stylized .lg textarea {
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 340px;
}

#stylized label {
	width: 45px;
	text-align: right;
	padding-right: 4px;
	margin-top: 2px;
	
}
#stylized textarea {
	height: 50px;
}
#stylized br {
	clear: left;
	background-color: #CC3300;
}


	
	
	
#stylized h1 {
	
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{

color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;

	font-weight:bold;
	text-align:right;
	width:100px;
	font-style: italic;
}
#Xstylized input{
float:left;

padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #666666;
	background-image: url(../media/images/css/button.png);
	background-repeat: no-repeat;
}
#stylized #prefix {
	width: 75px;
}
#stylized #state {
	width: 75px;
}

#mainContentAdmin textarea {
	width: 600px;
}
