html,
body {
	font-family: arial, sans-serif;
	color: black;
	background-color: #ccc;
	text-align: left;
}
#pagecontentright{
	zoom: 1;
}
#maincontent #pagecontentright ul li {
	margin-bottom: 1em;
	margin-top: 0.5em;
}


abbr,
acronym,
help {
	border: none;
	cursor: help;
}

.oldBrowser {
	display: none;
}

img {
	border: none;
	margin: 1em;
}
.nobullet {
	list-style-type: none;
}
.funded {
	font-style: italic;
}

#p2p td {
	font-size: 90%;
	vertical-align: top;
	padding: .5em;
	width: 50%;
}
#p2plinks td {
	vertical-align: top;
	padding: .5em;
}
#pagecontentright h2.nounderline a {
	color: #000;
	text-decoration: none;
}
#pagecontentright h2.nounderline a:hover, #pagecontentright h2.nounderline a:active {
	color: #000;
	text-decoration: none;
}
#pagecontentright h4.nounderline a {
	color: #000;
	text-decoration: none;
}
#pagecontentright h4.nounderline a:hover, #pagecontentright h4.nounderline a:active {
	color: #000;
	text-decoration: none;
}
/***********************************
*****                          *****
***     WRAPPER CONTENTS       ***
*****                          *****
***********************************/

#wrapper {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	background-color:#eee;
	border: solid 1px #09c;
}

/***********************************
*****                          *****
***       HEADING CONTENTS       ***
*****                          *****
***********************************/
#skiptocontent, #skiptocontent a, #skiptocontent a:visited {
	color: #000;
	background-color: #ccc;
	font-size: 80%;
	text-decoration: none;
	margin-left: -10000px;
}

#skiptocontent a:hover, #skiptocontent a:active {
	text-decoration: underline;
}


.nav {
	margin: 0;
	float: right;
	padding: 1em 1em 0 0;
	clear: none;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover, #header a:active {
	text-decoration: underline;
}

#header {
	font-family: Century Gothic, Arial, Sans-Serif;
	background-color: #09c;
	color: white;
	font-size: 80%;
}
#header img {
	margin:0px;
	padding:0px;
}
#nav a, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#header a:active, #header a:hover {
	color: #fff;
}

#header img {
	margin-top: 0;
	padding: 0;
	clear: none;
}

#header table td {
	vertical-align: top;
}

.searchBtn {
	margin-left: .2em;
	border-style: inset;
}

#menu {
	width: 100%;
	border-bottom: solid 2px #fff;
	background:#390;
	clear: both;
	min-height: 3.6em;
}

ul#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #390;
	font-family: Century Gothic, Arial,Sans-Serif;
	border-top: 2px solid #fff;
	font-size: 100%;
	width: 100%;
}

#nav li {
	display: block;
	float: left;
	width: 9em;
	list-style-type:none;
	color:#FFF;
	text-align: left;
	background:#390;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
}


#nav li a {
	display: block;
	width: 8em;
	color:#FFF;
	text-decoration: none;
	margin: 0;		
	padding:.5em .5em 0 .5em;
	height: 3em;
}

#nav li a:hover, #nav li a:active {
	background: #09C;
	color: #fff;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	background:#390;
	margin:0;
}

#nav li ul li a {
	border-top: solid 1px white;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:active ul {
	left: auto;
	background: #09C;
	color:#FFF;
	border: 0;
	padding: 0;
	margin: 0;
	z-index:10;
}

#nav li li a:hover, #nav li li a:active, #nav li.sfhover ul li a {
	background:#09C;
	color: #fff;
	border: 0;
	margin:0;
	padding: .5em .5em 0 .5em;
	height: 3em;
	border-top: solid 1px white;
	text-decoration: none;
}
ul.treemenuhidden {
	display:none;
}

/***********************************
*****                          *****
***     MAIN CONTENT STYLE     ***
*****                          *****
***********************************/

h1 {
	font-size: 160%;
	margin: 0;
	padding-top: .5em;
	text-transform: uppercase;
}

h2 {
	font-size: 135%;
	text-transform: uppercase;
}

h3 {
	font-size: 115%;
	text-transform: uppercase;
	padding: 0;
	margin: .5em;
}

