/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px; /* Overall shift to the right */
}

a:link {
	color: #663300;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #78030a;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
}

body {	
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#content{
	margin: 5px; /* top margin for page */
	background: #999999;
	width: 1010px;  /* 1005  */
	text-align: left;
	/*background: url(images/mainbg.gif) repeat-y center;*/
	vertical-align: top;
	text-indent:5px;
	white-space: normal;
	position: absolute;
	left: 1%; /* overall left alignment*/
}

#main{
	width: 1005px;
	margin: 400 auto;
	clear:both;
	background-image: url(images/mainbg.gif);


}

#header {
	height: 100px;
	width: 1200px;
	background-image: url(images/CHP-logo-new220banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	z-index: 1;
	background-color: #00FF99;
}

#logo {
height: 79px;
text-align: left;
padding-left: 220px;/* difficult to see   */
background: #ffffff;
}


#logo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	color: #000000;
}
#logo H2 a
{
font-size: 12px;
}


# div.transbox
  {
  width:400px;
  height:180px;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;   /* for IE */
  filter:alpha(opacity=60);   /* CSS3 standard */
  opacity:0.6;
  }


#submenu
{
	width: 750px;
	height: 60px;
	background: url(images/submenunew.gif) no-repeat left top;
	border-bottom: 0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: overline;
}

#submenu ul {
	list-style: none;	
	padding-left: 0px; /* top menu text offset   */
}

#submenu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#submenu a{
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; /* menu text colour   */
	text-align: center;	
	height: 35px;
	padding-top: 18px;/* Padding above menu text   */	
	width: 129px; /* controls the spread of menu text   */

}

#submenu a:hover{
    height: 35px;
	background: url(images/menu_hover.jpg) repeat-x;
}


#menu
{
	width: 750px;
	height: 60px;
	background: #FFFFFF url(images/menunew.gif) no-repeat left top;
	border-bottom: 0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: overline;
}

#menu ul {
	list-style: none;	
	padding-left: 0px; /* top menu text offset   */
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a{
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; /* menu text colour   */
	text-align: center;	
	height: 35px;
	padding-top: 18px;/* Padding above menu text   */	
	width: 129px; /* controls the spread of menu text   */

}

#menu a:hover{
    height: 35px;
	background: #006633 url(images/menu_hover_new.jpg) repeat-x;
}

#left{
	width: 200px;
/*	background-color:#ffffff; */ 

  filter:alpha(opacity=90);   /* CSS3 standard */
  opacity:01.06;
}

#lefttop{
	/*background:url(images/lefttop.gif) no-repeat top;*/
	height: 5px;
	left:30px;
	}

.leftbg{
	background:url(images/leftbg.jpg) no-repeat center top;
	padding-top:0px; /* Left list top padding    */
}	


#left ul {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-right: 20px;
	/*background-image: url(images/left-menu.gif); */
	}

#left ul li{
	/*background:url(images/menu_hover.jpg) repeat-x left top;*/ /*  background image for the list*/
	padding-left: 0px; /* text indent */
	padding-bottom: 10px;
}

#left a:hover{
    height: 40px;
	background: url(images/left-menu.gif) repeat-x;
	
}
#left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color: #FFFF00;
	}
	
#left a:visited {
	color: #303874; /* text colour for left panel */
}

#right{
	float: right;
	width: 800px;  /* Placement of right panel measured from right hand side */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
}

#righttop{
	background:url(images/righttop.gif) no-repeat top left;
	height:25px; /* This one */
}

#right H4{
	width: 725px;/* Width of menu bar  */
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 40px; /* Horizontal placement of menu bar  */
	padding-top: 42px;
	color: #333399;
	/*background: url(images/right_top.png) no-repeat; */
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.rightbg{
	padding-top:10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	/*background-color: #000033; */
}	

#right p {
	margin: 10px;
	padding: 0;
	padding-bottom: 2px;
	padding-left: 0px; /* not obvious   */
	padding-right: 2px; /* right margin that controls the left  */
}

#right ol, #right ul
{
margin-left: 4px; /* text indent for right panel  BULLET POINTS*/
}

#right ul li{
	/*background:url(images/liststyle.png) no-repeat top left; */
	padding-left: 5px; /* text indent */
	padding-bottom: 10px;
	}

#right h2 {
	margin: 0;
	padding: 200;/* 334 */
	padding-top: 0px;
	color: #196050;
}

.read{
	text-align:right;
	padding-right: 150px;
}

#mainbot{
	background:url(images/mainbot.gif) no-repeat;
	height: 20px;
	clear:both;
}

#footer {
	height: 40px;
	width: 955px; /* 925 width of footer   */
	clear: both;
	padding-top: 20px;
	background: #ffffff url(images/footer.gif) no-repeat center;
	padding-bottom: 5px;
	padding-left: 50px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: 3%;
}

#footer a {
	color: #dddddd;
}
