/* MAIN NAV */

#mainNav {
	float:right;
	border-right:#afafaf solid 1px;
	margin-top:15px;
	margin-bottom:0px
 }
#mainNav a {
 	border-left:#afafaf solid 1px;
	display:block;
	height:35px;
	float:left;
	text-decoration:none;
	color:#838a8e;
	font-size:14px;
	padding:0px 20px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
}

#rightcol {
	float:right;
}


#mainNav a:hover, #masthead div a:hover, #qa a:hover, #footer #footnav a:hover, #homsafe2 a:hover, #about #qa a:hover, #resource #qa a:hover, #rellinks a:hover, #questions #qa a:hover, #home2col #qa a:hover {
	color: #32778F;
}
#rellinks {
 	border:#afafaf solid 1px;
	width:150px;
	padding:15px 15px 15px 15px;
	font-size:11px;
	color:#afafaf;
}
	
#rellinks h3 {
margin:5px 0 5px 0;
}
	
#rellinks h2 {
margin:15px 0 5px 0;
font-size:15px;
}

#rellinks a {
	text-decoration:underline;
	color:#DC3E00;	
}

/* BACKGROUNDS - LAYOUT*/

.col3 {
	background: url(../../img/3col_bg.gif) repeat-y;
	border-right:#d1d1d1 solid 1px;	
}
.col2 {
	background: url(../../img/2col_bg.gif) repeat-y;
	border-right:#d1d1d1 solid 1px;	
	border-left:#d1d1d1 solid 1px;	

}

#footline {
 	clear:both;
	border-top:#fff solid 1px;
	background-color:#d1d1d1;
	height:1px;
	overflow: hidden 
	
}
#footer {
	margin-top:2px;
	border-top:#555 solid 2px;
	clear:both;
	background:url(../../img/bg_footer.jpg) repeat-x;
	height:64px;
	font-size:11px;
}
#footer #copy {
	float:left;
	padding:10px 28px;
	width:200px;	
	
}
#footer #footnav {
	float:right;
	padding:10px 0px;
	width:425px;	
}
#footer #footnav a {
	text-decoration:none;
	padding:0 10px;
	display:block;
	height:35px;
	float:left;
	border-left:#afafaf solid 1px;
}

#logo {
	width:150px;
	height:68px;
	background: url(../../img/homesafe_logo.gif) no-repeat 0px 0px;
	float:left;
}
#PMIlogo {
	width:55px;
	height:35px;
	background: url(../../img/PMIlogo.gif) no-repeat 20px 0px;
	float:right;
}

.totalField {
	font-size: 14px;
  font-weight: bold;
  color: #009900;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.totalText {
  color: #333333;
	font-size: 12px;
}

.error {
  color: #ff0000;
}

h2 {
  padding-top: 15px;
}

.submitButton {
  border: 1px solid #c0c0c0;
  color: #dc3e00;
  background-color: #ffffff;
  font-size: 11px;
  width: 123px;
}

#bif #masthead {
	background: url(../images/masthead_bif.jpg) no-repeat;
}

#bif #qa {
	line-height:20px
}
#bif #qa {
	width:458px;
}

/* result table styles */
.resultTable {
	margin: 15px 0px;
	border-collapse: collapse;
	width: 100%;
}

.resultTable td {
	border: 1px solid #666666;
	padding: 2px 5px;
	vertical-align: top;
	line-height: 14px;
}

.resultTable h2 {
	padding-top: 0px;
}

.resultTable td.alignCenter {
	text-align: center;
}

.resultTable td.alignRight {
	text-align: right;
}

.printContent {
	display: none;
}

