/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4E8EC;
	background-image: url(imagepw/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#content {
	height: auto;
	width: 800px;
	position: relative;
	top: 0px;
	bottom: 0px;
	text-align: left;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flashfield {
	position:relative;
	width: 398px;
	height: auto;
	text-align: right;
	clear: right;
	float: right;
}
#head {
	height: 206px;
	width: 800px;
	background-image: url(imagepw/headback.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#mainnav {
	height: 120px;
	width: 200px;
	position: relative;
	top: 60px;
	left: 440px;
	padding: 0px;
}
#main {
width:800px;
	height: auto;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535A65;
	text-align: left;
	width: 800px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a {
	color: #535A65;
	text-decoration: none;
}
#tcntag {
	float: right;
}
.field1 {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 380px;
	float: left;
	line-height: 16px;
	height: 178;
}
.field2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 778px;
	line-height: 16px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
}
#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/
#loginbut {
	height: 65px;
	width: 75px;
	left: 690px;
	top: 10px;
	position: relative;
	right: auto;
	bottom: auto;
}
.imgtext {
}
.imgtext td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #125082;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
a:link {
	color: #336699;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	vertical-align: middle;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	width: 350px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #3F475A;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #003366;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDE3EA;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #DDE3EA;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -300;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

