@charset "utf-8";

*, html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, "Trebuchet MS", "Geneva CY", Verdana;
	font-size: 12px;
	color: #8f8e8c;
	color:#CCCCCC;
	background:#1f1a17;
}


p, div, td {

	line-height:1.5em;

}
p{
	margin-bottom:1.5em;
}

a:link, a:active, a:visited{
	color:#f37022;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	outline:none;
}
#wrapper {
	width:100%;
}
#innerwrapper{
	width:800px;
}
#header{
	width:100%;
	margin:0px auto;
	height:119px;
	background:#201d18;
}
#logo{
	float:left;
	width:230px;
	height:119px;
	line-height:119px;
}
#logo h1 a{
	text-indent:-999em;
	background:url(../images/logo.png) left no-repeat;
	width:230px;
	height:119px;
	line-height:119px;
	display:block;
}
#menu{
	float:right;
	height:119px;
	background:url(../images/menu-bg.png) repeat-x;
	width:565px;
}
#menu ul{
	float:right;
	line-height:119px;
	height:119px;
}
#menu li{
	display:inline;
	line-height:119px;
	height:119px;
}
#menu li a{
	color:#FFFFFF;
	padding-left:18px;
	padding-right:18px;
	display:inline-block;
	text-decoration:none;
}
#menu li a:hover{
	color:#FFFFFF;
	padding-left:18px;
	padding-right:18px;
	display:inline-block;
	background:url(../images/menu-rollover.png) center top no-repeat;
}
#innerwrapper{
	width:795px;
	margin:0px auto;
	background:#2d2620;
}
#breadcrum{
	font-size:10px;
	padding:5px 20px 5px 20px;
}
#breadcrum a:link, #breadcrum a:visited, #breadcrum a:active{
	font-size:10px;
	color:#CCCCCC;
}
#breadcrum a:hover{
	font-size:10px;
	color:#FFFFFF;
}
#main{
	width:488px;
	float:left;
	background:#2d2620;
}
#content{
	padding:10px 20px 30px 20px;
}
#content h2, #sideContent h2{
	color:#FFFFFF;
	line-height:1.5em;
	width:100%;
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:1em;
	text-transform:capitalize;
	text-transform:uppercase;
}
#content h3{
	color:#F37022;
	font-size:1.2em;
}
#content ul{
	margin-left:20px;
	margin-bottom:1.5em;
}
#content li{
	margin-left:10px;
}
#content strong{
	color:#FFFFFF;
}
#content img .left{
	float:left;
	margin:5px;
}


#buttons{
	margin-top:10px;
	width:488px;
	float:left;
}
#side{
	width:305px;
	float:right;
	background:url(../images/side-bg.png) repeat-x top;
}
#sideContent{
	width:255px;
	background:#3b302c;
	padding:0px 20px;
	border-top:#2d2620 5px solid;
	border-right:#2d2620 5px solid;
	border-bottom:#2d2620 5px solid;
}
#sideContent img{
	margin:10px;
	border:#000000 1px solid;
}
#sideContent h3 a:link, #sideContent h3 a:active, #sideContent h3 a:visited{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
}
#sideContent h3 a:hover{
	text-decoration:none;
}
.appraisal img{
	position:absolute;
	margin-top:-20px;
	margin-left:110px;
}
.clr{
	clear:both;
}
#footer{
	background:#1f1a16;
	margin:0px auto 10px auto;
	width:100%;
	height:100px;
	padding-left:20px;
	font-size:10px;
}
#footer .copyright{
	line-height:5em;
}
.imgLeft{
	float:left;
	margin:3px;
	margin-right:8px;
	margin-bottom:10px;
	clear:both;
	border:1px #000000 solid;
}
.imgLeft a:link, .imgLeft a:active, .imgLeft a:visited {
}
.highlight{
	font-size:14px;
}
.imgBorderOnly{
	border:1px #000000 solid;
}