@charset "UTF-8";
/*
iPhone CSS for Appraisal World, Summer 2008
Created by Gene Cowan, April 2008
Compliments /appraisalworld.css styles and customizes them for display on iPhone
Goes like this: Resets... Page styles... Content blocks... Navigation blocks... Buttons... then text styles at the end. */

/* RESET BASELINES ---------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

img, abbr, acronym, fieldset{border:0;}

ol, ul {list-style:none;}

table {
border-collapse:collapse;
border-spacing:0;
}

.clear {clear:both;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.float_left {float:left;}
.float_right {float:right;}


#wrapper {
	/*width: 480px;*/
	background: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;

   /*width: 100%;*/
}





/* PAGE LAYOUT STYLES ---------------------------------------------- */

body {
	background-color: #FFFFFF;
   width: 100%;
}

/* Internal Page Header */

#pageheader {
	font-family: HelveticaNeue, Helvetica;
	font-size: 12pt;
	color: #333;
	height: 5px;
	width: 480px;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #fff;
	font-weight: bold;
	clear: both;

   width: 100%;
}

#pageheader ul {
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #999999;
	}
#pageheader li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:block;

	}
#pageheader a {
	color: #333;
	text-decoration: none;
	display:block;
}

#pageheader-links1, #pageheader-links2, #pageheader-links3 {
	float:right;
	width:120px;
	text-align: left;
	list-style: none;
	height: 45px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.logo {
	position:relative;
	left:0px;
	top:0px;
	overflow:visible;
	height:70px;
	width:456px;
	padding:0;
	z-index:9999;
	border:none;
	float:none;
	visibility: visible;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 70px;
	margin-left: 0px;
	clear: both;
}



/* CONTENT BLOCKS ---------------------------------------------- */

#maincontent {
	clear: both;
	width: 480px;
	border: none;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
   width: 100%;
}


.one-third, .two-third, .one-half {
	background-color: #FFE57F;
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 10px;
	float: left;
	clear: both;
	height: auto;
	width: 450px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* Top Navigation */

#nav-shadow {
	background-attachment: scroll;
	background-image: url(/images/backgrounds/shadowline.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding: none;
}

/* FOR APPRAISERS */
#nav-app {
	font-family: HelveticaNeue, Helvetica;
	font-size: 9pt;
	color: #333;
	height: 30px;
	width: 455px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-color: #FFE57F;
	clear: both;
	text-shadow: 1px 1px 2px silver;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-app ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav-app li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#nav-app a {
	color: mediumblue;
	text-decoration: underline;
	display:block;
}

#nav-lend {
	font-family: HelveticaNeue, Helvetica;
	font-size: 9pt;
	color: #333;
	height: 30px;
	width: 455px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-color: lightblue;
	clear: both;
	text-shadow: 1px 1px 2px silver;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-lend ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav-lend a {
color: mediumblue;
	text-decoration: underline;
	display:block;
}

#nav-lend-title, #nav-ho-title, #nav-about-title, #nav-app-title {
	float:left;
	width:100px;
	color: #333;
	font-size: 12pt;
	line-height: 100%;
	text-shadow: 0px 1px 0px white;
}



#nav-ho {
	font-family: HelveticaNeue, Helvetica;
	font-size: 9pt;
	color: #333;
	height: 30px;
	width: 455px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-color: lightgreen;
	clear: both;
	text-shadow: 1px 1px 2px silver;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-ho ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav-ho a {
color: mediumblue;
	text-decoration: underline;
	display:block;
}




#nav-about {
	font-family: HelveticaNeue, Helvetica;
	font-size: 9pt;
	color: #333;
	height: 30px;
	width: 455px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-color: whitesmoke;
	clear: both;
	text-shadow: 1px 1px 2px silver;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-about ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav-about a {
color: mediumblue;
	text-decoration: underline;
	display:block;
}



