/*  This is the primary style sheet for the magistrates courtr web site  
	It controls most of the stuff.  The other style sheets are used for the
	level 2 pages for the site.
*/

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
/*	color:#5e7690; */
	color:#000000;
	background-color:#999999;
	text-align:center;
}

.layouttable {
	width:760px;
	border:1px solid black;
	background-color:#FFFFFF;
	text-align:left;
}

h1.sitetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5e7690;
	margin-bottom:0px;
	margin-top:36px;
	font-size:x-large;
}

.details1 {
	vertical-align:top;
	padding-top:24px;
	height:340px;
	padding-right:30px;
	padding-left:28px;
}

.details1 h1 {
	font-size:medium;
	background-image:url(../images/arrow_bullet.gif);
	padding-left:24px;  
	background-repeat:no-repeat;
	color:#5e7690; 
}

h2 {
	font-size:medium;
}

h3 {
	font-size:small;
	font-style:italic;
}

th {text-align:left}
td { vertical-align:top}

.row2  {
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:bottom;
	
}

.banner{
	background-image:url(../images/home_photo1.jpg);
	height:126px;
	background-color:#9a9a68;
	background-repeat:no-repeat;
}

.top_links {
	float:right;
	margin-bottom:0px;
}

.menu1 {
	background-color:#9a9a68;
	color:#FFFFFF;
}

.menu1 a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.menu1 a:visited, .menu1 a:link {
	padding:5px;
	color:#FFFFFF;
}

.menu1 a:hover{
	margin-top:0px;
	background-color:#5e7690;
}


.menu_spacer {
/*	background-color:#9a9a68; */
	}



.searchbar {
	background-color:#9a9a68;
	color:#FFFFFF;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
}

.searchbar a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.searchbar a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.search {
	float:right;
}

.breadcrumbs {
	margin-top:-4px;
}

.homebox {
}

.hometext {
	position:relative;
	top:-190px;
	left:180px;
	width:320px;
}

.hometitle {
	font-size:x-large;
	position:relative;
	top:-235px;
	left:180px;
	color:#FFFFFF;
	
}
/*
.details1 img {
float:left;
padding-right:10px;
margin-left:-120px;
}
*/

.lhs {
	vertical-align:top;
	background-color:#5E7690;
}


#navcontainer { width:190px;
	background-color:#5E7690;
	vertical-align:top;
	padding-top:20px;
	 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 6px 3px 6px 3px;
width: 184px;
background-color: #5E7690;
border-bottom: 1px solid #9A9A68;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #9A9A68;
color: #FFFFFF;
}

.footer {
	width:100%;
	padding-left:8px;
}

.l2pic {
	float:right;
	margin-right:0px;
	padding-left:36px;
}

.devnote {
	position:relative;
	top:-180px;
	color:#9900CC;
}

.top {
	float:right;
}
