@import url('nav.css');

* { behavior: url('iepngfix.htc'); }

body  {
behavior: url('csshover.htc');
color : #333;
font-size : 12px;
font-family : Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
line-height : 18px;
background-color : #333;
margin : 0;
padding : 25px 0 0;
}
a {
color : #339;
text-decoration : none;
outline : none;
}
a:hover {
text-decoration : underline;
}
hr {
color : #ddd;
background-color : #ddd;
height : 1px;
border-width : 0;
}
h1 {
font-size : 18px;
margin : 0 0 10px;
padding : 0 0 6px;
border-bottom : 1px solid #ccc;
}
h2 {
font-size : 15px;
background-color : #f9f9f9;
text-indent : 6px;
margin : 0 0 10px -6px;
padding : 4px 0;
border : 1px solid #ccc;
}
#all {
position : relative;
width : 960px;
margin-right : auto;
margin-left : auto;
}
#skip-tracing { color: #999; font-size: 11px; position: absolute; right: 10px; bottom: -18px; }
#skip-tracing a { color: #999; font-weight: normal; text-decoration: none; }
#logo {
background-image : url(../images/logo.png);
position : absolute;
left : -21px;
width : 240px;
height : 212px;
z-index : 500;
}
#logo a {
	text-indent:-900em;
	overflow:hidden;
	width:240px;
	height:212px;
	display:block;
}
#header {
background : url(../images/slogan-blk.gif) no-repeat 544px 11px;
height : 58px;
}
#container { 
background : #fff url(../images/paperbg.jpg) repeat-y; 
padding-top: 22px; 
}
#container .bot { 
line-height: 30px; 
text-align: right; 
height: 30px; 
padding-right: 26px; 
font-size:11px;
}
#container .column {
color : #626262;
font-size : 20px;
line-height : 32px;
width : 180px;
float : left;
padding-top : 110px;
padding-left : 34px;
}
#container .main {
background : #fff;
margin-top : 0;
margin-right : 25px;
margin-left : 230px;
padding : 20px 30px;
border : 1px solid #ccc;
}
#main-image {
position : absolute;
top : 4px;
right : -15px;
}
.main-pic {
z-index : 500;
float : right;
margin : -12px -40px 2px 18px;
}
#footer {
color : #999;
font-size : 11px;
text-align : right;
padding-right : 10px;
}
#footer a {
color : #999;
text-decoration : none;
}
.red { color: #a00c0c; }
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
} 
