/*--------------------------------------------------
COLOR DEFINITIONS:

#7EB533 = LIME GREEN
#7EB634 = DARKER LIME GREEN
#A3C437 = DARKER BRIGHT GREEN
#77A835 = DARKER  GREEN
#648F2C = DARK GREEN
#d9eeaa = PALE GREEN (BACKGROUND)

#0063A5 = BRIGHT BLUE
#2F74AD = DARKER BLUE
#2B608B = DARKER BLUE
#7F9DB9 = PALE BLUE GREY

#F3F3F3 = WHITE GREY
#CACACA = SILVER
#999999 = MED GREY
#767676 = DARK GREY

#FABE12 = YELLOW GOLD

--------------------------------------------------*/

.display_menu
{
	z-index:9999;	
}

body {
	background-color: #F3F3F3;
	/*background-color: #999999;*/
	margin: 0px;
	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size:10px;
	behavior:url(/js/csshover.htc);
}

a {
  cursor: pointer!important;
}
a:focus {outline: none}


/**********************
CENTRE PAGE IN WINDOW
***********************/

#centre {
	width: 100%;
	text-align: center;
}

#shadow {
	width:778px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/images/backgrounds/shadow.jpg);
	background-repeat: repeat-y;
}

#container {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
}

/**********************
TOP BAR
***********************/

#topbar 
{	
	background-image: url(/images/backgrounds/topbar.jpg);
	background-repeat: repeat-x;	
}
#topbarRow1 
{
	padding-top:5px;		
	min-height: 60px;	
	_height: 60px;	

}
#topbarRow2 
{
	border:0px solid black;
}


#logo {
	float: left;
	padding-left: 17px;
	padding-top:10px;
	width:150px;
	height:46px;	
}

/**********************
LOGIN LINKS (MASTER PAGE HEADER)
***********************/

.continue-enabled
{
	background-image:url(/images/buttons/continue.jpg);		
	height:26px;
	width:75px;
	border:none;
}

.continue-disabled
{
	background-color:Gray;
	background-image:url(/images/buttons/continue-disabled.jpg);	
	height:26px;
	width:75px;
	border:none;
}

.login-enabled
{
	background-image:url(/images/buttons/login.jpg);	
	background-color:Blue;
	height:26px;
	width:50px;
	border:none;
}

.login-disabled
{
	background-color:Gray;
	background-image:url(/images/buttons/login-disabled.jpg);	
	height:26px;
	width:50px;
	border:none;
}

#login_links
{
	border:0px solid black;	
	height:30px;
	width:260px;
	float: right;
	margin:5px;
}

.login_links {
	font-size: 10px;
	color: #999999;
	background-image: url(/images/backgrounds/login.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:25px;
		
}

.login_links span
{	
	float:right;	
}

.login_links a {	
	margin-left:20px;	
}

.login_links a:link {
	color: #666666;
	text-decoration: none;	
}

.login_links a:visited {
	color: #666666;
	text-decoration: none;	
}
.login_links a:hover {
	color: #7EB634;
	text-decoration: underline;	
}


/**********************
FLASH
***********************/

#flash {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#pageHeader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/**********************
NAVIGATION
***********************/

#navbar 	
{
	float:right;	
}

/**********************
DROP DOWN NAVIGATION
***********************/

#navigation {
	float: left;	
	list-style: none;
	line-height: 2;	
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	/*width: 540px;*/
	width: 700px;	
	height:25px;
	_padding-top:10px;
	color: #A3C437;	
	vertical-align:bottom;	
}

#navigation a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #0063A5;
	font-weight: bold;	
	padding-left: 6px;	
	padding-right: 6px;	
}
#navigation a:hover {
	color: #7EB634;
}

#navigation .menu_item a{
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CACACA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	font-size: 10px;
	font-weight: normal;
}
#navigation .menu_item a {
	width: 140px;
	color: #0063A5;	
	font-size: 10px;
	font-weight: normal;
}

#navigation .menu_item a:hover {
	width: 140px;
	color: #7EB634;
}

#navigation .selected_item 
{	
	background-image: url(/images/backgrounds/topnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #A3C437;
	font-weight: bold;
	font-size: 12px;		
}


/* SUPPORT FOR CSS ADAPTERS */
#navigation .AspNet-Menu-Selected 
{	
	background-image: url(/images/backgrounds/topnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #A3C437;
	font-weight: bold;	
}

#navigation .AspNet-Menu-WithChildren ul li
{
	 background-color:White;	
	 white-space: normal;
	
}

#navigation .AspNet-Menu-WithChildren ul li a{
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CACACA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	font-size: 10px;
	font-weight: normal;	
}


/* SUPPORT FOR IE6 , IE7 & IE8 CSS ADAPTERS*/
#navigation ul
{		
	white-space: nowrap\9;	
	float:right;	
}

#navigation ul li 
{
	width: 1%\9; 
}

.AspNet-Menu-Horizontal
{
	position:absolute\9;
	width:700px;	
}


/**********************
COUNTRY SITE SELECTOR
***********************/

#countries {
	float: right;
	padding: 0px;	
	margin:0px;
	margin-top:10px;
	height:25px;
	width:90px;
	
}

.countrySelected {
	background-image: url(/images/backgrounds/countrySelector.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 1px;
	padding-top: 8px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.countrynonSelected {
	margin-top: 1px;
	padding-top: 8px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#siteSelector, #siteSelector ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 200px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#siteSelector a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#siteSelector a:hover {
	color: #7EB634;
}
#siteSelector li {
	float: left;
	padding: 0px;
}
#siteSelector li a {
	padding-right: 0px;
	padding-left: 0px;
}
#siteSelector li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 141px;
	font-weight: normal;
	margin: 0;
	border: 1px solid #E8E8E8;
	margin-top: 2px;
}
#siteSelector li li {
	width: 140px;
	font-size: 11px;
	font-weight: normal;
}
#siteSelector li ul a {
	width: 140px;
	color: #666;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
}
#siteSelector li ul a:hover {
	width: 140px;
	color: #7EB634;
}
#siteSelector li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	background-color: #FFFFFF;
}
#siteSelector li:hover, #navigation li.sfhover {
	background-color: #FFFFFF;
}



/**********************
TEXT RESIZING
***********************/

#textresizing {
	font-size: 10px;
	color: #666666;
	text-align: right;
	float: right;
	width: 120px;
	margin-top: 8px;
	margin-right: 2px;
}
#textresizing ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#textresizing li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.accessibilitySm {
	font-size: 9px;
}
.accessibilitySm a:link {
	color: #77A835;
	text-decoration: none;
}
.accessibilitySm a:visited {
	color: #77A835;
	text-decoration: none;
}
.accessibilitySm a:hover {
	color: #1262A5;
	text-decoration: underline;
}
.accessibilityMd {
	font-size: 11px;
}
.accessibilityMd a:link {
	color: #77A835;
	text-decoration: none;
}
.accessibilityMd a:visited {
	color: #77A835;
	text-decoration: none;
}
.accessibilityMd a:hover {
	color: #1262A5;
	text-decoration: underline;
}
.accessibilityLg {
	font-size: 14px;
}
.accessibilityLg a:link {
	color: #77A835;
	text-decoration: none;
}
.accessibilityLg a:visited {
	color: #77A835;
	text-decoration: none;
}
.accessibilityLg a:hover {
	color: #1262A5;
	text-decoration: underline;
}
.accessibilityCt {
	font-size: 11px;
}
.accessibilityCt a:link {
	font-weight: bold;
	background-color: #0063A5;
	padding: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.accessibilityCt a:visited {
	font-weight: bold;
	background-color: #0063A5;
	padding: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.accessibilityCt a:hover {
	font-weight: bold;
	background-color: #A3C437;
	padding: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}

/**********************
BREADCRUMBS
***********************/

#breadcrumbs {
	background-image: url(/images/backgrounds/breadcrumbs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 9px;
	color: #999999;
	height: 25px;
}

#breadcrumbs .links
{
	padding-top:5px;
	width:510px;
	height:25px;
	float:left;
	border:0px solid black;
}


#breadcrumbs a:link {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #7EB533;
	text-decoration: underline;
}
#breadcrumbs strong {
	color: #999999;
	font-weight: bold;
}


