/***********************************************************/
/*  main web site sections */
/***********************************************************/
body {
	background-color: #d4e7ce;
	font-family: Verdana;
	color: #313c26;
}


a {
	color: #d08704;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.dark {
	color: #435D3A;
}

a.dark:hover {
	text-decoration: underline;
}

.important-site-announcements {
	width: 1000px;
	margin: 2px auto;
	text-align: center;
	font-size: 13px;
	font-style: italic;
}

.highlight-notice {
	width: 1000px;
	margin: 4px;
	text-align: center;
	color: #ff3333;
}

#container {
	display: block;
	width: 1000px;
	margin: 15px auto 0 auto;
	background-color: white;
}

#header{
	background: url(images/header_background.png) 0 0 no-repeat;
	background-color: #d4e7ce;
	width: 100%;
	height: 193px;
}

#content_and_sidebar {
	background-color: #fff;
}

#sidebar{
	float: right;
	width: 204px;
	margin-right: 10px;
}

#eviction_services_box{
	margin-top: 18px;
	background: url(images/box_header.png) 0 0 no-repeat;
	background-color: #fbbf61;
	height: 245px;
}

#newsletter_signup_box{
	margin-top: 25px;
	background: url(images/box_header.png) 0 0 no-repeat;
	background-color: #fbbf61;
	height: 205px;
	margin-bottom: 10px;
}

#contact_us_box {
	margin-top: 25px;
	background: url(images/box_header.png) 0 0 no-repeat;
	background-color: #fbbf61;
	height: 320px;
}

#extra_sidebar_box {
	margin-top: 25px;
	background: url(images/box_header.png) 0 0 no-repeat;
	background-color: #fbbf61;
}

#content{
	float: left;
	margin: 25px 25px 25px 25px;
	width: 720px;
}



#footer{
	clear: both;
	margin-top: 15px;
	background: url(images/footer_background.png) 0 30px no-repeat;
	background-color: #d4e7ce;
	height: 150px;
	text-align: center;
	color: #f3f000;
}

#footer a {
	color: #f3f000;
}

#address{
	margin-top: 40px;
	width: 325px;
	height: 110px;
	float: left;
}

#coupon{
	margin-top: 40px;
	width: 360px;
	height: 110px;
	float: left;
}

#bottom_links {
	width: 1000px;
	text-align: center;
	margin: 30px auto 0 auto;
}

#social_networking{
	margin-top: 40px;
	width: 290px;
	height: 110px;
	float: left;
}

#bottom_links {
  margin: 25px auto 50px auto;
}



body#about_us a.about_us,
body#eviction_services a.eviction_services,
body#fees a.fees,
body#free_notices a.free_notices,
body#free_forms a.free_forms,
body#start_collections a.start_collections,
body#court_addresses a.court_addresses,
body#articles a.articles,
body#info_once_filed a.info_once_filed,
body#links a.links {
  color: white;
}

{
  color: white;
}


/***********************************************************/
/*  header */
/***********************************************************/
img.logo {
	position: relative;
	top: 20px;
	left: 20px;
}


.fast_eviction_service {
	position: relative;
	top: -80px;
	left: -50px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
	text-align: right;
	color: #f3f000;
	line-height: 22px;
}

.fast_eviction_service a {
	color: #f3f000;
}

.header_slogan {
	position: relative;
	display: inline;
	left: 36px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	top: -10px;
}


.buttons-start-eviction {
	position: relative;
	left: 725px;
	top: -90px;
}


.button-header {
	display: block;
	margin: 5px;
}

nav.mobile {
    display: none;
  }

ul.nav {
	position: relative;
	top: -60px;
	left: 5px;
}

ul.nav li {
	display: inline-block;
	margin: 0 0 0 0;
	margin: 10px 26px;
/*	border: 1px solid red;*/
	text-align: center;
	vertical-align: center;
}

ul.nav li.wider {
	width: 120px;
}


