html {
  margin:0;
  padding:0;
}

body {
  background-color:#eae3d8;
  color: #333333;
  font-family: Helvetica, "Trebuchet MS", verdana, arial,sans-serif;
  font-size: 12px;
	height:100%;
  text-align:center;
	background-image:url(media/img/state.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
}

div#text a:link, div#text a:active,  div#text a:visited {color:#ffffff; text-decoration:underline;}
div#text a:hover {color:#F6EEE2; text-decoration:none;}

div#text2 a:link, div#text2 a:active,  div#text2 a:visited {color:#5e2022; text-decoration:underline;}
div#text2 a:hover {color:#5e2022; text-decoration:none;}

img {
  border:none;
	}

div#header {
  width:1100px;
	height:100px;
	}
	
div#menubar {
  width:1100px;
	height:37px;
	text-align:left;
	margin-top:63px;
	background-image:url(media/img/menu.jpg);
	background-repeat:no-repeat;
	}
	
html>body div#menubar {
	margin-top:0px;
	position:relative;
	top:63px;
	}
	
div#homebtn {
	background-color:#f6eee2;
	width:42px;
	height:37px;
	margin-left:90px;
	float:left;
	}
	
div#nav {
	width:392px;
	height:34px;
	float:right;
	position:relative;
	left:-183px;
	top:3px;
	overflow:hidden;
	}
	
html>body div#nav {
  top:4px;
	}
	
 div#menu {
  width:239px;
	height:34px;
	float:right;
	}
	
div#main {
  width:1100px;
	height:700px;
	background-image:url(media/img/mainback.jpg);
	background-repeat:no-repeat;
	}
	
div#feemain {
  width:1100px;
	height:803px;
	background-image:url(media/img/feeback.jpg);
	background-repeat:no-repeat;
	}
	
div#recordsmain {
  width:1100px;
	height:803px;
	background-image:url(media/img/recordsback.jpg);
	background-repeat:no-repeat;
	}
	
html>body div#recordsmain {
  position:relative;
	top:-14px;
	}
	
div#paymentmain {
  width:1100px;
	height:803px;
	background-image:url(media/img/paymentback.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:30px;
	}
	
html>body div#paymentmain {
  left:0px;
	}
	
div#content {
	width:858px;
	height:530px;
	padding:0px 30px 30px 30px;
	position:relative;
	right:53px;
	}

html>body div#content {
  width:798px;
	height:500px;
	right:82px;
	}
	
div#feecontent {
	width:858px;
	padding:0px 30px 30px 30px;
	position:relative;
	top:205px;
	right:51px;
	}

html>body div#feecontent {
  width:798px;
	right:82px;
	}
	
div#recordscontent {
	width:858px;
	padding:0px 30px 30px 30px;
	position:relative;
	top:205px;
	right:0px;
	}

html>body div#recordscontent {
  width:796px;
	right:52px;
	}
	
div#paymentscontent {
	width:858px;
	padding:0px 30px 30px 30px;
	margin-top:205px;
	position:relative;
	left:66px;
	}

html>body div#paymentscontent {
  width:796px;
	left:-52px;
	margin-top:0px;
	padding-top:205px;
	}
	
div#text {
  width:450px;
	padding:20px;
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:25px;
	position:relative;
	left:-50px;
	}
	
html>body div#text {
  width:410px;
	}
	
div#text2 {
  width:873px;
	padding:0px 20px 20px 20px;
	text-align:left;
	color:#000;
	font-size:16px;
	line-height:25px;
	position:relative;
	left:-50px;
	}
	
html>body div#text2 {
  width:853px;
	}
	
div#text3 {
  width:873px;
	padding:0px 20px 20px 5px;
	text-align:left;
	color:#000;
	font-size:16px;
	line-height:25px;
	position:relative;
	left:-50px;
	}
	
html>body div#text3 {
  width:853px;
	padding:0px 20px 20px 20px;
	}
	
div#heading {
  width:1100px;
	height:44px;
	position:relative;
	left:-32px;
	top:1px;
	}
	
div#contactbar {
  width:858px;
	height:41px;
	background-image:url(media/img/contactbar.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:-51px;
	}
	
div#feecontactbar {
  width:858px;
	height:41px;
	background-image:url(media/img/feefooter.gif);
	background-repeat:no-repeat;
	}
	
div#recordscontactbar {
  width:858px;
	height:41px;
	background-image:url(media/img/feefooter.gif);
	background-repeat:no-repeat;
	position:relative;
	left:-30px;
	}
	
