
body
{
	behavior:url(/csshover.htc);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#47324c;
	margin:0 auto 0 auto;
	padding:0px;
	background-image:url(../images/purple-bg.gif);
	background-repeat:no-repeat;	
	background-position:center top;
	background-color:#47324c;
}

div#page
{
	width:960px;	
	background-color:#ffffff;
	margin:0 auto 0 auto;

}

div#bodyContent	
{
	width:960px;
	padding:0px;
	margin:0px;
}

div#header	
{
	width:960px;
	height:103px;
	padding:0px;
	margin:0px;
	background-image:url(../images/top-header-fox2.jpg);
	background-repeat:no-repeat;
	float:left;
}

div#triptic
{
	width:770px;
	height:121px;
	float:left;
}


div#contentContainer
{
	width:960px;
	float:left;
	background-image:url(../images/content-repeater.jpg);
	background-repeat:repeat-y;
}
	
div#leftNav	
{
	width:190px;
	background-image:url(../images/left-column-header.jpg);
	background-repeat:no-repeat;
	background-color:#d0d5eb;
	padding-top:100px;
	padding-bottom:15px;
	padding-right:0px;
	margin:0px;
	float:left;

}


div#navContainer
{
	float:left;
	width:770px;	
	float:left;
}

div#navContainer2
{
	float:left;
	width:770px;
	float:left;
}

div#centerContainer
{
	float:left;
	width:478px;	
	padding-left:20px;
	padding-right:10px;
	padding-bottom:15px;
	float:left;
}
div#centerContainerTemplate
{
	float:left;
	width:700px;	
	padding-left:20px;
	padding-right:10px;
	padding-bottom:15px;
	float:left;
}

div#middleTemplate
{
	float:left;
	width:500px;	
	padding-left:20px;
	padding-right:10px;
	padding-bottom:15px;
	float:left;
}

div#rightTemplate
{
	width:240px;
	min-height:600px;
	background-image:url(../images/formBG.jpg);
	background-repeat:repeat-x;
	float:left;
}

div#formTemp
{
	width:240px;
	float:left;
	height:170px;
	padding:10px 0px;
}

div#formTemp input, div#formTemp select
{
	background-color:#e7e9f4;
	border:1px solid #544755;
	margin:5px 0px;
	padding:4px;
	color:#333333;
	font-size:12px;
}


div#rightColumn
{
	width:242px;
	float:left;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#FFFFFF;
}


div#constructiveDivorce
{
	width:232px;
	float:left;
	background-color:#C5C4B2;
}

div#foxFiles
{
	width:232px;
	float:left;
	background-image:url(../images/fox-family-files.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
	padding-left:10px;
	background-color:#CFAE81;
	margin-top:50px;
	padding-bottom:20px;
}


div#footer	
{
	width:960px;
	height:35px;
	margin:0 auto 0 auto;
	padding-top:20px;

}

div#footer a, div#footer a:visited
{
	color:#ffffff;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}

div#footer a:hover, div#footer a:active
{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}


/*=========================*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */

