@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/layout_bk.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#3d3d3d;
}

#allWrap{
	margin:auto;
	width:600px;	
}

#topImg{
	width:600px;
	background:url(../images/layout_header.jpg) 0 0 no-repeat;
	margin-bottom:0;
}

#logo{
	float:left;
	margin-top:32px;
	margin-left:38px;
	display:none;
}

/*---------------------------------------------------------------------------------------------
	Sub Navigation
-----------------------------------------------------------------------------------------------*/

#subNavWrap{
	margin-top:0;
	margin-bottom:0;
	display:none;
}

#subNavWrap a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	display:none;
}


#subNavWrap ul{
	list-style:none;
	display:none;
}
#subNavWrap li{
	float:left;
}

.subNav_bt1 a:link, .subNav_bt1 a:visited,
.subNav_bt2 a:link, .subNav_bt2 a:visited,
.subNav_bt3 a:link, .subNav_bt3 a:visited{
	display:none;
	display:block;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	margin-right:1px;
}
.subNav_bt1 a:link, .subNav_bt1 a:visited{
	background:url(../images/layout_subNav_b1.jpg) 0 0 no-repeat;
}

.subNav_bt2 a:link, .subNav_bt2 a:visited{
	background:url(../images/layout_subNav_b2.jpg) 0 0 no-repeat;
}

.subNav_bt3 a:link, .subNav_bt3 a:visited{
	background:url(../images/layout_subNav_b3.jpg) 0 0 no-repeat;
}

.subNav_bt1 a:hover, .subNav_bt1 a:active, .subNav_bt1 a:focus,
.subNav_bt2 a:hover, .subNav_bt2 a:active, .subNav_bt2 a:focus,
.subNav_bt3 a:hover, .subNav_bt3 a:active, .subNav_bt3 a:focus{
	padding-top:0;
	padding-bottom:0;
	color:#272727 !important;


}
.subNav_bt1 a:hover, .subNav_bt1 a:active, .subNav_bt1 a:focus{
	background:url(../images/layout_subNav_b1.jpg) 0 -29px no-repeat;
}

.subNav_bt2 a:hover, .subNav_bt2 a:active, .subNav_bt2 a:focus{
	background:url(../images/layout_subNav_b2.jpg) 0 -29px no-repeat;
}

.subNav_bt3 a:hover, .subNav_bt3 a:active, .subNav_bt3 a:focus{
	background:url(../images/layout_subNav_b3.jpg) 0 -29px no-repeat;
}

/*---------------------------------------------------------------------------------------------
	main Navigation
-----------------------------------------------------------------------------------------------*/

#mainNavWrap{
	clear:both;
	height:0;
	width:0;
	background:url(../images/layout_mainNavBK.jpg) 0 0;
	background-repeat:repeat-x;
	display:none;
	
}

/*-------------------------------------------------------------------------------------first level*/

#mainNav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	display:none;
}

#mainNav{
	list-style:none;
}

#mainNav li{
	float:left;
}

#mainNav a:link, #mainNav a:visited{
	width:1px;
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	background:url(../images/layout_mainNavButton.jpg) 0 0 no-repeat;
	
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus{
	color:#456c0c;
	background:url(../images/layout_mainNavButton.jpg) 0 -40px no-repeat;
}

/*-------------------------------------------------------------------------------------print button*/

.printView a:link, .printView a:visited{
	background: url(../images/layout_mainNavPrintButton.jpg) 0 0 no-repeat        !important;
}

.printView a:hover, .printView a:active, .printView a:focus{
	background: url(../images/layout_mainNavPrintButton.jpg) 0 -40px no-repeat        !important;
}

/*-------------------------------------------------------------------------------------flyout trigger*/

#mainNav li ul {
	position: absolute;
	width: 1px;
	left: 0em;
	display:none;
}


#mainNav li:hover ul, #mainNav li.sfhover ul{
	display:none;
}

#mainNav li:hover, #mainNav li.sfhover{
	display:none;
	position:static;
}

/*-------------------------------------------------------------------------------------second level styling*/
#mainNav li ul{
	list-style:none;
}
#mainNav li ul a:link, #mainNav li ul a:visited{
	display:none;
	background:#b5d041;
	width:1px;
	font-weight:normal;	
	padding-top:0;
	padding-bottom:0;
	text-align:left;
	padding-left:0;
	border-top:1px solid #c6e056;
	border-bottom:1px solid #9bb42e;
	color:#3d6600;
}

#mainNav li ul a:hover, #mainNav li ul a:active, #mainNav li ul a:focus{
	color:#FFF;
	background:#516404;
	border-bottom:1px solid #bfdf3d;
	border-top:1px solid #95b125;
	display:none;

}



/*---------------------------------------------------------------------------------------------
	body content area
-----------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------Main body holder and background tiling */