/*Links within the top navigation bar */
.nav-links1  {
	float:left;
	clear: left;
	width: 150px;
	text-align: left;
	list-style: none;
	height: 60px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 10pt;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.nav-links2, .nav-links3, .nav-links4, .nav-links5, .nav-links6, .nav-links7  {
	float:left;
	clear: none;
	width: 150px;
	text-align: left;
	list-style: none;
	height: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 10pt;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}












/* Glossy Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.bluebutton, a.goldbutton, a.graybutton, a.blackbutton {
	padding-top: 10px;
	background: none;
	color: black;
	display: block;
	float: right;
	text-shadow: 0px 1px 0px white;
	height: 26px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	font-family: HelveticaNeue, Helvetica;
	font-size: 20px;
	font-weight: bold;
	-webkit-appearance: button;
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	-webkit-border-radius:5px;
	border: 1px solid #cccccc;
	-webkit-tap-highlight-color:#0065bd;
}

a.bluebutton span {
    background: none;
    display: block;
    line-height: 16px;
    padding: none;
}

a.bluebutton:active {
	background-position: bottom right;
	color: black;
	outline: none; /* hide dotted outline in Firefox */
}

a.bluebutton:active span {
    background-position: bottom left;
    padding: none;
}




a.goldbutton span {
    background: none;
    display: block;
    line-height: 16px;
    padding: none;
}

a.goldbutton:active {
	background-position: bottom right;
	color: black;
	outline: none; /* hide dotted outline in Firefox */
}

a.goldbutton:active span {
    background-position: bottom left;
    padding: none;
}




a.graybutton span {
    background: none;
    display: block;
    line-height: 16px;
    padding: none;
}

a.graybutton:active {
	background-position: bottom right;
	color: black;
	outline: none; /* hide dotted outline in Firefox */
}

a.graybutton:active span {
    background-position: bottom left;
    padding: none;
}




a.blackbutton span {
    background: none;
    display: block;
    line-height: 16px;
    padding: none;
}

a.blackbutton:active {
	background-position: bottom right;
	color: black;
	outline: none; /* hide dotted outline in Firefox */
}

a.blackbutton:active span {
    background-position: bottom left;
    padding: none;
}






/* Text Styles */


#maincontent p {
	font-family: HelveticaNeue, Helvetica;
	font-size: 13pt;
	line-height: 130%;
	color: #333333;
}

#maincontent h1 {
	font-family: HelveticaNeue, Helvetica;
	font-size: 24pt;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	letter-spacing: -1pt;
text-shadow: 1px 1px 2px silver;
}

#maincontent h2 {
	font-family: HelveticaNeue, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	letter-spacing: -1pt;
	text-shadow: 0px 1px 1px #ffffff;
}

#maincontent h3 {
	font-family: HelveticaNeue, Helvetica;
	font-size: 15pt;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
}

.subhead1 {
	font-family: HelveticaNeue, Helvetica;
	font-size: 17pt;
	font-weight: bold;
	line-height: 120%;
}

.subhead2 {
	text-shadow: 0px 0px 0px #333333;
	font-family: HelveticaNeue, Helvetica;
	font-size: 20pt;
	font-weight: bold;
	line-height: 110%;
}

.subhead3 {
	font-family: HelveticaNeue, Helvetica;
	font-size: 15pt;
	font-weight: normal;
	line-height: 110%;
}

.caption {
	font-family: HelveticaNeue, Helvetica;
	font-size: 8pt;
	line-height: 100%;
}

