@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 62.5%;
}
#container {
	border-top: 1px solid white;
	background-image: url(../T78/images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 2000px;
	width: 931px;
	font-size: 1.2em;
}

#header {
  height: 205px;
  padding-top: 20px;
  margin-left: 380px;
}

textarea {
  border-style: solid;
  border-color: #e3e4e9 white white #e3e4e9;
  border-width: 1px;
  background: transparent url(../T78/images/input_bg.png) repeat scroll 0% 50%;
  width: 185px;
  margin-top: 3px;
}

#header_left {
  float: left;
  width: 326px;
  height: 206px;
}
#header_right {
  height: 206px;
  margin-left: 330px;
  margin-right: 20px;
}
#left {
  float: left;
  width: 225px;
  margin-left: 30px;
  margin-top: 120px;
}

#footer {
	
	border-top: 1px dotted #cccccc;
	padding: 20px;
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 60px;
	text-align: center;
	background-color: #f9f7ea;
	}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
	clear: right;
	bottom: 0px;
	overflow: visible;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
	text-indent: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}



h1 {
  color: #006699;
  margin-top: 85px;
  margin-left: 40px;
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  font-size: 2.6em;
  text-align: center;
}

img {
  border:  none;
}
.float_left {
  float: left;
  margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
a:link {
  color: #557c2b;
  text-decoration: none;
}
a:visited {
  color: #83a956;
  text-decoration: none;
}
a:hover {
  color: #821115;
  text-decoration: none;
}
a:active {
  color: #577e2d;
  text-decoration: none;
}
#navcontainer {
}
#navcontainer ul {
  list-style-type: none;
  font-weight: bold;
  color: #990000;
}
#navcontainer a {
	border-bottom: 1px solid #eeeeee;
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 195px;
	background-color: #dce3ed;
	background-image: url(../T78/images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}
#navcontainer a:link, #navlist a:visited {
  color: #93b26e;
  text-decoration: none;
}
#navcontainer a:hover {
  background: transparent url(../T78/images/menu.png) repeat scroll 0 -45px;
  color: #562930;
}
p.welcome {
  margin: 25px 30px 0px 35px;
  font-size: 0.8em;
  text-align: left;
  color: #6b383d;
  padding-left: 20px;
}

.red {
  color: #614240;
}



.thumbnail{
	margin-right: 100px;
	position: relative;
}
  
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 7px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left: -7000px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: 0;
	left: 110px; /*position where enlarged image should offset horizontally */
	z-index: 1;
	position: absolute;
	}
	
#menu {
	border-top: 1px solid white;
	margin: 4px;
	height: 200px;
	width: 931px;
	font-size: 1.2em;
	background: #ffffff;
	}

h3 {
  border-bottom: 1px dotted #cccccc;
  height: 41px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-left: 75px;
  font-size: 1.6em;
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  font-weight: bold;
  color: #84a54a;
}
h4 {
	border-top: 1px dotted #ceac86;
	border-bottom: 1px dotted #ceac86;
	padding: 5px;
	width: 221px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f5f9eb;
	font-size: 1.2em;
	color: #a6bb7a;
}
