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

body	{
	background-color:#D6D6D6;
	behavior:url(/csshover.htc);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

div#page	{
	width:1000px;
	border: 1px solid #054B93;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
	padding:0px;
}

div#headerContainer	{
	width:1000px;
	height:92px;
	float:left;
	padding:0px;
	margin:0px;
}
	
div#logo	
{
	float:left;
	width:344px;
	height:92px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

div#phone
{
	float:right;
	width:656px;
	height:63px;
	padding:0px;
	margin:0px;
}

	
div#flashContainer	{
	float:left;
	width:1000px;
	padding:0px;
	margin:0px;
}

/* Index Content Styles*/
div#indexTopContent	{
	float:left;
	width:956px;
	height:80px;
	padding-left:22px;
	padding-top:22px;
	padding-right:22px;
	padding-bottom:10px;
}

div#indexBottomContent	{
	float:left;
	width:1000px;
	background-color:#ffffff;
	}
	
	div#indexBottomContent div#left	{
	float:left;
	width:525px;
	padding:10px 10px 0px 20px;
	margin-bottom:0px;
	}

	div#indexBottomContent div#right	{
	float:left;
	width:375px;
	padding:10px 35px 0px 20px;
	border-left:1px solid #c1c1c1;
	margin-bottom:0px;
	}
	
	
	div#indexBottomContent div#right .componentImages	{
	padding:2px 0px;
	}
	
/*Interior Content Styles*/
div#interiorContentBox	{
	float:left;
	width:1000px;
	padding:20px 0px 0px 0px;
	background-image:url(../images/index-bott-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

div#interiorContent	{
	float:left;
	width:683px;
	padding:0px 20px 10px 35px;
}

div#interiorColumn	{
	float:right;
	width:262px;
	padding-top:15px;
}


div#footer	{
	float:left;
	width:1000px;
	height:50px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:white;
	color:#44598A;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding:0px 0px;
	margin-top:1px;
	}

div#captiva	{
	width:1000px;
	margin:0 auto 0 auto;
	padding:5px 0px;
	font-size:10px;
	font-weight:bold;
	color:#c7c6c6;
	text-align:center;
}

div#captiva a	{
	color:#b8b7b7;
}

div#captiva a:hover	{
	color:#647cb2;
}


/*---------------------------------- 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;