@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}
body {
background-color: #525252;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
margin: 0px;
height: 100%;
line-height: 18px;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #000;
}
h1{
font-size: 28px;
font-weight: normal;
color: #e80000;
margin: 10px 0 0 0;
}
h2{
font-size: 24px;
font-weight: normal;
color: #e80000;
margin: 3px 0 0 0;
}
h3{
font-size: 18px;
font-weight: normal;
color: #fff;
margin: 3px 0 0 0;
}
h4{
font-size: 16px;
font-weight: normal;
color: #ff0000;
margin: 0px;
}
h5{
font-size: 18px;
font-weight: normal;
color: #fff;
margin: 0px 0 3px 0;
font-family: Georgia, "Times New Roman", Times, serif;
}
.blk{
color: #000000;
}
#wrapper{
width: 970px;
margin-left: auto;
margin-right: auto;
height: 100%;
clear: both;
height: 100%;
}
#contentwrapper{
background-color: #FFFFFF;
padding: 0 10px 0 10px; 
overflow: auto;
}
#header{
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: center left;
background-color: #000;
height: 100px;
width: 950px;
}
#navBg{
width: 950px;
height: 31px;
}
#navcontainer{
height: 31px;
width: 950px;
float: right;
margin-top: 0px;
padding-top: 0px;
border-top: solid 0px #fff;
background-image: url(images/navOff.gif);
background-repeat: repeat-x;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-size: 11px;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 8px 30px 8px 30px;
border-right: solid 1px #000;
}
#navcontainer A:hover, #navcontainer A:active{
color: #fff;
padding: 8px 30px 8px 30px;
background-color: #000;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #fff;
padding: 8px 30px 8px 30px;
background-color: #000;
}
#navcontainer li a#current{
color: #fff;
padding: 8px 30px 8px 30px;
background-color: #000;
}
#bannerimage_home{
background-image: url(images/banner.gif);
background-repeat: no-repeat;
border-bottom: solid 30px #333;
border-top: solid 10px #000;
margin-bottom: 10px;
height: 220px;
}
/*
#bannerimage_about{
background-image: url(images/aboutUsImage.jpg);
background-repeat: no-repeat;
border-top: solid 0px #ffffff;
margin-bottom: 10px;
height: 126px;
}
#bannerimage_tos{
background-image: url(images/thinkingOfSellingImage.jpg);
background-repeat: no-repeat;
border-top: solid 0px #ffffff;
margin-bottom: 10px;
height: 126px;
}
#bannerimage_contact{
background-image: url(images/contactUsImage.jpg);
background-repeat: no-repeat;
border-top: solid 0px #ffffff;
margin-bottom: 10px;
height: 126px;
}
#bannerimage_valuation{
background-image: url(images/valuationImage.jpg);
background-repeat: no-repeat;
border-top: solid 0px #ffffff;
margin-bottom: 10px;
height: 126px;
}*/
#contentContainer{
width: 100%;
background-color: #ffffff;
overflow: hidden;
clear: both;
}
#leftcolumn{
width: 320px;
float: left;
}
#rightcolumn{
width: 630px;
float: right;
}
.textbox{
background-color: #ebebeb;
padding: 15px;
font-size: 12px;
color: #333;
overflow: auto;
border: solid 1px #959595;
}
.textbox a {
color: #333;
text-decoration: underline;
}
.textbox a:hover {
color: #333;
text-decoration: underline;
}
.textbox a.subon {
color: #333;
text-decoration: underline;
}
.linkbox{
background-color: #959595;
padding: 15px;
margin: 10px 0 10px 0;
font-size: 12px;
color: #fff;
overflow: auto;
}
.linkbox a {
color: #fff;
text-decoration: none;
}
.linkbox a:hover {
color: #fff;
text-decoration: none;
}
.linkbox a.subon {
color: #fff;
text-decoration: none;
}
.advertbox{
height: 60px;
background-color: #221e1f;
background-image: url(images/contact.gif);
background-repeat: no-repeat;
background-position: left;
padding: 12px;
overflow: auto;
}
.textcontent{
padding: 15px;
font-size: 12px;
color: #333;
}
.bulletlist{
line-height: 24px;
}
#formbg{
background-color: #c4c4c4;
padding: 5px;
}
.formfield{
width: 95%;
padding: 2px;
height: 15px;
}
.formlist{
width: 100%;
}
.formbutton{
width: 100%;
height: 30px;
background-color: #212121;
border: 0px;
color: #00aedb;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
#searchContainer{
width: 380px;
height: 90px;
float: right;
padding-right: 0px;
padding-left: 10px;
margin-right: 0px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
}
.searchFormlist{
width: 100%;
color: #333;
border: solid 1px #666666;
background-color: #eeeeee;
}
.searchFormbutton{
width: 100%;
height: 25px;
color: #333;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
#footer{
background-color: #333;
background-position: top;
height: 160px;
font-size: 12px;
color: #fff;
padding-top: 10px;
}
#footer a {
color: #fff;
}
#footer_nocontent{
background-color: #333;
background-position: top;
height: 50px;
font-size: 12px;
padding-top: 10px;
}
#footer1{
width: 200px;
float: left;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
#footer2{
width: 200px;
float: left;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
#footer3{
width: 200px;
float: left;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
#footer4{
width: 200px;
float: right;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
#copyright{
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 20px;
clear:both;
}
#staff{
background-color: #fff;
border: solid 1px #E4E4E4;
padding: 10px;
overflow: auto;
}
#staff img{
padding-right: 10px;
}
