@charset "utf-8";
/* Core Styles */
body {
	background-color: #DCDCDC;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 
}
img { border: 0; }
.clear { clear: both; }

.skip {
	height: 1px;
	width: 1px;
	left: -10000px;
	overflow: hidden;
	position:absolute;
}
.mainShadow { background: url(images/bg_body.gif) fixed center repeat-y; margin: 0; padding: 0; }
.mainBody {
	background-color: #FFFFFF;
	width: 941px;
	margin: 0 auto;
}
a, a:link, a:visited { color: #2e79c3; text-decoration: none; } 
a:hover, a:active { text-decoration: underline; }
h1 {font: bold 20px Arial, Helvetica, sans-serif; color: #3c87d1;}
h2 {font: bold 18px Arial, Helvetica, sans-serif; color: #003466;}
h3 {font: bold 16px Arial, Helvetica, sans-serif; color: #003466; margin-left: 40px;}
h4 {font: bold 14px Arial, Helvetica, sans-serif; color: #003466;}
h5 {font: bold 14px Arial, Helvetica, sans-serif; color: #003466; margin-top:0;}
blockquote {
	border: 1px solid #CCC;
	background: url(images/blockquote_bg.jpg) 0 0 repeat-x scroll;
	margin: 15px 40px 30px 40px;
	padding: 0 20px;
	-moz-border-radius:7px; -webkit-border-radius:7px;/*css3 rounded corners*/
}
sup {font-size: 9px;}

/*Header Styles*/
#header {height: 174px;}
#headerSearch {
	height: 30px;
	float: right;
	position: relative;
	top: 77px;
	margin: 0 20px 0 0;
	vertical-align: top;
}
.headSearchBox {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 7px 0 0 11px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	border: 0;
	background: url(images/search-bg.gif) top left no-repeat scroll; 
	width: 238px;
	height: 23px;
}
/*.headSearchBox:focus {outline: none;}*/

/*Navigation Bar Styles*/
#navWrap {
	background: url(images/navbar-background.jpg) 0 0 no-repeat scroll;
	height: 39px;
	width: 941px;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navbar {
	margin: 0;
    padding: 0;
  	height: 1em;
}
#navbar span {display: none;}
#navbar li { list-style: none; float: left; }
#navbar li a { display: block; margin: 0; padding:0; color: #fff; text-decoration: none; height: 39px; }
#navbar li.home a {width: 190px; background:url(images/navbar-home.jpg) top left no-repeat scroll; }
#navbar li.home a:hover {
	background:url(images/navbar-home.jpg) no-repeat scroll left -39px;
}
#navbar li.about a {width: 179px; background:url(images/navbar-about.jpg) top left no-repeat scroll; }
#navbar li.about a:hover {
	background:url(images/navbar-about.jpg) no-repeat scroll left -39px;
}
#navbar li.working a {width: 184px; background:url(images/navbar-working.jpg) top left no-repeat scroll; }
#navbar li.working a:hover {
	background:url(images/navbar-working.jpg) no-repeat scroll left -39px;
}
 
#navbar li.guidance a {width: 189px; background:url(images/navbar-guidance.jpg) top left no-repeat scroll; }
#navbar li.guidance a:hover {
	background:url(images/navbar-guidance.jpg) no-repeat scroll left -39px;
}
#navbar li.multimedia a {width: 199px; background:url(images/navbar-events.jpg) top left no-repeat scroll; }
#navbar li.multimedia a:hover {
	background:url(images/navbar-events.jpg) no-repeat scroll left -39px;
}
#navbar li ul {
    display: none; 
    background-color: #00792C;
}
#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 174px;
    left: auto;
	border-bottom: 3px solid #002901;
	z-index:500;
}
#navbar li:hover ul li, #navbar li.hover ul li { float: none; clear: both; }
#navbar li:hover ul li a, #navbar li.hover ul li a { background: #00792C; color: #fff; height: 25px; width: 167px; padding: 7px 5px 0 5px; }
#navbar li:hover ul li a:hover, #navbar li.hover ul li a:hover  { color: #fff; background: #56AA13; }

