a img{
    border:none;
}

body{
	background-color: #B2B2B2;
	background-image: url(../img/site/body_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

form{ 
	margin: 0px;
	padding: 0px;
}

h1{
	color: #073D56;
	font-size: 20px;
	line-height: 27px;
	margin: 5px 0px 10px 0px;
}

h2{
	color: #073D56;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

h2 a, h2 a:visited{
	color: #073D56;
}

h3{
	background: #e5e5e5;
	color: #222222;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0px 0px 0px;
}

hr{
	background: #dddddd;
	border: none;
	color: #dddddd;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

label{
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

legend{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

td{
	font-size: 12px;
	line-height: 18px;
}

.status {
	background:#FFFF99; padding:8px; color:#000000; font-size:14px; font-weight:bold; border:#FFCC33 1px solid; margin-bottom:10px;
}
.error { 
	background:#FFCCCC; border:#CC0000 1px solid; padding:8px; color:#000000; font-size:14px; font-weight:bold; margin-bottom:10px; 
}
.notes { cursor:help; }

.none { color:#999999; font-style:italic; }
.sortableHolder { background:#ededed; border:dashed 2px #cccccc; }

.altrow,.normrow{
	border-bottom: 1px solid #e2e2e2;
}


#contentcolumn{
	margin: 0;
	background:url(../img/site/header_image.jpg) no-repeat -184px -192px;
	padding-top:110px;
	width:707px;
}

#inset ul{
	/*margin-left: 15px; 
	padding-left: 15px;*/
}

#footer{
	clear: both;
	color: #ffffff;
	font-weight: bold;
	height: 58px;
	text-align: center;
	background-image: url(../img/site/footer_image.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top:8px;
}
#footer a {
	color:#FFFFFF;
}

#header{ width:901px; height:192px; display:block; /* height:410px */
	background:url(../img/site/header_image.jpg) no-repeat;
}

#headerImageText{
	position: absolute;
	margin: 155px 0px 0px 220px;
	font-weight: bold;
}

#horiznav{
	color: #ffffff;
	height: 33px;
	line-height: 33px;
	margin: 96px 0px 0px 210px;
	position: absolute;
}

#horiznav a{
	color: #ffffff;
	font-weight: bold;
	height: 33px;
	letter-spacing: .5px;
	line-height: 33px;
	text-decoration: none;
}

#inset{
	padding:20px;
}

#inset ul{
	/*margin-left: 20px;
	padding-left: 20px;*/
}

#leftcolumn{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 184px;
	position: relative;
	z-index: 10;
}

#leftcoltext {
    padding:10px;
    color:#ffffff;
    line-height:16px;
}

#leftcoltext a{
    color:#ffffff;
}

#logo {
	position: absolute;
	margin:13px 0px 0px -49px;
}

#pagecontainer {
	background-color: #ffffff;
	background-image: url(../img/site/container_background.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px auto 10px auto;
	width: 901px;
	text-align: left;
}

#phone{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	margin: 30px 0px 0px 780px;
}

#sitecredits{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0px 20px 0px;
	padding-bottom: 20px;
	position: absolute;
	text-align: right;
	width: 901px;
}

#sitecredits a{
	color: #000000;
	text-decoration: none;
}

#tagline{
	color:#205527;
	position: absolute;
	margin: 60px 0px 0px 520px;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.appraisalImage a img {
	border:2px #999999 solid; width:60px;
}
.appraisalImage { display:inline; }


.hover {
	background: green;
	color: #fff;
}

.placeholder {
	display: none;
}

.hover-up {
	border-bottom: 2px solid black;
}

.hover-down {
	border-top: 2px solid black;
}

.subrow td {
	border-left:1px solid #cdcdcd; padding:4px; border-bottom:1px solid #cdcdcd;
}
.sortable, .sortable li { list-style:none; list-style-type:none; padding:0; margin:0; }
.sortable ul { padding-left:30px; }
.sortable li { cursor:move; }


table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:0px 0pt 15px;
    font-size: 8pt;
    width: 667px;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(../img/bglt.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asclt.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desclt.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter tbody tr.tDnD_whileDrag td { background:#ededed; }


/* TinyMCE Editor STYLE EDITS */

#messageBody_customvarslist_text { width:150px; }


/* num list styles */
.num-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 0 0;
	padding:0;
}
.num-list li {
	background-repeat:no-repeat !important;
	margin:0;
	overflow:hidden;
	padding:3px 0 12px 32px;
	width:380px;
}
.twoBIG {
	color:#3C741D;
	font-size:16px !important;
	font-weight:bold;
	margin:0;
	padding:0;
}
.twoSmall {
	color:#000000;
	font-size:12px;
}
#one {
	background:transparent url(../images/bullet-1.png) repeat scroll 0 0;
}
#two {
	background:transparent url(../images/bullet-2.png) repeat scroll 0 0;
}
#three {
	background:transparent url(../images/bullet-3.png) repeat scroll 0 0;
}