﻿body {
	margin:20px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #999999;
	/*background-color: #cecece;*/
}
#address {
	float:right;
	margin-top: 10px;
	color: white;
}

img {
	border: 0px;
}

form {
	padding: 0px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}
	
a:link,
a:hover,
a:active {
	color:blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

div#headerOuter {
	padding:0px 0px 10px 0px;
}
img.floatRight {
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	border: 1px solid #333333;
}
#copyright a {
	color:#666666;
}
/*##########################
WEBSITE LAYOUT FORMATTING
########################## */
#main {
	background: #ffffff;
}

#main #mainSub {
	padding:10px 0px 10px 10px;
	background-color: #ffffff;
	margin-left: 150px;
	width: 578px;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#main #menu {
	float:left;
	width:150px;
	margin: 0px;
	padding: 0px;
}

#center-div {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#outerOuter {
	padding: 10px;
	background-color: #ffffff;
	/*min-width: 778px;*/
	width: 760px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#outer {
	/*min-width: 754px;*/
	/*border: 1px dotted #666666;*/
	border: 1px solid #333333;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
}
#title {
	background:#5462AB url(/images/supremecourt-short.jpg) no-repeat left center;
	/*background:#5462AB url(/images/logo_oneline.jpg) no-repeat left center;*/
	/* background:#5462AB url(/images/logo.jpg) no-repeat left center; */
	clear:all;
	padding:10px;
	height: 100px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	clear:both;
	background-color: #ffffff;
	text-align:center;
	padding: 5px;
	font-size: 10px;
	color: #666666
}

/*#####################
MENU
######################*/
#menu a:link,
#menu a:visited,
#menu a:active {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#menu a:hover {
	color: #333333;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777777;
	background: #AC5454; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #333333; background: #E8E8E8; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