/* Front Page Content and Body Styles */
#mainContent {
	margin: 0 auto;
	padding: 20px;
	width: 901px;  
}
.grayLine { border-bottom-style:solid; border-bottom-color:#E4E4E4; border-bottom-width:1px; margin: 25px 0;}
#frontPage {
	width: 600px;
	margin: 0 14px 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;	
}
.topNews { margin: 0 0 30px 0;}
.topNews p { line-height:138%; }
.topNews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3c87d1;
	text-decoration: none;
}
.topNews a:hover {text-decoration: underline;}
.more, .more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3c87d1;
	text-decoration: none;
	margin: 25px 0 0 0;
}
.more a:hover {text-decoration: underline;}
.storyDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: -15px 0 0 0;
	padding: 0;
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	margin: 25px 0 0 0;
	padding: 0;
}

 
.taskforceNews {
	float: left;
	width: 283px;
	margin: 15px 0 0 0;
	padding: 0 15px 0 0;
}
.taskforceNews p, .taskforceNews p a {
	font-size: 14px;
	font-weight: bold;
	line-height: 129%;
	color: #00792C;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.taskforceNews h2, .protectfromFraud h2 {display: none;}
.taskforceNews a:hover { text-decoration:underline }
.titleImg { padding: 10px 0 0 0; }
 
 
.document {
	float: left;
	width: 561px;
	padding: 0 0 0 22px;
	padding: 0 15px 0 0;
	
}
.documentLists {
	width: 520px;
	height: 92px;
	margin:0;
	padding: 0;
}
.documentLists img { padding: 25px 18px 0 0; margin: 0;}
.documentLists h3 { position: relative; top: -62px; left: 80px; padding: 0; margin: 0; width: 500px; }
.documentLists a { font-weight: bold; font-size: 14px; color: #3c87d1; text-decoration: none; }
.documentLists a:hover { text-decoration: underline; }
.documentLists p { position: relative; top: -62px; left: 80px; padding: 0; margin: 0; width: 500px; font-size: 13px; font-weight: normal; line-height: 138%; color: #333333;}

/*Sub-Page Content and Styles*/
#subPage {
	width: 600px;
	margin: 0 14px 0 0;
 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;	
}
 
#subPage p {line-height: 138%;}
#subPage ul li {
	margin: 0 0 10px 10px;
	list-style-position: outside;
	list-style-type: disc;
}
.breadcrumb {font: bold 11px Arial, Helvetica, sans-serif; color: #656565;}
.banner {margin: 15px 0 0 0;}
.readMore {font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase;}
#reportList ul {margin: 0; padding: 0; list-style:none; display:block; float: left; width: 200px;}
#reportList ul li {list-style: none; margin:3px 0; padding: 3px 0;}
#protectList ul {margin: 0; padding: 0; list-style:none; display:block; float: left; width: 300px;}
#protectList ul li {list-style: none; margin:5px 0; padding: 3px 0;}

/* Right Navigation Column */
#rightNav {
	width: 286px;
	float: right;
	font-size: 13px;
	line-height: 133%;
	color: #333333;
	vertical-align: top;
}
#rightNav h4 { width:230px; font-size: 16px; font-weight: bold; color: #003466; text-align: center; line-height: 131%; margin-left: 5px; }

.whatADR {
	border: 0 none;
	background: url(images/whatadr-bg.jpg) left top no-repeat scroll;
	height: 340px;
	padding: 5px 0 0 0;
}
.whatADR p { margin: 30px 20px 0 25px; padding: 0; }
.whatADR img { display: block; margin: 15px auto; }

.rightList a {
	font-size: 12px;
	font-weight: bolder;
	color: #3c87d1;
	text-transform: uppercase;
	list-style: none;
	text-decoration: none;
	
}
.rightList a:hover { text-decoration: underline; }
.rightList ul {	margin: 10px 0 0 0;	padding: 0; }
.rightList li { margin: 7px 0 0 2px; padding: 0 0 0 15px ; list-style: none; background:url(images/icon_greyarrow.gif) 0 4px no-repeat scroll;}


.federalEvents { 
	border: 0 none; 
	background: url(images/adr-seminars-bg-Top.jpg) 0 0 no-repeat scroll; 
	height: 206px; 
	margin: 20px 0 0 0;
	padding: 25px 0 0 0;
}
.federalEvents p{ margin:  0 0 0 0px; padding: 0 10px 0 25px; }
.federalEvents div p{ margin:  15px 0 0 0px; padding: 0 10px 0 20px; }
 
.eventDate {font-size: 11px; padding: 0 10px 0 20px;}
.eventDate1 {font-size: 12px; margin: 20px 0 0 0; font-weight: bolder; color:#666666;}
 
.learnMore { background: url(images/federal-events-bg-Bottom.gif) 0 0 no-repeat scroll; height:26px; padding: 9px 0 0 38px; font-weight: bolder; font-size: 12px;text-transform: uppercase; }

.contact {
	border: 0 none;
	background: url(images/contact-adr-bg.jpg) left top no-repeat scroll;
	height: 265px;
	padding: 15px 0 0 0;
	margin-top: -45px;
}
.contact div p{ margin:  15px 0 0 0px; padding: 0 10px 0 20px; }

/*small right box*/
.smBox {
	border: 0 none;
	background: url(images/contact-adr-sm.jpg) left top no-repeat scroll;
	height: 200px;
	padding: 30px 0 0 0;
	margin-top: 25px;
}
.smBox div p {margin: 0px 20px 0 25px; padding: 0 10px 0 20px; }


/*smaller right box height 145*/
.smBox2 {
	border: 0 none;
	background: url(images/contact-adr-sm2.jpg) left top no-repeat scroll;
	height: 200px;
	padding: 30px 0 0 0;
	margin-top: 10px;
}
.smBox2 div p {margin: 0px 20px 0 25px; padding: 0 10px 0 20px; }

/*new css gradient box for right sidebar */
.gradientBox
	{
		background-image:linear-gradient(to bottom, #eeeeee, #ffffff 35%);
		border: 1px solid #eeeeee;
		width: 245px;
		border-radius: 6px;
		margin-bottom: 25px;
		padding-left: 20px;
		padding-right:20px;
	}

.adrdoj {
	border: 0 none;
	background: url(images/doj-adr-bg.jpg) left top no-repeat scroll;
	height: 207px;
	padding: 15px 0 0 0;
	margin-top: 20px;
}
.adrdoj div p{ margin:  15px 0 0 0px; padding: 0 10px 0 20px; }

 

/*Footer Styles*/
#footer {
	background: url(images/footer_bg.gif) #FBFBFB top left no-repeat;	
	height: 200px;
	width: 940px;
	margin: 0;
	padding: 0;
}
#footer .image {
	display: block;
	float: left;
	height: 100px;
	width: 259px;
}
#footerNav {
	position: relative;
	float: right;
	width: 675px;
	color: #234e79;
}
#footerNav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;	
}
#footerNavMain {
	width: 675px;
	color: #234e79;
	margin: 0;
	padding: 35px 0 0 25px;
}
#footerNavMain a {
	color: #234e79;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footerNavMain a:hover { text-decoration:underline; }
