/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px 0 30px;
        text-align: center;
        background:#2f3538;
}
div {
        position: relative;
}
img {
        border:0;
}
#pagewidth{
        width:779px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
		 background: #fff;     
}
#header{
        width:100%;
        background: url("../images/header-sub.png") no-repeat;        
        height:103px;
}
.home #header {
		background: url("../images/header.png") no-repeat;
		height:441px;
}
#wrapper{
        clear:both;
        background: #ccd5ca;        
}
.home #wrapper {
		background: url("../images/content-bg-home.png") repeat-y;
}
#leftcol{
        width:200px;
        float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 100%;
        padding-top:30px;
        padding-bottom: 20px;
}
.home #maincol {
		width: 500px;
		margin: 15px 15px 0;
}
#rightcol {
		float: right;
		width: 248px !important;
		width: 240px;
}
#footer{
        clear: both;
        background: url("../images/footer-sub.gif") repeat-x;
        padding:23px 10px 25px 30px;
}
.home #footer {
		background: url("../images/footer.png") no-repeat;
		padding:20px 10px 15px 30px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
        text-align:left;
}
.txtc{
        text-align:center;
}
.txtr{
        text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
        color: #2f3538;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
.criminal-list {
	line-height: 1.8em;
	padding-bottom: 10px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.8em;
}
h1 {
        font-size: 1.7em;
        margin-top: 0;
        margin-bottom: .7em;
        text-transform: uppercase;
        letter-spacing: 0.07em;
}
.home h1 {
        font-size: 2em;	
        letter-spacing: 0.10em;
}
h2 {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: .5em;
}
h3 {
        font-size: 1.3em;
        margin-top: 1em;
        margin-bottom: .5em;
}
h1, h2, h3, legend {
        color:#003e7e;
        font-family: "Times New Roman", Times Roman, serif;
        font-weight: normal;        
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:714px;
        margin:0;
        padding:0;
        line-height:1em;
        position: absolute;
        top: 47px;
        right: 0;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;        
}
#nav li a {
	display:block;
	padding:17px 17px 17px 17px;
	text-decoration:none;
	color:#fff;
	background: url("../images/menu-separator.png") no-repeat;
}
#nav li a:hover,
#nav li a.current  {
        color:#fff;
        background-color:#1e5482;
}
#nav li.first a{
		background-image: none;
}

/*       Links
======================= */
a {
        color:#4c721d;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height: 338px;
		width: 285px;
        top:103px;
        left:0px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo-WI.png") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
.home #header img {
		position: absolute;
		top: 103px;
		right: 0px;
}
#phonenumber{margin:0;color:#fff;font-size:16px;line-height:16px;padding:7px 55px;font-family: "Times New Roman", Times Roman, serif;}	
.home #phonenumber{padding-left:95px;}
/*       Maincol
========================= */
h1.logo {
        margin:-30px 35px 0px 0;
        height:198px;
        width: 207px;
        overflow:hidden;
        position: relative;
        float: left;
}
h1.logo a{
        display:block;
        height:100%;
        width: 100%;
}
h1.logo a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo-sub-wi.png") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
.home-small {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.25em;
	padding-top: 8px;
}

/*       Rightcol
========================= */
#rightcol p, #rightcol h2 {
	color: #fff;
	line-height: 1.2em;
}
#rightcol h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.15em;
}
	
/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#fff;
        border-bottom: 1px solid #668640;
        text-decoration: none;
}
#footer{
        margin:0;
        color:#fff;
        font-size:.9em;
}
#footer ul {
		width: 500px;
		margin: 0;
		list-style: none;
}
#footer ul li {
		float: left;
		background: url("../images/footer-menu-bg.gif") no-repeat 0 3px;
		padding: 0 12px;
		margin: 0;
}
#footer ul li.first {
		background: none;	
}
#copyright {
		color: #575e61;
		padding-left: 13px;
		font-size: 0.85em;
}
#copyright a{
		color: #575e61;
		text-decoration: none;
}
#copyright span{
		padding-left: 5px;
}
	

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*       Forms
======================= */
form.lj fieldset {
border:1px solid #466622;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border-width: 2px 0 0 2px;
border-color: #707070;
border-style: solid;
padding:.2em .5em .15em;
font-weight:normal;
height: 15px;
}
form.lj textarea {
height: 50px;
}
form.lj .submit {
background: #466622;
color:#fff;
border: 2px solid #668640;
margin:0 0em 1em 0;
padding: 0px 5px 0px;
height: 22px;
display: block;
width: auto;
float: right;
}
.home form.lj .submit {
border: none;
width: 58px;
height: 20px;
padding: 0;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
margin-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
overflow: hidden;
width: 505px !important;
width: 500px;
}
.home form.lj {
	width: 190px !important;
	width: 185px;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:0.9em;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:.8em;
	margin-bottom:.8em;
	margin-left: 242px;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
.home h3.alert, .home h3.alertyes, .home h3.alertwarn{
	margin-left: 30px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}

/* error messages via UL/LI */
ul.messages {
	list-style: none;
    border-width: 2px 0;
    padding:5px 5px 5px 35px;   
}

ul.messages li {
    font-weight: bold;
    font-size: 12px;
}

ul.errors {
    background: #FFCCCC url(../img/exclamation.png) no-repeat 9px 5px;
    border: 2px solid #CC0000;	
}

ul.info {
    background: #CCFFCC url(../img/tick.png) no-repeat 9px 5px;
    border: 2px solid #CC0000;  
    border-color: #ff3;
}


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#rightcol, #nav, #header h1 a span, h1.logo a span, #header img{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a, h1.logo, h1.logo a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
.home #header, #header {height: 50px;}
}

