body {
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

a:active, a:focus {outline: 0;}
h1,h2,h3,h4,h5,h6,ul,li,p,div,br {padding:0px; margin:0px;}
div {line-height:normal;}

/* background:url('images/css_L.gif') no-repeat left top; */

/* ABOUTUS Styles */

.glink1 {
font: normal 12px/1.5em arial;
color:#727272; background:url('images/back1.jpg') no-repeat left center;
padding-left:10px;
padding-right:10px;
}
a.glink1:link {text-decoration: none; }
a.glink1:visited {text-decoration: none; }
a.glink1:hover {text-decoration: none; color:#0C899B;}


.glink2 {
font: normal 12px/1.5em arial;
color:#727272; 
padding-left:10px;
padding-right:10px;
}
a.glink2:link {text-decoration: none; }
a.glink2:visited {text-decoration: none; }
a.glink2:hover {text-decoration: none; color:#0C899B;}


.express{font: normal 39px/1.5em PhyllisD;color:#653B33;}
.ex1{font: bold 12px/1.5em arial;color:#20808D;}
.ex2{font: normal 12px/1.5em arial;color:#292929;}
.copy {font: normal 12px/1.5em Arial; color:#9C8783;margin-top:15px;}







.glink2Copy {
	font: bold normal 12px/1.5em arial;
	color:#339999;
	text-decoration: none;

}
.glink2brown {

	font: bold normal 12px/1.5em arial;
	color:#663333;
	text-decoration: none;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height:396;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 460px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