#bodyWrap{
	width:600px;
	margin:0 !important;
	padding:0 !important;
}
/*-------------------------------------------------------------------------------------generic style for body area */
.genericLinks_11px:link, .genericLinks_11px:visited{
	font-size:7pt;
	color: #0066fe;
	text-decoration:none;
}

.genericLinks_11px:hover, .genericLinks_11px:active, .genericLinks_11px:focus{
	color: #596600;
	border-bottom:1px solid #596600;
}
.genericLinks_12px:link, .genericLinks_12px:visited{
	font-size:7pt;
	color: #0066fe;
	text-decoration:none;
}

.genericLinks_12px:hover, .genericLinks_12px:active, .genericLinks_12px:focus{
	color: #596600;
	border-bottom:1px solid #596600;
}
/*Generic image float left and right class */
.imgFL{
	float:left;
	margin: 0;
	width:40% !important;
	height:40% !important;
	margin: 3px 5px 0 0 !important;
}

.imgFR{
	float:right;
	margin:0;
	width:40% !important;
	height:40% !important;
	margin: 3px 0 0 3px !important;
}

.supFont{
	font-size:6pt !important;
	font-style:italic;
}


/*-------------------------------------------------------------------------------------left column area */

#leftCol{
	width:135px;
	float:left;
	padding-bottom:30px;
}
/*leftCol_Style01 is currently for Peplin News section*/
.leftCol_CStyle01 {
	
}

.leftCol_CStyle01 h1{	
	font-size:7pt;
	color:#578400;
	margin-bottom:5px;
	padding:3px;
	padding-bottom:1px;
	border-bottom:1px solid #578400;
	font-weight:normal;
}

.leftCol_CStyle01 img{
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	width: 95%;
	height: 95%; 
}

.leftCol_CStyle01 h2{
	font-size:10px;
	padding-top:4px;
	padding-left:5px;
}

.paragraph01 h3{
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
	padding-top:5px;
	padding-bottom:5px;
}

.leftCol_CStyle01 p{
	font-size:7pt;
	font-weight:normal;
	color:#3d3d3d;
	padding:3px 3px 5px 3px;

}

.paragraph01 h4{
	color:#8f9b50;
	font-size:7pt;
	font-weight:normal;
	padding-top:10px;
}
.paragraph01 h5{
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
}

.moreNews{
	padding-bottom:3px;
	font-weight:normal;
}

.moreNews a:link, .moreNews a:visited{
	text-decoration:none;
	font-size:7pt;
	color: #0066fe;
}

.moreNews a:hover, .moreNews a:active, .moreNews a:focus{
	color: #596600;
	border-bottom:1px solid #596600;
}

/*leftCol_Style02 - is currently applying for optional heading*/

.leftCol_CStyle02 {
	margin:5px 0 0 0;
	overflow:auto;
	
}

.leftCol_CStyle02 h1{
	font-weight:normal;	
	font-size:7pt;
	color:#578400;
	margin-bottom:10px;
	padding:5px;
	padding-bottom:2px;
	border-bottom:1px solid #578400;
}

.leftCol_CStyle02 h2{
	font-size:7pt;
	padding-top:4px;
	padding-left:5px;
}

.leftCol_CStyle02 p{
	font-size:7pt;
	font-weight:normal;
	color:#3d3d3d;
	padding:5px 5px 10px 5px;
}

.leftCol_CStyle02 img{
	padding: 0;
}

/*-------------------------------------------------------------------------------------middle column area*/

#midCol{
	width:460px;
	float:left;
	padding-bottom:30px;
}

/*First paragraph style*/

.paragraph01{
	padding:5px;
}

.paragraph01 h1{
	color:#8f9b50;	
	font-size:7pt;
	font-weight:normal;
}

.paragraph01 h2{
	color:#8f9b50;
	font-size:7pt;
	font-weight:normal;
	padding-top:5px;
	clear:both;
}
.paragraph01 h3{
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
	padding-top:2px;
	padding-bottom:2px;
}

.paragraph01 p{
	padding-top:8px;
	font-size:7pt;
	font-weight:normal;
}

.paragraph01 img{
	width:100%;
	height:100%;
}

.paragraph01 ul{
	padding:10px 0px 10px 15px;
	list-style: outside;
	list-style-type: square;
	font-size:7pt;
}
.paragraph01 ol{
	padding:10px 10px 10px 20px;
	list-style: outside;
	list-style-type: decimal;
	font-size:7pt;
}
.paragraph01 li{
	padding-left:3px;
	line-height:17px;
}



/*Second paragraph style*/

.paragraph02{
	padding:5px;
}

.paragraph02 h1{
	color:#8f9b50;
	font-size:7pt;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	
}
.paragraph02 h2{
	padding-top:10px;
	clear:both;
}

