@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; }
.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: #00792C; text-decoration: none; } 
a:hover, a:active { text-decoration: underline; }
h1 {font: bold 20px Arial, Helvetica, sans-serif; color: #002901;}
h2 {font: bold 18px Arial, Helvetica, sans-serif; color: #002901;}
h3 {font: bold 16px Arial, Helvetica, sans-serif; color: #002901;}
h4 {font: bold 14px Arial, Helvetica, sans-serif; color: #002901;}
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 {
	float: right;
	position: relative;
	margin: 0 20px 0 0;
	vertical-align: top;
	top: 77px;
}
#headerSearch #return-button {
	float: left;
	margin: 5px 10px 0 0;
}
.headSearchBox {
	float: left;
	margin: 0 4px 0 0;
	color: #656565;
	padding: 5px 8px 0 2px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #BABABA;
	border-radius: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	height: 25px;
	width: 340px;
}
.buttonWidth {
	width: 450px;
}
/*.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: 94px; 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.report a {width: 127px; background:url(images/navbar-report.jpg) top left no-repeat scroll; }
#navbar li.report a:hover {
	background:url(images/navbar-report.jpg) no-repeat scroll left -39px;
}
#navbar li.protect a {width: 157px; background:url(images/navbar-protect.jpg) top left no-repeat scroll; }
#navbar li.protect a:hover {
	background:url(images/navbar-protect.jpg) no-repeat scroll left -39px;
}
#navbar li.victims a {width: 145px; background:url(images/navbar-victims.jpg) top left no-repeat scroll; }
#navbar li.victims a:hover {
	background:url(images/navbar-victims.jpg) no-repeat scroll left -39px;
}
#navbar li.news a {width: 71px; background:url(images/navbar-news.jpg) top left no-repeat scroll; }
#navbar li.news a:hover {
	background:url(images/navbar-news.jpg) no-repeat scroll left -39px;
}
#navbar li.media a {width: 168px; background:url(images/navbar-multimedia.jpg) top left no-repeat scroll; }
#navbar li.media a:hover {
	background:url(images/navbar-multimedia.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: #00792C;
	text-decoration: none;
}
.topNews a:hover {text-decoration: underline;}
.moreNews, .moreNews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00792C;
	text-decoration: none;
	margin: 25px 0 0 0;
}
.moreNews 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;
}
.storyDate2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	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; }
.protectfromFraud {
	float: right;
	width: 278px;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
	border-left: #E4E4E4 1px solid;
}
.protectNews {
	width: 278px;
	height: 92px;
	margin: 0;
	padding: 0;
}
.protectNews img { padding: 25px 18px 0 0; margin: 0;}
.protectNews h3 { position: relative; top: -62px; left: 80px; padding: 0; margin: 0; width: 198px; }
.protectNews a { font-weight: bold; font-size: 14px; color: #00792C; text-decoration: none; }
.protectNews a:hover { text-decoration: underline; }
.protectNews p { position: relative; top: -62px; left: 80px; padding: 0; margin: 0; width: 198px; 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;}
.breadcrumb .forceWidth {
	width: 155px !important;
}
.printer a {
	float:right;
	width:150px;
}
.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: 12px;
	line-height: 133%;
	color: #333333;
	vertical-align: top;
}
#rightNav h4 { font-size: 16px; font-weight: bold; color: #002901; text-align: center; line-height: 131%; }

.whatFFTF {
	border: 0 none;
	background: url(images/whatFFTF-bg.jpg) left top no-repeat scroll;
	height: 202px;
	padding: 135px 0 0 0;
}
.whatFFTF p { margin: -10px 20px 0 25px; padding: 0; }
.whatFFTF img { display: block; margin: 15px auto; }

.genInfo {
	border: 0 none;
	background: url(images/gen-info-bg1.jpg) left top no-repeat scroll;
	height: 290px;
	padding: 15px 18px 0px 18px;
}

.rptBg {
	border: 0 none;
	background: url(images/gen-info-bg1.jpg) left top no-repeat scroll;
	height: 270px;
	padding: 15px 18px 0px 18px;
}

.rightList a {
	font-size: 12px;
	font-weight: bolder;
	color: #00792C;
	text-transform: uppercase;
	list-style: none;
	text-decoration: none;
}
.rightList a:hover { text-decoration: underline; }
.rightList ul {	margin: 20px 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;}
.whatFraud { 
	border: 0 none; 
	background: url(images/whatFFTF-bg-Top.jpg) 0 0 no-repeat scroll; 
	height: 156px; 
	margin: 35px 0 0 0;
	padding: 27px 0 0 18px;
}
.whatFraud div p { margin: -65px 0 0 0px; padding: 0 20px 0 80px; }
.learnMore { background: url(images/whatFFTF-bg-Bottom.gif) 0 0 no-repeat scroll; height:26px; padding: 9px 0 0 38px; font-weight: bold; font-size: 10px; }
.fftfMembers {
	border: 0 none;
	background: url(images/fftfMembers-bg.jpg) 0 0 no-repeat scroll;
	height: 113px;
	margin: 30px 0 0 0;
	padding: 140px 20px 0 20px;
}
.fftfMembers h4 { visibility: hidden; }

/*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: 265px;
}
#footerNav {
	position: relative;
	float: right;
	width: 675px;
	color: #AAA795;
}
#footerNav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;	
}
#footerNavMain {
	width: 675px;
	color: #AAA795;
	margin: 0;
	padding: 35px 0 0 25px;
}
#footerNavMain a {
	color: #042C09;
	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: #AAA795;
	margin: 0;
	padding: 3px 0 0 25px;
}
#footerNavSub a {
	color: #042C09;
	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;}

/* Search Results */

.search_result {
	margin: 0 30px 12px 0; 
}
.search_result > img {
	margin: 15px;	
}
.search_summary {
	font-weight: bold;
}
.search_results {
	width: 100%;
	float: right;
}
.search_results .search_result .search_summary {
	border: none;
}
.nav {
	border: none;
	margin: 15px 0;
	width: 100%;
	text-align: center;
}
.spacer-right {
	padding-right: 12px;
}
.spacer-left {
	padding-left: 12px;
}
.center-text {
	text-align: center;
}
.title {
	font-weight: bold;
	font-size: 16px;
	color: #002901;
}
.search_result .title {
	font-weight: normal;
}
.body-content {
	color: #595959;
}
#boosted .summary_url, .search_result .summary_url {
	color: #00792C;
}
.govbox {
	margin-left: -24px;
}
.govbox .alt {
	color: #00792C;
}
.govbox .alt span.recommended-by {
	color: gray;
	font-style: italic;
	font-weight: normal;
}
#boosted .title {
	font-weight: normal;
}
.search_results .govbox-wrapper-top {
    background: url("/images/related_topics_top.png") no-repeat scroll 0 0 transparent;
    height: 8px;
    line-height: 8px;
    margin-top: 0.75em;
}
.search_results .govbox-wrapper-middle {
    background: url("/images/related_topics_middle.png") repeat-y scroll 0 0 transparent;
    margin: 0;
    overflow: hidden;
    padding: 0 0 20px 25px;
}
.search_results .govbox-wrapper-bottom {
    background: url("/images/related_topics_bottom.png") no-repeat scroll 0 0 transparent;
    height: 8px;
}
.page-link {
	margin: 0 6px;
}
.total {
	color: gray;
	font-weight: normal;
}
#mainContent #advanced_search {
	overflow: hidden;
}
#mainContent #advanced_search .elements {
	margin: auto auto 5px;
	width: 99%;
}
#mainContent #advanced_search .elements .element {
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 0;
}
#mainContent #advanced_search .elements .element label.input-wrapper {
	float: left;
	padding: 10px;
	width: 180px;
}

