/* CSS Document */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	padding: 5px;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180px;
left: 80px; /*position where enlarged image should offset horizontally */

}
body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	width: 1200px;
}
#Links   a:link, #Links a:visited {
	font-family: "tekton Pro", "arial narrow", Impact;
	font-size: 18px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
#Content a:link, #Content a:visited {
	color: #FF0000;
	text-decoration: none;
}
#Content a:hover, #Content a:active {
	color: #FFFFFF;
}

#Links   a:hover, #Links a:active {
	color: #FFFFFF;
}
#altLinks a:link, #altLinks a:visited {
	color: #00CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#altLinks a:hover, #altLinks a:active {
	color: #FF0000;
}



#Links {
	width: 280px;
	padding-top: 15px;
	text-align: center;
	margin-left: -10px;
	display: inline;
	float: left;
}

#Slideshow {
	margin-left: 470px;
}


#altLinks {
	text-align: center;
	border: medium solid #CCCCCC;
	margin-right: 220px;
	margin-left: 220px;
}
#Credit {
	text-align: center;
}
.red {
	color: #FF0000;
}

#Content {
	color: #FFFFFF;
	font-family: "Arial Narrow", Impact, Arial;
	font-size: 24px;
	padding-left: 300px;
	padding-right: 110px;
}
#SideContent {
	float: right;
	width: 100px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 20px;
}
#SideContent h4 {
	color: #FF0000;
	font-family: "Arial Narrow", Impact, Arial;
	text-align: center;
	font-size: 18px;
}

#SideContent p {
	font-family: "Arial Narrow", Impact, Arial;
	color: #FFFFFF;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.left {
	float: left;
}
#eqcontent  {
	font-size: 24px;
}
#SideContent    a:link,#SideContent    a:visited  {
	color: #0099FF;
	text-decoration: none;
}
#SideContent a:hover, #SideContent a:active {
	color: #FF0000;
}


.blue {
	color: #0066FF;
}
.orange {
	color: #FF9900;
}
.green {
	color: #339999;
}
#Content li {
}
#Content li {
	list-style-image: url(List%20Item.png);
}
#email  a:link, #email a:visited {
	text-decoration: none;
	color: #0066FF;
}
#email a:hover {
	color: #FF0000;
}
#SideContent a:hover {
	color: #FF0000;
}
