﻿/* Global Styles */

body {
	/* part of centering site on screen - wrap entire contents in frame div element */
	width:950px;
	padding-left:50%;
	/* end of part rest is in id style */
	margin:0px;
	background-color:#4f3a2a;
    text-align: left;
    font-family: Verdana, Arial;
    font-size: 13px;
	}
	
/* More centering site */
#frame {
	/* set the width of the column */
	width:950px;
	margin-left:-475px;
}
/* End of centering site */

a:link {
    color:#190703;
    font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    color:#CC0000;
    font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color:#900000;
    font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:active {
    color:#CC0000;
    font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.quotesitalic {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.bylines {
    font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #190703;
	text-align: left;
	letter-spacing: .1em;
}

.bylinesnoformat {
    font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #190703;
}

.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.border {
	padding: 3px;
	margin: 5px;
	border: 3px outset #190703;
}
.borderZero {
	border-width: 0px;
}

.centered {
	text-align: center;
}

li {
	margin-bottom: 5px;
}

/* Secondary Pages */

#Table_02 {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	background-image:url('images/background-frame.jpg');
}

#header {
	background-image:url('images/secondary_02.gif');
	width:950px;
	height:124px;
}

#container {
	width:950px;
	left:0px;
	background-image:url('images/background-secondary.jpg');
}

#homepage-leftnav {
	float: left;
	width: 250px;
	height:234px;
	text-align: center;
	background-image:url('images/jail-reworked.jpg');
	margin-left: 35px;
	margin-right:20px;
}

#homepage-leftnav a {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px 1px 4px 1px;
	border: thin outset #C0C0C0;
}
	
#homepage-leftnav a:hover {
	color: #000000;
	letter-spacing:.1em;
	background: #e7e5cb;
}

#secondary-leftnav {
	float: left;
	width: 250px;
	height:234px;
	text-align: center;
	background-image:url('images/jail-reworked.jpg');
	margin-left: 35px;
	margin-right:20px;
}

#secondary-leftnav a {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px 1px 4px 1px;
	border: thin outset #C0C0C0;
}
	
#secondary-leftnav a:hover {
	color: #000000;
	letter-spacing:.1em;
	background: #e7e5cb;
}

#secondary-verbiage {
	padding-left: 38px;
	margin-right: 31px;
	margin-left:5px;
}

#footer {
	height: 196px;
	clear:both;
	text-align: center;
	margin-top: 10px;
	background-image: url('images/background-footer.gif');
	background-repeat: no-repeat;
}

.normalText {
	font-family: Verdana;
	font-size: 13px;
	text-align: left;
	color: #190703;
	font-weight: normal;
}

#indiancamp {
	float:right;
	height:360px;
	width:500px;
	padding-left:10px;
	padding-right:30px;
}

#newsletterbox {
	float:right;
	width:250px;
	height:275px;
	text-align:center;
	margin:10px;
}
