/*********************************************/
          /* RWR Solutions (2007) */
   /* Style sheet for Premier Panel Skills */
/*********************************************/
/*    NOTE TO SELF: top right bottom left    */

body {
     margin:0;
     padding:0;
     background-color:#43784C;
     font-family:verdana;
     font-size:12px;
}

div#cont_main{
     position: absolute;
     width:770px;
     background-color:#FFF;
     left: 50%;
     margin-left: -385px;
     margin-top:10px;
}

div#header{
     height:122px;
     background: url("images/pps_header.jpg") no-repeat center;
     margin:0;
     padding:0;
}

div#menu{
     width:770px;
     height:30px;
     margin:0px;
     padding:0 0 10px 0;
}

div#main{
     padding:10px;
}

div#cont_lr{
     margin:0;
     width:770px;
}

div#left{
     margin:0;
     padding:10px;
     width:600px;
     color:#000;
     background-color:#FFF;
     float:left;
}

div#container_right{
         width:140px;
         float:left;
         margin:0;
         padding:0;
       }

div#footer{
         background: url("images/pps_footer.jpg") no-repeat center;
         width:100%;
         font-size:10px;
         font-weight:bold;
         color:#43784C;
         text-align:right;
         float:left;

       }



/*************************/
/*    Begin CSS Menu     */
/*************************/

#menuh-container
	{
	position:absolute;
	margin:auto;

	}

#menuh
	{
	font-size: 14px;
	font-family: verdana;
	font-weight:bold;
	width:100%;
 	}

#menuh a
	{
	text-align:center;
	display:block;
	border:none;
	white-space:nowrap;
	height:30px;
	margin:0;
	padding:5px 0 0 0;
}

#menuh ul ul li
       {
margin-top: -0.4em;
width: 94px;
       }

#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-image: url("images/gradient2.jpg");
 	background-repeat: repeat-x;
	text-decoration:none;
	}

#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image: url("images/gradient.jpg");
 	background-repeat: repeat-x;
	}

#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents*/
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:128.3px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */



h1{
  font-size:18px;
  font-weight:bold;
}

h2{
  font-size:14px;
  font-weight:bold;
  font-style: italic;
}

h3{
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  text-decoration:underline;
  color:#E67300;
}

h4{
  font-size:10px;
  font-weight:bold;
}

th{
  font-size:12px;
  font-weight:bold;
  text-align:left;
  color:#E67300;
}


a:link, a:visited, a:active {
  color: #43784C;
  text-decoration: none;
}

a:hover{
  color:#43784C;
  text-decoration: none;
  font-weight:bold;
}

p.bold{
  font-weight:bold;
}