body {
	margin: 10px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434342;
	background-image: url(../images/body-bg2.gif);
	background-repeat:repeat-x
	}
	
#midbg {
	background-image: url(../images/midbg.gif);
	background-repeat:repeat-x;
	}

#innbg {
	height:595px;
	background-image: url(../images/innbg.gif);
	background-repeat:repeat-x;
	}



/* navigation links
-------------------------------------------------------- */
ul#nav {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 64px; width: 100%;
	background: url("../images/navnew.gif") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0px; height: 64px;
		}

		ul#nav li#home a { 
			left: 0; width: 113px;
			background: url("../images/navnew.gif") 0px 0px no-repeat;
			}
		ul#nav li#about a { 
			left: 113px; width: 103px; 
			background: url("../images/navnew.gif") -113px 0 no-repeat;
			}
		ul#nav li#rentals a { 
			left: 216px; width: 110px; 
			background: url("../images/navnew.gif") -216px 0 no-repeat;
			}
		ul#nav li#map a { 
			left: 326px; width: 113px; 
			background: url("../images/navnew.gif") -326px 0 no-repeat;
			}
		ul#nav li#laws a { 
			left: 439px; width: 108px; 
			background: url("../images/navnew.gif") -439px 0 no-repeat;
			}
	ul#nav li#contact a { 
			left: 547px; width: 100px; 
			background: url("../images/navnew.gif") -547px 0 no-repeat;
			}
				
			
ul#nav li#home a:hover  		{ background-position:   0px -64px; }
ul#nav li#about a:hover   		{ background-position: -113px -64px; }
ul#nav li#rentals a:hover      	{ background-position: -216px -64px; }
ul#nav li#map a:hover  			{ background-position: -326px -64px; }
ul#nav li#laws a:hover  		{ background-position: -439px -64px; }
ul#nav li#contact a:hover     	{ background-position: -547px -64px; }

ul#nav li#home a.active      	{ background-position: 	  0px -128px; }
ul#nav li#about a.active  		{ background-position: -113px -128px; }
ul#nav li#rentals a.active  	{ background-position: -216px -128px; }
ul#nav li#map a.active    		{ background-position: -326px -128px; }
ul#nav li#laws a.active    		{ background-position: -439px -128px; }
ul#nav li#contact a.active  	{ background-position: -547px -128px; }

p{
	font-size:11px;
	color:#434342;
	text-align:justify;
	}

H1	{	
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color:#434342;
	font-size:18px;
	font-weight:200;
	}	

.bluetext{
	color:#3558a8;
	text-align:justify;
	}

#maintb{border-left: solid 1px #9a9b9a;
  border-right: solid 1px #9a9b9a;
  border-bottom: solid 1px #9a9b9a;
  border-top: solid 1px #9a9b9a;
  padding:2px 2px 2px 2px;
  background-color:#FFFFFF;
  }

a{ font-size:11px;	color: #DAE2F5;font-weight: none;	} 
a:link{text-decoration: none; color : #355aaa; }  
a:visited{text-decoration: none; color : #4777bb; }  
a:hover{text-decoration: none; color : #528ac8; }

.footerlink			{color: #4c4c4c; font-size:10px;font-weight: none;} 
.footerlink a:link 	{text-decoration: none; color : #4c4c4c;}  
.footerlink a:visited  {text-decoration: none; color : #4c4c4c;}  
.footerlink a:hover 	{text-decoration: underline; color : #000;}
