/* UNIVERSAL STYLES */
body 
{
    font-family: Arial, Verdana, sans-serif;
    text-decoration:none;
    font-weight: none;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

#header  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 230px;
	background: url(../i/header.jpg);
	z-index: 0;
	display: block;	
}

#navi_bg {
	position: absolute;
 	top: 210px;
	left: 0px;
	width: 990px;
	height: 61px;
	background: url(../i/navibar.png);
	z-index: 1;
	display: block;	
}

#navi {
	position: absolute; 
	top: 248px; 
	left: 288px;
	width: 700px; 
	display: inline; 
	z-index: 2;
}

#navi a {
	float: left;
	margin-right: 35px;
	color: #002f76;
	font-size: 16px;
	font-weight: bold;
}

#navi a:hover {
	color: #3b6496;
}

#content_wrapper {
	position: absolute;
	top: 306px;
	left: 0px;
	width: 990px;
}
#main {
	position: absolute;
	left: 270px;
	width: 432px;
	padding: 0 18px 0 18px;
	display: block;	
}

#main h1 {
	margin: 0 0 6px 0;
	font-size: 18px;	
}

#main h2 {
	margin: 0 0 6px 0;
	font-size: 14px;	
}

#main p {
	font-size: 12px;
	margin: 0 0 15px 0;	
}

#main_box {
	float: left;
	width: 144px;
	margin: 10px 0 0 0;	
}

#main_box h1 {
	font-size: 12px;
	color: #002f76;	
}

#main_box p {
	font-size: 12px;
}

#left_column {
	position: absolute;
	left: 0;
	width: 262px;
	padding: 0 0 0 8px;
	display: block;	
}

#left_column a{
	font-size: 12px;
	color: #002f76;	
}

#left_column a:hover {
	color: #3b6496;
}

#right_column {
	position: absolute;
	left: 738px;
	width: 252px;
}

.boxHeader {
	width: 252px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #002f76;
	border-bottom: 1px #002f76 solid;
}

.boxHeader a{
	font-size: 14px;
	font-weight: bold;
	color: #002f76;	
}

.boxHeader a:hover {
	color: #3b6496;
}

.boxContent {
	width: 242px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	color: #002f76;
}

#boxLeftHeader {
	height: 20px;
	width: 236px;
	color: #ffffff;
	padding: 2px 0 0 8px;
	font-weight: bold;
	background: url(../i/boxleft_header.jpg);	
}

#boxLeftContent {
	width: 228px;
	padding: 10px 8px 15px 8px;
	background: url(../i/boxleft_content.jpg);
}

#boxLeftContent h1 {
	font-size: 12px;
	font-weight: bold;
}

#boxLeftContent p {
	font-size: 12px;
}

#boxLeftContent h1 a{
	font-size: 12px;
	font-weight: bold;
	color: #002f76;	
}

#boxLeftContent h1 a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #3b6496;	
}


#boxLeftBottom {
	height: 21px;
	width: 244px;
	background: url(../i/boxleft_bottom.jpg);	
}

#footer {
	position: absolute;
	width: 990px;
	height: 20px;
}

#footer a {
	font-size: 12px;
	color: #002f76;	
}

#pcs_home {
	position: absolute;
	top: 208px; 
	left: 0px;
	z-index: 3;
}

.employee {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;	
}


html, p, h1, h2, h3, h4, h5, a, ul, ol, span, table, td, li, form, div {
  font-family: Arial, Verdana, sans-serif;
  text-decoration:none;
  font-weight: none;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;	
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

a.arrow {
background-image:url("../images/arrow.png");
background-position:2px 4px;
background-repeat:no-repeat;
padding:0 8px;
}

/* Content Community Begin */
#contentComWrapper
{
	/*background-color: #E6E7E8;*/
    border: 0px solid #999999;
	overflow:hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	padding: 10px 0px 0px 0px;
}

#contentCommunity
{
    overflow:hidden;
	position: relative;
	top: 0px;
	left: 0px;

}

.contentCommunity
{
	position: relative;
	overflow:hidden;
	/*display: table-row;*/
    border-top: 0px solid #999999;
	/*min-height: 120px;*/
	width: 450px;
	margin-bottom: 20px;
}

.ccImg
{
	background-image: url("../pcsimages/img_bg.png");
    background-repeat: repeat-y;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 98px;
    border: 0px solid #000;
	text-align:center;
	position: relative;
}

.ccImg img
{
	width: 98px;
	position: relative;
	left: 0; top: 0;
}

.ccMain
{
	float: left;
    border-top: 0px solid #999999;
	width: 320px;
	/*display:table-cell; */
}

#imgZoom
{
	position: absolute;
	top:0px;
	left:0px;
	padding: 10px;
	background-color: #999999;
	z-index: 10000;
    
}

#contentComPrefWrapper
{
	/*background-color: #E6E7E8;*/
    border: 0px solid #999999;
	overflow:hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 652px;
    margin-bottom: 20px;
}

.ccpText
{
    padding: 5px 10px;
	font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.contentCommunityPref
{
	border: 1px solid #0044CC;
	overflow:hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 650px;
    margin-bottom: 20px;
}


.ceImg
{
	background-image: url("../pcsimages/img_bg.png");
    background-repeat: repeat-y;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 200px;
    border: 0px solid #000;
	text-align:center;
	position: relative;
}

.ceImg img
{
	width: 200px;
	position: relative;
	left: 0; top: 0;
}

#ceBack
{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;	
    clear:both;
    padding: 10px 0px;
    
}


/* Content Community End */