/**********************
MAIN
***********************/

#main {
	margin-top: 0px;
}
#mainHome {
	margin-top: 6px;
}

/**********************
HOMEPAGE ELEMENTS
***********************/



#intro, #homeintro {
	float: left;
	/*width: 510px;*/
	width:100%;
	margin-top: 0px;
}

#intro p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 18px;
}

#homeintro p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#news 
{	
	float: right;
	width: 248px;
	margin-bottom: 0px;	
	padding: 0px;	
	font-size: 9px;
	line-height: 16px;	
	color:#666666!important;
}

#news p 
{		
	color:#666666!important;
}

#news .summary
{	
	height:149px;
}

#news ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
}
#news li {
	list-style-type: none;
	display: inline;
	float: left;
}
#news h2 {
	font-size: 12px;
	line-height: 24px;
	color: #0063A5;
	padding: 0px;
	margin:0px;	
	height:63px;	
}

#news h2 a{	
	
}

#news img {
	float:right;
	margin-left:4px;		
}

.newsfeedNextArticle {
	background-color: #FFFFFF;
	display: block;
	height: 50px;
	width: 5px;
	text-indent: -5000px;
	background-image: url(/images/icons/left-arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 2px;
}

.newsfeedNext
{		
	margin:0px;
	padding:0px;	
	margin-left: 90px;

} 

.newsfeedPreviousArticle {
	background-color: #FFFFFF;
	display: block;
	height: 50px;
	width: 5px;
	text-indent: -5000px;
	background-image: url(/images/icons/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px;
}
#news a:link 
{	
	color: #7EB533;
	text-decoration: underline;
}
#news a:visited {
	color: #7EB533;
	text-decoration: underline;
}
#news a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#news strong 
{	
	font-weight: bold;
	line-height: 16px;
}
#intro a:link {
	color: #7EB533;
	text-decoration: none;
}
#intro a:visited {
	color: #7EB533;
	text-decoration: none;
}
#intro a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#intro strong {
	color: #7EB634;
	font-weight: bold;
}


/**********************
TEASERS
***********************/

#teasers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-left:1px;	
}
#teasers h3 {
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#teasers p {
	padding: 0px;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#teasers ul {
	font-size: 9px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 15px;
}
#teasers a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#teasers a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#teasers a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#teasers strong {
	color: #7EB634;
	font-weight: bold;
}
#teasers form {
	margin: 0px;
	padding: 0px;
}
#teasers table {
	margin: 0px;
	padding: 0px;
}
#teasers td {
	margin: 0px;
	padding: 1px;
}
#teasers select {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 120px;
	border: 1px solid #97BAD6;
}

.teaser {
	float: left;
	/*workforce management layout*/
	/*width: 248px;*/
	width: 186px; margin-right:1px;
	
	margin-right:1px;
	
}
.teaserImg {
	margin: 0px;
	padding: 0px;
}
.teaserContent 
{	
	background-image: url(/images/backgrounds/teaser1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	/*background-color: #7EB533;*/
	background-color:#7EB634;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 164px;
}

.teaserLink {
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	background-image: url(/images/backgrounds/teaser1link.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	padding-left: 11px;
}
.teaserLink a:link {
	color: #648F2C!important;
	text-decoration: none;
}
.teaserLink a:visited {
	color: #648F2C!important;
	text-decoration: none;
}
.teaserLink a:hover {
	color: #648F2C;
	text-decoration: underline;
}
.teaserFooter {
	background-image: url(/images/backgrounds/teaser1footer.jpg);
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*
#teaser2 {
	float: left;
	/*width: 186px;
	width: 248px;
	margin-right: 2px;
}
#teaser2Img {
	margin: 0px;
	padding: 0px;
}
#teaser2Content {
	background-image: url(/images/backgrounds/teaser1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	/*background-color: #7EB533;
	background-color:#7EB634;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 164px;
}
#teaser2Link {
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	background-image: url(/images/backgrounds/teaser1link.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	padding-left: 11px;
}
#teaser2Link a:link {
	color: #648F2C;
	text-decoration: none;
}
#teaser2Link a:visited {
	color: #648F2C;
	text-decoration: none;
}
#teaser2Link a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#teaser2Footer {
	background-image: url(/images/backgrounds/teaser1footer.jpg);
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#teaser3 {
	float: left;
	/*width: 186px;
	width: 248px;
	margin-right: 2px;
}
#teaser3Img {
	margin: 0px;
	padding: 0px;
}
#teaser3Content {
	background-image: url(/images/backgrounds/teaser1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	/*background-color: #7EB533;
	background-color:#7EB634;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 164px;
}
#teaser3Link {
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	background-image: url(/images/backgrounds/teaser3link.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	padding-left: 11px;
}
#teaser3Link a:link {
	color: #648F2C;
	text-decoration: none;
}
#teaser3Link a:visited {
	color: #648F2C;
	text-decoration: none;
}
#teaser3Link a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#teaser3Footer {
	background-image: url(/images/backgrounds/teaser1footer.jpg);
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*/

/*  teaser4 is only used for JOB_SEARCH_1 usercontrol */

#teaser4{
	float: left;	
	width: 496px;
	margin: 0px;
	padding: 0px;
	color:White;
}

#teaser4 #search
{
	margin:0px;
	margin-top:20px;	
	width: 50px;			
}

#teaser4 select
{
	width:195px;
	height:22px;
	margin-right:4px;
	padding-top:2px;
	vertical-align:top;
}


#teaser4 #search .search
{
	position:relative;
	top:58px;
	left:0px;	
	border:0px;
}

#teaser4 .step
{		
	position:relative;
	border:0px;	
	top:0px;
	margin-right:7px;
}

#teaser4 #options
{
	padding-top:0px;
	margin:0px;
	margin-left:0px;		
	vertical-align:bottom;
	float:left;
	width:255px;
}

#teaser4 ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
}

#teaser4 ul li
{	
	margin:10px;
}

#teaser4 p{	
	margin: 0px;
	padding: 0px;		
}

#teaser4Img {
	margin: 0px;
	padding: 0px;		
	background-image: url(../flash/smallworld.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*height: 132px;*/
	height:238px;	
	background-color:#2F74AD;
	width:496px;
	border:0px solid black;	
}

#teaser4Button
{	
	width:200px;
	float:left;
}

#teaser4Intro
{	
	
}

#teaser4Intro p
{	
	margin:30px;	
	margin-bottom:8px;	
	margin-top:25px;	
	font-size:12px;	
	line-height: 16px;
}

#teaser4Title p
{
	padding:10px;
	font-size:13px;
	font-weight:bold;		
}

#teaser4Content {
	margin: 0px;	
	/*background-color: #2F74AD;*/
	padding-top: 0px;
	padding-bottom: 9px;
	padding-right: 10px;
	padding-left: 30px;
	height: 90px;
	border:0px solid black;	
}

