/* colors
 red #d23b47
 blue #497fb4
 
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 12px;
}
p{
	text-indent: 2em;
	padding-left: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
	width: 542px;
}
.container{
	margin: 0 auto;
	width: 750px;
	padding-left: 10px;
	
	
}

.header{
	width: 750px;
	clear: both;

}
.header_image{
	width: 589px;
	height: 158px;
	background-image: url(../images/header.gif);
	margin:0;
	float: left;

}
.log_in{
	 width: 151px;
	 height: 145px;
	 background-image: url("../images/header-ext.gif");
	 margin:0;
	 padding-top: 13px;
	 float: left;
	 padding-left: 10px;
}
.left_column{
	width: 180px;
	float: left;
	Clear: left;
}
.left_column ul{
	margin: 0;
	font-size: 14px;
	line-height: 2em;
	padding: 0;
	width: 130px;

}
.left_column li{
	display: block;
	border-bottom: 2px solid blue;
	margin: 0;
	line-height: 1.25em;
	padding-top: .25em;
}
.left_column li:hover{
	border-bottom: 2px solid #d23b47;
}
.left_column a:link, .left_column a:visited{
	text-decoration: none;
	color: #d23b47;
	font-weight: bold;

}
.left_column a:hover{
	color: black;
}
.left_column img{
	padding-top: 10px;
	padding-left:0;
	border: none;
}
.content_area{
	margin-top: 20px;
	float: left;
	clear: right;
	width: 542px;
	border-left: 2px solid black;
	min-height: 300px;

}
.content_area strong{
	padding-top: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.content_area table{
	font-size: 12px;
	width: 530px;
	text-align: center;
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.signup{
margin: 0 170;
width: 202px;
height: 34px;
background-image: url(../images/createaccountbutton.jpg);

}
a:hover .signup {
margin: 0 170;
width: 202px;
height: 34px;
background-image: url(../images/accountsignup_on.jpg);
}
.headline{
	 background-image: url(../images/header-box-bg.gif);
	 background-repeat: no-repeat;
	 width: 512px;
	 height: 42px;
	text-indent: 60px;
	font-size: 20px;
	font-weight:bold;
	line-height: 42px;
	margin-left: 30px;
	padding-bottom: 20px;
}

.footer{
	border-top: 3px solid #497fb4;
	text-align: center;
	font-size: 9px;
	clear: left;
	float: left;
	position: relative;
	top: 20px;
	padding-bottom: 20px;
	width: 750px;
}
.footer a:link, .footer a:visited{
	color: black;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footer li{
	display: inline;
	padding: 0;
	margin: 0;
}
.footer ul{
	padding: 0;
	margin: 1.5em 0;
}

.footer li:before { content: "| "; }
.footer li:first-child:before { content: ""; }

.lang_selector{
	float :right;
	clear: right;
}
.lang_selector a:link, .lang_selector a:visited{
	color: red;
	text-decoration: none;
	font-size: 10px;
}
.lang_selector a:hover{
	color: black;
	text-decoration: underline;
}
.content_area a:visited, .content_area a:link{
	line-height: 2em;
	padding-left: 2em;
}
.content_area a:hover{
	color: black;
}
.stateSearch{
margin: 10px 0 10px 0;
width: 136px;
height: 83px;
background-image: url(../images/inmatesearch_off.jpg);
}
a:hover .stateSearch {
margin: 10px 0 10px 0;
width: 136px;
height: 83px;
background-image: url(../images/inmatesearch_on.jpg);
}
.federalSearch{
margin: 10px 0 10px 0;
width: 136px;
height: 83px;
background-image: url(../images/federalsearch_off.jpg);
}
a:hover .federalSearch {
margin: 10px 0 10px 0;
width: 136px;
height: 83px;
background-image: url(../images/federalsearch_on.jpg);
}
.westernUnion{
margin: 10px 0 10px 0;
width: 136px;
height: 47px;
background-image: url(../images/westernunion.jpg);
}
a:hover .westernUnion {
margin: 10px 0 10px 0;
width: 136px;
height: 47px;
background-image: url(../images/westernunion_on.jpg);
}