
/* basic layout */
body {
	background: #333;
}
#outer {
	background: url(../img/outerbg.jpg) repeat-x #fff;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: url(../img/headerbg.jpg) no-repeat;
	height: 250px;
	position: relative;
}
#header #page_title {
	position: absolute;
	top: 30px;
	left: 255px;
}
#header #page_title .assessor {
	font: 44px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	color: #dfbf86;
}
#header #page_title .name {
	color: #fff;
	font-variant: small-caps;
	font-size: 30px;
	font-weight: normal;
}
#header #page_title .county {
	font: 24px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	color: #fff;
}
#header #portrait {
	position: absolute;
	top: 8px;
	left: 28px;
	border: 2px solid #dfbf86;
}
#header_links {
	position: absolute;
	top: 177px;
	left: 240px;
	height: 50px;
	width: 700px;
}
/* the color of the header_links was changed to #fff from #ffc on 05/09/11 - SC */
#header_links a {
	line-height: 50px;
	float: left;
	padding: 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
#main {
	background: url(../img/mainbg.gif) repeat-y 219px 0;
	overflow: hidden;
	height: 1%;
}
#sidebar {
	background: url(../img/sidebarbg.gif) no-repeat;
	min-height: 660px;
	width: 251px;
	padding: 5px 0;
	float: left;
}
#sidebar a {
	color: #333;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 10px 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
	border-bottom: 1px solid #b2b2b2;
	background: url(../img/sidebar-a.gif) no-repeat top right;
}
#sidebar div.note {
	padding: 10px 0 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
	color: #333;
	font-size: 15px;
	font-style: italic;
}

#know_box-outer {
	width: 200px;
	background: url(../img/knowbox-top.gif) no-repeat;
	padding-top: 10px;
	/* margin: 15px 0 20px 0; */
	margin-left: auto;
	margin-right:auto;
}
#know_box {
	background: url(../img/knowbox-bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
#know_box-inner {
	/* don't ask */
}
#know_box-text {
	padding: 0 25px;
	background: url(../img/knowbox-bg.gif) repeat-y;
	font: 14px Georgia, "Times New Roman", sans-serif;
	color: #fff;
}

#know_box-text img {
	vertical-align: bottom;
}
#lmslideshow {
	width: 200px;
	padding-top: 10px;
	/* margin: 15px 0 20px 0; */
	margin-left: auto;
	margin-right:auto;
	color: #333;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 10px 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
}

#slidensmain {
	width: 200px;
	padding-top: 10px;
	/* margin: 15px 0 20px 0; */
	margin-left: auto;
	margin-right:auto;
	color: #333;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 10px 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
}

#sidebar a:hover, #sidebar a.active {
	color: #060;
	background-color: #f0f0f0;
}
#content {
	background: url(../img/contentbg.gif) no-repeat;		
	min-height: 660px;
	width: 709px;
	float: left;
}
#content_text {
	padding: 0 25px 0 30px;
}
.contentstab {
	width: 400px;
	float: left;
}
.content_text_stab {
	padding: 0 25px 0 30px;
}
#footer_wrap {
	background: url(../img/footerwrapbg.gif) repeat-x #333;
}
#footer {
	width: 920px;
	margin: 0 auto;
	background: url(../img/footerbg.gif) no-repeat 219px 0;
	padding: 40px 20px 10px 20px;
	font-size: 11px;
}
#footer #note {
	height: 30px;
	line-height: 29px;
	text-transform: uppercase;
	color: #fff;
}
#footer #footer_links, #footer #copyright {
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 19px;
}
#footer #footer_links {
	color: #ccc;
	border-bottom: 1px solid #666;
	margin-right: 80px;
}
#footer #footer_links a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#footer #footer_links a:hover {
	text-decoration: underline;
}
#footer #copyright {
	color: #7d7d7d;
}