#teaser4Content label {
	display: none;
}
#teaser4Link {
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	background-image: url(/images/backgrounds/teaser4link.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	padding-left: 11px;
}
#teaser4Link a:link {
	color: #2B608B;
	text-decoration: none;
}
#teaser4Link a:visited {
	color: #2B608B;
	text-decoration: none;
}
#teaser4Link a:hover {
	color: #2B608B;
	text-decoration: underline;
}
#teaser4Footer {
	background-image: url(/images/backgrounds/teaser4footer.jpg);
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*  teaser4 is only used for job_search_1 usercontrol */

/**********************
FULL CONTENT
**********************/

#content_full {
	float: left;
	width: 574px;	
	margin-bottom: 25px;
}

#content_full .float
{   
	width:auto;
	float:left;	
}

#content_full a:link {
	color: #7EB533;
	text-decoration: underline;
}
#content_full a:visited {
	text-decoration: underline;
	color: #7EB533;
}
#content_full a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#content_full ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content_full ol {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
#content_full ul li {
	list-style-image: url(/images/generic/bullet.gif);
}
#content_full ol li {
}
/*#content_full strong {
	color: #77A835;
}*/
#content_full em {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
#content_full blockquote {
	background-color: #F3F3F3;
	padding: 12px;
	border: 1px solid #DBDBDB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content_full blockquote p {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#content_full .boxes3columnGrid h3, #content .boxes3columnGrid h3{
	font-size: 12px;
	line-height: 13px;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}

#content_full .boxes3columnGrid h4{
	font-size: 12px;
	line-height: 13px;
	padding: 3px;
	margin-top: 2px!IMPORTANT;
	margin-right: 0px!IMPORTANT;
	margin-bottom: 0px!IMPORTANT;
	margin-left: 10px!IMPORTANT;
	font-weight: bold;
}


#content_full .boxes2columnGrid h3 {
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}

#content_full .boxes2columnGrid a:link {
	color: #FFF;
	text-decoration: none;
}
#content_full .boxes2columnGrid a:visited {
	text-decoration: none;
	color: #FFF;
}
#content_full .boxes2columnGrid a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content_full .boxes2columnGrid {
	width: 181px;
	/*width: 260px;*/
	float: left;
	margin: 25px;
	
}
#content_full .boxes2columnGridTextGreen {
	width: 181px;
	/*width: 260px;*/
	/*background-image: url(/images/backgrounds/boxes2columnGridTextGreen-large.gif);*/
	background-image: url(/images/backgrounds/boxes2columnGridTextGreen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content_full .boxes2columnGridTextBlue {
	width: 181px;
	/*width: 260px;*/
	/*background-image: url(/images/backgrounds/boxes2columnGridTextBlue-large.gif);*/
	background-image: url(/images/backgrounds/boxes2columnGridTextBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}

#content_full .boxes3columnGrid a:link {
	color: #FFF;
	text-decoration: none;
}
#content_full .boxes3columnGrid a:visited {
	text-decoration: none;
	color: #FFF;
}
#content_full .boxes3columnGrid a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content_full .boxes3Column a:link {
	color: #FFF;
	text-decoration: none;
		font-size: 15px;	
	font-weight:bold;
    margin: 0 0 16px 0;
    line-height: 20px;
}
#content_full .boxes3Column a:hover {
	color: #FFF;
	text-decoration: none;
		font-size: 15px;	
	font-weight:bold;
    margin: 0 0 16px 0;
    line-height: 20px;
}
#content_full .boxes3Column a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;	
	font-weight:bold;
    margin: 0 0 16px 0;
    line-height: 20px;
}
/*/


/**********************
CONTENT
***********************/

#content {
	float: left;
	width: 400px;
	/*margin-bottom: 25px;			*/
	}
	
.content {
	float: left;
	width: 400px;
	/*margin-bottom: 25px;			*/
	}
.content p,
.content_full p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 10px 0;
}

.content_full {
	float: left;
	width: 544px;	
	margin-bottom: 25px;
	}

h1 {
	font-size: 18px;
	color: #7EB533;
	font-weight: normal;
	padding: 0px;
	line-height: 22px;
	margin: 0 0 12px 0;
	}

h2 {
	font-size: 13px;
	color:#0063A5;
	margin: 20px 0 5px 0;	
	}

h2.introPara {
	font-weight: normal !important;
	line-height: 20px !important;
	margin: 14px 0 !important;
	}

h3 {
	font-size: 12px;
	color:#0063A5;
	margin: 10px 0 5px 0;
	}


h4 {
	font-size: 11px;
	color: #7EB533;
	margin: 20px 0 5px 0;
	}

h5 {
	font-size: 11px;
	/*color: #7EB533;*/
	color:#0063A5;
	margin: 20px 0 5px 0;
	}
	
h6 {
	font-size: 11px;
	/*color: #7EB533;*/
	color:#0063A5;
	margin: 5px 0 5px 0;
	}

#content p,
#content_full p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 10px 0;
}
#content a:link {
	color: #7EB533;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #7EB533;
}
#content a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#content ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content ol {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
#content ul li {
	list-style-image: url(/images/generic/bullet.gif);
}
#content ol li {
}


