/***********************************************\
*					Design                      *
*	   Three column layout with fluid center    *
\***********************************************/

*	{
	margin:0;
	padding:0;
	}
			
body {	
	font: 1em verdana, arial, sans-serif;
	background-color:#04153a;
	font-family: verdana, arial, helvetica; 
	color:#003366;
	margin-left:10px; 
	margin-right:10px;
	margin-top:10px;
	}
body address {
	text-align:center;
	font-size:.6em;
	color:#fff;
		}
/***********************************************\
*					Design                      *
*			      main wrapper                  *
\***********************************************/
#mainwrapper {
	min-width:760px; 
	max-width:1024px;
	margin-left:auto; 
	margin-right:auto; /* centers layout when > max width */
	}
/***********************************************\
*					Design                      *
*			   Three Column Wrap                *
\***********************************************/
#threecolwrap {
	float:left;
  	width:100%;
   	background-color: #fff;
	/*border-style: outset;
	border-color: #fff;*/
	}	
/***********************************************\
*					Design                      *
*	          CSS Round Corners                 *
\***********************************************/

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#000033; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#000033; border-right:2px solid #000033; border-left:2px solid #000033; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#000033; border-right:1px solid #000033; border-left:1px solid #000033; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#000033; border-right:1px solid #000033; border-left:1px solid #000033; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #000033;}		
	}
	

/***********************************************\
*					Design						*
*					Detail						*
\***********************************************/

img{
	border: none;
	}
ul{
	
	list-style-type: none;
	}	
a{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}
a:hover{
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	}
.linkStyle li{
	list-style-type:none;
	}
.headerAlign{
	width: 100%;
	margin: 0 0 0 -50px;
		}
.headerBar{
	background-color: #cccc99;
	text-align: center;
	border-style:outset;
	border-color: #cccc99;
	font-weight: bold;
	width:85%
	}
.headerBarLtColumn{
	background-color: #e7e2cf;
	text-align: center;
	border-style:outset;
	border-color: #e7e2cf;
	font-weight: bold;
	color:#003366;
	}
.aNoStyle{
	text-decoration: none;
	}
.headerText{
	text-align: center;
	min-width: 100px;
	color: #002266;
	
	}
.centerImage{
	margin-left:auto;
	margin-right: auto;
	margin-top: -40px;
	} 
.alignImage{
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
	} 
.alignImageLeft{
	margin-right:5px;
	align:left;
	}
.centerImageRight{
	margin-left:auto;
	margin-right: auto;
	margin-bottom: auto;
	}
.autoAdjustImage{
	margin-left:auto;
	margin-right:auto;
	} 
.alignList{
	margin-left: 100px;
	list-style-type: none;
	}
.listDisc{
	list-style-type: disc;
	margin-left: 25px;
	
	}
.listNumber{
	list-style-type: disc;
	margin-left: 25px;
	
	}		
.listFont{
	font-size: small;
	font-weight: bold;
	}

.marginParagragh{
	margin:0 7px 0 7px;
	}
.textRed{
	color:#993333;
	}
/**********************************************\
*					Design                      *
*			      Two Column                    *
\***********************************************/


#forTwoColumnDesign {
	width:100%;
	border-left-style: outset;	
	border-right-style: outset;
	background-color:#fff;
	clear:both;
	}		

/***********************************************\
*					Design                      *
*			        Header                      *
\***********************************************/

#header {
	width:100%;
	/*width:90%;*/
	height:110px;
	padding: 0;
	margin:0px;
	/*background-color:#04153a;*/
   	border-color: #fff;
   /*overflow: hidden;*/
	}
.headerImage{
	float: left;
	
}	
/***********************************************\
*					Design                      *
*			     Search Area                    *
\***********************************************/

#contentSearch
{
	color:#003399;
	font-size:.8em;
	margin-left:50px;
	margin-right:75px; 
	
}

/***********************************************\
*					Design                      *
*			   New Right Header Navigation      *
\***********************************************/
#navHeader
{
	color:#ffffff;
	font-weight:bold;
    background-color:#04153a;
	font-size: .6em;
	/*padding:0 3px;*/
	float: right; 
	/*clear: both;*/
	/*margin: -90px 7px 0 0;*/
	
}

/***********************************************\
*					Design                      *
*			    Top Navigation                  *
\***********************************************/

/* #topnav{
	height: 30px;
 	width:100%;
	background-color:#993333;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: left;
	padding: 0px; 
	font-size: .8em;
	border-style: outset;
	border-color: #fff;
	}
	
#topnav ul{
	margin:2px 0 0 0;
	border:0;
	padding:0;
	list-style:none;
	}
	
#topnav li{
	float:left;
	list-style-type:none;
	background-color:#993333;
	padding:0 4px;
	border-right:1px solid #fff;
	}
	
#topnav a{
	text-decoration:none;
	color:#ffffff;
	}	

#topnav a:hover{
	color:#003399;
	background:#fff;
	}

#topnav li:hover{
	background-color:#ffff99;
	}
	
#topnav form{
	color:#fff;
	margin:0 0 0 10px;
	} */
/***********************************************\
*					Design                      *
*			  Public Record Request             *
\***********************************************/

/*Public Record Request Form*/

