@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/tile3.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#innercontainer {
	text-align:center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

#innercontenthome {
	position: relative;
	width:802px;
	height:100%;
	margin: 0 auto;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-repeat: repeat;
	}

#maincontent {
	height: 100%;
	position: relative;
	background-image: url(images/fauxcolumns1.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
	
#topbar {
	width: 802px;
	margin: 0px;
	padding: 0px;

}
	

#innerleftside {
	float:left;
	vertical-align:text-top;
	width:235px;
	position: relative;
	background-image: url(images/tile1.gif);
	background-repeat: repeat;
	background-color:#339900;
	padding: 225px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
	}
	
#innermenu {
	float:left;
	position: relative;
	width:182px;
	height:490px;
	text-align: left;
	background-image: url(images/inner03-b.gif);
	background-repeat: repeat;
}

#textbkgd {
	height:100%;
	padding: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color:#333333;
	text-align: left;
	margin: 8px 8px 8px 425px;
}

#innerlogo {
	position: absolute;
	z-index: 100;
	top: 115px;
	left: 0px;
}

#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006600; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #000000;
}
.innertopborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #669900;
}
a:active {
	color: #669900;
}

.thumbnail img{
	margin: 0 2px 2px 0;
}

.thumbnail:hover{
	background-color: transparent;
}


.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -900px;
	border: 1px dotted gray;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	white-space: nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	background-color: #fff;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 150px;
	left: 300px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #3366CC;
	text-align: left;
	position: absolute;
	z-index: 200;
	top: 130px;
	left: 430px;
	width: 350px;
}
.innerrightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.innerbottomborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