/*#content strong {
	color: #77A835;
}*/
#content em {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
#content blockquote {
	background-color: #F3F3F3;
	padding: 12px;
	border: 1px solid #DBDBDB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content blockquote p {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#content blockquote h3 {
	font-size: 12px;
	color: #7EB533;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.userform {
	padding: 12px;
	border: 1px solid #DBDBDB;
	background-color: #F3F3F3;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	max-width:480px;
    _width:480px;
}
.userform em {
	font-style: normal;
	color: #999999;
	font-size: 9px;
}
.userform strong {
	font-size: 12px;
}
.userform td {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.datatable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.datapage 
{	
	font-size: 11px;	
	vertical-align:text-bottom;
	border:0px solid #F3F3F3;
	padding:5px;
}

.datapage .formDropDown-small {
	font-size: 11px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	width: 40px;
	
}

.datatable .column_header {
	background-color: #7EB533;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/images/backgrounds/table-heading.jpg);
	background-repeat: repeat-x;
}

/*.datatable th {
	background-color: #7EB533;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(/images/backgrounds/table-heading.jpg);
	background-repeat: repeat-x;
}
*/

.datatable tr {
	background-color: #F3F3F3;
}

.datatable .selectable:hover {
	background-color: white;
	cursor:pointer;
}

.datatable a
{
	color:#7EB533;
}

.datatable td {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 3px;
	border: 1px solid white;
}

.datatable td:hover 
{	
	
}
	
.formField {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 210px;
	border: 1px solid #7F9DB9;
}

.formField-medium{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 170px;
	border: 1px solid #7F9DB9;
}

.formField-large {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 100%;
	_width: 95%;
	border: 1px solid #7F9DB9;
}

.formField-small{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 50px;
	border: 1px solid #7F9DB9;
}

.formLabel
{
	width:150px;
	border:0px solid black;
}

.formDropDown {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #7F9DB9;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	width: 160px;
}

.formDropDown-long {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #7F9DB9;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	/*width: 100%;*/
	width: 250px;
}

.formDropDown-small {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	width: 40px;
}

.formDropDown-medium {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	width: 50px;
}

/*.formDate_calendar  {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color:  #7F9DB9;
}
*/

/*--------------------------------------------------
Rounded Panel
--------------------------------------------------*/


.leftAlign {
	float: left;
	margin-right: 15px;
}
.rightAlign {
	float: right;
	margin-left: 15px;
}

.hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.roundedPanel {
	background-image: url(/images/backgrounds/contentRoundedPanelBg.gif);
	padding-right: 14px;
	padding-left: 14px;
	margin: 0px;
}
.roundedPanelHeader {
	background-image: url(/images/backgrounds/contentRoundedPanelHeader.gif);
	height: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.roundedPanelFooter {
	background-image: url(/images/backgrounds/contentRoundedPanelFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	margin-bottom: 20px;
}
#content .roundedPanel h2 {
	font-size: 12px;
	color: #1262A5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .roundedPanel p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .boxes2columnGrid {
	/*width: 181px;*/
	width: 181px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;	
}
#content .boxes2columnGridTextGreen {
	width: 181px;
	background-image: url(/images/backgrounds/boxes2columnGridTextGreen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content .boxes2columnGridTextBlue {
	width: 181px;
	background-image: url(/images/backgrounds/boxes2columnGridTextBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content .boxes2columnGrid h3 {
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
#content .boxes2columnGrid a:link {
	color: #FFF;
	text-decoration: none;
}
#content .boxes2columnGrid a:visited {
	text-decoration: none;
	color: #FFF;
}
#content .boxes2columnGrid a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content_full .boxes2columnGridLrg {
	/*width: 181px;*/
	width: 260px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;	
	color: #FFFFFF;
}
#content_full .boxes2columnGridTextGreenLrg {
	width: 260px;
	background-image: url(/images/backgrounds/boxes2columnGridTextGreen-large.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content_full .boxes2columnGridTextBlueLrg {
	width: 260px;
	background-image: url(/images/backgrounds/boxes2columnGridTextBlue-large.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content_full .boxes2columnGridLrg h3 {
	font-size: 11px;
	line-height: 13px;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#content_full .boxes2columnGridLrg a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#content_full .boxes2columnGridLrg a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#content_full .boxes2columnGridLrg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.boxes3columnGrid {
	width: 128px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;	
}
.boxes3columnGridTextGreen {
	width: 123px;
	background-image: url(/images/backgrounds/boxes3columnGridTextGreen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
.boxes3columnGridTextBlue {
	width: 123px;
	background-image: url(/images/backgrounds/boxes3columnGridTextBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
#content .boxes3columnGrid h3 {
	font-size: 11px;
	line-height: 13px;
	padding: 3px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}


#content .boxes3columnGrid a:link {
	color: #FFF;
	text-decoration: none;
}
#content .boxes3columnGrid a:visited {
	text-decoration: none;
	color: #FFF;
}
#content .boxes3columnGrid a:hover {
	color: #FFF;
	text-decoration: underline;
}

.contentflashContainer {
	margin-top: 10px;
	margin-bottom: 10px;	
}

#search_or_browse
{
	width:400px;
	border:0px solid black;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	height:160px;
}

#search_or_browse a
{
	background: url(/images/generic/recruit_btn_all.gif) no-repeat; 
	float:left;
	width:155px;
	height:120px;
	margin:20px;
	padding-top:25px;
	text-align:center;
	color:White!important;
	text-decoration:none!important;
}

#search_or_browse a:hover
{
	color: white!important;
	text-decoration: underline!important;	
}






/**********************
FUNCTIONALITY
***********************/

#functionality {
	font-size: 10px;
	margin-left: 170px;
	margin-bottom: 20px;
	padding-top:20px;	
}
#functionality ul {
	margin: 0px;
	padding: 0px;
}
#functionality li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#functionality a:link {
	color: #7EB533;
	text-decoration: none;
}
#functionality a:visited {
	color: #7EB533;
	text-decoration: none;
}
#functionality a:hover {
	color: #648F2C;
	text-decoration: underline;
}
.printpage {
	margin-right: 15px;
	background-image: url(/images/icons/printpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 16px;
}
.sendpage {
	margin-right: 15px;
	background-image: url(/images/icons/sendpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 16px;
}
.bookmarkpage {
	background-image: url(/images/icons/bookmarkpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 14px;
}



/**********************
LEFTBAR
***********************/

#leftbar {
	float: left;
	width: 170px;	
	border:0px solid black;

}

/**********************
SUBNAV
***********************/

/* -- Use this with CSS friendly adapter (where HTML is rendered as lists).
#subnav {
	width: 145px;
	margin-bottom: 0px;
}
#subnavMenu {
	font-size: 11px;
}
#subnavMenu ul {
	color: #666666;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
#subnavMenu ul ul {
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#subnavMenu ul ul ul {
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#subnavMenu li {
	color: #666666;
	list-style-type: none;
	line-height: 18px;
	width: 135px;
}
#subnavMenu li a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-off.gif);
}
#subnavMenu li a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-off.gif);
}
#subnavMenu li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-on.gif);
}
#subnavMenu lu .AspNet-TreeView-Selected a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-selected.gif);
}
#subnavMenu li ul {
	margin-bottom: 16px;
	margin-left: 0px;
}
#subnavMenu li li ul {
	margin-bottom: 5px;
	margin-left: 6px;
}
#subnavMenu li li a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 136px;
}
#subnavMenu li li a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 136px;
}
#subnavMenu li li a:hover {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	display: block;
	background-image: none;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 136px;
}
#subnavMenu li li strong {
	font-weight: bold;
	color: #77A835;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 136px;
}
#subnavMenu li li li a:link {
	font-weight: normal;
	color: #767676;
	text-decoration: none;
	background-image: url(none);
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}
#subnavMenu li li li a:visited {
	font-weight: normal;
	color: #767676;
	text-decoration: none;
	background-image: url(none);
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}
#subnavMenu li li li a:hover {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}
#subnavMenu li li li strong {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}

/* -- Use this for default vs treeview (where HTML is rendered as table) rather than using adapter.*/
#subnav {
	width: 245px;
	margin-bottom: 0px;	
}
#subnavMenu {
	font-size: 10px;	
}

#subnavMenu ul {
	color: #666666;
	list-style-type: none;
	line-height: 18px;
	width: 150px;	
}

#subnavMenu tr {
	color: #666666;
	list-style-type: none;
	line-height: 18px;
	width: 150px;	
}


#subnavMenu .space_and_line 
{
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	margin-bottom:0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 150px;
	background-image:none;
}

#subnavMenu .space 
{	
	margin-bottom:10px;		
}

#subnavMenu li .space a
{	
	height:0px;
	background-image:none;
	
}

#subnavMenu .top_level_hidden a {
	display:none;
}

#subnavMenu .top_level_collapsed a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-off.gif);
}

#subnavMenu .top_level_collapsed a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-on.gif);
}

#subnavMenu .top_level_expanded a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-selected.gif);
}


#subnavMenu .top_level_collapsed_large a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	height:39px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-off-large.gif);
}

#subnavMenu .top_level_collapsed_large a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	height:39px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-on-large.gif);
}

#subnavMenu .top_level_expanded_large a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	height:39px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-selected-large.gif);
}


#subnavMenu .top_level_expanded-single a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/images/subnav/bg-selected-single.gif);
}

#subnavMenu .second_level_collapsed a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 150px;
	height: 18px;
}

#subnavMenu .second_level_collapsed a:hover {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	display: block;
	background-image: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 150px;
	height: 18px;
}

#subnavMenu .second_level_expanded a {
	font-weight: bold;
	color: #77A835;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 153px;
	/*height: 18px;*/
}

#subnavMenu .second_level_expanded_line a {
	font-weight: bold;
	color: #77A835;
	text-decoration: none;
	display: block;
	background-image: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 150px;
	height: 18px;
}


#subnavMenu .third_level_collapsed a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(none);
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
	width: 150px;
}

