@charset "UTF-8";
/* 
@font-face {
  font-family: "Avian";
  src: url(http://nikku.net/perlmortgage/includes/fonts/AvianRegular.ttf) format("truetype");
}
*/
body  {
	background: #dedfe1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
}

.hr {
	margin-top:10px;
	background-color:#404040; 
	width:430px; 
	height:1px; 
	text-align:left;
}

#content .hr {
	margin-left: 40px;
}

#mainContent p a {
	font-weight: bold;
	text-decoration: none;
	color: #007eba;
	}
	
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #dedfe1; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 100px 10px 15px 20px; */
	padding: 0px 10px 15px 0px;
	background-image: url(images/homepage/nav_header.jpg);
	background-position: 0px 45px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #article_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px;
	background-image: url(images/articles/articles_links_header.jpg);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #about_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px;
	background-image: url(images/about/about_Perl_nav_header.jpg);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #loanofficer_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px;
	background-image: url(images/loan_officers/lo_links_header.jpg);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 53px 50px 35px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
} 

.twoColFixLtHdr #content { 
	zoom: 1;
	padding-top: 53px;
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(images/footer/footer_15.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 ul {
	list-style: url('images/listitem.gif') outside;
}

#sidebar1 ul ul {
	padding-left: 18px;
}

.podcasts li {
	margin-bottom: 10px;
	list-style: url('images/podcasticon.png') outside;
}

blockquote {
	background-color: #dedfe1;
	padding: 8px;
	border: solid thin #cccccc;
	}
	
h2 {
	line-height: 140%;
	display: block;
	font-size: 13px;
	font-weight: bold;
	}
	
.sidebar_link {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	}
	
.sidebar_on, a.sidebar_on {
	color: #007eba;
	text-decoration: none;
	font-weight: bold;
	}
	
#sidebar ul{
	list-style:outside;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -12px;
	line-height: 120%;
	display: block;
}

#sidebar li {
padding-bottom: 5px;
display: block;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	}
	
.input-box {
	border: #26a solid 1px;
}

.select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	} 

.style1 {
	color: #007eba;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
}	

.menumouseover {
	height: 64px;
	width: 159px;
	border: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: center;
  background-image: url('images/nav/nav.jpg')	
}

.menumouseover:hover {
	background-image: url('images/nav/nav_ro.jpg');	

}

.sidebarheader {
	font-family: "Avian", Verdana, sans-serif;
	color: #1e84c2;
	font-size: 12pt;
	font-weight: 100;
	margin-top: 50px;
	margin-bottom: 30px;
}

#mainContent .sidebarheader, #page #content h2, #page #content h2 a {
	/* font-family: "Avian", sans-serif;
	color: #1e84c2;
	font-size: 16pt; */
	
	font-family: Verdana, sans-serif;
	color: #404040;
	font-size: 11pt;
	text-transform: none;
	font-weight: 100;
	margin-top: 50px;
	margin-bottom: 30px;
}

#page #content h2, #page #content h2 a {
	margin-top: 0px;
}


h3, h3 a {
	font-family: Verdana, sans-serif;
	color: #404040;
	font-size: 11pt;
	text-transform: capitalize;
	font-weight: 100;
}

.subhead {
	font-family: "Avian", Verdana, sans-serif;
	font-size: 12pt;
	color: #1e84c2;
	font-weight: 100;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
	text-transform: uppercase;
}

.sidebarheader a,  .widgettitle {
	font-family: "Avian", Verdana, sans-serif;
	color: #1e84c2;
	font-size: 16pt;
	font-weight: normal;
}

.widgettitle {
	margin-left: 20px;
	font-size: 12pt;
	padding-left: 25px;
	padding-right: none;
}

.nav, .sidebarheader {
	vertical-align: center;
	text-align: left;
	margin-left: 25px;
	text-transform: uppercase;
}

#mainContent .sidebarheader {
	margin-left: 0px;
	margin-top: 0px;
}

td.featuredlink {
	vertical-align: top;
	width: 198px;
	height: 180px;
}

.featuredwide {
	width: 206px;
}

.featuredlink a {
	color: #1e84c2;
}

.featuredlink .sidebarheader {
	margin-top: 0px;
	margin-bottom: 0px;
}

.featuredlink p {
	margin-left: 20px;
}

#community {
	background: url('images/homepage/index_community.jpg') no-repeat bottom left;
}

#calculator {
	background: url('images/homepage/index_calculator.jpg') no-repeat bottom left;
}

#question {
	background: url('images/homepage/index_question.jpg') no-repeat bottom right;
}

#apply, #news {
	background: url('images/homepage/index_apply.jpg') no-repeat bottom left;
}

.orange, .orange a, a.orange {
	color: #f7941d;
}

a.orange:hover {
	color: #1e84c2;
}

.advisors {
	text-align: right;
	float: left;
	margin: 30px;
	width: 130px;
}

.black {
	color: #000;
	font-weight: normal;
}

.benefits {
	margin: 30px;
}

.fieldwrap {
	margin: 0px;
}

.caption, .caption a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div.calculator {
	background: url('images/homepage/index_calculator.jpg') #fff no-repeat bottom right;
	border: 1px solid #AAA;
	margin: 30px;
	margin-top: 5px;
	padding: 5px;
	width: 150px;
	height: 250px;
	text-align: right;
	font-size:10pt;
}

.landingcenter {
	margin: 30px; 
	margin-left: 190px;
}

fieldset.cc-signup {
  float: left;
    margin: 10px 16px 10px 0;
    width: 173px;
	background: #EEF0F4;
}

.cc-signup legend {
	font-weight: bold;
	color: #1E84C2;
	    font-size: 1.1em;
}

.cc-signup label {
	font-weight: bold;
	display: block;
}

.cc-signup input {
	margin-bottom: 12px;
}

.cc-signup input#submit {
	margin-bottom: 0;
}

#surveyMonkeyInfo {
	position: relative;
	left: -50px;
}
