/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 700px;

}
#header {
 color: #333;
 width: 700px;
 float: left;
 padding: 0px;
/* border: 1px solid #ccc; */
 height: 100px;
 margin: 10px 0px 6px 0px;
 text-align: center;
 border-bottom: 4px groove #666;
}


#rightcolumn2x4 { 
 color: #333;
 margin: 0px 0px 9px 0px;
 padding: 0px;
 height: 500px;
 width: 260px;
 float: right;

}

#leftcolumn {
width: 430px;
height: 510px;
float: left;
}

#rightcolumn { 
 float: left;
 color: #333;
 margin: 0px 0px 9px 0px;
 padding: 0px;
 height: 269px;
 width: 89px;
 display: inline;
}

#footer { 
 width: 549px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

#map_canvas {
	width: 365px; 
	height: 325px;	
	margin-right: 0px;
	margin-bottom: 9px;
	color: #333;
 	border: 0px solid #666;
	padding: 0px;
	float: left;
}

#map_canvas3x1 {
	width: 310px; 
	height: 275px;	
	margin-right: 0px;
	margin-bottom: 9px;
	color: #333;
 	border: 0px solid #666;
	padding: 0px;
	float: left;
}

#map_canvas1x3 {
	width: 586px; 
	height: 269px;	
	margin-right: 0px;
	margin-bottom: 9px;
	color: #333;
 	border: 0px solid #666;
	padding: 0px;
	float: left;
}

#map_canvas2 {
	width: 436px; 
	height: 325px;	
	margin-right: 0px;
	margin-bottom: 9px;
	color: #333;
 	border: 0px solid #666;
	padding: 0px;
	float: left;
}

#map_canvas2x4 {
	width: 440px; 
	height: 280px;	
	margin-right: 0px;
	margin-bottom: 9px;
	color: #333;
 	border: 0px solid #666;
	padding: 0px;
	float: left;
}

#pano2x4 {
	width: 440px; 
	height:212px;
	float: left;
	margin-bottom: 9px;
}

#pano {
	width: 700px; 
	height: 250px;
}



h3 {
margin-bottom: 5px;	
}

p.webaddress {
margin-top: 5px;	
}

a.webaddressroll:link {
	color: #593A13;
	text-decoration: underline;
	
}
a.webaddressroll:visited {
	text-decoration: none;
	color: #593A13;
 
}
a.webaddressroll:hover {
	text-decoration: underline;
	color: #7E7640;
}
a.webaddressroll:active {
	text-decoration: none;
	color: black;
	
}

p.addressform {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 11px;
	text-align: center;
	
}

/* Photo-Caption PZ3 CSS v080630
* copyright: http://randsco.com/copyright
* www.randsco.com
*/

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; 
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 
