﻿/*****Basic Elements*****/ 
html {
	background-image:url(http://www.prosecuteofficials.org/images/bg-main-content.png);
	background-position: center;
	background-repeat: repeat-y;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 925px;
	margin: 0px auto;
	background: white;
	border: thin black solid;
	}

/*****Basic Layout*****/

#wrap {
}

#header{
	background: white;
	width: auto;
	margin: 0px 0px 0;
	padding: 6px;
	border-bottom: thin black solid;
}

#nav {
	clear: none;
	color: black;
	float: left;
	width: 25%;
	border-right: thin black solid;
	margin: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 72%;
	margin: 0px;
	padding: 10px;
}

div#content li {
	padding: 4px 0px 4px 0px;
}

/*****Navigation*****/

div#nav p {
	border-bottom: thin black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	margin: 5px;
}

div#nav ol li {
	border: 1px black solid;
	padding: 2px;
	margin: 5px;
}
div#nav ol li {
	background: #efefef;
	margin-left: -5px;
}

p.indent {
	text-indent: 25px;
}

div#nav ol li li {
	background: white;
	margin-left: -5px;
}

.box {
	color: white;
	border: medium gray outset;
	clear: both;
	background: black;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 4px 7px 4px 7px;
}

/*****Content*****/

#content p {
	font-size: 12px;
}

#content p.box {
	font-size: 14px;
}


#content table * {
	font-size: 12px;
}

#content ul {
	margin-top: 2px;
}

.note {
	float: left;
	display: block;
	width: 190px;
	height: 190px;
	background-repeat: no-repeat;
	background-image: url('http://www.wethepeoplenow.org/images/post_note1.gif');
}

.email {
	position: relative;
	top: 3px;
}

p.for_note {
	display: block;
	padding: 30px 20px 20px 20px;
}

h4 {
	color: white;
	background: gray;
	font-weight: bold;
	line-height: 15px;
	margin: 6px;
	padding: 6px;
	text-align: center;
	font-size: 14px;
}

h4.first {
	background: maroon;
}

img {
	border-style: none;
}

div.hr {
	height: 15px;
  	background: #fff url(http://www.prosecuteofficials.org/images/sep.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

a:visited { color: blue; text-decoration: none; }

a:link { color: blue; text-decoration: none; }

a:visited:hover  { color: red; text-decoration: underline;}

a:link:hover  { color: red; text-decoration: underline;}

.center {
	text-align: center;
}

.alignl {
	text-align: left;
}
.signature {
	text-align: center;
	margin-left: 50%;
}

.hidden {
	display: none;
}
a.pdf {
	background: url('http://www.wethepeoplenow.org/images/pdf_icon.gif') no-repeat right 50%;
	left: 100px;
}

.back {
	background-image: url('http://www.wethepeoplenow.org/images/beige226.jpg')
}

.fixedfont {
	font-size: 13px;
}

.quote {
	background-color:#FFE4C4;
	border-bottom-color:maroon;
	border-bottom-style:double;
	border-bottom-width:8px;
	border-top-color:maroon;
	border-top-style:double;
	border-top-width:8px;
	/*border-left-width: thin;
	border-left-style: dotted;
	border-right-style: dotted;
	border-right-width: thin;*/
	color:#663300;
	float:right;
	font-family:'Zapf Calligraphic',serif;
	font-size:1em;
	font-weight: lighter;
	font-style: italic;
	line-height:1.1em;
	margin-bottom:0.5em;
	margin-left:1.1em;
	margin-right:0;
	margin-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	text-align:center;
	width:30%;
}

.line {
 line-height: 1.6em;
}

.closep {
	margin-bottom: 0px;
}

/*****Footer*****/

div#footer {
	height: auto;
	clear: both;
}

