@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	background-color: #ececec;
	background-repeat: repeat-x;
}	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;	
}
a:hover {
	text-decoration: none;	
}
#wrapper .header .headermsg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;		
}
#wrapper .left {
	width: 294px;
	float:left;
	text-align: left;
	background-color: #ccc;
	padding-top: 30px;
}
#wrapper .left a {
	display:block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
	border-bottom: dotted 1px #999;
	line-height: 24px;
	height: 24px;
	padding-left: 10px;
	background-repeat: repeat-y;
}
#wrapper .left a:hover {
	background-color: #999;
	color: #fff;
	background-image: none;
	padding-left: 20px;
}
#wrapper .left a.on {
	background-image: none;
	padding-left: 20px;
}
#wrapper .left .navchild {
	width: 274px;
	padding: 0 0 0 20px;
	background-color: #c00;
}
#wrapper .left .navchild a {
	display:block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #999;
	line-height: 24px;
	height: 24px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-color: #fff;
	background-image: none;
}
#wrapper .left .navchild a:hover {
	background-color: #999;
	color: #fff;
	background-image: none;
	padding-left: 20px;
}
#wrapper .left .navchild a.on {
	background-image: none;
	padding-left: 20px;
}
#wrapper .companyinfo {
	width: 260px;
	float:left;
	clear:left;
	padding: 20px;
	text-align: left;
}
#wrapper .right {
	width: 574px; /* 684 to work with */
	padding: 30px 60px 50px 0;
	float:right;
	text-align: left;
}
#wrapper .footer {
	clear:both;
	width: 984px;
	padding: 10px 0px;
	margin: 0 auto;
}
#wrapper .footer a {
	text-decoration: none;
}
#wrapper .footer a:hover {
	text-decoration: underline;
}
.subfooter {
	padding: 10px 0;
	color: #666;
}
.subfooter a {
	color: #666;
}	
.msg {
	border: solid 1px #666;
	background-color:#FF0;
	padding: 10px;
}
a.pdf {
	display:block;
	border: dotted 1px #999;
	padding: 20px 20px 20px 64px;
	background-image: url(../../global/images/pdf.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 10px 10px;
	background-color: #fff;
}
a.pdf:hover {
	text-decoration: underline;
	border: solid 1px #cc0000;
}
.fonts {
	float:right;
	width: 100px;
	height: 22px;
	margin: -20px -60px 0 0;
}
.fonts a {
	width: 20px;
	height: 18px;
	border: #999;
	background-color: #ececec;
	color: #000;
	display:block;
	float:left;
	border: solid 1px #999;
	margin-right: 1px;
	text-decoration: none;
	text-align:center;
}
.fonts a:hover {
	background-color: #ccc;
	border: solid 1px #666;
}
.fonts a.fonton {
	border-bottom: none;
	background-color: #ccc;
	background-image: url(../../global/images/font-on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fonts a.big {
	font-size: 14px;
	line-height: 14px;
}
.fonts a.medium {
	font-size: 12px;
	line-height: 12px;
}
.fonts a.normal {
	font-size: 11px;
	line-height: 11px;
}
.fonts a.small {
	font-size: 10px;
	line-height: 10px;
}
/* image gallery */
img.ig_thumb {
	width: 140px;
	border: none;
}
td.spambox {
	border: dotted 1px #999;
	padding: 10px;	
	background-color: #fff;
}
.calendar {
	width: 160px;
	float:right;
	margin-right: -40px;
	text-align:right;
	margin-left: 20px;
}
.calendar TD.NON {
	color :#C0C0C0;
	font-weight :normal;
}
.calendar TD.TOP {
	color :#0000FF;
	font-weight :bold;
}
.calendar TD.Some {
	color :#000000;
	font-weight :normal;
}
.calendar A.NOEVENT {
	color :#000000;
	font-weight :normal;
	text-decoration: none;
}
.calendar A.EVENT {
	font-weight :bold;
	text-decoration: none;
	border: solid 1px #999;
	display:block;
	text-align:center;
	background-color: #FF0;
}
.calendar A.NORMAL {
	color :#0000FF;
	font-weight :normal;
	text-decoration: none;
}
.btn {
	display:block;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #ececec;
	color: #666;
	border: solid 1px #666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
.btn:hover {
	background-color: #666;
	color: #fff;
}
.FL {
	float:left;	
}