#subnavMenu .third_level_collapsed a:hover {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
	width: 150px;
}
#subnavMenu .third_level_expanded a {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
	width: 150px;
}


/**********************
WIDE RIGHTBAR
***********************/

#widerightbar {
	float: right;	
}

#widerightbarHeader
{
	height: 35px;
	padding-right:5px;
}

div.box.widewhitebox div.inner { border: 1px solid #DBDBDB !important;padding:13px;padding-top:7px;}
div.box.widewhitebox div.corner { background-image: url(/images/generic/corners1.gif) !important;}

.widewhitebox 	{ background: #ffffff; }

.widewhitebox h3 {
margin: 0px 0px 8px 2px;
padding:0px;	
font-size: 12px;
color: #0063A5;	
}

/**********************
LEFTSIDEBAR
***********************/

#leftsidebar {
	float: left;
	width: 170px;	
}

#leftsidebarHeader
{
	height: 35px;
	padding-right:5px;
}

.leftsidebarElement 
{	
	margin-bottom: 12px;	
}


/**********************
RIGHTBAR
***********************/

#rightbar {
	float: right;
	width: 154px;	
}

#rightbarHeader
{
	height: 35px;
	padding-right:5px;
}


#rightbar .date_calendar_textbox
{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 70px;
	border: 1px solid #97BAD6;
	margin-right:3px;
}

.rightbarElement {
	margin-bottom: 12px;	
}
.rightbarQuotation {
	margin-bottom: 2px;
	margin-top: 5px;
}
.rightbarJobSearch {
	margin-bottom: 2px;
	background-image: url(/images/rightbar/looking-for-a-job-bg.jpg);
	background-repeat: repeat-x;
	background-color: #2F74AD;	
}
.rightbarJobSearchHeader {
	height: 38px;
	background-image: url(/images/rightbar/looking-for-a-job-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.rightbarJobSearchFooter {
	background-image: url(/images/rightbar/looking-for-a-job-footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;	
	margin-bottom:8px;	
}
.rightbarJobSearch form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.rightbarJobSearch table {
	margin: 0px;
	padding: 0px;
}
.rightbarJobSearch td {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	text-align: left;
}
.rbhd {
	display:none;
}
.rightbarJobSearchLg {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 125px;
	border: 1px solid #97BAD6;
}

/*.rightbarJobSearchDate {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 70px;
	border: 1px solid #97BAD6;

}*/

.rightbarJobSearchSm {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 45px;
	border: 1px solid #97BAD6;
}

.rightbarNewsFooter {
	background-image: url(/images/backgrounds/rightbarNewsFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 9px;
}

.rightbarNews h2 {
	font-size: 12px;
	line-height: 20px;
	color: #0063A5;	
	margin:5px;
	margin-left: 34px;	
}

.rightbarNews {
	margin-bottom: 0px;	
	background-image: url(/images/backgrounds/rightbarNews.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

.rightbarNews ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
}
.rightbarNews li {
	list-style-type: none;
	display: inline;
	float: left;
}

.rightbarNews p {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	width: 135px;
}
.rightbarNews a:link {
	color: #7EB533;
	text-decoration: underline;
}
.rightbarNews a:visited {
	color: #7EB533;
	text-decoration: underline;
}
.rightbarNews a:hover {
	color: #648F2C;
	text-decoration: underline;
}
.rightbarNews strong {
	font-weight: bold;
	line-height: 15px;
}


/**********************
FAQs
***********************/
#FAQs .question
{
	display:block;
	color:#1262A2;
	text-decoration:underline;	
	padding-bottom:10px;
}

#FAQs .close_question
{
	display:block;
	color:#7eb533;
	text-decoration:underline;	
	padding-top:5px;
}


/**********************
form
***********************/

.form {
	color:#cccccc;
	background-color:white;
	margin-bottom:6px;
}

.form .date_calendar_textbox
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color:  #7F9DB9;
	margin-right:3px;
}

.form strong {
	font-size: 12px;	
}

.form td {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.form .form_title
{	
	background-image: url(/images/form/center_header.jpg);
	background-repeat:repeat-x;
	padding:6px;
	color:#0063A5;
	/*color:White;*/
	font-size:12px;
	font-weight:bold;
}

.form .fields
{
	border:1px solid #bbbbbb;		
	padding:25px;		
		
}
/*.form .fields-large
{
	border:1px solid #bbbbbb;		
	padding:5px;		
		
}*/
.form .fields .required_message
{
	border:0px solid #DBDBDB;	
	padding:20px;
	padding-top:0px;
}

.form .fields .required {
	color: #0063A5;
	padding-left:2px;
	font-size: 12px;
	font:normal;
}

.form .fields table td
{
	padding:0px;
	padding-bottom:5px;
	/*color: #888888;*/	
}
/*.form .fields-large table td
{
	padding:0px;
	padding-bottom:5px;
	border-width: 1px; 
	border-color :#7F9DB9;
	 

}*/
/*.form .fields .formRadioButtonList
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin:0px;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #7F9DB9;
}*/

.form .fields .formRadioButtonList	td
{
		padding:0px;
	margin:0px;
}

.form .fields .formRadioButtonList	table
{
		padding:0px;
	margin:0px;
}

.form .fields .formRadioButtonList	tr
{
		padding:0px;
	margin:0px;
}



.form .fields .formRadioButtonList label
{
	width:150px;
}

.form .fields .formCheckBoxList label
{
	width:170px;
}

.form .fields label
{
	display:inline-block;	
	width:145px;	
	
}

.form .form_header_left 
{ 	
	background-image: url(/images/form/top_left.jpg);
	background-repeat: no-repeat;
	padding:0px;	
}

.form .form_header_right 
{	
	background-image: url(/images/form/top_right.jpg);
	background-repeat: no-repeat;
	background-position:right;		
	padding:0px;
	width:6px;
}

.form .form_border {
	background-image: url(/images/form/center.jpg);
	background-repeat:repeat;	
	width:6px;
}

.form .form_footer_left {
	background-image: url(/images/form/bottom_left.jpg);
	background-repeat: no-repeat;	
	height: 11px;	
	padding:0px;
	width:6px;
}

.form  .form_footer_right {
	background-image: url(/images/form/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height: 11px;
	padding:0px;
}

/**********************
Pay History 
***********************/

#payHistory 
{
	margin-bottom: 2px;
	background-image: url(/images/payHistory/payHistory_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2F74AD;
}

#payHistory .payHistory_title
{
	background-image: url(/images/payHistory/payHistory_header_centre.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	font-weight:bold;
	color: white;	
	line-height: 22px;	
	height: 38px;
	vertical-align:middle;	
	padding:10px;
	padding-left:0px;
}

 #payHistory .payHistory_header_left {
	background-image: url(/images/payHistory/payHistory_header_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#payHistory  .payHistory_header_right {
	background-image: url(/images/payHistory/payHistory_header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#payHistory  .payHistory_footer_left {
	background-image: url(/images/payHistory/payHistory_footer_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#payHistory  .payHistory_footer_right {
	background-image: url(/images/payHistory/payHistory_footer_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#payHistory td 
{
	font-size: 11px;
	color: white;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#payHistory .date_calendar_textbox  {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	padding-left: 3px;
	margin-right:3px;
	width: 80px;
}


/**********************
Bookings 
***********************/

#bookings 
{
	margin-bottom: 2px;
	background-image: url(/images/bookings/bookings_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2F74AD;
}

#bookings .bookings_title
{
	background-image: url(/images/bookings/bookings_header_centre.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	font-weight:bold;
	color: white;	
	line-height: 22px;	
	height: 38px;
	vertical-align:middle;	
	padding:10px;
	padding-left:0px;
}

 #bookings .bookings_header_left {
	background-image: url(/images/bookings/bookings_header_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#bookings  .bookings_header_right {
	background-image: url(/images/bookings/bookings_header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#bookings  .bookings_footer_left {
	background-image: url(/images/bookings/bookings_footer_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#bookings  .bookings_footer_right {
	background-image: url(/images/bookings/bookings_footer_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#bookings td 
{
	font-size: 11px;
	color: white;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#bookings .date_calendar_textbox  {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	padding-left: 3px;
	margin-right:3px;
	width: 80px;
}

/**********************
referral
***********************/

.border
{
	border:1px solid #DBDBDB;
	margin:10px;
	padding:5px;
}


/**********************
FOOTER
***********************/

#footershadow {
	background-image: url(/images/backgrounds/breadcrumbs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer {
}
#footerbase {
	background-image: url(/images/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
	width: 778px;
}

/**********************
COPYRIGHT
***********************/

#copyright {
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	float: left;
	text-align: left;
	padding-left: 13px;
	margin-top: 0px;
}
#copyright ul {
	margin: 5px 0px;
	list-style-type: none;
}
#copyright li {
	display: inline;
}
#copyright a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #7EB634;
	text-decoration: underline;
}
#copyright p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/**********************
TERMS
***********************/

#terms {
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	float: right;
	text-align: right;
	padding-right: 12px;
	margin-top: 0px;
}
#terms ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#terms li {
	display: inline;
}
#terms a:link {
	color: #999999;
	text-decoration: none;
}
#terms a:visited {
	color: #999999;
	text-decoration: none;
}
#terms a:hover {
	color: #7EB634;
	text-decoration: underline;
}
#terms p {
	padding: 0px;
	margin: 5px 0px 15px;
}

/**********************
IE6 PNG background fix
***********************/
html img {
  behavior: url(/css/iepngfix.htc);
}

/**********************
TESTIMONIAL
***********************/
.testimonial {
color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height : 18px;
	padding: 5px 5px 5px;
}
/**********************
Roles
***********************/
.Roles {
    color: #7EB533;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height : 15px;	
	width :100%;
	
}
/**********************
MEET THE TEAM
***********************/

.meettheteam {
	margin-bottom: 15px;
	margin-top: 10px;
}
.meettheteamImage {
	border: 1px solid #CEC9E0;
	float: left;
}
.meettheteamDescription {
	color: #666666;
	margin-left: 98px;
	font-size: 11px;
	line-height: 16px;
}
.meettheteamDescription a:link {
	color: #FABE12;
	text-decoration: none;
	font-weight: normal;
}
.meettheteamDescription a:visited {
	color: #FABE12;
	text-decoration: none;
	font-weight: normal;
}
.meettheteamDescription a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #503A8F;
}

/*  
  TABS
***********************/

.tabs {
	margin-bottom: 0px;
	margin-top: 10px;
}
#content_full .tabs ul  {
	margin: 0px;
	padding: 0px;
}
#content_full .tabs li  {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#content_full .tabs a {
	font-size: 11px;	
	text-decoration: none;
	font-weight: normal;
	background-color: #1262A2;
	color:White;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 21px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #FFF;
	border-left-color: #CACACA;
}
#content_full .tabs a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;	
	padding-right: 5px;
	padding-left: 5px;
	line-height: 21px;
	color:White;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #FFF;
	border-left-color: #CACACA;
}

#content_full .tabs a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #7EB533;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 21px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #FFF;
	border-left-color: #CACACA;
}

#content_full .tabs li.selectedTab a {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	/*background-color: #FFF;*/
	background-color: #7EB533;
	color:White;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 21px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #FFF;
	border-left-color: #CACACA;
}

.details {
	border: 1px solid #CACACA;
	padding: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height:15px;
}

.details p{
	padding:8px;
	padding-bottom:0px;
}

.details a{
	margin-top:6px;
    display:block;      
}

.details div 
{
	display:none;
}



/* WORKFORCE MANAGEMENT STYLING */

#bullets
{
	margin-top:25px;
	margin-bottom:25px;
}

#bullets .bullet {
	
	padding: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height:15px;
}

#bullets p{
	padding:8px;
	padding-bottom:0px;
}

#bullets a{
	margin-top:6px;
    display:block;      
}

