@charset "UTF-8";
/****
* Website design and CSS style by Artis . design studio (www.goartis.com) . Houston
****/
body {
	background: #C7E8F9 url(../img/bk_fauxkeystone.jpg) repeat-y center top;
	margin: 0; /* zero margin and padding of the body element to account for differing browsers */
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.text {
	color: gray;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #ff6800;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.text a:link, .text a:active {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
	padding: 1px;
}

.text a:visited {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
}

.text a:hover {
	color: #ff6800;
	text-decoration: underline;
	font-weight: bold;
}

.footerbig {
	color: white;
	font: bold 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footer {
	color: white;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footer a:link, .footer a:visited {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
}

.bolder {
	color: #3b3b3b;
	font-weight: bold;
}

.date {
	color: #c1a25f;
	font: 12px Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
}

.rolls {
	padding: 1px;
}

.rolls a:link, .rolls a:active, .rolls a:visited, .rolls a:hover {
	text-decoration: none;
}

.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}

.screenbox {
	background: url(../img/screenlogo_fauxkeystone.gif) no-repeat right bottom;
}

.flashead{
z-index: 5;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:link{
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 0;
	text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
top: -540px;
right: 50px;
visibility: hidden;
color: #0b4b99;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -80px;
right: 80%;
}


