@charset "utf-8";
/* CSS Document */


.thrCol {
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


.footerNote {
	margin-top:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#666;
}

.footerNote a.chimoLink:visited {
	color:#009;
}

.footerNote a.mailLink:visited {
	color:#666;
}

#pageContent {
	text-align:left;
	background-color:#FFF;
	border: 1px #333 solid;
	margin: 20px auto;
	width:780px;
}

#layoutTable {
	height:600px;
}

#layoutTable .header {
	width:780px;
	height:200px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	background-image:url(images/topbg.jpg);
}

#layoutTable .header .westPic {
	position:relative;
	left:10px;
	top:10px;
}

#layoutTable .header .logo {
	position:relative;
	left:80px;
}

#layoutTable .centerContent {
	width:530px;
	background-image:url(images/centerg.jpg);
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

#layoutTable .centerContent ul li {
	font-weight:bold;
}

#layoutTable .centerContent a {
	color:#FFF;
}

#footerLinks {
	padding-right:10px;
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}

#footerLinks a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#E1E1E1;
	border: 1px #666 solid;
	padding:2px;
}

#footerLinks a:hover {
	background-color:#A8C2F2;
}

#productTable {
	width:530px;
	border:2px #666 ridge;
	font-family:Tahoma, Geneva, sans-serif;
}

#productTable th {
	font-size:10px;
	color:#333;
	background-color:#99B4F2;
	text-align:center;
}

#productTable tr.lighter td{
	font-size:10px;
	color:#333;
	background-color:#E3E6E6;
	text-align:center;
}

#productTable tr.darker td{
	font-size:10px;
	color:#333;
	background-color:#DDE6FB;
	text-align:center;
}


#infoWindow {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

#infoWindow .infoTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#infoWindow .infoBody {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
}

#infoWindow .infoBody span {
	color:#103778;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

#chimoLinks {
	position:relative;
	top:10px;
	left:420px;
	width:100px;
	height:35px;
}

#chimoLinks .linksText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#EEE;
}

#chimoLinks .linksText a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E3DBFD;
}

#chimoLinks .linksText a:visited {
	color:#E3DBFD;
}

