/*--------------------------------------------------
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;
}

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
***********************/

#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:left;
}

/**********************
DROP DOWN NAVIGATION
***********************/

#navigation {
	float: left;
	list-style: none;
	line-height: 2;	
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 540px;
	color: #A3C437;
}
#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;		
}

/**********************
COUNTRY SITE SELECTOR
***********************/

#countries {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right:50px;	
	height:25px;
	
}

 * html #countries {
    \width: 170px; /* for IE5 and IE6 in quirks mode */
    w\idth: 137px; /* for IE6 in standards mode */  
    margin-left:9px;
  } 



#countries img {
}
.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: 18px;
	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 {
	float: left;
	width: 510px;
	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;
}
#news 
{	
	float: right;
	width: 186px;
	margin-bottom: 12px;
	background-image: url(../images/backgrounds/news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 152px;
	font-size: 9px;
	line-height: 12px;
}
#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: 12px;
	color: #0063A5;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 44px;
}
#news p {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 155px;
}
.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;
}
.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: 12px;
}
#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: 12px;
}
#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;
}

#teaser1 {
	float: left;
	width: 186px;
	margin-right: 2px;
}
#teaser1Img {
	margin: 0px;
	padding: 0px;
}
#teaser1Content 
{	
	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;
}

#teaser1Link {
	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;
}
#teaser1Link a:link {
	color: #648F2C;
	text-decoration: none;
}
#teaser1Link a:visited {
	color: #648F2C;
	text-decoration: none;
}
#teaser1Link a:hover {
	color: #648F2C;
	text-decoration: underline;
}
#teaser1Footer {
	background-image: url(../images/backgrounds/teaser1footer.jpg);
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



#teaser2 {
	float: left;
	width: 186px;
	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/teaser2link.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;
	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{
	float: left;
	width: 186px;	
	margin: 0px;
	padding: 0px;	
	
}

#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;
	width: 186px;	
	border:0px solid black;	
}

#teaser4Intro
{	
	padding-left:10px;	
}

#teaser4Title p
{
	padding:10px;
	font-size:12px;
	font-weight:bold;
}






#teaser4Content {
	margin: 0px;
	background-color: #2F74AD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 120px;
}
#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: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/**********************
FULL CONTENT
**********************/

#content_full {
	float: left;
	width: 564px;	
	margin-bottom: 25px;
}

#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 .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
***********************/

#content {
	float: left;
	width: 400px;
	/*margin-bottom: 25px;			*/
	}

.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: 20px 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: 20px 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;
}
.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;	
}


/**********************
FUNCTIONALITY
***********************/

#functionality {
	font-size: 10px;
	margin-left: 170px;
	margin-bottom: 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 tr {
	color: #666666;
	list-style-type: none;
	line-height: 18px;
	width: 135px;	
}

#subnavMenu .space_and_line 
{
	padding-bottom: 10px;
	margin-bottom:2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 140px;
}

#subnavMenu .space 
{	
	margin-bottom:10px;	
}


#subnavMenu .top_level_collapsed 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-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: 140px;
	padding-left: 6px;
	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: 140px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/subnav/bg-selected.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: 140px;
	padding-left: 6px;
	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: 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 .second_level_collapsed 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 .second_level_expanded a {
	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 .second_level_expanded_line a {
	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: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	width: 136px;
}


#subnavMenu .third_level_collapsed a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(none);
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}

#subnavMenu .third_level_collapsed a:hover {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}
#subnavMenu .third_level_expanded a {
	font-weight: normal;
	color: #7EB533;
	text-decoration: underline;
	background-image: url(none);
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
	font-size: 10px;
	display: block;
	padding-right: 0px;
	border-bottom-width: 0px;
}
*/*/

    

/**********************
RIGHTBAR
***********************/

#rightbar {
	float: right;
	width: 154px;
	margin-top: 40px;	
}

#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;
}


/**********************
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 .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 .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 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;
}

/**********************
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;
}
	
/**********************
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 
{	
	
}

#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: 5px;
	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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	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: 565px;
	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; 
}
  
/**********************
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; }
.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; }

/*--------------------------------------------------
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;}


/*--------------------------------------------------
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;
	}

/*--------------------------------------------------
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_page
{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.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 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;
}



/**********************
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 ol li {
}

#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;
}


/* 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;
}


/*/



