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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url("images/topbar.gif");
	background-position: center 303px;
	background-repeat: no-repeat;
}

span {
	visibility: hidden !important;
	font-size: 1px;
}

#container {
	width: 786px;
	position: relative;
	margin: 60px auto 15px auto;
	text-align:left;
}

#header {
	margin-bottom: 40px;
}

#faceslogo {
	float: right;
}

#leftcolumn {
	float: left;
}

#phonenumbers {
	margin-top: 3px;
}

#pdfdownload {
	margin-top: 90px;
	width: 97px;
	height: 23px;
	display: block;
	background-image: url("images/pdfdownload.gif");
}

#pdfdownload:hover {
	background-position: 0px -23px;
}

#bloglink {
	width: 97px;
	height: 15px;
	display: block;
	background-image: url("images/bloglink.gif");
}

#bloglink:hover {
	background-position: 0px -15px;
}

#rightcolumn {
	width: 642px;
	height: 308px;
	margin-left: 145px;
	background-image: url("images/bigpicshadow.png");
	padding: 3px 0px 0px 8px;
}

#thumbnails {
	width: 786px;
}

.clearthumbs1 {
	clear: both;
	height: 15px;
	display: block;
}

.clearthumbs2 {
	clear: both;
	height: 20px;
	display: block;
}

#thumbnails a {
	width: 71px;
	height: 31px;
	display: block;
	background-image: url("images/thumbnailshadow.gif");
	padding: 0px 7px 8px 1px;
	float: left;
	margin-right: 62px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#thumbnails a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	-khtml-opacity: 1.0 !important;
}
#footer {
	height: 15px;
	margin-top: 70px;
	background-image: url("images/bottombar.gif");
	background-position: center 0px;
	background-repeat: no-repeat;
}
#blenddiv {
	background-color: #FFFFFF;
	width: 630px;
	height: 291px;
	position: relative;
}
#blendimage1 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;;
	border: 0 none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#blendimage2 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border: 0 none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.preloadhide {
	display: none;
	width: 630px;
	height: 291px;
	position: absolute;
}