* /*AJ*/
{ 
	margin:0;
	padding:0;
}
body
{
	/*background-image: none; 
	background-color:#FFFFFF;
	margin: 0em;
	padding: 0em;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
p /*AJ*/
{
	margin-bottom:1em;
}
div#logoHolder /*AJ*/
{
	left:0;
	position:absolute;
}

img#logo { /*AJ*/
	float: left;
	margin: 1.1em 0px 0px 7px;
	background-color: #ffffff;
}

img /*AJ*/
{
	border: 0;
}
a img /*AJ*/
{
	border: 0;
}

div#skipnav, div#skipnav a, div#skipnav a:hover, div#skipnav a:visited /*AJ*/
{
	position: absolute;
	top: 9px;
	left:20px;
	margin: 0px;
	color: #ffffff;
	overflow: hidden;
}

/* skip nav fix for IE */
div#skipnav li
{
	list-style-image: none;
}

/* Used to fix floating elements in block height stretching overflow problem */
/******* Added from _dwp-main - AJ ****/

div.fix
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0.1em;
	overflow: hidden;
}

div#content-container
{
	margin-left: 240px;
	background-color: #ffffff;
	/*padding: 10px;*/
}

/* IE only */
* html div#content-container { width: 100%; }

div#content
{ 
	width: 100%;
	float:left;
	padding-bottom:2em; 
	}

div#content p a, div#content ul li a 
{ 
	color: #000; 
	text-decoration: underline;
	}
	
div#topnav-stripe1 {
	background-color: #fff;
}

div#topnav-stripe1 div#jpbanner, div#jpbannerw, div#jpbanner-spanish, div#jpbanner-english, div#jpbanner-portuguese {
	height: 63px;
	padding: 0;
	margin: 0px;
	margin-left: 230px;
	background-color: #000;
	background-position: right;
	background-repeat: no-repeat;
	font-size: 1.4em;
	color: #fff;
}

div#topnav-stripe1 div#jpbannerw
{
	background-image: url(/campaigns/_images/logow.gif);
}

div#topnav-stripe1 div#jpbanner, div#jpbanner-english
{
	background-image: url(/campaigns/benefit-thieves/images/logo.gif);
}

div#topnav-stripe1 div#jpbanner-spanish
{
	background-image: url(/campaigns/benefit-thieves/images/logo-spanish.gif);
}

div#topnav-stripe1 div#jpbanner-portuguese
{
	background-image: url(/campaigns/benefit-thieves/images/logo-portuguese.gif);
}

div#topnav-stripe1 p {
	position: absolute;
	right: 140px;
	top: 11px;
	z-index: 100;	
	width: 15em;
	margin: 0;
	padding: 0;
}
span.tagline {
	color: #dbc7f2;
}

div#topnav-stripe2 {
	background-color: #000;
	color:#663399; /*AJ*/
}

* html div#topnav-stripe2 {
	border-bottom: 1px solid #000; /* fix for strange IE refresh bug */
}

div#topnav-stripe2 h1 
{
	color: #ffffff;
	font-size:1.3em;
	font-weight:bold;
	left:0;
	margin:0;
	padding:0.7em 0 0 13px;
	position:absolute;
}


div#topnav-stripe2 ul {
	float: none;
	/*margin: 0px; /*AJ*/
	padding: 10px;
	background-color: #c0c0c0;
	color: #000;
}
div#topnav-stripe2 li /*AJ*/
{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#subnav-container ul 
{
	margin-left:0;
}


/* --------------- BANNER IMG -----------------------  */

div#topnav-stripe1 div#jpbanner
{
	background-image: url(/campaigns/benefit-thieves/images/target-logo.gif);
	height:63px;
	border: 1px solid #000;
}
div#topnav-stripe2 div#subnav-container
{
	background-color: #c0c0c0;
	background-position: right;
	background-repeat: no-repeat;
	height:38px;
	color: #FFF;
	margin-left: 230px;
}

div#topnav-stripe1 p {
	right: 230px;
}
/* ---- end banner ----- */ 