ul.nav li a {
	font-size: 10px;
	color: #5c3c09;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_vertical_align_fix {
	position: relative;
	top: -6px;
}


ul.nav li a:hover {
	color: #fff;
}

img.nav_home_button {
	vertical-align: middle;
	margin-top: -12px;
}


/***********************************************************/
/*  sidebar */
/***********************************************************/
.sidebar_box_header {
	position: relative;
	top: 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
div.sidebar_box_content {
	position: relative;
	top: 25px;
	width: 90%;
	margin: 5px;
	font-size: 12px;
	color: #3d4b2f;
}

div.fast_eviction_services_list {
	text-align: right;
	line-height: 38px;
	vertical-align: top;
}

div.fast_eviction_services_list a{
  color: #3d4b2f;
  text-decoration: none;
}

div.fast_eviction_services_list a:hover{
  text-decoration: underline;
}

div.newsletter_signup {
	line-height: 18px;
	padding-left: 12px;
}

img.go_button {
	vertical-align: middle;
}

img.make_payment {
	position: relative;
	left: -8px;
}

input.email {
	font-size: 12px;
	width: 160px;
}

input.signup_button {
	position: relative;
	top: 5px;
	left: 100px;
}


.blog-sidebar {
	font-size: 11px;
}

.blog-sidebar a {
	color: #a56c05;
	padding: 0 10px;
	position: relative;
	display: inline-block;
}


.blog-sidebar .sidebar_box_header {
	margin-bottom: 35px;
}

.blog-sidebar ol {
	list-style: none;
	padding: 0;
}

.blog-sidebar li {
	margin-top: 15px;
	padding: 0;
}


/***********************************************************/
/* Content */
/***********************************************************/
.page_header, .home-faq-header {
  	font-family: Arial;
  	font-size: 18px;
  	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	color: #a56c05;
}

h2.paragraph_header {
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h2.notice-header {
	font-size: 14px;
	margin: 10px 0;
	text-decoration: underline;
	font-weight: bold;
}

h2.sub-title {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #a56c05;
    line-height: 20px;
}


.p1 {
	display: block;
  	font-size: 14px;
  	line-height: 18px;
  	margin: 0 0 20px 0;
  	text-align: left;
}

.p1 a.home-faq-excerpt {
	/* color: black; */
}

.p1 a.home-faq-excerpt:hover {
	text-decoration: none;
}

.p1 a.home-faq-excerpt small {
	color: #d08704;
    text-decoration: none;
}

.p1 a.home-faq-excerpt:hover small{
    text-decoration: underline;
}

img.about_us {
	border: 2px solid #6F9762;
}

img.float_left {
	float: left;
	margin: 0 25px 25px 0;
}

img.float_right {
  float: right;
  margin: 0 0 25px 25px;
}

img.border {
	border: 1px solid #888;
}


img.vertical_center {
	vertical-align: middle;
}

ol.about_us_list {
	list-style-type: decimal;
	font-size: 14px;
	margin: 0 0 10px 45px;
}

.underline {
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.clear_left {
	clear: left;
}

.clear_both {
	clear: both;
}

.centered {
	text-align: center;
}

.centered_div {
	margin: 0 auto;
}

.right {
	text-align: right;
}

.signature {
	font-style: italic;
	font-weight: bold;
}

.p_header {
  font-weight: bold;
  text-decoration: underline;
}

.court_number {
	font-weight: bold;
	margin: 10px 0 10px 0;
}


table#fees,
table#writ-fees {
	margin: 10px auto 20px auto;
	font-size: 14px;
	width: 675px;
	background-color: #eee;
	border: 1px solid black;
}

table#fees td,
table#writ-fees td {
	padding: 5px;
	border: 1px dotted black;
}

table#writ-fees tr:first-child {
	font-weight: bold;
	text-transform: uppercase;
}



#collections_links_box {
	font: arial;
	font-size: 14px;
	width: 200px;
	float: left;
	background-color: #FBBF61;
	outline: 1px dashed #5D3D03;
	margin: 0 20px 20px 0;
	text-align: center;
}

