@charset "utf-8";
/* CSS Document */


.headerbar{
color: #b92114;
}

.liststyle .headerbar{
font: bold 14px Arial;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.liststyle ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

.liststyleul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.liststyle ul li a{
color: #333;
background: url(images/bullet_red.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
margin-left:10px;
}






a.thumbnail span img{
border: 0px;
margin: 0px 0px;
}

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

a.thumbnail span{ /*CSS for enlarged image*/
visibility: hidden;
}

a.thumbnail:hover span{ /*CSS for enlarged image*/
display: block;
position: absolute; top: 200px; left: 0; width: 125px;
padding: 5px; margin: 10px; z-index: 100;
color: #AAA; background: black;
font: 10px Verdana, sans-serif; text-align: center;
 }

#RightNavButtonDropDown{
BACKGROUND: #ffffff; VISIBILITY: hidden; POSITION: absolute;
}
#mainNav {
	WIDTH: 700px; HEIGHT: 35px
}
#mainNavButton {
	FLOAT: left
}
UL.mainNav {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 700px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 35px
}
.mainNav LI {
	FLOAT: left
}
.mainNav LI A {
	BACKGROUND-POSITION: 0px 0px; DISPLAY: block; HEIGHT: 25px; TEXT-DECORATION: none
}
.mainNav LI A:hover {
	BACKGROUND-POSITION: 0px 35px
}
