/*============================*/
/*=== Main Styles ===*/
/*
Author: Andrew Litchmore
*/
/*============================*/
/*body*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	background-image:url(../images/homeBodyBg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}


/*top menu*/
#menu, #menu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#menu li {
float:left;
font-size: 80%;
font-weight: bold;
}

#menu a {
display: block;
line-height: 38px;
padding: 10px 17px 0px 17px;
color:#000;
text-decoration:none;
font-weight: 100;

}

#menu a:hover {

background: url(../images/navb1.png) no-repeat top left;
padding: 10px 7px 0px 17px;
margin-right: 5px;
}

#menu a:hover span {
color: #FFFFFF;
background: url(../images/navb2.png) no-repeat top right;
padding: 13px 5px 13px 0px;
position: relative;
left: 12px;
}


.activemenu{
	background: url(../images/navb1.png) no-repeat top left;
	padding: 13px 5px 13px 0px;
	margin-right: 5px;
}
.hrmWhatis a {

color:#F00;
text-decoration:  none;
padding: 0px 0px 0px 0px;
}
.hrmWhatis a:hover {

color:#000;
background: url(../images/arrow-selector.png) no-repeat top left;
padding: 0px 0px 0px 50px;
text-decoration:  none;


}



/*upper left navigational menu*/
#upperLeftNavMenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#upperLeftNavMenu li {
	padding-top:10px;
	padding-bottom:5px;
	padding-right:5px;
	font-size: 80%;
	font-weight: bold;
	background-image:url(../images/upperleftbg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	list-style:none;
}

#upperLeftNavMenu li.last {
	font-size: 80%;
	font-weight: bold;
	background-image:none;
	list-style:none;
	
}

#upperLeftNavMenu a {
	display: block;
	text-decoration:none;
	color:#333;


}

#upperLeftNavMenu a:hover {
	background-image:url(../images/navb1.png);

}

.activenavmenu{
	background-image: url(../images/navb1.png);
	
}
/*breadcrumbs*/
.breadcrumbs a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.breadcrumbs a:hover {
	text-decoration:underline;
	
}


/*floating menu*/
div.facebookSocialLink {
    background: url('../images/facebooklink_0.png');
	float:left; 
	width:70px; 
	height:70px;
	background-repeat:no-repeat;
    
}
div.twitterSocialLink {
    background: url('../images/twitterlink_0.png');
	float:left; 
	width:70px; 
	height:70px;
	background-repeat:no-repeat;
    
}
div.linkedInSocialLink {
    background: url('../images/linkedInlink_0.png');
	float:left; 
	width:70px; 
	height:70px;
	background-repeat:no-repeat;
    
}
div.rssSocialLink {
    background:url('../images/rsslink_0.png');
	float:left; 
	width:70px; 
	height:70px;
	background-repeat:no-repeat;
    
}
div.facebookSocialLink:hover {
    background: url('../images/facebooklink.png');
	background-repeat:no-repeat;
}
div.twitterSocialLink:hover {
    background: url('../images/twitterlink.png');
	background-repeat:no-repeat;
}
div.linkedInSocialLink:hover {
    background: url('../images/linkedInlink.png');
	background-repeat:no-repeat;
}
div.rssSocialLink:hover {
    background: url('../images/rsslink.png');
	background-repeat:no-repeat;
}