#collections_links_box h1 {
	font-size: 14px;
	color: white;
	background-color: #445D3B;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

#collections_links_box img {
	margin: 25px;
	border: none;
}
#collections_links_box a.downloadPacket {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

ul.square_list, ul.article_list {
	display: inline-block;
	font: Arial;
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
	margin: 0 0 30px 30px;
}

ul.square_list li, ul.article_list li {
	margin-bottom: 5px;
	line-height: 18px;
	text-align: justify;
}

ul.article_list {
	list-style-type: none;
}

ul.article_list li{
	margin-left: 20px;
}

#collections_links_box ul {
	margin: 10px 0 0 55px;
}

#collections_links_box ul li {
	margin: 10px 0 10px 0;
}

div.court_listing {
	width: 215px;
	float: left;
	font-size: 11px;
	margin: 10px 10px 10px 10px;
}

label {
	font: arial;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 18px 10px 0 10px;
	width: 120px;
	text-align: right;
}

input.newsletter {
	width: 175px;
	font-size: 12px;
}

input.newsletter_submit {
	position: relative;
	left: 58px;
	top: 15px;
}

div.notice-links {
	width: 650px;
	margin: 0 auto 0 auto;
	border: 1px solid #000;
	text-align: center;
	padding: 25px;
	background-color: #D3E7CD;
}

div.notice-links ul {
	text-align: left;
	list-style-type: none;
}

div.notice-links ul li {
	margin: 0 0 0 40px;
	padding: 10px 0 20px 30px;
	font-size: 14px;
	height: 10px;
	background: url(images/forms-icon.png) 0 5px no-repeat;
}

div.notice-links a {
	font-weight: bold;
	color: #263e1e;
}


h3.footer_text {
	margin-top: 40px;
	font-size: 12px;
	color: #33442d;
	line-height: 16px;
}

a.important {
	background-color: white;
	color: blue;
}



/***********************************************************/
/*  footer */
/***********************************************************/
.footer_header {
	font-style: italic;
	font-weight: bold;
}
p.address {
	margin-top: 18px;
	color: #fff;
	font-size: 18px;
}

img.coupon {
	margin-top: 5px;
}

img.facebook {
	margin-top: 5px;
}


/***********************************************************/
/*  bottom links */
/***********************************************************/
a.bottom_links {
	font-size: 12px;
	color: #33442d;
	margin: 5px;
	text-decoration: none;
}

a.bottom_links:hover {
	text-decoration: underline;
}




/***********************************************************/
/*  Payment Form */
/***********************************************************/
form#payment table {
	margin-bottom: 15px;
}

form#payment label {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	margin: 10px 0 0 -5px;
}

form#payment .small_text {
	font-size: 10px;
}

.medium_text {
	font-size: 12px;
}

form#payment input {
	font-size: 14px;
	margin-right: 15px;
}


/*********************************************************************
* Slide In Ad
*********************************************************************/
#slide-in-ad {
	position: absolute;
	width: 300px;
	height: 250px;
	left: -300px;
	top: 215px;
	background: url('images/slide-judgments.jpg') 0 0 no-repeat;
	z-index: 1000;
}

#slide-in-ad .close-slide-ad {
	display: block;
	background-color: black;
	color: white;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
}




/*********************************************************************
* fillable forms
*********************************************************************/
div .form-head {
	margin: 25px 0 25px 0;
	text-align: center;
}



/*********************************************************************
* printable forms styling
*********************************************************************/
span.printable, h2.printable {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.centered {
	text-align: center;
}


.uppercase	{
text-transform: uppercase;
}


p.note {
	display: block;
	border: 1px solid black;
	background-color: #ffffdd;
	padding: 15px;
}




#links .p1 {
	text-align: left;
}

.article-stub a {
	text-decoration: none;
}

.article-stub p a:hover {
	text-decoration: underline;
}
/* facebook button */


/* home page blog link list */
ul.blog-links li {    
    margin-bottom: 10px;
}













