/* This rule resets a core set of elements so that they will appear consistent across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background:#ffffff url('images/bg.jpg') repeat top left;
	color: #636363;
	font-family: Verdana, Helvetica, sans-serif; font-size: .7em; line-height: 1.5em; 
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Global link styles */
p {
	margin:0 0 1em 0;
	}
a,  a:link {
  color: #689986;
  text-decoration: none;
}
a:visited {
  color: #689986;
  text-decoration: none;
}
a:hover {
  color: #09482e;
  text-decoration: none;
}
a:focus {
  color: #09482e;
}
a:active {
  color: #09482e;
}

* 									{ margin: 0; padding: 0; }
body								{ font: 12px Helvetica, Sans-Serif;  } 
#page-wrap							{ width: 960px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

h1 {
	color: #095f3b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;  
	margin:0 0 3px 0;
	font-weight:normal;
	magin: 0px;
	}

h2 {
	color: #689986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	margin: -5px 0 10px 0;
	text-transform: uppercase;	
}

h3 {
	color: #787878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	text-transform: uppercase;	
}

h4 {
	color: #516924;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0px;
	background-color: #ffffff;
}

h5 {
	color: #689986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	margin: 10px 0 10px 0px;
	text-transform: uppercase;	
}

h6 {
	color: #689986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	margin: 1px 0 8px 0;
}

strong {
		color:#689986;
	}

.rightTXT { 
	text-align: right;
	display: inline;
	float:right;
 }

.leftTXT { 
	text-align: left; 
	display: inline;
	float:left;
}

/* 
	BASIC UL / LI 
*/

ul.bullet {
	margin-left:0;
	padding-left:0px;
	}
ul.bullet li {
	padding: 0 0 0px 10px;
	background-image: url(images/dot-box.gif);
	background-repeat: no-repeat;
	background-position: left 9px; 
	margin-left:15px; 
	} 


/* 
	NAVIGATION
*/
ul.dropdown { 
color:#FFFFFF;
	}
	
ul.dropdown li { 
font-weight: normal; 
font-size:12px; 
float: left; 
zoom: 1; 
background: none; 
text-align:center; 
color: white; 
float: left; 
background: none; 
height: 30px; 
color:#FFFFFF; 
border-left:dotted 1px; 
	}
	
.ul.dropdown a:hover  { 
	color:#FFFFFF; 
	}
	
ul.dropdown a:active { 
	color:#FFFFFF; 
	}
	
ul.dropdown li a { 
	display: block; 
	padding:8px 20px 8px 20px; 
	color:#FFFFFF; 
	text-decoration: none;
	}
	
ul.dropdown li.firstchild {
	border-left: none;
	}

ul.dropdown li.hover,
ul.dropdown li:hover { 
	background: #d4cca5;  
	color:#024228; 
	position: relative; 
	}
	
ul.dropdown li.hover a,
ul.dropdown li:hover a { 
	color:#024228; 
	height: 14px; 
	}

ul.dropdown #selected {
	color:#FFFFFF; 
	font-weight:bold;
	background: #024228;  
	height: 14px; 
	}
	
ul.dropdown li a #selected {
	color:#FFFFFF; 
	font-weight:bold;
	background: #024228;  
	height: 14px; 
	}	
		
		
		
ul.sidemenu { margin:0 20px 0 10px; width:230px; font-size:14px;}
ul.sidemenu li { border-bottom:1px dotted #ccccca; padding:8px 0 8px 0; background:transparent url(../images/subnav-arrow.png) no-repeat top left; color:#636363;}
ul.sidemenu li a { display:block; padding:0 0 0 20px; text-decoration: none; color:#636363; }
ul.sidemenu li a:visited {color:#636363; }
ul.sidemenu li a:hover { color:#09482e; display:block; text-decoration:underline; background-image: url(../images/bullet-tree.png); background-repeat: no-repeat;}
ul.sidemenu li #selected { color:#09482e; display:block; text-decoration:none; background-image: url(../images/bullet-tree.png); background-repeat: no-repeat;}


		

/* 
		ELEMENTS
*/
	
#outer-container {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	align:center;
	position: relative; 
	}
	
#header {	
	width: 1102px;
	height: 160px;
	float: center;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-top: 21px;
	margin-left: 0px;	
	display: block;
	position: relative; 
	
	background-image: url(images/hr-header.jpg);
	background-repeat: no-repeat;
	
	}	
	
#content-hr {	
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: 10px;	
	
	}	
	
	

		
#footer-shell {
	background:#ffffff;
	width:100%;
	font-size:9px;
	height: 100%;
	}	
	
#footer {
	background:#578d6b;
	width:100%;
	height:4px;
	display:block;
	float:left;
	}	
	
td.TopAlign {
	vertical-align:top;
	}	
	
td.BottomAlign {
	vertical-align:bottom;
	text-align:left;
	}	
	
			
	
.subnav {
	padding: 3px 10px 0px 10px;
	background-position: left 0px;
	margin-left:0px; 
	margin-top:10px;
	margin-right:0px;
	height:409px;
	width:258px;
	}
	
table.subnavshell  {
	padding: 0px 0px 0px 0px;
	margin-left:0px; 
	margin-top:0px;
	margin-right:0px;
	}
	
	
	
.success
{
   font-weight: bold;
   color: Green;
   background-color: #eeffee;
   border: 1px solid Green;
   padding: 3px;
   font-size: 14px;
}

.failure
{
   font-weight: bold;
   color: White;
   background-color: Red;
   border: 1px solid Red;
   padding: 3px;
   font-size: 14px;
}

.box 
{
   border: 1px #CCCC99 solid;
   background: #F7F7EE;
   padding: 8px;
   margin-bottom: 16px;
}

.box h4
{
	background-color: #F7F7EE;
	margin-top: 0px;
}

.box .rating
{
   margin-left: 80px;
   margin-bottom: 16px;
}

.box .rating td
{
   vertical-align: top;
}

.box .rating .label
{
   text-align: right;
}

.box .label
{
   text-align: right;
   font-weight: bold;
   padding-left: 8px;
   padding-right: 4px;
}

.box .spacer
{
   height: 8px;
}

.box .submit
{
   text-align: center;
}

.navbar
{
   background-color: #d1d1a4;
   width: auto;
}

.navbar a, .navbar a:hover
{
   height: 31px;
   line-height: 31px;
   background-repeat: no-repeat;
   padding-left: 16px;
   padding-right: 13px;
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background-color: #447c19;
   background-image: url(/HR/images/navbar-selected.gif);
}

.navbar a.rollover
{
   color: #000000;
   background-color: #d1d1a4;
   background-image: url(/HR/images/navbar-link.gif);
}

.navbar a:hover.rollover
{
   background-color: #e7e7ba;
   background-image: url(/HR/images/navbar-hover.gif);
}
















		
