@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 {
	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: 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;
}
.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;}
.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;
}

.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;}		 
