@charset "utf-8";
/* CSS Document */

#logo {
	width: 530px;
	margin-top: 15px;
	margin-left: 10px;
}
#topGap {
	height: 8px;
}
#navigation {
	width: 900px;
	height: 42px;
}
#banner {
	width: 900px;
	height: 253px;
 
}
#slideshow {
	position:relative;
	height:258px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 258px;
	 
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 258px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
body, td, th, p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 165%;
	margin-right: 25px;
}
body {
	background-color: #F3F3F3;
	
}
table {
	border: 1px solid #ccc;
	padding: 0 1px;
	padding-bottom: 2px;
}
.note {
	font-size: 11px;
}
.clearTable {
	border: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #06C;
}
a:visited {
	color: #09C;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F00;
}
.footer {
	color: #FFF;
}
.footer a:link,.footer a:visited,.footer a:hover,.footer a:active {
	color: #FFF;
}
.footer a:hover,.footer a:active {
	color: #FC0;
	text-decoration: none;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #036;
	line-height: 150%;
}
.photoOutline {
	padding: 6px; 
	height: 76px;
	background-color: #FeFeFe; 
	border: 1px solid #bbb;
	margin: 8px 15px 5px 0;
}
.pixOutline {
	padding: 10px; 
	background-color: #FeFeFe; 
	border: 30px solid #eee;
}
.blue {
	color: #069;
}

.req {
	color: #F00
}
form input, textarea, select {
	background-color: #FFFFEA;
	border: 1px solid #999;
}
.maintext {
	font-size: 14px;
	line-height: 1.5em;
}
img {
	border: 0px;
}