/* Accessibility Stylesheet */

body
{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.wrapper
{
	text-align: center;
}

.box
{
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
}

.content
{
	padding: 18px 10px 10px 10px;
}

.indent
{
	line-height: 1.3;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
}

p
{
	line-height: 1.3;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}

h1, h2, h3, h4
{
	font-weight: normal;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	margin-bottom: 10px;
 }

h1
{
	margin-top: 0px;
	width: 100%;
	font-size:180%;
}

h1.pageheader
{
	margin-top: 3px;
	width: 100%;
	font-size:180%;
}

h2
{
	margin-top: 10px;
	width: 100%;
	font-size: 150%;
}

h3
{
	margin-top: 10px;
	width: 100%;
	font-size: 140%;
}

h4
{
	margin-top: 10px;
    width: 100%;
	font-size: 130%;
	color: #666666;
}

a
{
	text-decoration: underline;
	color: #4b5375;
}

a:hover
{
	text-decoration: underline;
	color: #990000;
}
  
a:active
{
	text-decoration: underline;
	color: #006699;
}

a.blue_sidenav
{
	color: #4b5375;
	text-decoration: none;
}

a.blue_sidenav:visited
{
	color: #396ba0;
}

a.blue_sidenav:active
{
	color: #396ba0;
}

a.blue_sidenav:hover
{
	color: #990000;
	text-decoration: none;
}



.individualcontent
{
	padding: 18px 10px 10px 2px;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc
{
	background-image: url(/images/2007/microsites/template/tlc.gif);
	background-position: 0% 0%;
}

.trc
{
	background-image: url(/images/2007/microsites/template/trc.gif);
	background-position: 100% 0%;
}
	
.blc
{
	background-image: url(/images/2007/microsites/template/blc.gif);
	background-position: 0% 100%;
	height: 1%;
}

html>body .blc
{
	height: auto;
}

.brc
{
	background-image: url(/images/2007/microsites/template/brc.gif);
	background-position: 100% 100%;
	height: 1%;
}

html>body .brc
{
	height: auto;
}

.tb, .bb
{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
.tb
{
	background-image: url(/images/2007/microsites/template/tb.gif);
	background-position: 0% 0%;
}

.bb
{
	background-image: url(/images/2007/microsites/template/bb.gif);
	background-position: 50% 100%;
}
	
.rb
{
	background-image: url(/images/2007/microsites/template/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb
{
	background-color: #ffffff;
	background-image: url(/images/2007/microsites/template/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
.outer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	height: 80px;
}
.hnlogo
{
	float: left;
	border: none;
	width: 200px;
	text-align: left;
}
.clientlogo
{
	float: right;
	border: none;
	text-align: right;
	margin: 0 10px 0 0;
}
.flashbanner
{
	height: 180px;
	width: 780px;
}
.nonflashbanner
{
	border: none;
}
.accessibilityfooter
{
	padding: 10px 5px 10px 5px;
	
}

/* Accesskey Links */

.accesskey
{
	float: left;
}
.accesskey a
{
	text-decoration: none;
}
.accesskey a:hover
{
	text-decoration: underline;
}
.accesskey a:active
{
	text-decoration: underline;
}
.compliance
{
	float: right;
	text-align: right;
}
.compliance a
{
	text-decoration: none;
}
.compliance a:hover
{
	text-decoration: underline;
}
.compliance a:active
{
	text-decoration: underline;
}

/* Side Navigation Menu */

.sidemenu
{
	float: left;
	width: 149px;
	text-align: left;
	background-color: #d1dbe3;
	overflow: hidden;
}

.sidemenutop
{
	background-image: url(/images/2007/microsites/template/bluecurvetop.gif);
	background-repeat: no-repeat;
	background-color: #d1dbe3;
	overflow: hidden;
	float: left;
	height: 18px;
	width: 149px;
}

.sidemenubottom
{
	background-image: url(/images/2007/microsites/template/bluecurvebottom.gif);
	background-repeat: no-repeat;
	background-color: #d1dbe3;
	float: left;
	height: 18px;
	width: 149px;
	overflow: hidden;
}

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

.individualentry
{
	float: right;
	width: 630px;
	text-align: left;
	margin-top: -18px;
}

.individualentrytitle
{
	float:left;
	width: 500px;
}

.menuitem
{
	padding: 0 0 15px 30px;
}

.textcontrol
{
	float: right;
}

.micrositeimage
{
	border: none;
}

/* EMAIL A FRIEND */

.lefttxtalign
{
	text-align: left;
}

.backbtn
{
	text-align: left;
    margin: 10px 0 0 0;
}

.backbtnimage
{
	border: none;
	margin: 0 0 0 5px;
}

.formcontainer
{
	width: 100%;
}

.formtitle
{
	text-align: left;
    float: left;
	width: 360px;
}

.asterisk
{
	text-align: right;
	color: #ff0000;
	margin: 0 0 5px 0;
}

.asteriskcolour
{
	color: #ff0000;
}

.formfieldtext
{
	text-align: left;
	float: left;
	width: 350px;
}

.formfield
{
	margin: 0 0 5px 0;
}

.forminput
{
	width: 200px;
}

.textarea
{
	width: 200px;
	height: 187px;
}

.captcha
{
	text-align:left;
	float: left;
	margin: 0 0 5px 0;
	width: 200px;
}

.captchaimage
{
	float: left;
	border: none;
	width: 200px;
}

.captchatxt
{
	text-align: left;
	float: left;
	width: 350px;
	margin: 0 0 5px 0;
}

.captchainput
{
	text-align: left;
	float: left;
	margin: 0 10px 0 0;
	width: 152px;
}

.captchabutton
{
	text-align: left;
	float: left;
	width: 124px;
}

.emailbuttontop
{
	padding: 18px 0 0 0;
}

.emailbutton
{
	width: 115px;
	height: 30px;
	border: none;
}

.alignemailbutton
{
	text-align: left;
	float: left;
	width: 120px;
}

.floatleft
{
	float: left;
	width: 1px;
}

.centre
{
	text-align: center;
}

.image
{
	border: none;
}

.validation
{
	width: 100%;
	padding: 10px 0 0 0;
}

.aaa
{
	float: left;
	width: 88px;
	margin: 0 10px 0 0;	
}

.validcss
{
	float: left;
	width: 88px;
	margin: 0 10px 0 0;
}

.validxhtml
{
	float: left;
	width: 88px;
}

/* HN Stylesheet */

td {font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;}	
	
p{margin:0;padding: 5px 0px;line-height: 1.3;text-align: left}
.indent{margin:0;padding: 3px 5px;line-height: 1.3;text-align: left}
.indentmediacenter{margin:0;padding: 5px 15px;line-height: 1.3;text-align: left;font-size: 0.8em;}


h1, h2, h3, h4 { font-weight: normal;
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;

    margin-bottom: 10px;
 }

h1 {
margin-top: 0px;
	   width: 100%;
	   font-size:180%;
}
h1.pageheader {
margin-top: 3px;
	   width: 100%;
	   font-size:180%;
}

h2 {
margin-top: 10px;
	   width: 100%;
	   font-size:150%;
}
h3 {
    margin-top: 10px;
	   width: 100%;
	   font-size:140%;
}
h4 {
margin-top: 10px;
    width: 100%;
font-size:130%;
color:#666666;
}




.dd_element
{white-space:normal;
border-width:thick;
}

.inputBox
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	background : #FFFFFF;
	border-color : #000000;
	border-top : 3px solid;
	border-bottom : 3px solid;
	border-left : 3px solid;
	border-right : 3px solid;
	font-size : small;
	padding: 4px;
	margin: 8px;
	text-transform: uppercase;	

}



a {
  text-decoration:underline;
   color:#4b5375;
  }

a:hover {
  text-decoration:underline;
  color:#990000;
  }
  
  a:active {
  text-decoration:underline;
  color:#006699;
  } 


a.mediacenter {
  text-decoration:none;
   color:#707070;
  
  }

a.mediacenter:hover {
  text-decoration:underline;
  color:#5e6996;
 
  }
  
  a.mediacenter:active {
  text-decoration:none;
  color:#707070;

  }

#groupnav a {
  text-decoration:none;
  text-align:center;
  background-color:#fff; 
  color:#333;
  display:block; 
  margin:0.0em auto;
  }
#groupnav a:hover {
  color:#ff0000;
  margin:0.0em auto;
  }

#groupnav .groupnavactive {
	/*font-variant: small-caps;*/
	color: #FF0000;
}
#groupnav ul {

list-style:none;
  }



.headnewtest {color:#495173;
font-size:small;
font-variant:small-caps;
font-weight:bold;
}

.HomePageTxtBoxes {
	font-size: 85%;
}
	
	
	.headinglucinda {font-family:"Lucida Sans";
font-size:large;
font-weight:bold;

}
.redexcerpt {
color:#FF0000;}

.blueexcerpt {
color:#003366;
font-family:Verdana, Arial, Helvetica, sans-serif;}


.quotetext {
color:#0066CC;
font-size:120%}


#quotebox {
color:#ffffff;
font-size:100%;
background-color:#00466b;}

#sidenavblue {
background-color:#d1dbe3;
}

.sidenavblue {
background-color:#d1dbe3;
}
 
	#sidenavblue ul{
	list-style-type:none;
padding-top: 1em;
	padding-left: 2em;
	margin-left: 0;
	vertical-align:middle;
	margin-bottom:2em;
	} 
	
 
