<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a {
	color: #360;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #390;
	text-decoration:underline;
}

a img{
	position:relative;
	top:7px;
	left:-5px;
}


body {
	margin: 0px;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #b1a25a;

}

.wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 20px;
}

.header {
}

.content {
	width:942px;
	margin-left:9px;
	padding-bottom:20px;
	background: #b1a25a url(images/background_fleck.jpg);
}

.content_shadow {
	background: #b1a25a url(images/content_shadow.jpg) repeat-y;
}

.header_home {
	text-align:center;
	margin-bottom:25px;
}

.homepage_left {
	text-align:center;
	float:left;
	width:370px;
	background-color:#e7dbb2;
	height:270px;
}

.homepage_right {
	text-align:center;
	background-color:#e7dbb2;
	height:270px;

}


.footer {
	height:90px;
	background: #b1a25a url(images/LH_web_07.jpg) no-repeat top;
}


.leftCol {
	float:left;
	padding: 20px;
}

.rightCol {
	width:570px;
	min-height:450px;
	margin-left: 270px;
	line-height: 24px;
	border-left: #d2bf7f solid 1px;
	padding: 10px 50px 30px 50px;
}
.rightCol a:hover{
	text-decoration:underline;
}


.right_col_head {
	font-size:32px;
	line-height:36px;
	color:#655315;
	float:left;
	margin-right:20px;
	margin-top:-10px;
}

.right_col_head_no_pic {
	position:relative;
	text-align:center;
	font-size:32px;
	line-height:36px;
	color:#655315;
}

.right_col_head img{
	margin-left: 100px;
	margin-top:-10px;
}

.right_col_head_no_pic img{
	margin-top:-10px;
}


.right_col_head_pic {
	float:right;
}

#fish {
	padding-bottom:30px;
}

#fish_caption{
	border-right: none;
	text-align:right;
	padding-right:0px;
	margin-left:20px;
	line-height:20px;
}

#fish_pic{
	border:none;
}


.leftCol ul{
	padding-left:0px;
	list-style:none;
}

.leftCol li{
	width:230px;
	height:38px;
	text-align:center;
	margin-bottom:10px;
	border-left: #960 solid 1px;
}

.leftCol li a{
	color:#FFF;
	font-weight:normal;
	font-size:14px;
	display:block;
	padding: 10px;
	background: #b1a25a url(images/button_background.jpg) repeat-x;
}

.leftCol li a:hover{
	background: #b1a25a url(images/button_background_hover.jpg) repeat-x;
	text-decoration:none;
}

.copyright {
	position:absolute;
	bottom:20px;
	color:#655315;
	font-size:9px;
}

.clear_float{
	clear:left;
}

.clear{
	clear:both;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#contactForm{
	margin-top:10px;
}

#contactForm input, #contactForm select, #contactForm textarea {
    width: 100%;
    margin-bottom: 10px;
}

.web_link{
	margin-top:50px;
	text-align:center;
	font-size: 11px;
}

.subhead{
	width:100%;
}

.home-copy{
	margin-top:230px;
	font-size:15px;
}

#vehicle-decal-form {
  line-height: 120%;
}

#vehicle-decal-form input {
  width:100%;
  padding: 5px 0;
  text-indent: 5px;
}

#vehicle-decal-table td,
#vehicle-decal-homeowner-table td {
  padding: 10px;
}

#vehicle-decal-table .col1 {
  white-space: nowrap;
  width: 70px;
}

#vehicle-decal-table .col2 {
  width:160px;
}

#vehicle-decal-table .col3 {
  width:90px;
}

#vehicle-decal-table .col4 {
}

#vehicle-decal-table .heading td {
  vertical-align: bottom;
}

#vehicle-decal-table .heading .col2,
#vehicle-decal-table .heading .col3 {
  font-weight: bold;
}

#vehicle-decal-table .example td {
  font-style: italic;
  color: #777;
}

#vehicle-decal-homeowner-table .col1 {
  width: 70px;
}

#vehicle-decal-homeowner-table .col2 {
  width: 270px;
}

#vehicle-decal-homeowner-table .col3 {
  width: 40px;
}

#vehicle-decal-homeowner-table .col4 {
  width: 70px;
}

button {
  padding: 10px 25px;
  background: #a89b4c;
  color: white;
  border: none;
}

</pre></body></html>