/* General tags */
body {background:#f6ffff url('../images/bodybg2.gif') repeat-x; margin:0; padding:0; text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:76%; Georgia,Verdana,Tahoma,Arial,sans-serif;}
p {line-height:1.3em; margin:0 0 15px;}

/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #e4f9f2;
color: #7cc2a7;
margin-right: 1px;
text-decoration: none;
font: bold 13px Georgia;
overflow:hidden;}
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: white;
color: teal;
}
.hometableleft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.hometableleftbottom {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.hometableright {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.hometablecenterbottom {
	border-bottom-width: 1px;
    border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

A.sidemenu {
display: block;
width: 120px;
text-align: center;
text-decoration: none;
font-family:Georgia;
font-size:14px;
font-face:italic;
color: #7cc2a7;
border: none;
}

A.sidemenu:hover {
border: none;
background-color:none;
color: teal;
}
input, select, textarea {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 200px;
	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Georgia;
	color: 				#708598; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#dce6f2;
	background-color:	#FFFFFF;
	scrollbar-face-color: #e4f9f2;
 	scrollbar-shadow-color: #FFCC00; 
 	scrollbar-highlight-color: teal;
 	scrollbar-3dlight-color: #7cc2a7;
 	scrollbar-darkshadow-color: #708598; 
 	scrollbar-track-color: #e4f9f2; 
 	scrollbar-arrow-color: white; 
}
.checkbox {
	width: 15px;
	border-style :		none;

}
.gallerycontainer{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E4F9F2;
padding: 5px;
left: -1000px;
border: 1px solid #C7D0D7;
visibility: hidden;
color: #708590;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -300px; /*position where enlarged image should offset horizontally */
z-index: 10;
}