/* content styles */
#content {
	color: #333;
}
#content h1 {
	color: #060;
	font: 36px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	margin: 9px 0 24px 0;
	font-variant: small-caps;
	border-bottom: 1px solid #333;
}
#content h2 {
	color: #060;
	font: 30px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	margin: 12px 0;
	font-variant: small-caps;
}
#content h3 {
	margin: 24px 0 12px;
	color: #060;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 6px 0;
}
#content p {
	margin: 12px 0;
	line-height: 21px;
}
#content a {
	/*text-transform: uppercase;
		color: #333;*/
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #333;
/*	color: #060;*/
}
#content sup {
	vertical-align: top;
	font-size: .65em;
}
#content ul, #content ol {
	margin: 12px 15px;
	padding-left: 30px;
}
#content ul li, #content ol li {
	margin: 0 0 9px 0;
	line-height: 21px;
}
#content hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
}
#content blockquote {
	margin: 12px 64px;
}
.content_red {
	color: #F00;
}

/* form styles */
#form_box {
	color: #333;
	background: #ebebeb;
	border: 1px solid #a4a4a4;
	width: 315px;
	float: right;
	margin: 6px 0 12px 24px;
}
#form_box-inside {
	padding: 5px 20px;
}
#form_box h3 {
	margin-top: 12px;
}
#form_box p {
	line-height: 20px;
}
#form_box label {
	width: 90px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	float: left;
	line-height: 26px;
}
#form_box input.text {
	border: 1px solid #ccc;
	padding: 4px 2px 0 2px;
	height: 20px;
	margin: 0 0 3px 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#form_box div.buttons {
	margin: 9px 0 15px 0;
	padding-left: 100px;
}
#form_box input.button, #content form input.button {
	background: url(../img/buttonbg.gif);
	border: 0;
	height: 28px;
	width: 75px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 5px;
}
/* input.largebutton for use with input.button - separated to protect from IE6 */
#content input.text, #content_text textarea {
	border: 1px solid #ccc;
	padding: 2px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content input.blank {
	padding: 3px;
	border: 0;
	background: none;
}
#content form input.largebutton {
	background: url(../img/button2bg.gif);
	width: 100px;
}
#content div.general_form {
	margin: 24px 0;
}
#content div.general_form label,
#content div.general_form .Label-Informal {
	float: left;
	width: 200px;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}
#content div.general_form label .note,
#content div.general_form .Label-Informal {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}
#content div.general_form input.text {
	width: 200px;
}
/* input.largetext for use with input.text - separated to protect from IE6 */
#content div.general_form input.largetext {
	width: 300px;
}
#content div.general_form input.first {
	width: 185px;
}
#content div.general_form input.button {
	margin: 12px 0 0 220px;
}
#content div.general_form select {
	border: 1px solid #ccc;
	padding: 2px;
}
#content div.general_form table label
{
	float:none;
	font-weight:normal;
	padding:0 0 0 5px;
}

.radio_group-left 
{
	text-align:left
}

.IR-Comment_Box
{
	width:312px;
	}

.Email-Comment_Box
{
	width:575px;
	height:175px	
}

.nbhdprof_right
{
	text-align:right
}

.nbhdprof_right_700
{
	FONT-WEIGHT: 700;
	TEXT-ALIGN: right
}

.nbhdprof_right_bold
{
	FONT-WEIGHT: bold;
	TEXT-ALIGN: right
}

#SR_text
{
	text-align:left
}

