body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background: url(../_img/body_bg.gif) repeat;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.link_pdf
{
	background: url(../_img/link_pdf.gif) no-repeat top left;
	padding-left: 24px;
}
.link_external
{
	background: url(../_img/link_external.gif) no-repeat top right;
	padding-right: 15px;
}
a.normala
{
    border: none;
    text-decoration: none;
}
/*----------------
Wrapper
----------------*/
#wrapper_outer
{
    margin: 0px auto;
    width: 789px;
	background: url(../_img/shadow_middle.png) repeat-y;
}
*html #wrapper_outer
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/shadow_middle.png', sizingMethod='scale');
}
#wrapper
{
    position: relative;
	margin: 0px auto;
	width: 755px;
	background: url(../_img/wrapper_bg.gif) repeat-y;
}
#wrapper_outer_under
{
	margin: 0px auto;
	width: 789px;
	height: 25px;
	background: url(../_img/shadow_bottom.png) no-repeat;
}
*html #wrapper_outer_under
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/shadow_bottom.png', sizingMethod='scale');
}
/*----------------
Header
----------------*/
#header
{
	width: 755px;
	height: 137px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#c_wrapper
{
	width: 755px;
}
#c_left
{
	float: left;
	width: 224px;
	padding-top: 28px;
	color: #FFFFFF;
	line-height: normal;
}
#c_left h3
{
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
}
#c_left ul
{
	margin: 0px;
	padding: 0px 7px;
	padding-bottom: 20px;
	width: 210px;
	list-style: none;
	float: left;
	font-size: 15px;
}
#c_left li
{
	margin: 0px;
	padding: 2px 0px;
	float: left;
	width: 210px;
}
#c_left a
{
	color: #FFFFFF;
	text-decoration: none;
}
.nomenu
{
	height: 0px;
	padding-bottom: 10px !important;
}
.nomenu li
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
#c_right
{
	float: right;
	width: 531px;
}
#c_right_top
{
	width: 531px;
	height: 25px;
	overflow: hidden;
}
#c_breadcrumbs
{
    width: 511px;
	padding: 10px;
	padding-bottom: 0px;
	color: #666666;
	font-size: 12px;
}
#c_breadcrumbs a
{
    color: #666666;
}
#c_right_inner
{
	width: 511px;
	padding: 10px;
	color: #666666;
}
#c_right_inner a
{
    color: #666666;
}
#welcome
{
    font-size: 16px;
}

.blogpostseperator, .gbpostseperator
{
    margin: 15px 0px;
    border-width: 0px;
    border-top: solid 1px #666666;
    height: 1px;
}
.blogtitle
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.blogtitle a
{
    text-decoration: none;
}
.blogdate
{
    margin: 5px 0px 10px 0px;
    display: block;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}
.permalink
{
    margin: 10px 0px;
    display: block;
    font-size: 12px;
    font-style: italic;
}

.qlinks {float:left; position:relative;width: 270px; height: 174px; background: url(../_img/quicklinks.png) no-repeat;}
.qlinks a {position:absolute;display:block; width:215px; height:19px; left:25px;}
.qlinks .qlinks-casedocketsearch {top:52px;}
.qlinks .qlinks-publicrecordsearch {top:71px;}
.qlinks .qlinks-foreclosuresales {top:90px;}
.qlinks .qlinks-taxdeedsales {top:109px;}
.qlinks .qlinks-formscenter {top:128px;}
.survey {float: right; width: 240px; margin-top: 30px;}
/*----------------
TwoK
----------------*/
#twok
{
    padding-top: 30px;
    text-align: center;
	width: 224px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform p
{
    clear: both;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform select
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    width: 380px;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #000000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}

.webform #contactype
{
    border-collapse: collapse;
    border-width: 0px;
}
.webform #contacttype input 
{
    float: left;
    width: 25px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.webform #contacttype label
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    width: 330px;
}
