a:link, a:active, a:visited {
	text-decoration:underline;
	color:#ffffff;
}
a:hover {
	text-decoration:none;
}
.nav, #nav a:link, #nav a:active, #nav a:visited {
	display: block;
	height: 42px;
	line-height:42px;
	text-align:center;
	background:url(../images/nav.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover{
	text-decoration:underline;
}
#content{
	padding:15px 25px 0 25px;
}
h1{
	color:#ff3600;
	font-size:24px;
	border-bottom:#181818 solid 1px;
	background-image:url(../images/h1.jpg);
	background-repeat: no-repeat;
	padding: 0 0 5px 40px;
}
.HPMidContent{
	margin-bottom: 20px;
	border-bottom:#181818 solid 1px;
}
.IntMidContent{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:#181818 solid 1px;
}
.GalleryMidContent{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#footer{
	background-image:url(../images/footer-btm.jpg);
	background-repeat:no-repeat;
	padding: 20px 0 0 0;
	text-align:center;
	color:#000000;
	font-size:10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
}

.buglink:link {
	background-image:url(../images/bug.gif);
	background-repeat:no-repeat;
	padding-right:5px;
	padding-bottom:25px;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li
{
float:left;
}

.shadetabs li a
{
float:left;
height:48px;
width:63px;
margin-top:-13px;
padding:0 0 0 0;
line-height:21px;
text-decoration: none;
z-index: 1;
color: #ffffff;
background-image: url(../images/tab-deactive.jpg);
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tab-active.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



