@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	background-color: #fff;
	background-image: url(../img/content_back.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
a {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #4e8438;
}
h1 {
	font-family: verdana;
	font-size: 24px;
	margin-top: 0px;
	color: #343434;
}

h2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

h3 {
	font-family: verdana;
	color: #666666;
	margin-top: 0px;
	font-size: 20px;
}
#pageWrapper {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
#pageBanner {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 120px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
#pageLogo {
	z-index: 100;
	position: absolute;
	top: 40px;
	left: 50px;
}
#pageMenuTop {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 1000px;
	background-image: url(../img/topmenu_back.jpg);
	background-repeat: repeat-x;
	height: 41px;
}
#pageMenuTopHolder {
	position: absolute;
	left: 200px;
	top: 11px;
	height: 20px;
	border-left: 1px solid white;
}
#pageMenuTopHolder a {
	display: block;
	border-right: 1px solid white;
	width: 119px;
	text-align: center;
	float: left;
	color: #cccccc;
	padding-top: 1px;
	height: 19px;
	text-decoration: none;
	font-size: 14px;
}
#pageMenuTopHolder a.active {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}
#pageMenuTopSecondary {
	position: absolute;
	left: 0px;
	top: 161px;
	height: 40px;
	width: 1000px;
}
#pageMenuTopSecondary .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 200px;
	background-color: #747676;
	border-right: 1px solid #999999;
}
#pageMenuTopSecondary .right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 200px;
	background-color: #747676;
	border: 0;
	border-left: 1px solid #999999;
}
#pageMenuTopSecondaryHolder {
	position: absolute;
	left: 201px;
	width: 598px;
	height: 40px;
	background-color: #7f8080;
}
#pageMenuTopSecondaryHolder a {
	display: block;
	text-align: center;
	float: left;
	width: 120px;
	height: 29px;
	font-size: 12px;
	color: #d8d8d8;
	padding-top: 11px;
	text-decoration: none;
	border-right: 1px solid #999999;
}
#pageMenuTopSecondaryHolder a.active {
	background-color: #666666;
}
#pageMiddle {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 1000px;
	position: absolute;
	height: auto;
	left: 0px;
	top: 161px;
}
.clr {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
#pageMenuLeft {
	border-bottom: 1px solid white;
	width: 200px;
	float: left;
}
#pageMenuLeft a {
	border-top: 1px solid white;
	height: 26px;
	text-decoration: none;
	color: #666666;
	padding-top: 13px;
	padding-left: 30px;
	width: 170px;
	display: block;
}
#pageMenuLeft a.active {
	background-color: #f4f5f5;
}	
#pageContent {
	float: left;
	width: 540px;
	padding: 0px 30px;
}
#pageMenuRight {
	float: left;
	width: 140px;
	padding: 0px 30px;
}
	#pageMenuRight a img {
		border: 0;
	}

.ib {
	padding-bottom: 20px;
}
.ib img {
	border: 1px solid #333333;
	float: left;
}
.ib div.holder {
	float: right;
	width: 314px;
	border: 1px solid #333333;
}
.ib div.title {
	color: #ececec;
	font-size: 20px;
	background-image: url(../img/ibtitle_back.jpg);
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 5px;
	width: 297px;
	padding-left: 17px;
}
.ib div.content {
	background-color: #f4f4f4;
	padding: 5px 13px;
}
