@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0px;
	margin: 0 auto 0 auto;
	background-image:url(../images/RecoveryComplianceBG.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#6e7264;
	behavior:url(/csshover.htc);
}

a 
{
	font-weight:bold
}	
			
a, a:visited
{ 
	color:#990000;
	font-weight:bold; 
	text-decoration:none; 
	}
	
a:hover, a:active 
{ 
	color:#133c39; 
	font-weight:bold; 
	text-decoration:underline; 
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;	
	color:#8F2330;
}

.green
{ 
	color:#8D9542;
	font-weight:bold; 
	text-decoration:none; 
}

div#page 
{
	width:980px;
/*	height:900px;
*/	margin:0 auto 0 auto;
	background-color:#000000;
}

div#headerBox	
{
	width:980px;
	height:129px;
	padding:0px;
	margin:0px;
}

div#headerBox #logo	
{
	float:left;
	width:210px;
	padding:0px;
	margin:0px;
}

div#headerBox #topImage	
{
	float:left;
	width:770px;
	height:88px;
	background-image:url(../images/rightTopBG.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

div#headerBox #Nav	
{
	float:right;
	width:770px;
	height:41px;
	padding:0px;
	margin:0px;
}

div#flashBox
{
	width:980px;
	padding:0px;
	margin:0px;
}

div#indexContentBox	
{
	float:left;
	width:960px;
	padding:10px;
	margin:0px;
	background-color:#000000;
}

div#fullWidth	{
width:950px;
float:left;
	background-color:#FFFFFF;
	border:solid;
	border-color:#999999;
	padding-left:10px;
	border-width:1px;
}
	
div#indexLeft	
{
	width:227px;
	float:left;
	padding:0px;
	margin:0px;
}

div#indexLeft h1	
{
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

div#indexRight	
{
	width:691px;
	float:left;
	padding:10px;
	margin-left:20px;
	text-align:left;
	background-image:url(../images/HomePageGuy.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFFFFF;
	border:solid;
	border-color:#999999;
	border-width:1px;
}

div#insideRight	
{
	width:691px;
	min-height:300px;
	float:left;
	padding:10px;
	margin-left:20px;
	text-align:left;
/*	background-image:url(../images/HomePageGuy.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;*/
	background-color:#FFFFFF;
	border:solid;
	border-color:#999999;
	border-width:1px;
}
	
div#footer	
{
	background-image:url(../images/RecoveryFooter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:960px;
	padding-top:10px;
	color:#ffffff;
	font-size:10px;
}

div#footer a
{
	color:#ffffff;
	font-size:10px;
	
}
	
div#footer a: hover
{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
	
}
		
	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}