#bullets div 
{
	display:none;
}


#bullets a
{
	display:block;
	color:#1262A2;
	text-decoration:underline;	
	font-size:12px;
	padding:5px;
	color:#7eb533;
}

#bullets .close-bullet
{
	display:block;
	/*color:#7eb533;*/
	color: #0063A5!important;
	text-decoration:underline;		
	padding-bottom:10px;
	padding-left:8px;
	font-size:10px!important;
	
}
/* END - WORKFORCE MANAGEMENT STYLING */



	
/**********************
Custom Job format
***********************/

#custom_format {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #666666;	
}

#custom_format B 
{
	font-size: 12px;
	color: #7EB533;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	 
}

#custom_format .roundedPanel P
{
	margin-top:0px;
}

/**********************
Latest Jobs
***********************/
#latest_jobs 
{	
	 word-wrap: break-word;
}

#latest_jobs .roundedtopleft {
	background-image: url(/images/rightbar/latest_jobs_top_left.gif);
	height:35px;
	width:10px;
	padding:0px;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
	
#latest_jobs .roundedtopright {
	background-image: url(/images/rightbar/latest_jobs_top_right.gif);
	height:35px;
	width:10px;
	padding:0px;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
#latest_jobs .roundedbottomleft {
	background-image: url(/images/rightbar/latest_jobs_bottom_left.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height:10px;
	width:10px;

}

#latest_jobs .roundedbottomright {
	background-image: url(/images/rightbar/latest_jobs_bottom_right.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height:10px;
	width:10px;
	
}
#latest_jobs h2 {
	font-size: 12px;
	color: #1262A5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#latest_jobs p 
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #333333!Important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px!important;
	margin-left: 0px;
}

#latest_jobs a:link {
	color: #7EB533;
	text-decoration: underline;
}
#latest_jobs a:visited {
	text-decoration: underline;
	color: #7EB533;
}
#latest_jobs a:hover {
	color: #648F2C;
	text-decoration: underline;
}

.top_border 
{	
	border-top:1px solid #cccccc;		
}

#latest_jobs .left_border {
	background-image: url(/images/rightbar/latest_jobs_left.gif);
	background-repeat:repeat-y;		
}

#latest_jobs .right_border {
	background-image: url(/images/rightbar/latest_jobs_right.gif);
	background-repeat:repeat-y;		
}

#latest_jobs .bottom_border {
	background-image: url(/images/rightbar/latest_jobs_bottom.gif);
	background-repeat:repeat-x;				
}  

#login_page
{
	border:1px solid black;
	width:90%;
	top:0px;
	left:0px;
	vertical-align:top;
}

#contentWideColumn 
{    
	float: left;
	width: 574px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 25px;	
} 

#contentWideColumn h1 
{    
	font-size: 18px;
	color: #7EB533;
	font-weight: normal;
	padding: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px; 
}

#contentWideColumn .float
{   
	width:400px;
	float:left;
}

  
/* *********************
Popup
***********************/
#popup {
	font-size: 11px;
	line-height: 16px;
	color: #333333;	
}
#popup h1 {
	font-size: 18px;
	color: #7EB533;
	font-weight: normal;
	padding: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#popup ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
}
#popup ul li {
	list-style-image: url(/images/generic/bullet.gif);
}

