/* CSS or layout of dashboard page which has 4 sections: header, horizontal menu, contents, & footer */

/*#centre {
	background-color:#FFFFFF;
	padding: 0px;
	padding-top: 0px;
	float: none;
	position: relative;
	bottom: 0px;
}
#footer {
	height: 40px;
	background-color: #336699;
	float: inherit;
	padding-top: 10px;
	margin: 0;
}

.menulinks {
	list-style-type: none;
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 32px;
}
.menulinks li {
	display: inline;
	background-color: #FFFF00;
}
.menulinks a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menulinks a:hover {
text-decoration: none;
}
p {margin: 0 0 0px 0;}*/




#wrapper 
{
	position: absolute;
	min-width: 700px;
	max-width: 1400px;
	background: repeat-y 20% 0;
	background-image: url(../Images/wrap-bg.gif);
}
/* .sticky {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; the bottom margin is the negative value of the footer's height 
}
*/	
	
/*
#header {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-color: #369;
	height:70px;
	border-bottom: 3px solid #1F3F5F;
}*/
/*#logo {
	float: left;
	margin: 0 ;
	width: 390px;
	height:68px;
	background-repeat: no-repeat;
	background-position:top left;
	background-image:url(../Images/HS_GW_RPAlogo.jpg);
	
}
*/
#header_text {
	margin: 0;
	padding: 30px 30px 5px 0;
	float: right;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
}
#menu{
	/*float: left;
	margin: 0;
	width: 20%;
	padding-top: 20px;
	text-align: left;
	text-indent: 5px;
	background-position: left top;*/
	/*background-image: url(../images/bg_blue.gif);
	background-repeat: repeat-x;*/
	/*height: 700px;*/
	/*clear: none;
	min-width:20%;*/
}


#menu tr {
	margin: 0;
	list-style-type: none;
	padding: 0;
		}
#menu td {
	padding: 0px;
	display: block;
	list-style: none;
	margin: 0px;
	/*border-bottom:1px solid #9cf;*/
	width: 100%;
	}
#menu td a{
	text-decoration: none;
	display: block;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 20%;
	padding: 5px;
	}
#menu td a:hover{
	display: block;
	background-color: #003366;
	color: #9cf;
}
#menu td a:active{
	background: #999;
	/*display: block;*/
	}

#menu td a#select {
	background-color: #336699;
	display: block;
	border-right-color: #99CCFF;
	border-right-style: solid;
	border-right-width: medium;
}
/* div-specific rules */

#menu, #content_area, #sidebar {
/* 	 height: 1%;*/
	}


#footer a
{
	/*color: #66AA01;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;*/
}
/*adding a background image to the left navigation menu
#LeftMenu
{
	background-image: url(../Images/bg_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ededed;
}*/
/*--------------------------------------------------------------------------------------------*/