.breadcrumb {
	font-family: Verdana, , Helvetica, sans-serif;
	font-size: 9px;
}
.leftlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
}
.banner, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	width: 100%;
	color: #990000;
}
p,ul,ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #990000;
}
.cssnav
{
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background: url(images/stryan_buttonbg_on.gif) no-repeat;
white-space: nowrap;
display: block;
width: 185px;
height: 30px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 185px;
height: 30px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 185px;
height: 30px;
border: 0
}

.cssnav a:hover
{
color: #FFFFFF;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 7px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #990000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -10px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 60px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

