@charset "utf-8";
body  {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style : normal;
	color: Black;
	text-align: left;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body  p{
	font-weight: normal; line-height:180%;
}
.theClings #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana;
	font-size: 11px;
	line-height:120%;
	font-weight: normal;
	color: Black;
}

.theClings #mainContent {
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{margin-top : 0px;	margin-bottom : 3px; font-family : Verdana; font-size : 11px; font-style : normal; font-weight : bold; color: #990000; text-decoration: none}	

.theClings #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin-top:214px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
.leftSideMenu{ 
	margin-top:8px;
	text-align:right; 
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#900;
	text-transform:uppercase;
	 
}
.leftSideMenu a{ 
	color:#900;
	text-decoration:none;
}
.leftSideMenu a:hover{
	color:#000;
	text-decoration:underline; 
}
div.floating-menu {
	position: static;
	background:# FFF;	
	border:0px;
	width:140px;
	z-index:100;
}
div.floating-menu a, div.floating-menu h3 {
	display:block;margin:0 5px;
}

.footsie {
	text-align: right; font-size:10px;
}
.superlative {
	text-align: center; padding:20px 0; 
}
strong {
	font-weight: normal;
}
table, tr, td {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana;
	font-size: 11px;
	line-height:120%;
	font-weight: normal;
	color: Black;
}
.text11b {
	color : Black;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align: left;
}
.text11bc {
	color : Black;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-align: center;
}
.text11 {
	color : Black;
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align: left;
}
A.aFont11:link {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	}
A.aFont11:hover {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	text-transform: uppercase;
	}
A.aFont11:visited {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	}
.text12b {color : Black; font-family : Verdana; font-size : 12px; font-weight : bold; font-style : normal; text-decoration : none;}

#pricePage td a
{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#000;  font-size:24px; text-decoration: none; }

#pricePage td a:hover
{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#ffffff;  font-size:24px; text-decoration: none; }

#permitPage td
{ text-align:center; }
#permitPage td a
{ font-weight:bold }
