@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	font-size: 0.7em;
	font-family: Tahoma, Arial, Verdana, Calibri;
	padding: 0px;
	margin: 0px;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
}
#header {
	background-image: url(../_images/Header.gif);
	height: 65px;
	width: 800px;
}
#navbar {
	width: 800px;
}
#footer {
	background-image: url(../_images/footer.gif);
	height: 33px;
	width: 800px;
}
#homepage-graphic {
	height: 400px;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../_images/MainImageFaded.gif);
}
#homepage-content {
	height: 160px;
	width: 774px;
	background-image: url(../_images/HomePage-Content-BG.gif);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 13px;
	padding-left: 13px;
}
.MainContentInfo {
	font-size: 1.5em;
	text-align: center;
}
#homepage-content2 {
	height: 200px;
	width: 800px;
	background-image: url(../_images/HomePage-Content-BG.gif);
	vertical-align: top;
	color: #333333;
}
.ColHeader {
	font-size: 1.5em;
	font-weight: bold;
}

.MainContentCol {
	height: 170px;
	width: 230px;
	float: left;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	background-image: url(../_images/MainContent-BG2.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}
.clear {
	clear: both;
	float: none;
}
#container #legal {
	padding: 5px;
	width: 790px;
}
#page-graphic {
	height: 200px;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#page-content {
	width: 800px;
	background-image: url(file:///X|/_dotcom/newbg2.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#NavCol {
	width: 255px;
	float: left;
	padding-right: 5px;
}
#Content {
	width: 522px;
	float: left;
	border-left-color: #999999;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 0px;
}
.ContentHdr {
	font-size: 1.5em;
	font-weight: bold;
}
.ExecProf {
	width: 500px;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.ExecPic {
	height: 100px;
	width: 100px;
	float: left;
}
.ExecBio {
	float: left;
	width: 390px;
	padding-left: 10px;
	vertical-align: top;
}
.ContentHeader {
	font-size: 1.2em;
	vertical-align: text-top;
	font-weight: bold;
}
.EmpsPicCopy {
	height: 150px;
	width: 150px;
	float: left;
}
.EmpsBioCopy {
	float: left;
	width: 340px;
	padding-left: 10px;
	vertical-align: top;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	color: #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #999999;
	padding: 5px;
	left: -100px;
	border: 1px solid #000000;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: -300px; /*position where enlarged image should offset horizontally */
}
.Costco {
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#NavCol2 {
	width: 255px;
	float: left;
	padding-right: 5px;
	height: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
#Content2 {
	width: 787px;
	float: left;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 0px;
}
