/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #71462F;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #734931;
}

h1 {
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	color: #40291D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E39D2F;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #734931;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #21120C;
}

address {
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #E39D2F;
	padding: 0px;
	margin: 355px 0px 5px 15px;
	text-align: left;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #E39D2F;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 990px;
	height: 113px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	text-align: left;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/navhover.gif);
	color: #FFFFFF;
	text-transform: uppercase;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:6px 41px 9px;
	color: #E39D2F;
	text-decoration:none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E1B14;
	font-size: 10px;
	text-transform: uppercase;
}

div#nav li a:hover {
	background: url(images/navhover.gif);
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 807px;
}

div#content img {
	padding: 2px;
	margin: 0px;
	text-align: left;
	border: 1px solid #E39D2F;
	background-color: #FFFFFF;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 183px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/courthouse.jpg);
	background-repeat: no-repeat;
	position: relative;
}

ul#list {
	font-size: 11px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -10px 0px 0px 30px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 26px;
	border: 1px solid #734931;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
div#flash {
	position: absolute;
	left: 0px;
	top: 28px;

}
applet {
	position: absolute;
	top: 305px;
	left: 31px;
}
div#leftcontent {
}
.heading {
	color: #95100F;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
}
.right {
	float: right;
	margin-right: 100px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	color: #1D0F09;
	background-color: #E39D2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.clearleft {
	clear: left;
}
