* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d4ccaa
}

div.mainPage {
	margin: 0 auto;
	width: 1063px;
	font: 12px Arial,Helvetica,Sans-Serif;
}

div.header {
	background: transparent url('../images/topbg.png');
	height: 245px;
}

div.content {
	background: transparent url('../images/middlebg.png');
	padding-left: 26px;
	padding-bottom: 10px;
}

div.subfooter {
	background: transparent url('../images/bottombg.png');
	height: 41px;
	text-align: center;
	font-size: 10px;
}

.nav {
	background: transparent url('../images/middlebg.png');
	height: 29px;
	margin: 0 auto;
	position: relative;
	width: 1063px;
	z-index: 100;
}

.artmenu {
	padding: 4px 2px 0;
	min-height: 0;
	border: 0 none;
	display: block;
	list-style-type: none;
	color: #343932;
	margin: 0 0 0 25px;
}

.artmenu li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.artmenu a {
	background-image: url('../images/item-left.png');
	background-position: left top:
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 4px;
	text-decoration: none;
}

.artmenu a, .artmenu a span {
	display: block;
	height: 25px;
}

.artmenu a span {
	background-image: url('../images/item-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.artmenu a span span {
	background-image: url('../images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;
	color: #D2D6D1;
	margin: 0 11px;
	line-height: 25px;
	padding: 0 2px;
	text-align: center;
}

.nav .l, .nav .r div {
	background-image: url('../images/nav.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.nav .l {
	left: 0;
	right: 0;
}

.nav .l, .nav .r, .nav .r div {
	margin-left: 25px;
	height: 29px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
}

.nav .r {
	right: 0;
	width: 0;
}

.nav .r div {
	right: 0;
	width: 1008px;
}

.artmenu a:hover
{
  background-position: left -25px;
}

.artmenu li:hover>a
{
  background-position: left -25px;
}
.artmenu li:hover a span
{
  background-position: right -25px;
}

.artmenu a:hover span
{
  background-position: right -25px;
}


.artmenu a:hover span span
{
  color: #232622;
  background-position: left -25px;
}

.artmenu li:hover a span span
{
  color: #232622;
  background-position: left -25px;
}


.artmenu a.active
{
  background-position: left -50px;
}

.artmenu a.active span
{
  background-position: right -50px;
}

.artmenu a.active span span
{
  color: #111311;
  background-position: left -50px;
}

.content h1 {
	color: #4D544A;
	padding: 10px 0 10px 10px;
	font-weight: bold;
}

.content h1 img {
	vertical-align: middle;
}

.content h1#maintitle {
	width: 800px;
	float: left;
}

.content h2 {
	color: #4D544A;
	font-size: 22px;
}

.content h3 {
	color: #4D544A;
	font-size: 13px;
}

.content h3#submaintitle {
	padding-left: 10px;
	width: 800px;
	float: left;
}

div.main {
	float: left;
	position: relative;
	width: 756px;
}

div.sidebar {
	float: left;
	position: relative;
	width: 251px;
}

div.Block {
	margin: 7px;
	border: 1px dotted black;
}

div.Block-body {
	margin: 7px;
	position: relative;
	z-index: 0;
}

div.BlockHeader {
	height: 30px;
	line-height: 30px;
	margin-bottom: 7px;
	overflow: hidden;
	padding: 0 7px;
	position: relative;
	z-index: 0;
}

.header-tag-icon {
	background-image:url("../images/BlockHeaderIcon.png");
	background-position:left top;
	background-repeat:no-repeat;
	display:inline-block;
	margin:0 0 0 5px;
	min-height:14px;
	padding:0 0 0 21px;
}

.BlockHeader-text {
	color:#000000;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:30px;
	white-space:nowrap;
}

.BlockHeader .l, .BlockHeader .r div {
	background-image:url("../images/BlockHeader.png");
	background-position:left top;
	background-repeat:no-repeat;
}

.BlockHeader .l {
	left:0;
	right:6px;
}

.BlockHeader .r {
	right:0;
	width:6px;
}

.BlockHeader .r div {
	right:0;
	width:1012px;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div {
	height:30px;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:-1;
}

.BlockContent {
	margin:0 auto;
	min-height:1px;
	min-width:1px;
	overflow:hidden;
	position:relative;
	z-index:0;
}

.BlockContent-body {
	color:#5C6459;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	margin:8px;
	position:relative;
	z-index:0;
}

.BlockContent-body a { font-family: Arial,Helvetica,Sans-Serif; }
.BlockContent-body a:link { color: #6D6237; text-decoration: underline; }
.BlockContent-body a:visited { color: #6D6237; text-decoration: underline; }
.BlockContent-body a:active { color: #BB991B; text-decoration: none; }
.BlockContent-body a:hover { color: #BB991B; text-decoration: none; }

fieldset.input {
	border: 0 none;
	margin: 15px 0 0;
	padding: 0.2em;
}

fieldset.input ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #232622;
}

fieldset.input ul li {
	background-image: none;
	padding: 0;
	line-height: 1.2em;
	margin: 0.5em 0;
}

form#form-login input, form #form-login select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#modlgn_username, #modlgn_passwd {
	width: 90%;
}

div.map {
	float:left;
	width: 496px;
	height: 400px;
	border: 1px solid black;
	margin-right: 10px;
}

div.mapSubtext {
	float: left;
	width: 496px;
	text-align: center;
	margin: 5px 10px 10px 0;
}

img.stickerShock {
	float: right;
	width: 300px;
}

img.padlock {
	float: left;
	width: 300px;
}

div.welcome, div.logout {
	height: 29px;
	color: white;
	line-height: 24px;
	float: right;
	color: #D2D6D1;
}

div.welcome {
	margin-right: 20px;
}

div.logout {
	margin-right: 40px;
}

div.logout a {
	color: white;
}

div.view {
	float: right;
	height: 40px;
	line-height: 44px;
	width: 170px;
	text-align: right;
	padding-right: 40px;
}

div.post {
	margin: 10px;
}

div.postBody {
	margin: 10px;
	color: #454C43;
}

div.postBody p {
	margin-bottom: 10px;
}

div.clear {
	clear: both;
}

span.bold {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

.postBody th {
	text-align: center;
}

.postBody table {
	border: 1px solid black;
	border-collapse: collapse;
}

.postBody table td, .postBody table th {
	border: 1px solid black;
	margin: 0;
	padding: 4px;
}

.postBody table td.asnum {
	text-align: center;
}

.mapWrap table.noborder {
	border: 0 none;
}

.mapWrap table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-left: 22px;
}

.mapWrap table td.noborder {
	border: 0 none;
}

.mapWrap table td, .mapWrap table th {
	border: 1px solid black;
	margin: 0;
	padding: 4px;
}

.mapWrap table td.status, .mapWrap table td.username {
	text-align: center;
}

/*
.postBody table td img {
	height: 20px;
	width: 20px;
}
*/

img.marker {
	float: left;
	margin: 0 6px 6px 0;
	height: 38px;
}

table.submitform {
	margin-left: 10px;
	margin-top: 10px;
}

td.bold {
	font-weight: bold;
}

div.center {
	text-align: center;
}

img.arrest {
	float: right;
	margin: 20px 40px 0;
	width: 450px;
}

div.reptext {
	float: right;
	margin: 20px 40px 0;
	width: 450px;
}

div.content form td, p.indent {
	padding-left: 10px;
}

table.search {
	border-collapse: collapse;
	width: 988px;
	margin-left: 10px;
}

table.search td, table.search th {
	padding: 6px;
	border: 1px solid #4D544A;
}

img.userstar {
	height: 24px;
	vertical-align: -4px !important;
}

table.userinfo {
	margin-left: 10px;
	margin-right: 40px;
}

table.userinfo td {
	padding: 10px 10px 0 0;
}

td.addleft {
	width: 300px;
}

div.statesWrap {
	clear: both;
	width: 1006px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 4px;
}

div.statesWrap a {
	text-decoration: none;
	color: #E8CA5F;
}

div.statesWrap a.currentState {
	background-color: #E8CA5F;
	color: black;
}

div.statesWrap a:hover { color: #CA0204; background-color: #E8CA5F; }
div.statesWrap a:active { color: #CA0204; background-color: #E8CA5F; }

table.submitform input.long {
	width: 250px;
}

table.submitform textarea.narrative {
	height: 160px;
}

span.yourinfo {
	font-size: 18px;
	font-weight: bold;
	color: green;
}

table.submitform textarea {
	width: 255px;
	height: 80px;
}

p.subSuccess {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	color: green;
}

h1.rbp {
	padding-bottom: 0;
}

p.hijack {
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 6px;
}

p.hijack a {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
	margin-bottom: 6px;
}

p.addrver {
	font-size: 14px;
	color: #00ff00;
	margin-bottom: 10px;
}

p.addrver a {
	font-size: 11px;
	color: #00ff00;
	margin-left: 8px;
}

div.padright {
	padding-right: 30px;
}

div.content p.top {
	margin-top: 8px;
}

img.editButton {
	border: 0 none;
	outline: none;
	padding-left: 10px;
}

span.hidden {
	color: gray;
	font-style: italic;
}

a.small {
	font-size: 9px !important;
}

div.grayed_out {
	color: #999999;
	padding-bottom: 10px;
}