.listStyleMain{
	list-style-type:none;
	margin-left:20px;
	
	}
.listStyle{
	list-style-type:disc;
	margin-left:30px;
	text-decoration: none;
	color:#003366;
	}
.listStyleContact{
	list-style-type:disc;
	margin-left:20px;
	
	}
.listStyleNumbered {
	list-style-type:decimal;
	}
#theForm{
	background-color:#f8f8f8;
	border-color:#f8f8f8;
	border-style:solid;
	border-width:thin;
	}
#theForm fieldset{
	padding:5px;
	
	}
#theForm fieldset legend{
	font-size: 13.25px;
	font-family:verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color:#003366;
	}
#theForm ul{
	
	list-style-type: none;
	}
#title{
	float: left;
	width: 200px;
	border-color:#003366;
	padding:5px;
	}	
#firstName{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#lastName{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#companyName{
	float: left;
	width: 300px;
	border-color:#003366;
	padding:5px;
	}
#address{
	float: left;
	width: 375px;
	border-color:#003366;
	padding:5px;
	}
#city{
	float: left;
	width: 200px;
	border-color:#003366;
	padding:5px;
	}
#state{
	float: left;
	width:90px;
	border-color:#003366;
	padding:5px;
	}	
#zipCode{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}
#telephoneNumber{
	float: left;
	width: 340px;
	border-color:#003366;
	padding:5px;
	}
#byLaw{
	float: left;
	width: 750px;
	border-color:#003366;
	padding:5px;
	}
#emailAddress{
	float: left;
	width: 250px;
	border-color:#003366;
	padding:5px;
	}
#confirmEmailAddress{
	float: left;
	width: 250px;
	border-color:#003366;
	padding:5px;
	display:none;
	}
		
#reasonForRequest{
	float: left;
	width:1000px;
	border-color:#003366;
	padding:5px;
	}
#highwayPatrol{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#waterPatrol{
	float: left;
	width:600px;
	border-color:#003366;
	padding:5px;
	}		
#caseCivil{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#caseCriminal{
	float: left;
	width:600px;
	border-color:#003366;
	padding:5px;
	}
#attorney{
	float: left;
	width:500px;
	border-color:#003366;
	padding:5px;
	}	
#courtCaseNumber{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}											
#reportNumber{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#dateOfEvent{
	float: left;
	width:270px;
	border-color:#003366;
	padding:5px;
	}
#timeEvent{
	float: left;
	width: 160px;
	border-color:#003366;
	padding:5px;
	}	
#aM{
	float: left;
	width: 50px;
	border-color:#003366;
	padding:5px;
	}	
#pM{
	float: left;
	width: 50px;
	border-color:#003366;
	padding:5px;
	}		
#fieldset{
	margin:1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background:#f8f8f8;
	border-bottom-style: none;
	}
#legend{
	fond-weight:bold;
	}
#namePersonInvolved{
	/*border-color:#003366;*/
	float: left;
	width: auto;
	border-collapse: collapse;
	border: 1px;
	padding:5px;
	}

#namePersonInvolved td{
	padding:5px;
	}
.centerRow1{
	padding-left:;
	
	}
.centerRow2{
	padding-left:7px;
	
	}
.centerRow3{
	padding-left:;
	
	}
input.checkbox{
	float:left;
	margin-right: 1em;
	}

#event{
	float: left;
	width: 280px;
	border-color:#003366;
	padding:5px;
	}	
#vinNumber{
	float: left;
	width:152px;
	border-color:#003366;
	padding:5px;
	}
#licensePlateNumber{
	float: left;
	width: 300px;
	border-color:#003366;
	padding:5px;
	
	}	
#officerName{
	float: left;
	width:400px;
	border-color:#003366;
	padding:5px;
	}	
#badgeNumber{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#officerName2{
	float: left;
	width:400px;
	border-color:#003366;
	padding:5px;
	}	
#badgeNumber2{
	float: left;
	width:200px;
	border-color:#003366;
	padding:5px;
	}	
#typeOfReport{
	float: left;
	width:700px;
	border-color:#003366;
	padding:5px;
	}	
.imgTextRight {
	float: left;
	margin: 0 5px 0 0 ;
 	}	
#formNumberAlignRight{
	float:right;
	}
#headerImageAbsolute{
	position:absolute;
	margin:-50px 0px 0 35px;
	}
.option13Name{
	
	width: 500px;
	border-color:#003366;
	padding:3px;
	
}
.signature{
	width: 500px;
	border-color:#003366;
	padding:3px;
	
	}
/***********************************************\
*					Design                      *
*			        Footer                      *
\***********************************************/

#footer {
	width:100%; 
	clear:both;
	float:left;
	background-color:#993333;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: .8em;
	color: #fff;
	}
#footer ul{
	margin:0 0 0 30px;
	list-style:none;
	border-left:200px solid #834c24;
	}
#footer li{
	float:left;
	list-style-type:none;
	background-color:#993333;
	padding:0 4px;
	border-right:2px solid #ffffff;
	}
#footer a{
	padding:0 6px;
	text-decoration:none;
	color:#fff;
	}	
#footer a:hover{
	color:#003366;
	background:#fff;	
	
	}
	