/* CSS Document */
 #maps {background: #f6f1df; border: 1px solid #7a3031;}
 #directions {background: #f6f1df; border: 1px solid #7a3031;}
 #addy {padding: 15px; background: #f6f1df; border: 1px solid #7a3031;}
 input, textarea {background: #fff; border: 1px solid #ccc;}
 input, select {background: #fff; border: 1px solid #ccc; width:250px;}
 body { margin: 0px; padding: 0px; background-color: #fcf2eb; }
 table {  font-family: Verdana, Arial; font-size: 11px; }
 a { font-weight:bold; color:#690032; text-decoration:none; }
 a:hover { text-decoration:underline; }
 h1 { font-family: "Trebuchet MS", Arial, Verdana, Helvetica; color: #000; font-size: 14px; text-align:center; }
 h2 { font-weight: lighter; background: #ffd2b2; color: #f9e8d8; text-align: center; padding: 11px; font-size: 14px; }
 h3 {color:#7a3031;  font-size: 14px; text-indent:15px; line-height: 18px; }
  ul { list-style-image:url(../script/template/bullet.gif); }
 #bigImage 
	{ position:absolute;
	  top:300px;
	  left:300px;
	  border:2px solid #ffd2b2;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.infoDiv
{
	height:200px;
	width:150px;
	border:1px solid #ffd2b2;
	vertical-align:middle;
	text-align:left;
	padding:2px;
}
 img.clsleft { margin-right:10px; margin-bottom:10px; }
 img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
 img.clsright { margin-left:10px; margin-bottom:10px; }
 
 .sitelogo { font-family: "Trebuchet MS", Arial, Verdana, Helvetica; color: #fcf2eb; font-size: 26px; font-weight: bold; letter-spacing: -1px; }
 .main { border:1px solid #ffd2b2; border-bottom:0px; }
 .heading_back { padding-left: 20px; background-color: #FFFFFF; font-family: "Trebuchet MS", Arial, Verdana, Helvetica; color: #ffd2b2; font-size: 28px; font-weight: bold; letter-spacing: -1px; height:50px }
 .bottom { font-size: 10px; color:#690032; text-align:center; height:25px; }
 .notes { font-size:9px; }
 .shout { font-size:24px; color: #690032; font-weight:bold; letter-spacing:-1px;}
 .shout1 {font-weight: lighter; background: #7a3031; color: #f9e8d8; text-align: center; padding: 11px; font-size: 14px; }
 
 #pagebody { padding-top:15px; padding-right:20px; padding-left:20px; padding-bottom:25px; }
 #pagebody img { border: 2px solid #ffd2b2; }
 #pagebody .noborder img { border: 0px; }
 
 #tableEmail { text-align:center; width:660px; padding-top:15px; padding-right:20px; padding-left:20px; padding-bottom:25px; border: 2px solid #ffd2b2;}
 #tableEmail .tableLeft { width:260px; text-align:right;}
 #tableEmail .tableRight { width:400px; text-align:left;}
 
 #menu { border-width:1px; border-style:solid; border-color: #ffd2b2; }
 #menu ul { list-style:none; margin:0; padding:0px; }
 #menu li { height:26px; display: inline; margin:0; padding:0px; }
 #menu a { font-size: 10px; color:#000; line-height:25px; margin-left:15px; margin-right:15px; }
 #menu a:hover { font-size: 10px; color:#E6C0AB; text-decoration:none; }
 
 #end, #end a { text-align:center; font-weight:bold; font-weight:normal; font-size:9px; }
 
.picTureDiv {height:100%;width:100%;border:1px solid #ffd2b2;}

.textInfo {vertical-align:bottom;border:1px solid #ffd2b2; height:250px; margin-top:100px;}