#mainContent #advanced_search .elements .element .input-wrapper {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 10px;
    width: 290px;
}
#mainContent #advanced_search .elements .element input {
	width: 284px;
}
#left-column {
	display: inline;
	float: left;
	overflow: hidden;
	padding: 16px 0 0;
	width: 140px;
	min-height: 150px;
}
#left-column ul.navigations {
	padding: 12px 0 0;
}
#left-column ul.navigations, #left-column ul.facet {
	font-size: 1.1em;
	list-style: none outside none;
	margin: 0;
}
#left-column ul.navigations li, #left-column ul.facet li {
	margin: 0;
	width: 140px;
}
#left-column ul.navigations div, #left-column ul.facet div {
	border-width: 4px 0 4px 4px;
	cursor: pointer;
	font-weight: bold;
	padding: 1px 4px 1px 14px;
}
#left-column ul.navigations a, #left-column ul.facet a {
	display: block;
	font-weight: normal;
	padding: 5px 4px 5px 18px;
	text-decoration: none;
}
#left-column ul.navigations a, #left-column ul.navigations div, #left-column ul.facet a, #left-column ul.facet div {
	width: 118px;
}
#mainContent .advanced_search {
	overflow: hidden;
}
#mainContent .advanced_search .elements {
	margin: 14px auto;
}
#mainContent .advanced_search .elements div.heading-container {
	margin: 6px 6px 0;
	font-weight: bold;
	height: 20px;
	float: right;
}
#mainContent .advanced_search .elements .element {
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 0;
	
}
#mainContent .advanced_search .elements .element .input-wrapper {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 290px;
}
#mainContent .advanced_search .elements .submit {
	margin-bottom: 10px;
}
#nav-row {
	display: inline;
	overflow: hidden;
	padding: 16px 0 0;
	min-height: 150px;
}
#nav-row ul.navigations {
	padding: 12px 0 0;
	border-bottom: 1px solid #BBB;
	min-height: 26px;
}
#nav-row ul:after {
	clear: both;
	content: "";
	display: table;
}
#nav-row ul.navigations, #nav-row ul.facet {
	font-size: 1.1em;
	list-style: none outside none;
	margin: 0;
}
#nav-row ul.navigations li, #nav-row ul.facet li {
	margin-right: 4px;
	width: auto;
	float: left;
	
}
#nav-row ul.navigations li a, #nav-row ul.facet li a {
	background-color: #EEE;
}
#nav-row ul.navigations li a:hover, #nav-row ul.facet li a:hover {
	background-color: #BBB;
}
#nav-row ul.navigations div, #nav-row ul.facet div {
	border-width: 4px 0 4px 4px;
	cursor: pointer;
	font-weight: bold;
	padding: 1px 4px 1px 14px;
}
#nav-row ul.navigations a, #nav-row ul.facet a {
	display: block;
	font-weight: normal;
	padding: 5px 8px 5px;
	text-decoration: none;
}
#nav-row ul.navigations div, #nav-row ul.facet div {
	width: 118px;
}
/* outside.cgi */
.blockout {
	opacity:0.6;
	background-color:rgb(0,0,0);
	z-index: 998;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:1584px;
}
.exitMsg {
	position:fixed;
	z-index: 999;
	border:solid #00792C;
	border-width:thick;
	width: 500px;
	height:320px;
	background-color:#FFFFFF;
	margin-left:-250px;
	top:50%;
	margin-top: -150px;
	left:50%;
	font-family: Georgia;
	color:#333333;
	font-size:12px;
	padding:10px;
	line-height:1.3em;
}