/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 0px;
	padding: 0px;
	}
div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
img{border:0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
	{
	color : #000000;
	width: 950px;
	margin-left: 20px;
	}
.box-header
	{
	color: #0000ff;
	margin: 0px;
	padding: 0em;
	border: none;
	}
span a{ 
	color:#333333;
	padding: 9px;
}
.current {
	text-decoration: underline;
}
ul{
	list-style:none;
	display: inline;
}
h1 { 
	margin: 0px; }
h2
	{
	font-size: 1em;
	margin: 0px 0px 0.5em 0px;
	padding: 0.25em;
	} 
a {
	text-decoration:none;
	color:#20a;
}
#topnavbar{ 
left:580px;
margin:0pt;
padding:0pt;
position:absolute;
top:12px;
}
#topnavbar span {
color:#003500;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:60%;
margin:0pt;
padding:0pt;
text-transform:uppercase;
}

#topic {
color:#003500;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:200%;
text-transform:uppercase; 
text-align: center;
}

#pdmenu{}
#pdmenu  ul {
display:block;padding: 0;list-style-type: none;
margin-top:-14px;}

#pdmenu a {display: block;width:10em;
color:#347C17;
}

#pdmenu a:hover{text-decoration:underline}
#pdmenu li {width:130px;float:left;
color: #347C17;
margin:3;}

#pdmenu li:hover{}
#pdmenu li ul {display: none;}#pdmenu li:hover ul {display: block;width:150px;
position: absolute;
background:#cccc99;
border-bottom:.1em solid #003500;
border-left:.15em solid #003500;
margin-left:.25 em;
}

#pdmenu li ul li {float:left; width:auto}

#pdmenuv{
}
#pdmenuv  ul {
display:block;
font-size:120%;
color: #347C17;
border-bottom:100px;padding: 100;
list-style-type: none;
margin-top:3px;margin-bottom:3px;}

#pdmenuv a {display: block;width:30em;
color:#347C17;
}

#pdmenuv a:hover{text-decoration:underline}
#pdmenuv li {width:300px;
color: #347C17;
margin:3;
border-width:20px;
border-bottom:100px;
list-style-type:square;}

#pdmenuv li:hover{}
#pdmenuv li ul {display: none;}#pdmenuv li:hover ul {display: block;width:400px;
text-width:300px;
position: absolute;
background:#cccc99;
font-size:60%;
border-bottom:.1em solid #003500;
border-left:.15em solid #003500;
margin-left:30px;
margin-top:-10px;
padding:20;
}

#pdmenuv li ul li {float:left; width:auto}

div.content{clear:left}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 686px;
	}
.column-one
	{
	float: right;
	width: 439px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { width: 240px; 
	      padding-left: 3px;
	      border-left: 1px solid #ccffcc;
}
   
.column-three {margin-left: 690px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding: 6px;
	border: none;
	color: #000000;
	}
.column-one-content {
	min-height: 359px;
	height:auto !important;
  	height:459px;
  	color: #333;
	background-color: #CCCC99;
	margin-bottom: 8px;
	margin-top: 6px;
}
.column-one-content p{
margin: 8px 0 0 0;
padding: 0;
	text-align: left;
	line-height: 1.5em;

}
.column-one-content a {
color: #003500;
text-decoration: underline;
}

.column-one-content {
font-family: Helvetica, Lucida, Arial, sans-serif;
padding: 15px 20px 0 20px;
font-size: 90%;
line-height: 120%;
}

.column-one-content img {
float: left;
margin: 8px 12px 8px 0;}
.column-one-content h1 {
margin: 0 0 10px 0;
}

.column-one-content h4 {
margin: 10px 0 0 0;
}



.column-two-content img{
	margin-bottom: 8px;
}

.column-one-bottom {
	background-image: url("/-/chep/CHEP_files/images/col1bottom.jpg");
	height: 115px;
	font-family: Helvetica, Lucida, Arial, sans-serif;
	font-size: 80%;
	color: black;
	padding: 0px 0px 0px 0px;
	text-align: center;	
	
}
.column-one-bottom a {
color: #222;
text-decoration: underline;
}



.column-two-content {}
.column-three-content {}
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */
