@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../hrImages/background.jpg);
	background-repeat: repeat;
}

h2 {
	font-size: 14px;
	color: #333366;
}

#quicklinks {
	width: 250px;
	font-size: 12px;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index:200;
	position:absolute;
	left:25px;
	top:10px;
	margin: 0px;
	background-image: url(../hrImages/do_dots.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}
#quicklinks p {
	padding-left: 35px;
	position:relative;
	top:-10px;
}

#quicklinks a {
	color: #333366;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #996633;
}


#content h1 {
	color: #996600;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: .1em;
}

.newsPadding
{
	padding-right:10px;
	padding-left: 15px;
	padding-top: 10px;
}

td {
	vertical-align: top;
}


#maintable {
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding:0px;
	border:solid 0px #B79363;
}

.noBorder{
	border:solid 0px #000000;
}

.leftRightBorder
{
	border-left:solid 1px #B79363;	
	border-right:solid 1px #B79363;	
}
.topBorder
{
	border-top:solid 1px #B79363;	
}

.bottomBorder
{
	border-bottom:solid 1px #B79363;	
}


#welcome {
	color: #996633;
	font-weight: normal;
	font-size: 12px;
	width: 200px;
	padding-top: 35px;
	padding-left: 15px;
}
#welcome a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

#welcome a:hover {
	text-decoration: underline;
}

#hrweb_logo {
	width: 300px;
	vertical-align: middle;
	float: right;
	padding-top: 25px;
	padding-right: 25px;
}
#client_logo {
	width: 400px;
	vertical-align: top;
	float: right;
}

.waveDiv
{
	width:450px;
	height:227px;
	overflow:hidden;
	padding-right: 275px;
	position: fixed;
	float: right;
}
.hrButton1
{
	position:relative;
	z-index:100;
	left:125px;
	top:15px;
	background-image: url(../hrImages/Button1.gif);
	background-repeat: no-repeat;
}
.hrButton2
{
	position:relative;
	z-index:101;
	left:250px;
	top:13px;
	background-image: url(../hrImages/Button1.gif);
	background-repeat: no-repeat;
}
.hrButton3
{
	position:relative;
	z-index:102;
	left:375px;
	top:3px;
	background-image: url(../hrImages/Button1.gif);
	background-repeat: no-repeat;
}
.hrButton4
{
	position:relative;
	z-index:103;
	left:500px;
	top:-13px;
	background-image: url(../hrImages/Button1.gif);
	background-repeat: no-repeat;
}

.buttonText
{
	position:absolute;
	z-index:200;
	padding-top:15px;
	text-align:center;
	width:134px;
	height:60px;
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	color:White;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	padding-right: 2px;
}

.buttonTextAlignCenter
{	
	z-index:200;
	padding-top:8px;
	text-align:center;	

}

.buttonTextOn
{
	position:absolute;
	z-index:200;
	padding-top:15px;
	text-align:center;	
	width:135px;
	height:60px;
	font-family:Arial;
	font-weight:600;
	font-size:11px;
	color:Red;	
	text-decoration:none;	
	cursor:pointer;
	text-transform:uppercase;	
	padding-left:5px;
}

.noUnderline
{
	text-decoration:none;
}


/*IH*/

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 21px; height: 20px;
    padding: 0px; border: 0px; position:relative;
    z-index: 900;    
}
.borderTL, .borderBL { float: left; clear: both;  z-index: 900; position:relative;}
.borderTR, .borderBR { float: right; clear: right;  z-index: 900; position:relative;}
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -1px 0px 0px -1px; }
.borderBR { margin: -1px -1px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    margin-left: -1px;
}

.borderBL {
    margin-left: -4px;
    margin-left: -1px;
}

html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    margin-right: -1px;
}