blockquote {
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px;
	background-attachment: scroll;
	background-color: #FFE57F;
	background-repeat: repeat-x;
	background-position: center;
	cursor: pointer;
	display: block;
	height: auto;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	position: relative;
	width: 440px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* Page Footer */

#footer {
	font-family: HelveticaNeue, Helvetica;
	font-effect: engrave;
	font-size: 12pt;
	color: #FFFFFF;
	/*height: 600px;*/
	width: 100%;
	/*line-height: 120%;
	margin-top: 20px;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	/*clear: both;
	background-attachment: scroll;
	background-image: url(/images/backgrounds/shadowline.png);
	background-repeat: repeat-x;
	background-position: top;

text-shadow: 0px -1px 0px #333333;
*/

background-color: #E4E4E4;
margin-bottom: 0;

}
#footer ol {
	list-style: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-copyright {
	float:left;
	clear: right;
	width:300px;
	color: #FFFFFF;
	/*margin-bottom: 15px;*/
}
.footer-links {
	float:left;
	width:430px;
	text-align: left;
	/*line-height: 200%;*/
}



/* STYLES FOR HOME PAGE ONLY */

.footer-links-highlight {
	float: left;
	width: 430px;
	text-align: left;
	border-left-color: #cccccc;
	/*line-height: 200%;*/
}



#homewrapper {
	width: 450px;
	background: white;
}


#home-top {
	font-family: HelveticaNeue, Helvetica;
	font-size: 15pt;
	color: #333;
	height: auto;
	width: 450px;
	line-height: 120%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.searchbox {
	margin-top: 0px;
}

.searchbox table {
font-size: 11pt;
text-shadow: 0px 1px 1px #bbbbbb;
}

.searchbox a {
color: black;
}

.searchbox p {
line-height: 100%;
text-shadow: 0px 1px 1px #ffffff;
}


#home-center {
	font-family: HelveticaNeue, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	line-height: 110%;
	color: #333333;
	width: 450px;
	height: auto;
	clear: both;
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 0px;

}


#forlenders, #forhomeowners, #forappraisers {
	width: 430px;
	height: 190px;
	background-color: gold;
	margin-bottom: 35px;
	margin-left: 5px;
	clear: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}


.gobutton {
	align: right;
	height: 50px;
	width: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0px;
}




#home-bottom {
	font-family: HelveticaNeue, Helvetica;
	font-size: 16pt;
	font-weight: normal;
	line-height: 120%;
	color: #333333;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#column1, #column2, #column3 {
	padding: 0px;
	margin-left: 5px;
	height: auto;
	float: left;
	clear: both;
	width: 450px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: 10px;
	border-top-width: medium;
	border-top-color: #666666;
}



/* Styles for search results boxes */
#slider-box {
	width: 450px;
	height: auto;
	clear: both;
	float: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
#ad-box {
	width: 450px;
	height: 155px;
	clear: both;
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#list-box {
	width: 450px;
	clear: both;
	float: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
#map-box {
	width: 450px;
	clear: both;
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#newsearch-box {
	width: 450px;
	clear: both;
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

.float_left {float:left;}
.float_right {float:left;}


.landingbox {
	height: auto;
}

.homecolumnbox {
	height: auto;
}



.highlite, .callout {
	background: url("/images/backgrounds/roundtop-470px.png") no-repeat left top;
	float:left;
	width:470px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.highlite2, .callout2 {
  background:url("/images/backgrounds/roundbtm-470px.png") no-repeat left bottom;
  padding:0 0 38px 0;
  width:470px;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
}
.highlite3, .callout3 {
  border:none;
  border-width:0px;
  background: #fdE400;
  padding:0 10px;
  width:450px;
 float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
}


/* HEADER SIGNIN STRIP */

#header-signin {
	background-color: #f0ab00;
	height: 100px;
	width: 460px;
	top: 0px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-image: none;
	background-repeat: repeat-x;
	vertical-align: middle;
	font-family: HelveticaNeue, Helvetica;
	font-size: 12pt;
	line-height: 200%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#headerbarleft {
	float: left;
	width: 130px;
}

#headerbarright {
	float: right;
	width: 250px;
}





/* Finally, use this to hide content that shouldn't appear on iPhone */

.iphone-hide {
	width: 0px;
	height: 0px;
	display: none;
}
span.copyright_small{
   font-size: 9px;
}