TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
	SCROLLBAR-FACE-COLOR: #ffcc33; FONT-SIZE: 12px; SCROLLBAR-HIGHLIGHT-COLOR: #66ccff; SCROLLBAR-SHADOW-COLOR: #66ccff; SCROLLBAR-ARROW-COLOR: #66ccff; FONT-FAMILY: Arial, Helvetica, sans-serif; SCROLLBAR-BASE-COLOR: #ffcc33; scrollbar-3d-light-color: #66ccff; scrollbar-dark-shadow-color: #66ccff
}
.content A:link {
	COLOR: #FF6633; TEXT-DECORATION: none
}
.content A:visited {
	COLOR: #FF6633; TEXT-DECORATION: none 
}
.content A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none 
}
.bottom A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.bottom A:visited {
	COLOR: #000000; TEXT-DECORATION: none 
}
.bottom A:hover {
	COLOR: #ff6633; TEXT-DECORATION: none 
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; MARGIN-BOTTOM: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 0pt
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: -15px; MARGIN-TOP: 0px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 0pt
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: -18px; MARGIN-TOP: 0px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 0pt
}
.H42 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 0pt
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 0pt
}
.content_text {
	FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: justify; TEXT-DECORATION: none
}
.bottom_header {
	FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: none
}

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

.gallerycontainer A:link {
	COLOR: #000099; TEXT-DECORATION: none
}
.gallerycontainer A:visited {
	COLOR: #000099; TEXT-DECORATION: none 
}
.gallerycontainer A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none 
}

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffcc;
padding: 5px;
left: -1000px;
border: 1px solid ff9900;
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: -245;
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.mapcontainer{
position: relative;
z-index: 6000;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

.thumbnail2:hover{
background-color: transparent;
z-index: 600;
}

.thumbnail2:hover img{
border: 0px solid orange;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffcc;
padding: 5px;
left: -1000px;
border: 1px solid ff9900;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

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

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

.thumbnail3:hover img{
border: 0px solid orange;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffcc;
padding: 5px;
left: -1000px;
border: 1px solid ff9900;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -425;
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

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

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

.thumbnail4:hover img{
border: 0px solid orange;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffcc;
padding: 5px;
left: -1000px;
border: 1px solid ff9900;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50;
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


