@charset "utf-8";
/* CSS Document */
/*inside page main navigation */
#nav {
	clear:right;
	float:right;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: no-repeat;	
	width: 698px;
	padding: 0px 0px 0px 8px;
	height: 85px;
	text-align: center;
}
#nav a {
	float:left;
	display:block;
	width: 115px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #333300;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#nav a:hover {
	background-image: url(../images/img_pg/hm_nav_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
}
#nav a.on {
	background-image: url(../images/img_pg/nav_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
}
/* end inside page navigation */
#wrapper #hmcontent {
	padding: 20px 0px 20px 20px;
	width: 930px;
	height: auto;
}
#wrapper #hmcontent #colL {
	float:left;
	width: 430px;
	text-align:left;
}
#wrapper #hmcontent #colR {
	float: right;
	width: 483px;
	text-align: center;
	padding: 30px 0px 10px 0px;
}
#wrapper #content #colR #pgimg {
	border: none;
	margin-top: 7px;
	margin-left: 10px;
	width: 483px;
	height: 266px;
}
#wrapper #hmcontent #colL h1 {
	color: #953737;
	font-size: 175%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#wrapper #hmcontent #colL h2 {
	color: #953737;
	font-size: 140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
}
#wrapper #hmcontent #colL #pgNav {
	width: 430px;
	height: 30px;
	border-bottom: dotted 1px #999;

}
#wrapper #hmcontent #colL #pgNav a {
	float:left;
	display:block;
	padding-left:12px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	background-image: url(../images/img_pg/arrow_rt.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-right: 6px;
	height: 20px;
}
#wrapper #hmcontent #colL #pgNav a:hover {
	text-decoration: underline;
}
#wrapper #hmcontent #colL #pgNav a.on {
	background-image: url(../images/img_pg/arrow_down.jpg);
	color: #fff;
}
ul {
	font-weight: bold;
}
a.pdf {
	display: block;
	padding: 5px 5px 5px 35px;
	background-image: url(../images/img_misc/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: dotted 1px #999;
	height: 25px;
	line-height: 25px;
}
a.pdf:hover {
	background-color: #fff;
}