/* CSS Document */
/* template 2 */

*{margin: 0; padding: 0;}

html{min-height: 100%;height: auto;}

body{
	background-image:url(images/BodyBground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#siteBody{
	background-color: #8D5A1B;
}
	
a{
	outline:none;
	color: #8D5A1B;
}
#header{
	clear: both;
	height: 90px;
	margin-top: 10px;
}
#header #logo,#welcomemessage,#content_body, #footer{
	width: 475px;
	margin-left: 38px;
	display: inline;
	text-align: center;
	float: left;
}
#footer{
	padding-top:20px;
	margin-left: 0px;
	width:550px;
}
#header #phoneaddress{
	float: right;
	/*text-align: right;*/
	margin-right: 20px;
	display: inline;
	width: 225px;;
}
#header #phoneaddress .item{
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
}
#header #phoneaddress .item.phone{
	float: left;
	margin-right: 10px;
	display: inline;
	width: 200px;
}
#header #phoneaddress .item .hilite{
	font-size: 12px;
	color: #0B2732;
	margin-bottom: 3px;
	width: 60px;
	DISPLAY: inline; 
	FLOAT: left;
	MARGIN-RIGHT: 3px;
	text-align: right
}
#footer{
	/*display: none;*/
}
#logo{
	height: 90px;
}
#logo h1{
	color: #144D5E;
	font-size: 28px;
	margin-bottom:5px;
}
#logo h2{
	color: #8D5A1B;
	font-size: 16px;
}

/*********************************   CONTENT STYLES *********************************/

#contentwrapper{
	width: 806px;
	margin: 35px auto;
	text-align: left;
	background-image:url(images/contentwrapper_bground.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border: 1px solid #8D5A1B;
	border-top: 5px solid #8D5A1B;
}
#content{
	width: 802px;
	padding-bottom:20px;
}
#content_body{
	text-align: left;
	padding-bottom: 15px;
	float: left;
}
#content_body h1{
	font-size: 20px;
	color: #154E61;
	padding-left: 10px;
	background-image:url(images/h1_bground.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
#content_body h2{
	font-size: 17px;
	color: #AF6C15;
	padding-left: 10px;
}
#content_body h3{
	font-size: 15px;
	color: #CB9C58;
	padding-left: 10px;
}
#content_body h4{
	font-size: 14px;
	color: #444444;
	padding-left: 10px;
}
#content_body h5{
	font-size: 13px;
	color: #444444;
	padding-left: 10px;
}
#content_body h6{
	font-size: 12px;
	color: #444444;
	padding-left: 10px;
}
#content_body p{
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #444;
	margin-bottom:10px;
}
#content_float_clear{
	clear: both;
}
.content #welcomemessage{
	display: none;
}
.content #content{
	background-image:url(images/contentdisplay_content_bground.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#ct_body ul{
	margin-left: 60px;
	list-style-type:square;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ct_body ul li,#ct_body ol li{
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 13px;
	color:#8D5A1B;
	line-height:20px;
}
#ct_body ol{
	list-style-type:decimal;
	display:list-item;
	margin-left: 50px;
}
#ct_body ol li{
	list-style-position: outside;
}

#content_body h2{
	font-size: 12px;
}

#content_body .left{
	float: left;
}

#content_body .right{
	float: right;
}

#content_body .clear{
	clear: both;
}

#content_body .left select{
	width: 120px;
}
#content_body .right select{
	width: 120px;
}

/*********************************   FEATURE STYLES *********************************/

#feature{
	background-repeat:repeat-x;
	background-position: top left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top:double 4px #8D5A1B;
	border-bottom:double 4px #8D5A1B;
}
#feature h1{
	color: #187188;
	font-size: 35px;
	font-style:italic;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
#feature p{
	color: #8D5A1B;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}
#feature #photo{
	display: none;
}

/*********************************   RAIL STYLES *********************************/

#rail{
	width: 235px;
	margin-right: 5px;
	margin-bottom: 200px;
	float: right;
	display: inline;
}
#rail ul{
	list-style-type:none;
}
.railfeature{
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.railfeature h1{
	color:#FFF;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	background-image:url(images/railfeature_h1_bground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #53B3CB;
	border-bottom: none;
}
.railfeature .body{
	text-align: left;
	background-color: #FFF;
	background-image:url(images/railfeature_body_bground.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border: 1px solid #53B3CB;
	padding: 7px;
  	width: 214px;
}
.railfeature .body div{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.railfeature .appraiser .body{
	height: 190px;
	overflow: scroll;
	overflow-x: hidden;
}
.railfeature .body h1{
	border: none;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size:14px;
	color: #154E61;
	background-image: none;
	padding: 0;
}
.railfeature a.lbOn{
	color: #187188;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
}
.railfeature .body .phone{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D5A1B;
	font-size: 12px;
	font-weight: bold;
}
.railfeature .body .photo{
	margin-top: 7px;
	display: none;
}
.railfeature .formrow{
	height: 25px;
	line-height: 15px;
	margin-bottom: 5px;
}
.railfeature .formrow label{
	width: 60px;
	color: #000;
}
.railfeature .formrow input{
	width: 100px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #000;
}
.railfeature .buttonrow{
	text-align: center;
}
.railfeature .result h2{
	text-align: center;
}
.railfeature .newsfeed .body{
	margin-bottom: 5px;
}
.railfeature .newsfeed .body ul li{
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 5px;
}
.railfeature.primaryUser img{
	width:175px;
}
#navigation{
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/navigation_bground.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #237A8E;
}
#navigation li{
	text-align: right;
	height: auto;
	border-bottom: 1px solid #2C9AB1;
	line-height: 25px;
}
#navigation li a{
	font-size: 13px;
	font-weight: bold;
	color: #53B3CB;
	height: auto;
	line-height: 22px;
	display: block;
	text-decoration: none;
	padding-right: 30px;
}
#navigation li a:hover,#navigation li#selected a{
	background-image:url(images/navigation_li_bground.gif);
	background-position: 210px 7px;
	background-repeat: no-repeat;
	color: #C38F43;
}
#navigation li#selected a{
	color: #FFF;
}