h4 {
	font-size: 115%;
}
li.pdficonlist {
	list-style-image:url(../images/pdficon_small.gif);
	list-style-type:none;
	margin-top: 1em;
}
li.wordiconlist {
	list-style-image:url(../images/wordicon_small.gif);
	list-style-type:none;
}
li.videoiconList {
	list-style-image:url(../images/movieReelIcon_small.gif);
	list-style-type:none;
}
li.ppticonList {
	list-style-image:url(../images/ppt_sml.png);
	list-style-type:none;
}
.bullylist li {
	padding: 1em;
}
.piccollage {
	background-color: #303;
	text-align: center;
	margin: 0;
	padding: .5em;
	color: white;
	font-size: 85%;
}
#aboutPACER {
	font-size: 85%;
	padding: 1em;
}
#aboutPACER td {
	padding: 1em;
}
#aboutPACER td img {
	vertical-align: middle;
}
#timeline td {
	padding: .5em;
}
.MPCfooter {
	padding: .5em;
	font-size: 85%;
	border-top: solid 1px #09c;
}
/***********************************
*****                          *****
***        FOOTER STYLE        ***
*****                          *****
***********************************/

#footer1 {
	clear:both;
	background-color: #09c;
	font-size: 75%;
	padding-bottom: 0;
	margin-bottom: .1em;
	color: #fff;
	margin-top: 1px;
}

table.footer {
	width: 100%;
}
.footer td {
	width: auto;
}

td.footerlinks {
	text-align: right;
}

#footer2 {
	background-color: #fff;
	font-size: 80%;
	padding: .1em .1em .1em .1em;
	margin-top: 0;
	color: #000;
}

#footer2 p {
	padding: 0;
	margin: 5px;
}

#footer1 a, #footer1 a:visited { 
	color: #fff;
	text-decoration: none;
}

#footer2 a, #footer2 a:visited {
	color: #000;
	text-decoration: none;
	padding: .2em;
}

#footer1 a:hover, #footer1 a:active {
	color: #fff;
	text-decoration: underline;
}

#footer2 a:hover, #footer2 a:active {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}


.noborder {
	background-color: white;
}

#footCopyRight {
	text-align: left;
	padding-left: .5em;
	font-size: 75%;
}

.extfooter {
	padding: .5em;
}

/* LEFT NAV STYLES BELOW */

/***********************************
*****                          *****
***     BREADCRUMB STYLE       ***
*****                          *****
***********************************/

#breadcrumb {
	padding: 0;
	color: black;
	margin: 0;
}

#breadcrumb a, #breadcrumb a:visited {
	color: black;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: black;
	text-decoration: underline;
}


/***********************************
*****                          *****
***     MAIN CONTENT STYLE     ***
*****                          *****
***********************************/

#maincontent {
	margin: 0;
	padding: 0em;
}

#maincontent p {
	clear: none;
}


#pagetoporange, #topbar {
	background-color: #f93;
	color: black;
	padding: .5em;
	margin-top:.5em;
	font-size: 80%;
}

#pagecontentright, #pagecontent {
	background-color: #fff;
	color: black;
	margin: .5em 0 0 208px;
	padding: .5em;
	font-size: 80%;
	position:relative;
	z-index:0;
}

#pagecontentright p, #pagecontent p {
	padding: 0;
	margin: 1em .5em;
}

#pagecontentright a, #pagecontent a {
	font-weight: bold;
	text-decoration: none;
	color: #069;
}
#pagecontentright a:visited, #pagecontent a:visited {
	color:#6A3B73;
}

#pagecontentright a:hover, #pagecontentright a:active, #pagecontent a:hover, #pagecontent a:active {
	text-decoration: underline;
}

#pagecontentright h2, #pagecontent h2 {
	/*font-size: 100%;*/
	margin: 1em .5em;
	padding: 0;
}

#pagetoporange table, #topbar table {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#pagetoporange h1, #topbar h1 {
	padding: 0;
	margin: .5em 0 0 0;
	text-transform: uppercase;
}

#maincontent p {
	clear: none;
}

.printemail {
	float: right;
	padding: 0;
	margin: 0;
}

.printemail a, .printemail a:visited {
	color: black;
	text-decoration: none;
}

.printemail a:hover, .printemail a:active {
	color: black;
	text-decoration: underline;
}

.printemail p {
	padding: 0;
	margin: 0;
}

.printemail img {
	padding: 0 .2em 0 0;
	margin: 0;
}

/***********************************
*****                          *****
***    LEFT NAVIGATION STYLE     ***
*****                          *****
***********************************/