div#footer {
  width:858px;
	height:17px;
	color:#878077;
	font-family:Georgia;
	font-size:18px;
	text-align:left;
	position:relative;
	left:-51px;
	top:75px;
	}

div#feefooter {
  width:858px;
	height:17px;
	padding-top:40px;
	color:#878077;
	font-family:Georgia;
	font-size:18px;
	text-align:left;
	}
	
div#clear {
  clear:both;
	}

div#nav ul {
	list-style:none;
	width:auto;
  padding:0px;
	margin:0px;
	}
	
div#nav ul li a {
  display:block;
	}
	
.homebtn a {
  display:block;
  width: 42px;
  height:37px;
  color:#f6eee2;
  background: url("media/img/home.jpg") 0 0 no-repeat;
  text-decoration: none;
  margin-left:96px;
  float:left;
  overflow:hidden;
  }

.homebtn a:hover { 
  background-position: 0 -37px;
  }

.homebtn a:active {
  background-position: 0 -37px;
  }

.feesched a {
  display:block;
  width: 110px;
  height:34px;
  color:#f6eee2;
  background: url("media/img/feesched.gif") 0 0 no-repeat;
  text-decoration: none;
  float:left;
  }
	
.feesched a:hover { 
  background-position: 0 -34px;
  }

.feesched a:active {
  background-position: 0 -34px;
  }

.records a {
  display:block;
  width: 138px;
  height:34px;
  color:#f6eee2;
  background: url("media/img/records.gif") 0 0 no-repeat;
  text-decoration: none;
  float:left;
  position:relative;
  top:-15px;
  }
 
.records a:hover { 
  background-position: 0 -34px;
  }

.records a:active {
  background-position: 0 -34px;
  }

.payments a {
  display:block;
  width: 144px;
  height:34px;
  color:#f6eee2;
  background: url("media/img/payments.gif") 0 0 no-repeat;
  text-decoration: none;
  float:right;
  position:relative;
  top:-30px;
  }
.payments a:hover { 
  background-position: 0 -33px;
  }
.payments a:active {
  background-position: 0 -33px;
  }
	
html>body .payments a, html>body .records a {
  top:0;
	}

div#signature {
  width:335px;
	height:59px;
	position:relative;
	left:129px;
	top:25px;
	}
	
html>body div#signature {
  left:127px;
	top:12px;
	}
	
div#p2 {
  padding-left:25px;
	}
	
/** FEE SCHEDULE  **/
div#table {
  width:856px;
	border:1px solid #878077;
	}
	
div#row {
  height:24px;
	width:858px;
	}
	
div#caseheader {
  width:296px;
	height:24px;
	background-color:#878077;
	font-size:11px;
	position:absolute;
	left:30px;
	color:#fff;
	padding-left:10px;
	line-height:24px;
	}

html>body div#caseheader {
  width:286px;
	}
	
div#infoheader {
  width:563px;
	height:24px;
	background-color:#bcb5ab;
	opacity:0.4;
	filter:alpha(opacity=40);
	position:relative;
	left:147px;
	border:1px solid #878077;
	}
	
html>body div#infoheader {
  width:559px;
	height:22px;
	}
	
div#casetype {
  width:296px;
	height:24px;
	border-left:1px solid #878077;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	position:absolute;
	left:30;
	line-height:24px;
	padding-left:10px;
	text-align:left;
	}
	
html>body div#casetype {
  width:284px;
	height:22px;
	}
	
div#filingfee {
  width:64px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:326px;
	}
	
html>body div#filingfee {
  width:62px;
	height:22px;
	}	
	
div#automation {
  width:92px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:389px;
	}
	
html>body div#automation {
  width:90px;
	height:22px;
	}
	
div#docstor {
  width:83px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:480px;
	}
	
html>body div#docstor {
  width:81px;
	height:22px;
	}
	
div#courtsys {
  width:78px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:560px;
	}
	
html>body div#courtsys {
  width:76px;
	height:22px;
	}
	
div#courtsec {
  width:84px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:638px;
	}
	
html>body div#courtsec {
  width:82px;
	height:22px;
	}
	
div#law {
  width:79px;
	height:24px;
	border-right:1px dashed #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:721px;
	}
	
html>body div#law {
  width:77px;
	height:22px;
	}
	
div#total {
  width:90px;
	height:24px;
	border-right:1px solid #878077;
	border-top:1px solid #878077;
	border-bottom:1px solid #878077;
	line-height:24px;
	position:absolute;
	left:799px;
	}
	
html>body div#total {
  width:88px;
	height:22px;
	}
	
/** End Fee Schedule **/