/* LAST UPDATED 06.19.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #c0c0c0 url('../images/bg.gif') center repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #858585;
}

p, ul { padding: 10px 0 0 0; }

a {
	color: #166988;
	text-decoration: underline;
}

a:hover { color: #000; }

a img { border: 0; }

.small { font-size: 90%; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. MAIN NAVIGATION
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ffffff;
	width: 862px;
	height: 46px;
	line-height: 46px;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#nav li {
	float: left;
	background: url('../images/bg-li.gif') 100% 50% no-repeat;
	height: 46px;
	text-align: center;
}

#nav li.last { background: none; }

#nav li a {
	display: block;
	color: #ffffff;	
	text-decoration: none;
	height: 46px;
	position: relative;
	cursor: pointer;
}

#nav li a:hover { text-decoration: underline; }

#nav li.home, #nav li.home a { width: 96px; }
#nav li.law, #nav li.law a { width: 168px; }
#nav li.wanted, #nav li.wanted a { width: 180px; }
#nav li.links, #nav li.links a { width: 106px; }
#nav li.contact, #nav li.contact a { width: 166px; }

.side_nav ul{
	width: 160px;
	padding: 30px 0px 20px 0;
	color: #000000;
}

.side_nav li {
	font-size: 90%;
	list-style: none;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px #000000 dotted;	
}

.side_nav li.last {
	border-bottom: none;
}

.side_nav li a {
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	height: 100%;
}

.side_nav li a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 954px;
	margin: 0 auto;
	padding: 21px 0 0 0;
	background: transparent url('../images/site_bg.jpg') top left no-repeat;
}

#admin #wrap {
	min-height: 800px;
	background-image: none;
	background: #fff;
	color: #000;
}

#wrap_ed {
	width: 954px;
	margin: 0 auto;
	padding: 21px 0 0 0;
	background: transparent url('../images/ed_bg.jpg') top left no-repeat;
}

#nav {
	background: url('../images/nav_bg.png') no-repeat;
	margin: 0 0 0 45px;
	width: 862px;
	height: 46px;
}

.side_nav {
	background: url('../images/sidenav_bg.png') no-repeat;
	width: 210px;
	/* height: 511px; */
	height: 537px;
}

#content {
	width: 870px;
	margin: 0 auto;
	color: #000;
}

#content .col1 {
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
}

.col1 .videowrap {
	margin: 0px auto;
	padding-bottom: 15px;
	text-align: center;
}

#content .col2 {
	width: 629px;
	margin: 0;
	padding: 0;
	float: right;
}

.col2 .main_content {
	background: url('../images/content_bg.png') no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 569px;
	padding: 20px 30px;
	color: #000000;
	font-size: 90%;
}

#home .col2 .main_content { margin-top: 301px; }

.col2 a {
	color: #334553;
	text-decoration: underline;
}

.col2 .main_content p img {
	float: right;
	margin: 0 100px 0 0;
}

.col2 .main_content ul {
	margin: 0;
	padding: 0;
	width: 275px;
	float: left;
}

.col2 .main_content li {
	font-size: .9em;
	font-style: italic;
	list-style: none;
}

.col2 .sub_content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	float: right;
	padding: 20px 0;
}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */



/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 160%; }

h2 { font-size: 140%; }

h3 { font-size: 120%; }

h4 { font-size: 100%; }