.borderBL {
    margin-right: -4px;
    margin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    margin-left: 0px;
}
html>body .borderBL {
    margin-left: -1px;
    
}
.borderBR {
    margin-right: -3px;
    margin-right: 0px;
    margin-bottom: -3px;
    margin-bottom: 0px;
    margin-bottom: 0px;
}
html>body .borderBR {
    margin-right: -1px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
   
.content {
    margin: 0px;
    padding: 0px;
    border: 0px solid #B79363;    
}

.contentWrapperWithoutBGC
{
	padding: 0px;
	border: 0px;
	width:900px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

.contentWrapper {
	/* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
	border: 0px;
	width:1006px;
	background-color:White;
	margin-right: auto;
	margin-left: auto;
} 

#FloatLinks {
	border:solid 1px #000;
	float: left;
	position: relative;
	z-index: 500;
	left: -5px;
	top: -235px;
}

#shortborder {
	width: 1px;
	background-image: url(../hrImages/shortborder.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	padding-top: 150px;
}

#homeimage {
	width: 488px;
	float: left;
	z-index: 50;
}
#homeleft {
	padding-left: 15px;
}


#menu {
	float: left;
	margin-top: -60px;	
	z-index:800;
	position:relative;
}

#contentspace {
	padding-bottom: 5px;
	float: left;
	position: relative;
	z-index: 300;
	top: -57px;
	border:solid 0px #00FF00;
	width:1000px;
}

.rightwidthhome {
	width: 450px;
	padding-right: 20px;
}

.rightwidth {
	width: 709px;
	margin-top: 0px;
	padding-right: 25px;
	border:solid 1px #000000;
}
#rightContent h1 {
	color: #A76E41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}

#rightContentLeftMenu h1 {
	color: #A76E41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}

.SubMenu
{
	height:20px;
	text-align:left;	
	line-height:20px;
	padding-top:50px;
	padding-left: 27px;
	width:709px;
	border:solid 1px #000000;
}
.FullContentSection
{
	width:980px;
	border:solid 0px #000000;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	top:-97px;
}

.IframeClass
{
	width:980px;
	height:1800px;
	border:0px;
		
}

.menuSpacingDiv
{
	padding-bottom: 10px;	
}

#menuitems {
	padding-left: 15px;
	padding-top: 8px;
	color: #333333;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	background-image: url(../hrImages/dotvertical.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:230px;
}
#menuitems a {
	color: #333333;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}


#menuitems a:hover {
	color: #A25A20;
	text-decoration: underline;
	padding-top: 8px;
	padding-bottom: 8px;
}


img {
	margin: 0px;
	padding: 0px;
}


#rightContent
{
	top:-100px;
	padding-top:53px;
	padding-left: 20px;
	float: right;
	position: relative;
	border:solid 0px #000000;
	
}

#rightContentLeftMenu
{
	top:-147px;
	padding-top:53px;
	padding-left: 20px;
	float: right;
	position: relative;
	border:solid 0px #000000;
	
}


#header {
	height: 80px;
	margin-top: -5px;
}


#rightContent a {
	color: #333366;
	text-decoration: underline;
}
#rightContent li {
	padding-bottom: 20px;
	list-style-type: disc;
	list-style-image: url(../hrImages/listbullet.gif);
}


#rightContent a:hover {
	color: #996600;
}



.PrintContent
{
	padding:7px;	
	left:-53;
	position: relative;
	float:left;
	
		
}

.PrintContent a {
	color: #333366;
	text-decoration: underline;
}
.PrintContent li {
	padding-bottom: 20px;
	list-style-type: disc;
	list-style-image: url(../hrImages/listbullet.gif);
}
.PrintContent a:hover {
	color: #996600;
}
.PrintContent h1 {
	color: #A76E41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}


#rightContentLeftMenu a {
	color: #333366;
}
#rightContentLeftMenu li {
	padding-bottom: 20px;
	list-style-type: disc;
	list-style-image: url(../hrImages/listbullet.gif);
}


#rightContentLeftMenu a:hover {
	color: #996600;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	text-align: center;
	font-size: 10px;
	height: 45px;
}

#footer a {
	color: #666699;
}

.padcontent 
{
	text-align:left;	
	padding-left: 255px;
	padding-right: 75px;
}

.contentbox li
{
	padding-bottom: 15px;
}h3 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#categorytable td {
	vertical-align: middle;
}
.dottedline {
	background-image: url(../hrImages/dothorizontal.gif);
	background-repeat: repeat-x;
	height: 2px;
}
.qa {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A76E41;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 15px;
}
hr {
	color: #CCCCCC;
	height: 1px;
	width: 90%;
}


.myBenifitsDiv
{
	background-image: url(../hrImages/dothorizontal.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:107px;

}

.smalltext {
	font-size: 10px;
}


.dropdownmenu 
{
	background-color: #333366;
	color: #FFFFFF;
	font-weight: normal;
}



.tableGrid {
	border:solid 1px #32235E;	
	border-left:0px;	
	width: 100%;	
	padding:0px;
	border-spacing:0px;
}
	
.tableHighlight
{
		border-bottom:solid 1px #32235E;	
		border-left:solid 1px #32235E;	
		padding: 4px 4px 4px 4px;
		font-weight:800;
		background-color:#D6D1CE;
		font-size: 11px;
}

.tableLeftCell
{
	border-bottom:solid 1px #32235E;	
	border-left:solid 1px #32235E;	
	padding: 3px 3px 3px 15px;	
	font-size: 10px;


}

.fromCompanyText
{
	color:#514D66;
	font-family:Verdana;
	font-size:14px;
	font-weight:800;
	
	padding-left:19px;
	letter-spacing:-3;
	vertical-align:middle;
	padding-top:22px;
	padding-bottom:0px;
}

.fillDottsH
{
	background-image: url(../hrImages/CompanyNewsDot.jpg);	
	
	height:46px;
}

.companyTable
{
	width:466px;
}

.descriptionWindow
{
	position:absolute;
	z-index:600;
	width:400px;
	height:150px;	
	border:dotted 1px #000000;
	background-color:White;
	padding:5px;
	
}