/********************** Left nav *************************/
#leftnav {
	float: left;
	padding: 10px;
	width: 210px;
	margin: 0;
	background-color:#FFFFFF;
}

/* fix for strange IE refresh bug */

* html div#leftnav {
	width: 230px; 
	padding-top: 10%; 
}

#leftnav h1 {
	color: #ffffff;
	height: 12px;
	font-size: 1px;
	margin: 0;
	padding: .4em 10px;
}

#leftnav ul {
	margin: 0;
	padding: 0;
}

#leftnav ul li {
	display: block;
	margin: 1px 0 0 0;
	
}

#leftnav ul li a, #leftnav ul li a:hover  {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	margin: 0;
    border-bottom:dashed 1px #c0c0c0;
    filter:expression(document.execCommand("BackgroundimageCache",false,true));
}

#leftnav ul li a.levelone, #leftnav ul li a.levelone:hover {
	padding-left: 20px;
}

#leftnav ul li a.currentlevelone, #leftnav ul li a.currentlevelone:hover{
	padding-left: 20px;
}

#leftnav ul li a.currentheaderone, #leftnav ul li a.currentheaderone:hover{
	padding-left: 30px;	
}

#leftnav ul li a {
	background:  url(/campaigns/benefit-thieves/images/black-target.gif) 0px 50% no-repeat;
	
}

* html #leftnav ul li a {
	background:  url(/campaigns/benefit-thieves/images/black-target.gif) no-repeat 0px 3px;
	padding-bottom: 7px; 
	padding-top: 0px;
	margin-top: -10px;
	}

#leftnav ul li a:hover {
	background:  url(/campaigns/benefit-thieves/images/red-target.gif) 0px 50% no-repeat;
	color: #d4001c;
	
}

* html #leftnav ul li a:hover {
    background:  url(/campaigns/benefit-thieves/images/red-target.gif) no-repeat 0px 3px;
	padding-bottom: 7px; 
	padding-top: 0px;
	margin-top: -10px;
	}

#leftnav ul li.selected a{
    background:  url(/campaigns/benefit-thieves/images/red-target.gif) 0px 50% no-repeat;	
	color: #d4001c; 
	font-weight:bold;
}

* html #leftnav ul li.selected a {
    background:  url(/campaigns/benefit-thieves/images/red-target.gif) no-repeat 0px 3px;
	padding-bottom: 7px; 
	padding-top: 0px;
	margin-top: -10px;
	}
	
ul#level1 li /*AJ*/
{
	display: inline;
}

/* --- end leftnav --- */ 
div#content h2
{
	color: #000; 
	padding: 0; 
	margin: 0 0 0 0;
	font-size: 3.2em;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 1em;
} 

* html div#content h2
{
	margin: 0 0 -0.5% 0; 
} 

div#content h2.h2alt 
{
	color: #d4001c; 
	border-top: none; 
	padding: 0.5% 0 2% 0; 
	margin: 0; 
	font-weight: bold;
	font-size: 2.5em;
	line-height:0.9em;
	letter-spacing: -0.05em;
}

div#content h3 
{
	border-top: 1px solid #CC0000;
	color: #000;
	clear: none;
	font-size:1.3em; /*AJ*/
	margin-bottom:0.7em; /*AJ*/
	margin-top:2em; /*AJ*/
	padding-top:0.2em; /*AJ*/
}

div#content h3.h3alt 
{
	border-top: none; 
	color: #000;
	clear: none;
	font-size: 1.4em; 
	color: #333;
	padding-bottom: 0.8em; 
	margin-top: 0.8em;
	margin-bottom: 0;
}

div#content h4
{
	border-top: none; 
	color: #000;
	clear: none;
	font-size: 1.2em; 
	color: #333;
	padding-bottom: 0.8em; 
	margin-top: 0.8em;
	margin-bottom: 0;
}

