
a:visited, a:link {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

a:active, a:hover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

body{
	color: #000000;
	font: 10px Verdana;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #112268;
	scrollbar-highlight-color: #FFFF00;
	scrollbar-shadow-color: #C7DDB1;
	scrollbar-track-color: #00ADDC;
}


.h1 {
	color: #112268;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

.h2 {
	color: #ffffff;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

.copyrights{
	color: #6E7864;
	font-size: 9px;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.btcount {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.btdate {
	color: #d45302;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.text1 {
	color: #FFFF00;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
}

.text2 {
	color: #112268;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
.phone {
	color: #112268;
	font-size: 34px;
	font-weight: bold;
	font-variant: small-caps;
}
.text0 {
	color: #F4A90B;
	font-size: 12px;
	font-weight: bold;
}

.text3 {
	color: #000000;
	font: 12px Verdana;
}

.text4 {
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
.gallerycontainer{
	position: relative;
	overflow: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	visibility: visible;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 10px;
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*/
visibility: visible;
top: 0;
left: 260px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

