@charset "utf-8";
body {font: 100% Verdana, Arial, Helvetica, sans-serif; background: #929297; margin: 0; padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.lists {margin-left: 0px; list-style: disc;   padding-left: 50px; }

h1 {font-size:18px; margin-left:5px;}

h2 {font-size:14px; margin-left:5px;}

#container {width: 90%; background: #FFF; margin: 0 auto; border-left: 1px solid #3b3a46; border-right: 1px solid #3b3a46;
  text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.homepage #header {height:125px; background-image:url(images/bankrupcty_hometitle_back.gif); text-align:center; }

.subpage #header {height:51px; background-image:url(images/bankrupcty_subtitle_back.gif);}

.subpage #header img {float:left;}

#homemenu {height:298px; background-color:#350a00; border-top:4px solid #a06113; border-bottom:4px solid #a06113; margin-bottom:5px;}

#homemenu img {float:left;}

#topmenu {height:11px; padding:20px 0px; text-align:right; font-size:10px;}

#topmenu a {display:block; float:right; color:#929297; text-decoration:none; padding:0px 10px; border-right:1px solid #FFF;}

#homemenuright {width: 40%; float:left;}

#homemenuright a {padding:4px 20px; display:block; margin-bottom:5px; text-decoration:none; color:#f2b253; font-size:14px; text-transform:uppercase; }

#homemenuright a:hover {background-color:#f2b253; color:#350a00;}

.caps {font-size:18px;}

.subhead {padding-left:10px; font-size:10px; color:#FFF; text-transform:none; display:block;}

#sidemenu {float: left; width: 30%; background-color:#b7b7b9; margin-left:2%;}

#sidemenu a {display:block; padding:15px 25px; margin: 5px; font-size:10px; text-decoration:none; background-color:#929297; border:1px solid #e3e3e5; color:#e3e3e5; text-align:center;}

#sidemenu a:hover {background-color:#e3e3e5; color:#929297;}

.homepage #content {margin:0px 5% 20px 35%; font-size:12px;}

.subpage #content {margin:0px 5% 20px 35%; font-size:12px; border:1px solid #350a00;}

.subpage #content p {margin-left:10px; margin-right:10px;}

.subpage #content a {text-decoration:none; font-weight:bold; color:#350a00;}

#mainmenu {background-color:#350a00; height:14px; padding:4px 10px; margin:5px 0px 20px; font-size:10px; font-weight:bold;}

#mainmenu a {display:block; float:left; color:#FFF; text-decoration:none; padding:0px 10px; border-right:1px solid #FFF;}

#footer {width: 90%; font-size:10px; text-align:justify; margin:10px auto;}

#footer a {color:#FFF; text-decoration:none; }

#links {width: 90%; font-size:10px; text-align:center; margin:10px auto;}

#links a {display:block; float:left; color:#FFF; text-decoration:none; padding:0px 10px; border-right:1px solid #FFF;}

#mainmenu a:hover, #topmenu a:hover, #content a:hover, #links a:hover, #footer a:hover {text-decoration:underline;}

#mainmenu a.last, #topmenu a.last, #content a.last, #links a.last {border-right:none;}

#arealisting, #arealisting2 {font-size:11px; line-height:2em; margin-left:2%; float:left;}

#arealisting a, #arealisting2 a {display:block; text-decoration:none; font-weight:bold; padding-left:20px; }

#arealisting a:hover, #arealisting2 a:hover {background-color:#350a00; color:#FFF; text-decoration:none;}

#arealisting a.areaheader, #arealisting2 a.areaheader {background-color:#350a00; color:#FFF; padding-left:5px; margin-top:10px;}

#arealisting a:hover.areaheader, #arealisting2 a:hover.areaheader {background-color:#FFF; color:#350a00; text-decoration:none;}

#content img {float:left; margin-right:10px;}
.imgr {float:right; margin-right:10px;}


.googleboxad {float:left; margin:10px;}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContent {
  margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