.popupColumn {
	float: left;
	margin-right: 15px;
}


/*--------------------------------------------------
ROUNDED CORNER BOX (EXPANDABLE)
--------------------------------------------------*/
.left { 
	width: 55%; 
	float: left; 
	padding: 0; 
	margin-right: 17px;
	}
	
.right { 
	width: 55%; 
	float: right; 
	padding: 0; 
	margin-left: 17px;
	}

.box 			{ position: relative; width: 100%; margin: 0 0 8px 0; }
.greenbox 		{ background: #7EB533 url('/images/generic/gradient-green.gif') repeat-x 50% top; 
height:220px; width:220px; margin:0px; padding:0px; margin-left:20px; margin-right:0px; margin-bottom:20px; padding-left:10px; }
.greenlitebox 	{ background: #d9eeaa url(/images/generic/gradient-litegreen.gif) top repeat-x; margin-bottom: 13px; }
.whitebox 	{ background: #ffffff; }
.bluebox 		{ background: #0063A5 url(/images/generic/gradient-blue.gif) top repeat-x; color: #ffffff; }
.bluelitebox 	{ background: #0063A5 url(/images/generic/gradient-blue.gif) top repeat-x; color: #ffffff; }
.inner 			{ padding: 15px; color:#333333; }

/*--------------------------------------------------
CORNER STYLES
--------------------------------------------------*/

.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url(/images/generic/corners.gif) no-repeat; 
	font-size: 0%; 
	}
	
.TL { top: 0; left: 0; background-position: 0 0; }
.TR	{ top: 0; right: 0; background-position: -10px 0; }
.BL	{ bottom: 0; left: 0; background-position: 0 -10px; }
.BR	{ bottom: 0; right: 0; background-position: -10px -10px; }


/*--------------------------------------------------
ROUNDED BOX WITH STROKE (LITE GREEN background)
--------------------------------------------------*/
/* These styles are for the green lite box, to add a stroke around edges */

div.box.greenlitebox div.inner { border: 1px solid #7EB533 !important; _width:95%;}
div.box.greenlitebox div.corner { background-image: url(/images/generic/cornerstroke.gif) !important;}

/*--------------------------------------------------
ROUNDED BOX WITH STROKE (WHITE background)
--------------------------------------------------*/
/* These styles are for the WHITE box, to add a stroke around edges */

div.box.whitebox div.inner { border: 1px solid #DBDBDB !important; _width:82%;}
div.box.whitebox div.corner { background-image: url(/images/generic/corners1.gif) !important;}

/*--------------------------------------------------
PULLQUOTE (blue background)
--------------------------------------------------*/

.box p.pullquote { 
	color: #ffffff !important; 
	font-size: 14px !important;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.box p.pullquote a { 
	color: #ffffff !important; 
	text-decoration: none !important;
	}

.box p.pullquote a:hover { 
	color: #7EB533 !important; 
	text-decoration: none !important;
	}
	
	
.greenlitebox h2 {
	margin: 3px 0 10px 0;	
	font-size: 12px;
	color: #0063A5;	
	}
.greenlitebox h3 {
	margin: 3px 0 10px 0;
	font-size: 12px;
	color: #7EB634;
	}
	
.whitebox h2 {
	margin: 0px 0px 9px 10px;	
	font-size: 12px;
	color: #0063A5;	
	}
.whitebox h3 {
	margin: 3px 0 10px 0;
	font-size: 12px;
	color: #7EB634;
	}


/*--------------------------------------------------
REVERSE CONTENT (White on dark background)
--------------------------------------------------*/

 .reverseCopy p { 
	margin: 0 !important;
	padding: 0 !important;
	color: #ffffff !important; 
	}

.reverseCopy h2 {
	margin: 3px 0 10px 0;
	font-size: 12px;
	color: #0063A5;
	}
 .reverseCopy h3 { 
	margin: 0 !important;
	padding: 0 !important;
	}

/*--------------------------------------------------
BOX HEADING (for processes)
--------------------------------------------------*/
.box h2.heading { 
	font-size: 12px;
	color: #7EB533 !important; 
	padding:0px;
	margin:0px;
	}
.box h3.subheading { 
	font-size: 14px;
	color: #FFFFFF !important; 
	padding: 0px;
	margin:0px;
	}

.box p { 
	padding: 0 !important;
	margin:0 !important;
	color: #FFFFFF !important; 
	}

/*--------------------------------------------------
UL BLOCK (green background)
--------------------------------------------------*/

ul.block {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin:  0 0 0 20px !important;
	padding: 0 !important;
	padding-left: 15px;
}

ul.block li {
	padding: 0 10px 5px 5px;
}


/*--------------------------------------------------
Misc Styles for Alignment
--------------------------------------------------*/

.leftAlign {
	float: left;
	margin-right: 12px;
}
.rightAlign {
	float: right;
	margin-left: 12px;
	margin-top: 7px;
}

.centerText		{ text-align: center !important;		}
.altColor		{ color:#0063A5 !important;		}

.padTop 		{ padding-top: 3px !important;		}
.marginTop		{ margin-top: 4px !important;		}
.marginBottom 	{ margin-bottom: 2px !important; 	}

.clearFloat 	{ clear: both; !important; 		}

.hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*--------------------------------------------------
CONTENT Table - CONTACT PAGE
--------------------------------------------------*/
	
table.contentTable  
{
	width:auto;
	
	}
	
#content_full table.contentTable td p,
#content table.contentTable td p { 
	line-height: 15px;

	}
	
table.contentTable h2 {
	margin: 0px;
	margin-bottom:15px;
	padding: 0px;
	}
table.contentTable h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#7EB634;
	}
table.contentTable p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

/**********************
Application Form
***********************/

#application
{
	margin-bottom: 2px;	
	background-color: white;
	font-size: 11px;
	line-height: 16px;
	color: #333333;			
}

#application .job_title
{
	font-size:22px;
	line-height:25px;
}



#application .application_title
{
	background-image: url(/images/application/app_form_header_center.jpg);
	background-repeat:repeat-x;
	font-size: 17px;
	color: white;
	font-weight: normal;
	line-height: 22px;	
	height: 16px;
	vertical-align:middle;	
}

 #application .application_border_left {
	background-image: url(/images/application/app_form_border.jpg);	
	background-repeat:repeat-y;		
}

 #application .application_border_right {
	background-image: url(/images/application/app_form_border.jpg);	
	background-repeat:repeat-y;		
    background-position:right;
}








 #application .application_header_left {
	background-image: url(/images/application/app_form_header_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width:16px;
	padding:0px;
}






#application  .application_header_right {
	background-image: url(/images/application/app_form_header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width:16px;	
	padding:0px;
}

#application  .application_footer_left {
	background-image: url(/images/application/app_form_footer_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 64px;
	width:16px;
	padding:0px;
}

#application  .application_footer_right {
	background-image: url(/images/application/app_form_footer_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 69px;
	width:16px;
	padding:0px;
}


#application  .application_footer_center 
{
	background-color:#8DC73F;
	color:White;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold; 
}

#application a:link {
	 color:White;
	text-decoration: none;
}
#application a:visited {
	 color:White;
	text-decoration: none;
}
#application a:hover {
	 color:White;
	text-decoration: underline;
}

#application h3 {
	margin-top:0px;
	margin-bottom:10px;
}




/**********************
Invalid Fields
***********************/

.invalid ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;

}

.invalid ul li {
	list-style-image: url(/images/generic/bullet_red.gif)!Important;
	color:#F15656;
}