.paragraph02 p{
	font-size:7pt;
	font-weight:normal;
	padding-bottom:10px;
	clear:both;
}

/*.imgList01_Wrap currently = Company Highlight area*/

.imgList01_Wrap{
	width:450px;
	clear:left;
	
}

.imgList01_img{
	float:left;
	width:131px;
}

.imgList01_content{
	float:left;
	width:295px;

}

.imgList01_content h1{
	font-size:7pt;
	color:#FFF;
	background:#96a151;
	width:295px;
	padding:5px 10px;
	border:1px solid #96a151;
	
}

.imgList01_content p{
	color:#3d3d3d;
	background:#f4f4f4;
	width:315px;
	height:73px;
	border:1px solid #96a151;
	line-height:normal;
	font-size:7pt;
}

/*third paragraph style - currently for people profile*/

.imgList02_Wrap{
	width:100%px;
	margin-top:20px;
	margin-bottom:20px;
	clear:left;
	
}

.imgList02_img{
	float:left;
	width:50%;
	height:50%;
}

.imgList02_content{
	float:left;
	width:70%px;
}

.imgList02_content h1{
	font-size:7pt
	padding:0px 10px;
}
.imgList02_content h2{
	font-size:7pt;
	font-weight:normal;
	font-style:italic;
	padding:0px 10px 5px 10px;
}

.imgList02_content p{
	padding:5px 10px;
	font-size:7pt
}

/*table style 1*/
p.tableStyle1{
	padding:15px 0 0px 0;
	font-size:6pt;
	color: #444;
}

table.tableStyle1 , table.tableStyle1 tr , table.tableStyle1 td{
	border:1px solid #dfdfdf;
	border-collapse:collapse;
	width:100%;
}

table.tableStyle1 th{
	padding:5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:6pt;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#dfdfdf;
	text-align: center;
	color:#454545;
}
table.tableStyle1 td{
	padding: 5px 3px;
	font-size:6pt;
	color:#434343;
}

table.tableStyle1 tbody tr{
	background: #f7f7f7;
}
table.tableStyle1 tbody tr a{
	color:#003300;
}
table.tableStyle1 tbody tr a:hover{
	text-decoration:none;
}
table.tableStyle1 tbody tr:hover{
	background:#fff;
}

table.tableStyle1{
	background-color:#578400;
}

/*table style 2*/
p.tableStyle2{
	padding:15px 0 0px 0;
	font-size:6pt;
	color: #444;
	padding-bottom:5px;
}

table.tableStyle2 , table.tableStyle2 tr , table.tableStyle2 td{
	border-collapse:collapse;
}

table.tableStyle2 th{
	padding:2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:6pt;
	font-weight:normal;
	text-transform:uppercase;
	text-align: center;
	color:#454545;
}
table.tableStyle2 td{
	padding: 0px 1px;
	font-size:6pt;
	color:#434343;
}

table.tableStyle2 tbody tr{
}
table.tableStyle2 tbody tr a{
	color:#003300;
}
table.tableStyle2 tbody tr a:hover{
	text-decoration:none;
}
table.tableStyle2 img{
	margin:0;
	padding:2px 10px;
}
table.tableStyle2 tbody tr:hover{
	background-color: #FBFFCC;
	cursor:pointer;

}

table.tableStyle2{
	width:100%;
}
/*-------------------------------------------------------------------------------------right column area*/


/*---------------------------------------------------------------------------------------------
	footer area
-----------------------------------------------------------------------------------------------*/


#footer{
	clear:both;
	padding:0;
	margin:0;
}

#footer_bar{
	background:url(../images/layout_footer.jpg);
	background-repeat:repeat-x;
	width:600px;
	height:17px;
}

#footer_links{
	width:600px;
	text-align:center;
	color:#566704;
	font-size:7pt;
	padding-top:5px;
	display:none;
}

#footer_links a:link, 
#footer_links a:visited{
	font-weight:normal;
	color:#566704;
	font-size:7pt;
	text-decoration:none;

}

#footer_links a:hover, 
#footer_links a:active, 
#footer_links a:focus{
	color: #000000;
	text-decoration: underline;
}

#footer_copyright{
	text-align:center;
	font-size:7pt;
	text-align:center;
	padding-top:5px;
	font-weight:normal;
	color:#566704;
	margin-bottom:50px;
	clear:both;
}



/*---------------------------------------------------------------------------------------------
	Safari section
-----------------------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0){

body{
	font-size:7pt;
}

#mainNav a{
	font-size:7pt;
}

.imgList01_content p{
	height:72px;
}


}
/*---------------------------------------------------------------------------------------------
print version head hide
-----------------------------------------------------------------------------------------------*/


.printHead{
	visibility: visible;
	float:left;
}















