@charset "ISO-8859-1";
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
html { overflow:scroll; 
}
.wrapper {
	width:780px;
	margin:0 auto;
	border:solid 1px black;
	overflow:visible;
}
.header {
	background-image:url(images/bkgd_header.gif);
	background-position:bottom;
	height:120px;
}
.logo {
	width:93px;
	float:left;
	padding-left:18px;
	margin-top:10px;
}
#headerrt {
	width:600px;
	height:100px;
	float:right;
	padding-right:20px;
}
.tagline {
	width:600px;
	font-size:10px;
	color: #999999;
	padding-top:15px;
}
.menu {
	margin-top:50px;
}
a.menulink:link, a.menulink:visited, a.menulink:active {
	font-size:10px;
	color:#0099CC;
	text-decoration:none;
}
a.menulink:hover {
	border-top:solid 2px #669933; 
	color:#669933;
}
a.onlink {
	font-size:10px;
	border-top:solid 2px #669933; 
	color:#669933;
	text-decoration:none;
}
.middle {
	height:283px;
	background-image:url(images/bkgd_mid.gif)
}
.mainimage {
	float:left;
	height:227px;
	width:448px;
	padding:10px 0 10px 18px;
}
.rightboxes {
	float:right;
	height:227px;
	width:261px;
	padding:10px 37px 0 0;
}
.box {
	height:68px;
	width:276px;
	border:solid 1px #cccccc;
	background-color:#e2f4fd;
}
.boxmid {
	height:68px;
	width:276px;
	border:solid 1px #cccccc;
	background-color:#e2f4fd;
	margin:9px 0 8px 0;
}
.boxtext {
	font-size:10px;
	color:#000000;
	padding:10px 10px 10px 110px;
}
.lower {
	height:196px;
	background-image:url(images/bkgd_lower.gif);
	background-position:bottom;
	padding-left:18px;
}
.square {
	width:173px;
	height:170px;
	float:left;
	background-image:url(images/bkgd_boxtop.gif);
	background-position:top;
	background-repeat:no-repeat;
	border:solid 1px #cccccc;
	margin:15px 14px 5px 0px;
}
.squaretext {
	font-size:10px;
	color:#000000;
	padding:5px 5px 10px 10px;
}
.squarehead {
	font-weight:bold;
	margin-bottom:10px;
}
.more {
	font-size:9px;
	color:#0099cc;
	padding-top:6px;
}
.footer {
	width:780px;
	text-align:center;
	font-size:9px;
	background-image:url(images/bkgd_footer.gif);
	background-position: bottom;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover {
	font-size: 9px;
	color:#666666;
	text-decoration:none;
}
.grey {
	color:#666666;
}
#inside {
	margin-top:20px;
	background-image:url(images/bkgd_lower.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow: hidden;
	width: 100%;
	padding-bottom:20px;
}
.insidecol {
	float:left;
	width:175px;
}
.insidebox {
	border-right:solid 1px #e2eff5;
	background-image:url(images/bkgd_inside.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:9px;
	padding:0 10px 0 10px;
	margin-right:18px;
}
.insidehead {
	font-weight:bold;
	color:#0099CC;
	padding:3px 0;
}
#insidecontent img {
	margin:0 10px 0 0;
}
.moreinside {
	font-size:9px;
	color:#0099cc;
	padding-top:6px;
	padding-bottom:15px;
}
a.morelink:link, a.morelink:visited, a.morelink:active, a.morelink:hover {
	color:#0099cc;
	text-decoration:none;
}
#insidecontent {
	float:right;
	width:584px;
	font-size:10px;
	padding:0 20px 20px 0;
}
ul{
	list-style-type: square;
	padding: 0 0 0 20px;
	margin-left: 0;
}
.indent {
	margin-left:10px;
}
.client {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#669933;
}
.boldgreen {
	font-weight: bold;
	color: #669933;
}
hr.thin {
	height: 1px;
	border: 0;
	color: #0099cc;
	background-color: #0099cc;
	width: 100%;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0099cc;
padding: 5px;
left: -1000px;
border: 2px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span.left{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
top: -50px;
left: -100px; /*position where enlarged image should offset horizontally */
}
.thumbnail:hover span.right{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
top: -50px;
left: -300px; /*position where enlarged image should offset horizontally */
}