@charset "utf-8";
/* CSS Document */

@import "interior.css";

/* new expanding bg */	
.widget{
	background-image: url('../img/backgrounds/content-widget.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	width:525px;	
	/*border: 1px dotted #FF00FF; temp - border*/
}
	
.widgetBottom{
	background-image: url('../img/backgrounds/content-widget-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0;
	padding:0;
	width:525px;
	/*border: 1px dotted #00FFFF; temp - border*/
} 

.widget form{
	margin: 0;
	padding:24px 0 30px 0;
	display: inline-block;
}
	
.widget form:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	

form dl{
	width:507px;
	clear:left;
	margin:4px 0;
	/*border: 1px solid #FF00FF; pink*/
}

form dt{
	width:200px;
	padding:9px 11px 0 0;
	clear:left;
	float:left;
	/*border: 1px dashed #00FF00; green*/
}
	
form dt label{
	float:right;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:right;	
}

form dt a:link,
form dt a:hover,
form dt a:visited,
form dt a:active{
	float:right;
	clear:right;
	text-decoration:underline;
	color:#036;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}		

form dt span{
	float:right;
	clear:right;
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}	

form dd{
	width:286x;
	float:left;
	padding:5px 0 0 0;
	/*border: 1px dotted orange; blue*/
}	

form dd input, form dd select{
	float:left;
	margin:2px 2px 5px;
	padding-left: 4px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}	

form dd select{
	padding-left:0;
}		

form dd div.checkboxGroup, form dd div.radioGroup{
	float:left;
	margin:2px 2px 5px 4px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

#Content p{
	width:auto;
}

dd p.button{
	float:left;
	margin:0 14px 0 0;
	
}

dd p.button a:link,
dd p.button a:hover,
dd p.button a:active,
dd p.button a:visited{
	width:auto;
	padding-left:14px;
	padding-right:14px;
}

dd a.cancel{
	float:left;
	text-decoration:underline;
	color:#002663;
	margin-top: 9px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 0px;
	left: 0px;
}	

hr{
	height:0;
	clear:both;
	margin: 48px 20px 15px;
	_ margin:12px 24px;
}

.estimatedPayment label{
	width:150px;
}

.estimatedPayment dd{
	font-size:18px;
	font-weight:bold;
	padding-top: 12px;
}

#Content p.footnotes{
	margin:3px 12px;
	color:#808080;
	font-size:10px;
	font-style:italic;
}
	
#Content .footnotes strong{
	color:#000;
	font-size:12px;
}

/* button styling for "payment calculator" */
#Content p.button{
	width:100px;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #9933CC; purple*/
}

.calcButton{
	margin: 0px;
	width: 100%;
	left: -54px; /*-60*/
	/*position: relative;*/
	/*border: 1px solid #999900; olive green*/
}

#paymentCalculatorSubmit{
	float:left;	
}
#paymentCalculatorClear{
	float:right;
}

/*------------------------------------- IE HACKS -----------------------------------*/	


.widget form{
	| zoom: 1;     /* triggers hasLayout */
	| display: block;
}

#Content p.button{
	_width:40px;
}

.calcButton{
	| left: 58px; /*-60*/
}
