@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #9e0b0f;
	text-decoration: none;
}

a:hover, a:active {
	color: #9e0b0f;
	text-decoration: underline;
}

.redlink a, .redlink a:visited {
	color: #9e0b0f;	
	text-decoration: none;
}

.redlink:hover {
	color: #9e0b0f;	
	text-decoration: underline;
}

img { border: 0; }

form { display: inline; }

input, textarea {
	font-size: 12px;
	background-color: #c6bfac;
	border: 1px solid #463e39;
}

/* main structural elements */
body, html {
	background: url(images/bg.jpg) #b4ac94 repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal {
	font-size: 12px;
}

#container {
	width:990px;
	float: none;
	margin: 0 auto;	
	padding: 0;
	position: relative;
	text-align: left;
}

#nav {
	background: url(images/bg_menu.gif) #3e3a37 repeat-x;
	height: 35px;
	margin: 0 123px 0 0;
	text-align: center;
}

#nav a, #nav a:visited {
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial;
}

#subhead {
	font-size: 10px;
	text-align: left;
	margin: 8px 150px 28px 40px;
	color: #463e39;
}

#page {
	width: 100%; 
	background: #e6dec8;
	border: 1px solid #8c8573;
	margin-top: 4px;
}

#ad_space_right {
	float: right;
	margin-left: 30px;
}

#content {
	padding: 30px;
}

#justice {
	position:relative;
	float: right;
	right:0px;
	top:0px;	
}

#footer {
	font-size: 10px;
	padding: .5em 0;
}

h3, h2, h4 { margin: 0px 0px 5px 0px; }

/* homepage styles */
#contentleft {
	width:502px;
	margin-right: .5em;
	float:left;
}

#contentcenter {
	width: 300px;
	padding: .5em;
	float:left;
	margin-right: .5em;
	background: #e6dec8;
	border: 1px solid #8c8573;
	text-align: left;
}

#contentright {
	width: 160px;
	text-align: right;
	float:left;
}

h4 {
	background: #c6bfac;
	border-bottom: 1px solid #8c8573;
	margin-bottom: 0;
	color: #463f39;
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}

h4 img {
	vertical-align: middle;
	margin-right: 4px;
}

#contentcenter ul, #contentcener li {
	list-style-type: none;
}

#contentcenter ul li a {
	display: block;
	border-bottom: 1px solid #8c8573;
	background: #9e9683;
	padding: 2px;
	font-size: 10px;
	text-decoration: none;
}

#contentcenter ul li a:hover {
	background: #d04b3b;
	color: white;
}

.caldate_home {	color: #e6dec8; }

.caption a:hover {
	background: #d04b3b;
	color: white;
}

#contentleft a img, #contentright a img { border: 1px solid #8c8573; }

#quick_about {
	background-image: url(images/bg_about.gif);
	border: 1px solid #790000;
	color: white;	
	padding: 5px;
	font-weight: bold;	
}

.caption a {
	display: block;
	background: #c6bfac;
	border-bottom: 1px solid #8c8573;
	border-left: 1px solid #8c8573;
	border-right: 1px solid #8c8573;
	padding: 5px;
} 

.caption, #quick_about {
	margin-bottom: 5px;
}

#quick_about a, #quick_about a:visited { color: #f7941d; }

.clear {
	clear: both;
}