#sidenavblue li {margin-bottom:1em;
	background-color:#d1dbe3;

}


  
  .greyborder {
background-color:#dddddd;
width:1px;
height:100%;
}

  .jobsblueborder {
background-color:#d2dbe4;
width:1px;
height:100%;
}


  .blackborder {
background-color:#000000;
width:1px;
height:100%;
}


.mediatable1 {background-color:#dee5eb;margin:0;padding: 5px 0px;line-height: 1.3;text-align: left}
.mediatable2 {background-color:#d1dae3;margin:0;padding: 5px 0px;line-height: 1.3;text-align: left}
.mediatablegrey {background-color:#f3f3f3;margin:0;padding: 5px 0px;line-height: 1.3;text-align: left}

#footer {margin-bottom:1em;
	color:#999999;
	font-size:80%;
	margin-left:7px;
}





.jobsheadings {

	   width: 100%;
	   font-size:
	   120%;
	   font-weight:bold;
	   
}
	
.USAHomePageTxtBoxes {
	font-size: 85%;
	margin-top:30px;
	margin-left: 5px;
}	
	
.usaforms {
	font-weight: bold;
	color: #5e6996;
	background-color: #f3f3f3;
	margin-top:10px;
	font-family:'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
	
	
.CorpHomePageTxtBoxes {
	font-size: 85%;
	margin-top:30px;
	margin-left: 5px;
}