/* other special styles */
#quote_box-outer {
	width: 650px;
	background: url(../img/quotebox-top.gif) no-repeat;
	padding-top: 20px;
	margin: 15px 0 20px 0;
}
#quote_box {
	background: url(../img/quotebox-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
#quote_box-inner {
	/* don't ask */
}
#quote_box-text {
	padding: 0 25px;
	background: url(../img/quotebox-bg.gif) repeat-y;
	font: 18px Georgia, "Times New Roman", sans-serif;
	color: #000;
}
#quote_box-text img {
	vertical-align: bottom;
}
#content ul.helpful_links {
	padding-left: 0;
	font-size: 12px;
	list-style-image: url(../img/bullet.gif);
}
#content ul.helpful_links li {
	margin-bottom: 15px;

}
#content ul.helpful_links li a {
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
#content ul.helpful_links li a:hover {
	color: #060;

}
#content table th.column1, #content table td.column1 {
	padding-right: 30px;
	text-align: right;
}
#content table th.column1 {
	padding-bottom: 6px;
}
#content table td.column2 {

}

#content table#ExForcedAsmt {
	width: 600px;
	padding: 6px 0;
	border: 1px;
	border-color: #000;
}

#content table#ExForcedAsmt td {
	border: 1px;
	border-color: #000;
}

#content table#agree th {
	width: 120px;
	text-align: right;
	padding: 6px 0;
	padding-right: 20px;
	vertical-align: top;
}
#content table#agree td {
	padding: 6px 0;
	vertical-align: top;
}

#content table#search_table {
	margin-left: 100px;
	border-collapse: collapse;
}
#content table#search_table th {
	text-align: right;
	padding-right: 20px;
	background: #004800;
	color: #fff;
	border: 1px solid #999;
	padding: 2px 4px;
}
#content table#search_table td {
	border: 1px solid #999;
	background: #ccc;
	padding: 2px 4px;
}
#content table#search_table td.nobg {
	background: transparent;
	padding: 10px 0 0 0;
	border: 0;
}
table.Housing_Facts-GridStyle {
	text-align: center;
	padding-right: 20px;
	background: #000000;
	color: #fff;
	border: 1px solid #999;
	padding: 2px 4px;
}
/* search result styles */
table.PropertySearchPage-GridStyle {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.PropertySearchPage-GridStyle td {
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-size: 12px;
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-HeaderStyle td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-ItemStyle td {
	background: #fff;
	
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-AltItemStyle td {
	background: #eee;
}
input#PageNavigator1_txtPage {
	width: 35px;
	border: 1px solid #ccc;
	padding: 2px;
	margin:0 3px;
}
select#PageNavigator1_ddlPageSize {
	border: 1px solid #ccc;
	padding: 2px;
}

table.PropertySearchDetail-GridStyle {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.PropertySearchDetail-GridStyle td {
	padding: 4px 5px;
	font-size: 12px;
	border: 1px solid #ccc;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-HeaderStyle td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchDetail-GridStyle tr.header td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-ItemStyle td {
	background: #fff;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-AltItemStyle td {
	background: #eee;
}
table.ContentBody td a img{
	margin:0 3px;
	vertical-align:middle;
}

#prc-links {
	padding: 30px 0;
}

#prc_card {
	font-size: 12px;
}



table#top_info {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
table#top_info td.col1 {
	width: 60%;
}
table#top_info td.col2 {
	border-left: 1px solid #999;
	width: 40%;
}
table#owner_info {
	width: 100%;
}
table#assess_info {
	width: 100%;
}
table#comm_info {
	width: 100%;
	border: 1px solid #999;
}
table th {
	border-bottom: 1px solid #999;
}
table#dwell_info {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
table#dwell_info td.col1 {
	width: 50%;
}
table#dwell_info td.col2 {
	border-left: 1px solid #999;
	width: 50%;
}

table#owner_info td, table#assess_info td, table#comm_info td, table#dwell_info td {
	padding-right: 5px;
}
table td.label {
	padding-left: 5px;
	padding-right: 5px;
}



table.PropertySearchDetail-Disclaim {
	border: 1px solid #999;
	padding: 2px;
}

.AccentBox {
	border-style: solid;
	border-width: thin;
}
.tabletxtbox
{
 background-color: white;
 border-color: black;
 border-style: none;
 border-width: 1px;
 height: 100%;
 width: 100%;
}