.invalid h3 {
	font-size: 12px;
	color:#F15656!Important;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px!Important;
	margin-left: 0px;

}


/**********************
Login page
***********************/
.login_page
{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;	
}

.login
{	
	width:360px;	
	border:0px solid black;
	font-size: 11px;
	line-height: 14px;
	color: #333333;	
}

.center
{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.login_page p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.login_page .form a{
	color: #8DC73F;
	text-decoration: underline;
}
.login_page .form a:link {
	color: #8DC73F;
	text-decoration: underline;
}

.login_page .form  a:visited {
	text-decoration: underline;
	color: #8DC73F;
}
.login_page .form  a:hover {
	color: #648F2C;
	text-decoration: underline;
}

.login_page a:link {
	color: #8DC73F;
	text-decoration: underline;
}
.login_page a:visited {
	text-decoration: underline;
	color: #8DC73F;
}
.login_page a:hover {
	color: #648F2C;
	text-decoration: underline;
}
.login_page ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;	
	margin-top: 0px;
	margin-bottom: 20px;
}
.login_page ol {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.login_page ul li {
	list-style-image: url(/images/generic/bullet.gif);
}

.login_page ol li {
}
.login_page strong {
	color: #77A835;
}

/**********************
LOGIN FORM
***********************/
.form .loginfields
{
	border:1px solid #bbbbbb;		
	padding:15px;	
}

.form .loginfields .required_message
{
	border:0px solid #DBDBDB;	
	padding:20px;
	padding-top:0px;
}

.form .loginfields .required {
	color: #0063A5;
	padding-left:2px;
	font-size: 12px;
	font:normal;
}

.form .loginfields table td
{
	padding:0px;
	padding-bottom:5px;
}

.form .loginfields .formRadioButtonList	td
{
	padding:0px;
	margin:0px;
}

.form .loginfields .formRadioButtonList	table
{
	padding:0px;
	margin:0px;
}

.form .loginfields .formRadioButtonList	tr
{
	padding:0px;
	margin:0px;
}

.form .loginfields .formRadioButtonList label
{
	width:150px;
}

.form .loginfields .label
{
	display:inline-block;	
	width:100px;		
}

.form .loginfields .text
{	
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 200px;
	border: 1px solid #7F9DB9;		
}

.form .loginfields a
{
	font-size:12px;
}

.form  .stay_logged_in .check
{
	float:left;
	margin-right:2px;
}

.form  .stay_logged_in .label
{
	font-size:10px;
	float:right;
	width:85%;
}


/**********************
SEARCH
**********************/

#search 
{	
	font-size: 11px;
	padding:0px; 			
	width: 700px;	
	margin:0px 20px 0px 20px;
	font-size:11px;
	line-height: 14px;
	color: #333333;
	border:0px solid black;		
}

.seperator
{
	border:solid 1px #cccccc;
	width:100%;
	margin-top:10px;
}	

#search a:link 
{
	margin-top:20px;
	color: #7EB533;
	text-decoration: underline;
}
#search a:visited {
	text-decoration: underline;
	color: #7EB533;
}
#search a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#search ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	
}
#search ol {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
/*#search ul li {
	list-style-image: url(/images/generic/bullet.gif);
}
*/

#search div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

#search div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

#search div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

#search div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

#search div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

#search div.AspNet-TreeView .AspNet-TreeView-Collapse
{   
	background: url(/images/icons/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

#search div.AspNet-TreeView .AspNet-TreeView-Expand
{
	background: url(/images/icons/expand.gif) 0 -2px no-repeat;  
    width: 15px;
    float:left;
    cursor: pointer;
}

#search .AspNet-TreeView-Selected .AspNet-TreeView-Hover
{
	font-weight:bold;
}


#search em {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
#search blockquote {
	background-color: #F3F3F3;
	padding: 12px;
	border: 1px solid #DBDBDB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#search blockquote p {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#search p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 10px 0;
}

#search_control
{	
	padding-top:1px;
	height:20px;
 	float:right;
 	margin:0px; 	
	width:203px;
	border:0px solid black;		
	margin-right:5px;	
}

#search_control .search_box  
{	color:#333333; 
	font-size:12px;
	border:1px solid #3173AD; 	 
	Width:150px;
	Height:16px;  
}

#search_control .search_button
{		
	position:absolute;
	border:1px solid black;
}

/* DATE CALENDAR */
.date_calendar IMG 
{
	 vertical-align:middle;
}

/* FORGOTTEN PASSWORD */

#forgotten_password
{
	width:75%;
	margin:10px;	
}


#jobLinks
{	
	font-size:9px;	
	text-align: left;			
	/*background-color:#F1F5E7;*/
	background-color:#F5FBEC;
	border:1px solid #BDDE92;		
	padding:10px;		
	padding-left:30px;
	float:left;	
	width:708px;
	margin-top:10px;
}

#jobLinks .column
{	
	float:left;
	width:33%;	
	padding:0px;		
	border-left:0px solid #E2EBCF;
}

#jobLinks .jobLinks
{	
	border-bottom:3px solid white;
	margin:5px;
	margin-top:10px;
	margin-bottom:15px;
	padding:5px;
	padding-bottom:10px;		
	padding-top:0px;	
}

#jobLinks strong 
{	
	display:inline-block;
	margin-top:0px;	
	margin-bottom:5px;	
	font-size:10px;
}

#jobLinks strong a
{		
	text-decoration:none!important;
}

#jobLinks a 
{	
	color: #7EB533;
	text-decoration: underline!important;	
}

#jobLinks a:link {
	color: #7EB533;
	text-decoration: underline;
	
}
#jobLinks a:visited {
	text-decoration: underline;
	color: #7EB533;
}
#jobLinks a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#jobLinks ul {
	font-size:9px;
	line-height: 20px;
	color: #333333;
	margin:0px;	
	padding:0px;		
	text-align:left;
}

#jobLinks ul li 
{
	list-style:none;	
	padding:0px;
	margin:0px;
	margin-left:0px;
	padding-left:0px;
	
}

#jobLinks .jobLinks a:link {
	color: #7EB533;
	text-decoration: none;
	
}
#jobLinks .jobLinks a:visited {
	text-decoration: none;
	color: #7EB533;
}
#jobLinks .jobLinks a:hover {
	color: #648F2C;
	text-decoration: underline;
}

#jobLinks H4 {
	margin-left:10px;	
	margin-right:10px;
	padding-bottom:15px;
	border-bottom:3px solid white;
	font-size:12px;
}

.recommendation a
{		
	margin-top:20px;
	margin-left:0px;
	width: 180px;	
	height:30px;		
	background: url(/images/buttons/make-a-recommendation.jpg) 0 -30px no-repeat;	
	text-decoration: none;
	border:0px;
	display:block;
}

.recommendation a:hover
{
	background-position:0 0px;
	text-decoration: none;
}


.recruitment_button
{
	padding-top:15px;
	color:#F3F3F3;
	background-image:url(/images/generic/recruit_btn_all.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:174px;
	height:105px;
	vertical-align:bottom;
	float:left;	
}

.recruitment_button .green-text
{	
	display:block;
	color:#d9eeaa;
}


/* IFRAME */
#loading 
{   
	position:fixed;
	top: 40%;
	left: 40%;
	padding: 5px;
	z-index: 2;
	margin: 0 auto !important;
	margin-left: 15%;
	margin-top: 25%;
	width: 300px;
	border-width: 0px;	
	text-align: center;
}  

iframe {
border: 0px solid #ffffff;
}

#ifTimesheets {
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	border:0px solid black;
	background-color:#fff;
	height:450px;
	display:none;
}


/*/