/* question separator line */ 

.line
{
	border-top: 2px solid #9966CC; 
}

/* form styles */

div#form {
  background-color: #000;
  color: #FFF;
  border: 2px solid #CC0000; 
  padding: 1em;  
}   

/** Applied to paragraph tags to add dotted line between form sections **/
.bordertop {
  border-top: 1px solid #CC0000;
  font-weight: bold; 
  margin-top: 2em;
  margin-bottom: 0.5em; 
  padding-top: 0.7em; 
}  
  
/** Class for labels of general text fields **/
div.row span.label {
  width: 30%;
}

/** Class for general text fields **/
div.row span.element {
  width: 70%;
}   

div.picture 
{ 
	float: left; 
	width: 20%; 
} 

div.picture img
{ 
	border: 1px solid #CC0000;
	padding: 0.7em; 
	}

div #content .redtext{color:#ee1c24;}
	
table.listTable th, table.listTable th a
{
	background-color: #000;
	color: #ffffff;
	text-align: left;
	
}



table.listTable td { background-color: #000; color: #FFF;}

table.listTable td, table.listTable th
{
	border: 1px solid #CC0000;
	padding: 2px;
	vertical-align: top;
		
}	

ul 
{
	margin-left:0;
	margin-top:0.2em;
	padding-bottom:1em;
	padding-left:20px;
}

ul.footer
{
	margin: 4em 0em 1em 0em;
	border-top: 1px solid #d4001c;
}

ul.breadcrumbs 
{
	padding-top: 1em;
}

ul.breadcrumbs li a, ul.footer li a
{
	border-right: 1px solid #000;
	padding-right: 0.4em;
	color: #000;
}
ul.breadcrumbs li.selected
{
	color:#d4001c;
}

.breadcrumbs, .footer /*AJ*/
{
	clear:both;
	color: #555555;
	font-size:0.85em;
}

ul.breadcrumbs, ul.footer /*AJ*/ 
{
	border-left:0 none;
	margin-left:0;
	padding-left:0;
}
ul.breadcrumbs li, ul.footer li /*AJ*/
{
	list-style-image: none;
	list-style-type: none;
	display: none;
}
ul.dwp-circle li, ul li 
{
	list-style-image: url(/campaigns/benefit-thieves/images/circle-bullet-fraud.gif);
}

div.welsh-eng /*AJ*/
{
	clear: both;
	color: #666666;
	float: right;
	font-size: 0.85em;
	margin-left: 1em;
	position: relative;
}
div.welsh-eng a
{
	color:#000000;
	padding-right: 2.5em; 
}

div.welsh_disclaim
{
background-color:#CCCCCC;}

p.footer a 
{
	color:#000000;
}

blockquote
{ 
padding:0.7em;
}

div.boxtext {
	padding-top: 0.6em; 
	padding-left: 0.3em;
	margin-bottom: 0.3em;
	background-color:#C0C0C0;
	overflow:auto;
	}
* html div.boxtext {
	
	float:left;
	}

/* end form styles */ 



/*Column styles*/

/*single col*/
.singlecol{
padding-top:2em;
clear:both;
width:100%;
}

/*2 col equal layout divs*/
.left2col{
float:left;
width:49%;
margin-right:1%;
}
.right2col{
float:right;
width:49%;
}

/**2 col large left, small right layout divs**/
.largeleft2col{
width:70%;
margin-right:1%;
float:left;
}
.smallright2col{
width:28%;
float:right;
}

/** 3 col equal layout divs**/
.left3col{
width:32%;
margin-right:2%;
float:left;
}
.middle3col{
width:32%;
float:left;
}
.right3col{
width:32%;
margin-left:2%;
*html position:absolute;
float:right;
}


/* YouTube class to initially hide the alternative image, unless displayed by youtube-altimages.js */
.altimg{display:none; padding-top:0;}