#leftbar {
	float: left;
	padding: 0;
	margin: .5em 0 0 0;
	width: 200px;
	background-color: #eee;
}
#leftbar ul {
	list-style-type: none;
	margin: 0 0 0 .5em;
	padding: 0;
}
#leftbar ul li a {
	display: block;
	background-color: #09c;
	color: #fff;
	padding: .5em;
	padding-right:10px;
	margin: 0 0 .2em 0;
	text-decoration: none;
	font-size: 75%;
}
#leftbar ul ul li a {
	background-color: #006A8C;	
}
#leftbar ul li a:hover {
	background-color: #ccc;
	display: block;
	color: #000;
}
#leftbar ul li a.page {
	background-color: #f93;
	color: #000;
}
ul.treemenu li {
  font-size: 95%;
  margin-left: 0.5em;
}
#leftbar ul ul {
	margin-left:0px;
}
/*
###################################################################################################
--Floating SubNav Code --
For IE7 you have to give the parent element a higher z-index than the absolutley positioned child 
(in this case the UL that contains the subnav to get it to correctly stack the items.
###################################################################################################
*/
#leftbar ul li.hasSubNav {
	position:relative;
	z-index:50;
}
#leftbar ul li.hasSubNav:hover ul.treemenuhidden, #leftbar ul li.hasSubNav:active ul.treemenuhidden{
	display:block;
	position:absolute;
	background-color:#666;
	padding:10px;
	left:192px;
	top:0px;
	width:250px;
	z-index:10;
}
#leftbar ul li.hasSubNav a{
	background-image:url(/images/greaterthan-white.gif);
	background-position:right center;
	background-repeat:no-repeat;	
}
#leftbar ul li.hasSubNav a.page{
	background-image:url(/images/greaterthan-white-down.gif);
}
#leftbar ul li.hasSubNav ul a.page{
	background-image:none;
}
#leftbar ul li.hasSubNav li a{
	background-image:none;	
}

/* ####################################################### 
END Floating SubNav Code
##########################################################*/

.stayinformed {
	background-color: #fff;
	font-size: 80%;
	padding: 0;
	color: #000;
	margin: .5em 0 0 0;
}
div.stayinformed {
	padding: .5em;
}
.stayinformed h2 {
	color: #c60;
	margin: 0;
	padding: 0;
	font-size: 110%;
}
.stayinformed h3 {
	text-align:center;
	margin: 1em;
}
p.stayinformed {
	padding: .5em;
}
.stayinformed a, .stayinformed a:visited {
	/*color: #09c;*/
	color: #069;
	text-decoration: none;
}
.stayinformed a:hover, .stayinformed a:active {
	text-decoration: underline;
}
.stayinformed img {
	/*border: solid 1px black;*/
	text-align: center;
	padding: 0;
	/*margin: .5em;*/
}
.stayinformed img.TopItem250w {
	position:relative;
	left:-.5em;
	top:-.5em;
}
table.stayinformed {
	background-color: #fff;
	width: 100%;
	margin: 0;
}
table.stayinformed td {
	text-align: center;
	width: 50%;
	font-size: 90%;
}
/***********************************
*****                          *****
***          STC STYLE         ***
*****                          *****
***********************************/

ol li {
	margin: 1em;
}
#projects {
	padding: .3em;
}
#projects td {
	padding: .5em;
	margin: .5em;
	font-size: 95%;
	width: 50%;
	vertical-align: top;
}
#super td {
	padding: 1em;
	margin: .5em;
	font-size: 85%;
	width: 50%;
	vertical-align: top;
}
#superlisting ul {
	margin: 0;
	padding: 0;
}
#superlisting li {
	margin: .5em;
	padding: 0;
}
.top {
	font-size: 85%;
}
p.top {
	font-size: 85%;
}
.border {
	border-top: solid 1px black;
}
.atlist li {
	margin: .5em;
	list-style-type: none;
}
ul.atlist {
	padding: 0;
	margin: 0;
}

/***********************************
*****                          *****
***    NEWSLETTER STYLE        ***
*****                          *****
***********************************/

#newsletters td {
	padding: .5em .5em 1.5em .5em;
}
#newsletters p {
	font-size: 100%;
}
#newsletters img {
	border: solid 1px black;
}

/***********************************
*****                          *****
***  Juvenile Justice STYLE      ***
*****                          *****
***********************************/

#jjresearch table {
	width: 100%;
}

#jjresearch td {
	width: 50%;
	padding: .5em;
	vertical-align: top;
	margin: 0;
}

.rightborder {
	border-right: 1px solid black;
}

ul#issuebriefs {
	margin-left: 1em;
	margin-top: 0;
}

#issuebriefs li {
	padding-bottom: .3em;
}
#pagecontent .screenReaderText, #pagecontentright .screenReaderText{
	position: absolute;
	left: -9000px;
}
.fltrt{
	float:right;
	margin-right:5px;
	margin-left:10px;	
}

