html, body {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #191919;
}

a {
	color: #752B2B;
	text-decoration: underline;
}
a:hover {
	color: #AF3E3A;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}

input, select, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
}

.ImageLink {
	background-color: #FFFFFF;
	border: 1px solid #E3B88D;
	padding: 4px;
	margin: 6px 0px 5px 5px;
}

a .ImageLink {
	border: 1px solid #752B2B;
}

a:hover .ImageLink {
	border: 1px solid #AF3E3A;
}

.Background1 {
	background-color: #FCD5AC;
	padding-left: 6px;
	color: #663333;
}

.Background2 {
	background-color: #FCD5AC;	
}

.Background3 {
	background-color: #D9AE83;	
}

.Background4 {
	background-color: #F4EADF;	
	padding-left: 6px;
	color: #663333;
}

.Heading1 {
	font-size: 13px;
	color: #996633;	
}

.Heading2 {
	font-size: 18px;
	color: #7D0212;
}

.Highlight1 {
	color: #060;
}

.Highlight2 {
	color: #C00;	
}

.Highlight3 {
	color: #996633;
}

.Highlight4 {
	color: #7D0212;
}

.List1 li {
	margin-bottom: 8px;
}

.Btn1,
.Btn2,
.Btn3,
.Btn4 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 11px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #08548E;
	border-color: #1E3D5B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0965AA;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}

.Btn4 {
	background-color: #6F2323;
	border-color: #663333;
	color: #FFE6E6;
}
.Btn4:hover {
	background-color: #A43333;
	color: #FFF;
}

.Layout_Header_BG {
	background: url(../images/Layout_Header_BG.jpg) repeat-x;
}

.Layout_Body_Top {
	background: url(../images/Layout_Body_BG.jpg) repeat-y;
}

.Layout_Footer_BG {
	background: url(../images/Layout_Footer_BG.gif) repeat-x;
}

.Layout_Footer {
	background: url(../images/Layout_Footer.jpg) no-repeat;
	padding: 25px 38px 0px 38px;
}

#Navigation {
	float: left;
	width: 290px;
}

#Menu {
	width: 215px;
	margin: 20px 0px 0px 45px;
}

#Menu a {
	margin: 0px 0px 0px 15px;
	color: #663333;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
#Menu a:hover {
	color: #AF3E3A;
	text-decoration: none;
}

.Menu_Div {
	margin: 13px 0px 10px 0px;	
}

#Panel {
	width: 291px;
	height: 121px;
	margin: 0px;	
	background: url(../images/Layout_Panel_ContactUs.jpg) no-repeat;
}

#PanelText {
	padding: 45px 18px 0px 0px;
	text-align: right;
	font-size: 14px;
	color: #996633;
}
#PanelText a {
	color: #752B2B;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#PanelText a:hover {
	color: #AF3E3A;
	text-decoration: underline;
}

#Panel_Spanish {
	width: 291px;
	height: 121px;
	margin: 0px;	
	background: url(../images/Layout_Panel_Spanish.jpg) no-repeat;
}

#Body {
	float: left;
	width: 652px;
	margin: 15px 0px 0px 10px;
}
#Body p {
	line-height: 25px;
}

#BodyBG {
	float: left;
	width: 100%;
	background: url(../images/Layout_Body_Top.jpg) no-repeat;
}

#Disclaimer {
	float: left;
	width: 616px;
	height: 97px;
	line-height: 22px;
	margin: 15px 0px 0px 0px;
	padding: 12px 30px 0px 30px;
	background: url(../images/Layout_Body_Disclaimer.jpg) no-repeat;
	font-size: 13px;
	font-style: italic;
	color: #996633;
}

#FooterNav {
	font-size: 12px;
	margin-bottom: 10px;
	color: #999;
}
#FooterNav a {
	color: #CCC;
	text-decoration: none;
}
#FooterNav a:hover {
	color: #FFF;
	text-decoration: none;
}

#Copyright {
	float: left;
	font-size: 11px;
	color: #999;
	margin-bottom: 15px;
}

#Designed {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #999;
}
#Designed a {
	color: #999;
	text-decoration: none;
}
#Designed a:hover {
	color: #C8C8C8;
	text-decoration: none;
}

#PanelForeclosure {
	float: left;
	text-align: left;
	background: url(../images/Layout_Panel_ForeclosureDefense.jpg) no-repeat;
	width: 272px;
	height: 100px;
	margin: 20px 0px 20px 55px;
	padding: 66px 0px 0px 250px;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
#PanelForeclosure a {
	color: #F6D377;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#PanelForeclosure a:hover {
	color: #FFEC99;
	text-decoration: underline;
}


/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*---- Header styling ----*/
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4,
.sIFR-active h5,
.sIFR-active h6,
.sIFR-active pre {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sIFR-active h1 {
	font-size: 24px;
	height: 40px;
}

h1 {
	color: #7A2626;
	font-size: 22px;
	background: url(../images/Layout_Heading_Underline.png) no-repeat right 29px;
}



