/* STYLES FOR HOME PAGE ONLY */

body {
	margin-top: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/backgrounds/grad_background.jpg);
	background-repeat: repeat-x;
	background-position: left 10%;
	}

#homewrapper {
	width: 930px;
	border: none;
	background: transparent;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: none;
}


#home-top {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333;
	height: 400px;
	width: 924px;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-attachment: scroll;
	background-image: url(/images/homepage/homebackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a{
   color: #0065bd;
}
a:hover{
   color: #000000;
}

.searchbox {
	/* width: 450px;
	height: 260px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px; */
	color: black;
	line-height: 130%;
	z-index: 1000;
	margin-top: 10px;
	margin-right: 15px;
	/* float: right;
	background-attachment: scroll;
	background-image: url(/images/backgrounds/searchbox-bg.png);
	background-repeat: no-repeat;
	background-position: left top; */
}

.searchbox a {
color: black;
}

.searchbox p {
line-height: 120%;
}

.searchbox .subhead1 {
color: black;
line-height: 120%;
}


#home-center {
	font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 110%;
	color: #333333;
	height: 150px;
	width: 930px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	/*background-image: url(/images/homepage/home-centerbar.png);
	background-repeat: no-repeat;
	background-position: left top;*/
   background: #ffffff;
	position: relative;
	margin-top: -100px;
	top: 0px;
	clear: both;
}

.gobutton {
	align: right;
	height: 50px;
	width: 65px;
	position: absolute;
	bottom: 0px;
}

#forlenders {
	float: left;
	clear: left;
	height: 120px;
	width: 270px;
	margin-left: 20px;
   border-right: 1px #c0c0c0 dotted;
   padding-right: 5px;
   display:block;

}

#forappraisers {
	float: left;
	clear: none;
	height: 120px;
	width: 270px;
	margin-left: 20px;
   border-right: 1px #c0c0c0 dotted;
   padding-right: 5px;
   display:block;
}


#forhomeowners {
	float: left;
	clear: right;
	height: 120px;
	width: 270px;
	margin-left: 25px;
   padding-right: 5px;
   display:block;
}




#home-bottom {
	font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 120%;
	color: #333333;
	width: 928px;
	height: 215px;
	margin-bottom: -35px;
	margin-left: auto;
	margin-right: auto;
   /*border:1px #ff0000 solid;*/
	/*clear: both;*/
   margin-top: -16px;
   padding-top: 30px;
   background: #ffffff;
}

#column1 {
	float: left;
	/*height: 200px;*/
	width: 260px;
	margin-left: 20px;
}

#column2, #column3 {
	float: left;
	/*height: 200px;*/
	width: 260px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	/*border-left-color: #333333;*/
   border-left: 1px #c0c0c0 dotted;
	padding-left: 20px;
}

.homecolumnbox {
	height: 100px;
	}

.title_frontpage{
   border-right:1px #f5f5f5 dotted;
   width: 270px;
   height: 25px;
   padding: 5px;
   background: #f5f5f5;
   padding-left:20px;
}
.diff_bg{
   background: #f0f0f0;
}
.exp{
   width: 310px;
}
.blue_tt{
      color: #0065bd;
}
.pad_lr{

   padding:7px;
}
.dotted_right{
   border-right: 1px #c0c0c0 dotted;
}
.whitebg{
   background: #ffffff;
}

#home-center2 {
   font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-weight: normal;
   /*line-height: 110%;*/
   color: #333333;
   margin-top: -120px;

   background: #ffffff;
   position: relative;
}
#home-bottom2 {
   font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-weight: normal;
   line-height: 120%;
   color: #333333;
   width: 928px;

   margin-bottom: -35px;
   margin-left: auto;
   margin-right: auto;
   /*border:1px #ff0000 solid;*/
   /*clear: both;*/
   margin-top: -16px;
   padding-top: 30px;
   background: #ffffff;
}


a.bluebutton {
   background: transparent url('/images/buttons/blue_button_a.png') no-repeat scroll top right;
   color: #FFFFFF;
   display: block;
   float: right;
   font: bold 13px HelveticaNeue, Helvetica, arial, sans-serif;
   text-shadow: 0px 0px 3px black;
   height: 26px;
   margin-right: 10px;
   margin-top: 0px;
   padding-right: 20px; /* sliding doors padding */
   text-decoration: none;
}

a.bluebutton span {
    background: transparent url('/images/buttons/blue_button_span.png') no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 2px 6px 10px;
}

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

a.bluebutton:active span {
    background-position: bottom left;
    padding: 4px 2px 6px 10px;
}
.top{
   vertical-align: top;
}
img.leftpad{
   padding-left:5px;
}
