body {														  	
	background-color : white;
	margin-top : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
}
page
{	
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;	
}
a.page{	
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;	
}
a.page:hover{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : underline;	
}
a.page:visited{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}
a.page:active{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;	
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 2px;
	text-align : center;
}

.menu {
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	padding-left : 25px;
}
a.menu:link{
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	padding-left : 25px;
}
a.menu:hover{
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	color: Blue;
	font-weight : bold;
	padding-left : 25px;
	background-image : url(images/nav-bg-ov.gif);
}
a.menu:active{
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	color: Olive;
	font-weight : bold;
	padding-left : 25px;
	background-image : url(images/nav-bg-ov.gif);
}
	.more{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #faa41a;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	}
	a.more{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #faa41a;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	}
	
	a.more:hover{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	}
	
	.cts{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #faa41a;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	text-align : right;
	}
	a.cts{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #faa41a;
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	text-decoration : none;
	}
	a.cts:hover{
	font-style : italic;
    font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;	
	text-align : right;
	}
	
	#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	color: #000000;
}
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	color: #000000;
}
a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #faa41a;
	text-decoration : underline;
}
.airheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-variant : small-caps;
	font-style : oblique;
}
.whtheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	font-variant : small-caps;
	font-style : oblique;
}
.goldheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFD700;
	font-weight: bold;
	font-variant : small-caps;
	font-style : oblique;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
width : 175px;
}

a.thumbnail{ 
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #0000CD;
text-decoration : none;
}
a.thumbnail:link{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : Navy;
text-decoration : none;
}
a.thumbnail:hover{ 
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
text-decoration : underline;
}
.redheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	font-variant : small-caps;
	font-style : oblique;
}
.features
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}
a.features:hover
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Gray;
	text-decoration : underline;
}
a.features
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}
.whtfeatures
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
}
.goldfeatures
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFD700;
}