/* drop-down menu */
#dropmenudiv{
	position:absolute;
	line-height:14px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border:0px #000000;
	border-top-width: 0px;
	border-top-style:dotted;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color:#FF6600;
	background-image:url(http://www.pipc.com/images/menu_bg.gif);
	color:#FFFFFF;
	font-size:9px;
}

#dropmenudiv a:hover{
	text-indent: 12px;
	color:black;
	background-color:#FF9900;
	background-image:url(http://www.pipc.com/images/menu_bg_roll.gif);
}
/* body */
#home {
	height: 100%;
	margin: 0px;
	background-color:#000000;
	background-image:url(/images/bg_blank2.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#pages {
	height: 100%;
	margin: 0px;
	background-image:url(/images/bg_blank.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#EEF0F0;
}
/* International Offices */
#lineDotted {
	height: 1px;
	background-image:url(/images/sq_zig.gif);
	background-color:#EEF0F0;
}
.pageContainer {
	width: 450px;
	height: 70px;
}
#offices_name {
	float: left;
	width: 280px;
	height: 60px;
	padding:5px;
}
#offices_add {
	float: right;
	width: 140px;
	height: 60px;
	padding:5px;
}
#career_post {
	float: left;
	width: 170px;
	height: 60px;
	padding:5px;
}
#career_desc {
	float: right;
	width: 220px;
	height: 60px;
	padding:5px;
}