html, body, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #e6e6e6;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a477b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
}

#main_container {
	width: 882px;
	position: relative;
	margin: 0 auto;
}

#left_container {
	width: 268px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#right_container {
	width: 607px;
	position: absolute;
	top: 0px;
	left: 275px;
}

#pbi_logo {
	background: url(../images/pbi_logo.jpg) no-repeat;
	width: 268px;
	height: 160px;
}

#navi_container {
	background: url(../images/navi_bg.gif) repeat-y;
}

#navi {
	margin: 0;
	list-style-type: none;
	width: 224px;
	padding-top: 20px;
	padding-left: 20px;
}

#navi li {
	width: 196px;
	/* Removed, since long page names need more space than one line */
	/* height: 24px; */
	padding-bottom: 1px;
	padding-left: 28px;
	line-height: 24px;
	border-bottom: 1px solid #e3e3e3;
}

#navi li.selected {
	background: #ececec url(../images/navi_selected.gif) no-repeat;
}

#navi li.sub_navi {
	background: #ececec url(../images/navi_sub_bg.gif) no-repeat;
}

#navi li.sub_navi a {
	color: #1A477B;
}

#navi li.sub_navi a.selected {
	font-weight: bold;
}

#navi a {
	font-size: 11px;
	color: #5A5A5A;
}

#navi a:hover {
	text-decoration: none;
}

#navi_end {
	background: url(../images/navi_bottom.gif) no-repeat;
	width: 268px;
	height: 37px;
}

#news_lift {
	background: url(../images/news_lift_bg.jpg) no-repeat;
	width: 268px;
	height: 229px;
	margin-top: 8px;
	position: relative;
}

#news_lift .date {
	font-size: 12px;
	color: white;
}

#news_lift .lift_content {
	padding-top: 50px;
	padding-left: 17px;
	padding-right: 17px;
}

#news_lift a {
	font-size: 11px;
	color: #B3D5EE;
	font-weight: bold;
}

#news_lift a:hover {
	color: white;
}

#news_lift .lift {
	background: url(../images/news_line.gif) bottom left no-repeat;
	padding-bottom: 11px;
}

.read_more_news {
	position: absolute;
	bottom: 10px;
	right: 23px;
}

#contact_us {
	width: 268px;
	height: 88px;
	margin-top: 8px;
}

#main_image_container {
	background: url(../images/main_image_bg.jpg) no-repeat;
	width: 607px;
	height: 222px;
	position: relative;
}

#main_image_container img {
	left: 3px;
	position: absolute;
}

h1 {
	color: #B1B1B1;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: left;
}

#content_container {
	background: url(../images/content_bg.gif) repeat-y;
	width: 607px;
	min-height: 663px;
}

#content {
	width: 544px;
	padding-top: 20px;
	padding-left: 33px;
	padding-right: 24px;
	padding-bottom: 20px;
	text-align: justify;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 607px;
	height: 34px;
}

.news_list_item {
	margin-bottom: 30px;
}

.news_date {
	font-weight: bold;
	width: 70px;
}

div.news_header {
	width: 470px;
}

h2.news_header {
	color: #B1B1B1;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	margin-top: 5px;
	text-align: left;
}

#news_archive > div {
	float: left;
	margin: 0 0 5px 0;
}

#news_archive {
	line-height: 16px;
}

.news_archive_header {
	color: #B1B1B1;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 15px 0;
}

form div {
	margin-bottom: 5px;
}

label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}