

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}


*{margin:0;padding:0px;border:none;}
a { outline:none; }
body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;	
	background: #000000;
	color:#4b4b4b;
	
}
a{text-decoration:none;color:#2eb0fa;}


p
{
	color:#666666;
	font-size: 1.0em;
	line-height: 1.8em;
	/*margin: 1.2em 0em 1.2em 0em;*/
	margin: 15px 0 15px 0;
}
.prodDesc
{
	line-height:12px;
	font-size:11px;
}
h1
{
color:#00a2ff;
font-size:26px;
font-family:"Times New Roman", Times, serif;
margin: 25px 0 15px 0;
}
h1.reports
{
	width:100px;
}
h2
{
color:#66cc00;
font-size:20px;
font-family:"Times New Roman", Times, serif;
margin:0.75em 0;
}
h3{
font-size:18px;
font-family:"Times New Roman", Times, serif;
padding-top:5px;
}
#divHeader{
	height:400px;
	text-align:center;
	background-position: top right;
}
#divHeader a{
		display:block;
		width:115px;
		height:195px;
		margin:30px 41px 30px 0;
		/*background-color:#fff; debug show nav links */
		float: left;
		outline:none;
}
#divHeader div{
	margin: 120px auto;
	width: 900px;
	
}
ul{
	margin-left:25px;
}
ol{
	padding-left:25px;
	margin-left:25px;
}
ol, ul, li {/*
	list-style: none;*/
	color:#666666;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}


input.login
{
background:#e5e5e5;
border:solid 1px #120f08;
width:240px;
height:20px;
}
#divPageContainer
{
	width:900px;
	margin:0 auto;
}
#divPageContent
{
	background: #fff;
	width:900px;
	padding-bottom:30px;
}
#divIntro
{
	float:left;
	margin:0 0 0 15px;
	background: #ffffff;
	width:575px;
	display: inline;
}
#divIntroChild
{
	padding: 0 0 15px 10px; /* override padding from boxcontent (divIntro child div) as small boxes have more padding to make up for the verticel colored line */
	width: 550px;
}


#divIntro2
{
	float:left;
	margin:0;
	background: #fff;
	width:872px;
}

#divLogin
{
	background:#808080 url(images/bgGreyStripe.gif) repeat-y;
	color:#ffcc00;
}
#divF1
{
	background:#E6E6E6 url(images/bgBlueStripe.gif) repeat-y;
	
}
#divF2
{
	background:#E6E6E6 url(images/bgGreenStripe.gif) repeat-y;
	
}
#divF3
{
	background:#E6E6E6 url(images/bgPinkStripe.gif) repeat-y;
	
}

#divFooter
{
	width:100%;
	color: #666666;
	font-size:10px;
	text-align: center;
	padding: 15px 0 25px 0;
}
#divFooter a
{
	color: #666666;
}
#footerNav
{
	float: left;
	
}
#footerContent
{
	width: 844px;
	margin:0 auto;

}
.creativeFoot
{
	color:#666666;
	font-size: 8px;
	float:right;
	margin:0;
}
#copyright
{
 float:left;	
}
div.boxDetail
{
	float:left;
	margin:15px 0 0 15px;
	background: #e6e6e6;
	width:280px;
	display: inline;
}
div.boxDetail img
{
	border:solid 1px #999999;
}
div.boxDetail p
{
	margin:15px 15px 0 15px;
}
div.boxContent
{
	padding-left:25px;
	float:left;
	width:254px;
}
div.boxContent2
{
	padding-left:28px;
}
.boxContent2 h2
{
	width:50%;
}
div.boxContent p
{
	margin:10px 15px 0px 0px;
}
div.boxContent input
{
	margin:5px 0 5px 0;
}


div.prop
{	
	float:left;
	height:210px;
	width:1px;
}
div.prop2
{	
	float:left;
	height:400px;
	width:1px;
}
a.readmore
{
	color:#fff;
	display:block;
	width: 70px;
	padding:3px 0 3px 3px;
	font-weight:bold;
	font-size:10px;
	float:right;
	margin-right:15px;
	text-transform: uppercase;
}
.purple{color:#582c83;}
.upper{text-transform:uppercase;}
.bold{font-weight:bold;}

/* CSS for Expanding page with drop shadows for background */

.dialog {
		
		margin:0px auto 0.5em 12px;
		max-width:1012px;
		min-width:8em;
		position:relative;
		z-index:1;
}
.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
background:transparent url(images/bgShadow.png) no-repeat scroll right top;
}
.dialog .content {
padding:0px 12px 0px 0px;
position:relative;
}
.dialog .t {
background-position:left top;
height:100%;
left:0px;
margin-left:-20px;
position:absolute;
top:0px;
width:20px;
}
.dialog .b {
position:relative;
width:100%;
}
.dialog .b, .dialog .b div {
font-size:1px;
height:30px;
}
.dialog .b {
background-position:right bottom;
}
.dialog .b div {
background-position:left bottom;
margin-left:-20px;
position:relative;
width:20px;
}

.dialog .hd, .dialog .bd, .dialog .ft {
position:relative;
}
.dialog .wrapper {
max-height:1000px;
overflow:auto;
position:static;
}
.rptExample
{
	background:#fff;
	width:500px;
	position:relative;
	top:25px;
	left: auto;
}
