/***********************************************/
/* UNIQUE STYLES                               */
/***********************************************/
#friday{
	color:#CCCCCC;
	font: normal 90% Arial,sans-serif;
}
/************** PRIVACY STYLES *****************/
#privacy_txt{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	font: normal 100% Arial,sans-serif;
	color: #333333;
	line-height: 20px;
}
#privacy_txt a:visited {
	color:#333333;
    text-decoration: none;
}
#privacy_txt a:link {
	color:#333333;
    text-decoration: underline;
}
#privacy_txt a:hover {
	color:#666666;
    text-decoration: underline;
}

/*********** PAGE NOT FOUND STYLES ***********/
#pagenotfound_txt a:visited {
	color:#333333;
    text-decoration: none;
}
#pagenotfound_txt a:link {
	color:#333333;
    text-decoration: underline;
}
#pagenotfound_txt a:hover {
	color:#10569F;
    text-decoration: underline;
}

/*********** Calculator form***********/
.calculator{
	margin-left:15px;
}
.calculator td{
text-align:left;
	padding:3px;
	color:#FFFFFF;
	background-color:#013C78;
	padding-left:10px;	
}
.calculator_results td{
	background-color:#0C549D;
	padding-left:10px;
}
.calculator_results input{
	background-color:#0C549D;
	border:0px;
	padding:1px;
	color:#FFFFFF;
}


/*********** CONTACT FORM STYLES *****************/
#contactUsTable {
	padding-left: 15px;
	color: #FFFFFF;
}
/*********** BREADCUMB STYLES ********************/
/*********** RESOURCES STYLES ********************/
#resources {
	padding:10px;
	display:none;
}

.flash_banner{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	border: 0px solid #FFF;
}
#line_breakHome{
	margin:5px 0px 5px 15px;
	padding:0px 0px 0px 0px;

	width:585px;
	height:1px;
	background-image:url(../../images/horz_line.gif);
	background-repeat:repeat-x;
}
#line_break{
	margin:5px 0px 5px 15px;
	padding:0px 0px 0px 0px;

	width:610px;
	height:1px;
	background-image:url(../../images/horz_line.gif);
	background-repeat:repeat-x;
}
#line_breakHeadings{
	margin:5px 0px 15px 15px;
	padding:0px 0px 0px 0px;

	width:596px;
	height:1px;
	background-image:url(../../images/horz_line.gif);
	background-repeat:repeat-x;
}
#line_breakInternal{
	margin:5px 0px 5px 15px;
	padding:0px 0px 0px 0px;

	width:392px;
	height:1px;
	background-image:url(../../images/horz_line2.gif);
	background-repeat:repeat-x;
}
#line_breakInternalFull{
	margin:5px 0px 5px 15px;
	padding:0px 0px 0px 0px;

	width:600px;
	height:1px;
	background-image:url(../../images/horz_line2.gif);
	background-repeat:repeat-x;
}
/********************* end *********************/

