@import url("font.css");
a,p,h1,h2,h3,h4,h5,h6,span,label,input[type=text],legend,ol,li {
	/*font-family:'PT Sans', Arial, sans-serif;*/
	font-family:'PT Sans';
	color:#333333;
	font-weight:normal;
}
a:hover{
	color:#333333;
}
* {
  margin: 0;
  padding: 0; 
}

body > #wrapper {
  height: auto;
  background:#eee;
}
#wrapper {
  position: relative;
  width: 100%;
  margin-top: -18px; 
 }

#content {
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width:978px;
	background:#fff;
	 z-index: 1;
	box-shadow: 5px 0px 5px -2px #cccccc, -5px 0px 5px -2px #cccccc ;
	-moz-box-shadow: 5px 0px 5px -2px #cccccc, -5px 0px 5px -2px #cccccc ;
	-webkit-box-shadow: 5px 0px 5px -2px #cccccc, -5px 0px 5px -2px #cccccc ;
}
.index #content {
  float: none;
  width: 980px;
  clear: both;
  border: none;
  margin-top: 0px;
  overflow: hidden; 
}
#content_inner {
	margin: 0px auto 0px auto;
	padding:135px 0px 50px 0px;
	width:824px;
}
.about #content_inner {
	height:2370px;
}
.faq #content_inner {
	height:1950px;
}
.contact #content_inner {
	height:1380px;
}
.sell #content_inner {
	height:1450px;
}

.valuation #content_inner {
	height:1335px;
}

.asdf #content_inner {
}

.asdf #content_inner {
}

#content h1{
	font-size:15px;
	line-height:22px;
	width:720px;
	font-weight:normal;
	text-align:center;
	margin:10px auto 0px auto;
	text-transform:uppercase;
}

.heading{
	height:44px;
	text-align:center;
	display:block;
}
.heading a{
	text-transform:uppercase;
	font-size:20px;
	line-height:45px;
	font-weight: 100;
	text-transform: uppercase;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
}
.p_font{
	font-size:14px;
	line-height:18px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.p_font a{
	text-decoration:underline;
}
.p_font2{
	font-size:12px;
	line-height:17px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.p_font span.smallheading,.p_font2 span.smallheading{
	font-size:15px;
	text-transform:uppercase;
}
.p_font ol,ul,li{
	font-size:14px;
	margin:0px 0px 0px 0px;
}
._left{
	text-align:left;
}
._right{
	text-align:right;
}
._italic{
	font-style:italic;
}
hr_old{
	width:100%;
	height:1px;
	background: url("../images/hr_line.jpg") repeat-x 0 0;
	border-top:#FFF;
	border-bottom:#FFF;
	margin:0px 0px 0px 0px;
	clear:both;
}

hr.mrg_tb15{
	width:100%;
	height:1px;
	background:#cccccc;
	border-top:#FFF;
	border-bottom:#FFF;
	clear:both;
	margin:15px auto 15px auto;
}
hr.mrg_tb10{
	width:100%;
	height:1px;
	background:#cccccc;
	border-top:#FFF;
	border-bottom:#FFF;
	clear:both;
	margin:10px auto 10px auto;
}

hr.mrg_tb5{
	width:100%;
	height:1px;
	background:#cccccc;
	border-top:#FFF;
	border-bottom:#FFF;
	clear:both;
	margin:5px auto 5px auto;
}
.full_content{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.page_banner{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
	padding: 15px 0px 15px 0px;
	margin:15px 0px 15px 0px;
}
.page_banner img{
	width:824px;
	margin:0 auto;
}
.half_content{
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
}
.highlight_borders{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 15px 0px 15px 0px;
	margin:15px 0px 15px 0px;
}
.highlight{
	/*background:#595959;*/
	/*background:#2b1211;*/
	background:#ebebeb;
}
.highlight h6{
	font-size:18px;
	line-height:24px;
	width: 800px;
	text-align: center;
	margin: 15px auto 15px auto;
	text-transform: uppercase;
}
.highlight h6 a{
	/*color: #db9920;*/
	color:#000;
	text-decoration:underline;
}
._bold{
	font-weight:bold;
}
.vrt {
	width: 1px;
	height: 100%;
	background:URL(../images/vr_line.jpg) repeat-y;
}
.goLeft {
	position: absolute;
	left: 0;
}
.goRight {
	position: absolute;
	right: 0;
}

.vrt_footer {
	width: 1px;
	background:#cccccc;
	height:20px;
	margin:24px 10px 0px 0px;
}

.vrt_divider {
	width: 1px;
	background:#cccccc;
	height:530px;
	margin:0px 0px 0px 0px;
}