#footerNavMain ul li {
	margin: 0;
	padding: 0;
}
#footerNavSub {
	width: 675px;
	color: #3c87d1;
	margin: 0;
	padding: 3px 0 0 25px;
}
#footerNavSub a {
	color: #3c87d1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#footerNavSub a:hover { text-decoration:underline; }
#footerNavSub ul li {
	margin: 0;
	padding: 5px;
}
/*News Release Styles*/
.newsInfo {font-size: 11px; text-transform:uppercase;}

/* Slide Show Styles */
.slideshow {position:relative; height:400px; width: 599px;}
.slideshow img{width:599px; height:400px; border-style:none;}
#topImage, #bottomImage {left: 0; margin: 0; padding: 0; position: absolute; z-index: 49;}
#bottomImage {z-index: 9;}
#slideshowNav {position:absolute; z-index: 55; left: 15px; top: 350px;}
#slideshowNav a{ display:block; float:left; padding: 3px 7px; margin:3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; min-height: 15px; width:auto; font-weight:bold; background: #999999; color:#ffffff;}
#slideshowImg {position:absolute;}
#slideshowNav a, #slideshowNav a:link, #slideshowNav a:visited, #slideshowNav a:hover, #slideshowNav a:active {color:#ffffff; text-decoration:none;}
#slideshowNav a:hover {color: #333; background: #fff; text-decoration:none;}	
#indent {margin-left: 40px; width:auto;}