/* Layout */

body {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grey7.gif);
	background-repeat: repeat;
}
#pagebox {
	margin-left: -450px;
	position: absolute;
	width: 900px;
	left: 50%;
	top: 10px;
	background: #FFF;
	border: 5px #009D4F;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
#topbox {
	width: 880px;
	margin-left: 20px;
	margin-right: 20px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#header1 {
	display: inline;
	float: left;
	height: 200px;
	width: 65px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#header2 {
	display: inline;
	float: left;
	height: 200px;
	width: 405px;
	margin: 0px;
}
#header3 {
	display: inline;
	float: right;
	height: 200px;
	width: 250px;
	margin: 0px;
}
#menu a, #menu a:visited {
	position:relative;
	float:left;
	text-decoration:none;
	text-align:center;
	background-color:#11AD17;
	color:#fff;
	display:block;
	width:114px;
	border:1px #ffffff;
	padding:0.25em;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: 2px;
	left: 20px;
  }
#menu a:hover {
  	color:#fff;
  	background-color:#0a4fa9;
  }
  #contentfull {
	width: 820px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	padding: 10px;
}
#contentleft1 {
	width: 520px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display:inline;
	padding: 10px;
}
#contentright1 {
	width: 260px;
	float: right;
	text-align: center;
	display:inline;
	padding-bottom: 20px;
	margin-right: 30px;
	margin-top: 20px;
}
#contentleft2 {
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	padding: 10px;;
}
#contentright2 {
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	float: right;
}
#caption1 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	border: 1px solid #000;
	width: 240px;
	background: #FFFF99;
	margin: 10px;	
	text-align: center;
}
#caption2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #000;
	width: 230px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #D4E1F0;
	}
#footer {
	clear: both;
	width: 400px;
	margin-left: 30px;
	top: 100px;
}
.tableborder1 {
	border: 1px solid #B4B4B4;
	padding: 6px;
}


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

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

.thumbnail:hover{
background-color: transparent;
z-index: 2;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -100px;
border: 1px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 5;
}

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

.thumbnail:hover span{
	visibility: visible;
	left: 60px;
	bottom: 30px;
}

.thumbnail2{
position: relative;
z-index: 1;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
border: 1px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 5;
}

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

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 30px;
right: 60px; /*position where enlarged image should offset horizontally */
}

/* Links */

a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #CB3030;
}
a:active {
	text-decoration: underline;
	color: #000099;
}

/* Text */

h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
}
h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
}
h1,h2{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.medbold1 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: 000000;
}
.smallbold1 {
	color: #000000;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.smallbold2 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}
.smalltext1 {
	font: 12px;
	color: #000000;
}
hr {
	color: #1159AD;
	height: 2px;
	width: 95%;
}

/* Bullets on index page; margin must be at least 10px to see bullets in IE */

.bullets ul {
	padding:0px;
	margin:10px;
	list-style-type: disc;
}.bullets {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.red {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.rightjust {
	text-align: right;
	margin-right: 60px;
}