/*********************************   LIGHTBOX STYLES *********************************/

#lightbox{
	background-image: url(images/profile_bground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0;
}
#lbContent{
	padding: 0;
	background-color: transparent;
}
#lbContent h1{
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size:30px;
	color:#FFF;
	background-color:#093A4B;
}
#lbContent #profile_rail{
	float:left;
	width: 130px;
	margin: 0;
	margin-right: 7px;
	padding: 5px;
	background-image: url(images/profile_rail_bground.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#lbContent #profile_rail .photo{
	width: 105px;
	height: 105px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	background-image:url(images/profile_largephoto_bground.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000;
}
#lbContent #profile_rail h1,#lbContent #profile_rail h2{
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165B6B;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: normal;
	height:auto;
	background-color: transparent;
}
#lbContent #profile_rail h2{
	font-size: 11px;
	margin-bottom: 10px;
}
#lbContent #profile_body{
	float: left;
	width: 353px;
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
}
#lbContent #profile_body h1{
	background-color: transparent;
	margin:0;
	margin-top: 7px;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	height: auto;
	color:#237A8E;
}

/*********************************   DATA STYLES *********************************/

.datadisplaywrapper{
	height:300px;
	width: 450px;
	margin-left: 10px;
	overflow:scroll;
	overflow-x:hidden;
	border: 4px double #CB9C58;
	padding: 5px;
}
.datadisplaywrapper li{
	list-style-type: none;
	background-image:url(images/datadisplaywrapper_li_bground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CB9C58;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color:#8D5A1B;
	padding-left: 5px;
}
.datadisplaywrapper li strong{
	font-weight: normal;
	display:block;
	float:left;
	width: 340px;
	margin-right: 10px;
	color: #154E61;
}

/*********************************   FORM ROW STYLES *********************************/

.formrow{
	height: 30px;
	line-height: 20px;
	margin-bottom: 7px;
}
.formrow label, .formrowtb label{
	float: left;
	width: 70px;
	font-size:11px;
	text-align: right;
	margin-right: 5px;
	color: #165B6B;
}
.formrow input, .formrowtb textarea{
	width: 100px;
	border: 1px solid #CB9C58;
	background-image:url(images/input_bground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CB9C58;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color:#8D5A1B;
	font-weight: bold;
}
.formrowtb textarea{
	width: 150px;
	height: 100px;
}
.superscript{
	font-size: 14px;
	line-height: 10px;
}
.buttonrow{
	margin-top: 10px;
}
.buttonrow input{
	width: 125px;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	background-image:url(images/button_bground.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border: none;
	font-size: 13px;

}

.row{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#content_body .row h1{
	background-image: none;
	padding-left: 3px;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
}
.state ul{
	list-style-type: none;
}
.state ul li{
	padding-left: 7px;
	margin-bottom: 2px;
}
.state{
	float: left;
	width: 30%;
	margin-right: 5px;
	background-color: #F5F5F5;
	padding: 5px;
}
.content #content_body .formrow.buttonrow input{height: 22px;margin-top: 5px;}

.formrow.radio input{
	border: none;
	width: 30px;
}

.formrow.radio label{
	text-align: left;
	float: none;
	display: block;
	width: auto;
}

.formrow.radio{
	font-size:11px;
	font-weight: normal;
}

.formrow.tall{
	height: 50px;
	font-size: 11px;
	font-weight: normal;
}

#content_body h2{
	font-size: 12px;
	border-top: 1px solid #D1D1D1;
	width: 98%;
	margin-top:7px;
	padding-top:5px;
	padding-bottom:10px;
}

#content_body .left{
	float: left;
	margin-left: 3px;
	width: 235px;
}

#content_body .left .formrow label{
	width: 100px;
	text-align: right;
}

#content_body .left .formrowtb label{
	width: 190px;
	text-align: right;
	margin-top: 5px;
}

#content_body .right{
	float: right;
	width: 235px;
}

#content_body .right .formrow label{
	width: 110px;
	text-align: right;
}

#content_body .right .formrowtb label{
	width: 110px;
	text-align: right;
	margin-top: 5px;
}

#content_body .clear{
	clear: both;
}

#content_body .left select{
	width: 120px;
}
#content_body .right select{
	width: 120px;
}

#content_body .formrow.radio input{
	border: none;
	width: 30px;
	background: none;
}

#content_body .formrow.radio label{
	text-align: left;
	float: none;
	display: block;
	width: auto;
}

#content_body .formrow.radio{
	font-size:11px;
	font-weight: normal;
	height: 60px;
}

#content_body .formrow.tall{
	height: 50px;
	font-size: 12px;
}

#content_body .left.wide {
	width: auto;
}

#content_body .formrow.wide select{
	width: auto;
}

#content_body .formrow.wide label{
	width: 190px;
}

#content_body .formrowtb.wide label{
	width: auto;
	text-align: right;
}

#content_body .formrowtb.wide textarea{
	width: 220px;
}

#content_body .formrow.buttonrow{
	text-align: center;
}

#makepayment a, #logoutlink a{
	margin-left: 27px;
}

#makepayment ul li, #logoutlink ul li{
	padding: 3px;
	list-style-type: none;
}