/* - - - - - - -Website Core - - - - - - - - -*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;line-height:1.2em;font-family:inherit;text-align:left;vertical-align:baseline;margin:0;padding:0;}a img,:link img,:visited img{border:0;}table{border-collapse:collapse;border-spacing:0;}

body {
	background:#F2F4F7;
	color: #333333;
	font: 85% helvetica, verdana, arial, sans-serif;  /*sets font to 10px */
	text-align: center;
}

ul, ol, dl, p, ul li, ol li {
	padding-bottom: 1em;
	line-height: 1.4em;	
}

h2, h3, h4, h5 {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 5px;
	margin: 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.invisible, .hidden {
	display: none !important;
}

h2 {
	display: none;
}

h2#subsectionheading {
	visibility: hidden;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h3 a {
	color: white;
}

h4, h5 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

strong {
	font-weight: bold !important;
}


/* Main divs - - - - - - - - -*/

#shadow {
	width: 820px;
	margin: 0px auto;
	padding-bottom: 15px;
	background: white url(../images/shadow.gif) bottom center no-repeat;
}

#container {
	width: 760px;
	padding: 0px 12px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 760px;
	height: 100px;
	position: relative;
}

#header img {
	border: 0;
	margin-top: 10px;
}

#header a#homelink {
	padding: 0;	
}

#searchbar {
	width: 510px;
	position: absolute;
	right: 0;
	top: 5px;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#searchbar form {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}
#searchbar legend {
	display: none;
}

#searchbar label {
	padding: 0 3px;
	font-size: 0.9em;
	font-weight: normal;
}

#searchbar ul {
	margin-bottom: 0;
	padding: 0;
}

#searchbar li {
	float: left;
	margin-top: 5px;
	padding: 0px 8px 2px 8px;
	font-size: 0.9em;
	line-height: 1em;
	list-style-type: none;
	border-right: 1px solid #333333;
}

#searchbar li.lastnav {
	border-right: none;
}

#searchbar a img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#searchbar input#search {
	border: 1px solid #333333;
	width: 120px;
	margin: 0 2px;
	font-size: 0.8em;
}

#searchbar input#searchsubmit {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 0.9em;
}


/* Top Navigation Bar - - - - -*/

ul#nav {
	width: 510px;
	padding: 0;
	margin: 0;
	background-color: white;
	position: absolute;
	top: 44px;
	right: 0;	
}

ul#nav li {
	float: left;
	list-style-type: none;
	padding-bottom: 0;
}

ul#nav li a, ul#nav li a:hover  {
	width: 90px;
	height: 25px;
	display: block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-right: 15px;
	padding-top: 9px;
	background: url(../images/nav-btns.gif) center top no-repeat;
}

* html ul#nav li a {
	display: block; /* table-cell attribute doesn't work in IE6 so use block */
}

ul#nav li a#mainnav2 {
	background-position: center top;
	color: #7E8694;
}

ul#nav li a#mainnav3 {
	background-position: center -50px;
	color: #7A9024;
}

ul#nav li a#mainnav4 {
	background-position: center -100px;
	color: #9E4044;
}

ul#nav li a#mainnav5 {
	background-position: center -150px;
	color: #48889C;
}

ul#nav li a#mainnav6 {
	background-position: center -200px;
	color: #4E497A;
	margin-right: 0;
}

/*rollover colours */

ul#nav li a:hover, ul#nav li a.selected {
	color: white !important;
	background-image: url(../images/nav-btns-hover.gif);
	background-color: #333333;
}

ul#nav li a#mainnav2:hover, ul#nav li a#mainnav2.selected {
	background-color: #7E8694;
}

ul#nav li a#mainnav3:hover, ul#nav li a#mainnav3.selected {
	background-color: #7A9024;
}

ul#nav li a#mainnav4:hover, ul#nav li a#mainnav4.selected {
	background-color: #9E4044;
}

ul#nav li a#mainnav5:hover, ul#nav li a#mainnav5.selected {
	background-color: #48889C;
}

ul#nav li a#mainnav6:hover, ul#nav li a#mainnav6.selected {
	background-color: #4E497A;
}

/* Branding Panel - - - - - - - -*/

#branding {
	width: 790px;
	height: 210px;
	padding: 0;
	margin: 0 0 0 -15px;
	background-repeat: no-repeat;
	position: relative;	
	text-align: right;
}

h1 {
	text-indent: -10000px;
	height: 0px;
	display: block;
	font-size: 1em;
}

h2#subsectionheading {
	font-size: 1.2em;
	color: black;
	background-color: transparent;
	width: 230px;
	padding: 0 20px 0 0;
	text-align: right;
	font-weight: lighter;	
}

#branding img {
	margin: 0;
	width: 525px;
	height:	210px;
	border: none;
}

#branding embed {
	width: 790px;
	height:	210px;
	margin: 0 0 0 -15px;
	padding: 0;
}

/* Content section - - - - - - - -- -- - - - - -- */

#content {
	float: right;
	padding: 0 30px 20px 0;
	width: 450px;
	position: relative;	
}

#content a, #content h3, #content h4, #content h5 {
	color: #7E8694;
}

#content ul, #content ol {
	margin-left: 1.5em;
	padding: 0;
}

#content ol {
	margin-left: 2.5em !important;
}

#content li {
	padding: 0;
	margin-bottom: 0.4em;
}

#content ul.downloadlink li {
	list-style-type: none;
	padding: 0 0 1em 0;
	margin-left: -1.5em;
}

#content a.downloadlink {
	background: url(../images/pdficon.gif) center left no-repeat;
	padding-left: 20px;
}

#content a.generaldownloadlink {
	background-image: url(../images/download-icon.gif);
	padding-left: 20px;
}

#content p.flashplayerlink a {
	background: url(../images/flashplayericon.jpg) center left no-repeat;
	padding: 5px 0 5px 30px;
}

#content label {
	line-height: 1.7em;
}

#subnav {
	float: left;
	width: 250px;
	padding: 0 0 30px 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/subnav-bg.gif);
	min-height: 220px;
	margin: -10px 0 20px 0px;
}

#subnav select, #otherarticles select {
	margin-left: 30px;
	width: 150px;
}

#subnav fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#subnav legend {
	display: none;
}

#subnav input {
	background-color: transparent;
	background: url(../images/arrow-black.gif) left no-repeat;
	border: none;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;
}

#subnav ul {
	padding: 20px 0 0 0;
}

#subnav ul ul {
	padding-top: 0px !important;
	margin-left: 30px;
}

#subnav ul li {
	padding: 0;
	margin-left: 30px;
	list-style-type: none;
	border-top: 1px solid #D5DAE3;
	border-right: 2px solid #D5DAE3;
}

#subnav ul ul li {
	border-top: none;
	border-right: none;
}

#subnav ul li a {
	display: block;
	font-size: 1em;
	line-height: 2em;
	text-decoration: none;
	padding-right: 20px;
	height: 30px;
	text-align: right;
}

#subnav ul li.selected a, #subnav ul li.selectedparent a  {
	font-weight: bold;
}

#subnav ul li a:hover, #subnav ul ul, #subnav ul li.selected {
	background-color: #E6E9EE;
}

#subnav ul li.selected ul.subitems li a, #subnav ul li.selectedparent ul.subitems li a {
	font-weight: normal;
	border-top: 1px solid white;
}

#subnav ul li.selected ul.subitems li a:hover, #subnav ul li.selectedparent ul.subitems li a:hover {
	color: white;
}

#subnav ul li.selectedparent ul.subitems li.selectedsubitem a  {
	font-weight: bold;
	color: white;
}




/* - - - -Footer - -- - - - - - -*/

#footer {
	position: relative;
	clear: both;
	font-size: 0.8em;
	padding-top: 30px;
	margin-bottom: -50px;
	height: 40px;
}

#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	border-right: 1px solid #333333;
}

#footer ul li.last {
	border-right: none;
}

#footer p {
	padding-top: 10px;
}

#footer a {
	font-size: 1em;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}



/*  - - - - - -Styles for quicklinks - - - - - - - - - - -*/


#quicklinks, #news, #events, #enews {
	width: 220px;
	float: left;
	background: url(../images/quicklinks-body.gif) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#quicklinks h3, #news h3, #events h3, #enews h3 {
	color: white;
	background: #5EB3CE url(../images/quicklinks-head.gif) left top no-repeat;	
	margin: 0 0 10px 0 !important;
	padding: 4px 15px;
}

#quicklinks ul, #news ul, #quicklinks p, #news p {
	padding: 0 10px;
}

#quicklinks ul li {
	line-height: 1em;
}

#events ul, #events ul ul {
	padding: 0;
	margin: 0;
}

#events ul {
	padding: 0 10px 0 20px;
}

#events li {
	font-size: 0.9em;
}

#events ul ul li {
	font-size: 1em;
	margin-left: 1em;
	list-style-type: disc;
}

#events li p {
	line-height: 1.4em;
}

#quicklinks a, #news a {
	font-size: 0.9em !important;
	color: #333333;
	text-decoration: none;
}

#events a {
	text-decoration: underline;
}

#quicklinks a:hover, #news a:hover, #events a:hover {
	text-decoration: underline;
}

#events a:hover {
	text-decoration: none;
}

#quicklinks li, #news li, #events li {
	list-style-image: url(../images/bullet-triangle-black.gif);
}

#events li {
	list-style-image: none;
	list-style-type: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}

#content fieldset p {
	padding: 2px 0;
	margin: 0;
	clear: left;
}

#content legend {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0 -7px;
	padding: 0 0 10px 0;
}

#content label {
	display: block;
	width: 220px;
	float: left;
	cursor: pointer;
}

#content input {
	float: left;
}

#content input.checkbox {
	margin-right: 5px;
}

/* - -- - - - - - - Sample content control buttons - - - - -*/

a#previousbtn, a#autobtn, a#nextbtn {
	display: block;
	width: 90px;
	height: 16px;
	padding: 4px 1px;
	background: url(../images/samplecontentbtn.gif) no-repeat;
	text-align: center;
	color: white !important;
	float: left;
	margin: 20px 0 10px 25px;
}

#imgcaption {
	width: 364px;
	padding: 15px 20px 20px 20px;
	font-weight: bold;
	color: #213A7E;
	height: 30px;
	margin: 0 0 0 -10px;
	background: url(../images/samplecaptionbg.gif) bottom center no-repeat;	
}	

img#slideshow {
	padding: 10px;
	margin-left: -10px;
	background: url(../images/samplecontentbg.gif) top center no-repeat;
}

p#samplecontentdownload {
	clear: left;
}

/*thumbnail content*/

#thumbnails a span {
	border:1px solid black;
	display: block;
	float:left;
	height:150px;
	margin:0pt 20px 10px 0pt;
	overflow:hidden;
	width:200px;
}

#thumbnails a img {
	width: 200px;
	border: none;
}

/* - - - - - Styles for Useful Links Section - - - -*/

div.usefullink {
	border: 1px solid white;
	margin: 20px 0;
	clear: left;
}

div.usefullink h4, div.usefullink p {
	margin-left: 110px;
}

div.usefullink h4 {
	margin-top: 0;
}

/* - - - - - - FAQ Search Box - - - - -*/

fieldset#faqsearch {
	/*margin-top: 20px;*/
	border:3px solid #F5ECED;
	margin:20px -10px;
	padding:10px;
}

fieldset#faqsearch legend {
	padding-bottom: 10px;
	font-size: 1.3em;
}

fieldset#faqsearch input {
	margin-right: 4px;
}

/* - - - - Careershub nav - - - - - -*/

/* Careershub homepage*/

/*This Month's Articles container div*/

#careershubnav {
	width: 258px;
	margin-top: 0;
	padding: 0;
	float: left;
}


/* Hide career doctor and competition subnav items from homepage display*/
#careershubsubnav61, #careershubsubnav64 {
	display: none;
}

/*This Month's Articles nav section on careershub homepage*/
#careershubsubnav321 {
	width: 220px;
	padding: 20px 20px 20px 25px;
	height: 320px;
	background: url(displaymedia.do?id=2090) top left no-repeat;
	margin: -364px 0 0 -12px;
}

#careershubsubnav321 h3 {
	color: white;
	margin: 0 0 10px 0;

}

#careershubsubnav321 ul {
	list-style-type: none;
	margin-left: 5px;
}

/*Generic styles for 3 panels on Careershub homepage*/

#askcareerdoctor, #competition, #careershubsubnav68 {
	width: 243px;
	min-height: 250px;
	float: left;
	background: #C0DBE6 url(../images/careershub-cdbody.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

#askcareerdoctor h3, #competition h3, #careershubsubnav68 h3 {
	background: #7392A4 url(../images/careershub-cdh3.jpg) top right no-repeat;	
	border-bottom: 1px solid white;
	margin: 0 0 10px 0 !important;
	padding: 4px 10px;
	color: white !important;
}

#askcareerdoctor ul, #competition ul, #askcareerdoctor p, #competition p, #careershubsubnav68 ul, #careershubsubnav68 p {
	padding: 0 10px;
}

#askcareerdoctor a, #competition a, #careershubsubnav68 a {
	color: black;
	font-size: 0.9em !important;
	text-decoration: none;
}

#askcareerdoctor a, #competition a, #careershubsubnav68 a {
	color: white;
}

#askcareerdoctor a:hover, #competition a:hover, #careershubsubnav68 a:hover {
	text-decoration: underline;
}

#askcareerdoctor li, #competition li, #careershubsubnav68 li {
	list-style-image: url(../images/bullet-triangle-black.gif);
}

#askcareerdoctor p#cdlink a, #competition p#complink a {
	background: url(../images/cdlinkbg.gif) left no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
	margin-right: -10px;
}

#competition p#complink a {
	background-image: url(../images/complinkbg.gif);
}

/*Top Jobs nav section on careershub homepage*/

#careershubsubnav68 {
	margin: 0 0 0 6px;
	background: #D5AEB5 url(../images/careershub-topjobbody.jpg) bottom left no-repeat;
}

#careershubsubnav68 h3 {
	background: #763A43 url(../images/careershub-topjobh3.jpg) top right no-repeat;
}

#careershubsubnav68 ul {
	padding: 0 10px 0 25px !important;
}

#careershubsubnav68 img {
	height: 126px;
	padding: 1px;
	margin: 0 auto;
}

/*Ask Career Doctor Styles for Homepage panel */
#askcareerdoctor {
	margin: 0 12px 0 3px;
}

#askcareerdoctor p {
	height: 155px;
	overflow: hidden;
}

#askcareerdoctor p#cdlink {
	height: auto;
}

/*Competition Styles for Homepage panel */
#competition {
	background: #E9D59F url(../images/careershub-compbody.jpg) bottom left no-repeat;
}

#competition h3 {
	background: #B29238 url(../images/careershub-comph3.jpg) top right no-repeat;
}

#competition li {
	font-size: 0.9em !important;
}

#competition li p {
	padding: 0;
}

#competition ul, #competition p {
	height: 75px;
}

#competition p {
	overflow: hidden;
}

#competition p#complink {
	height: auto;
}


/* Select Article dropdown */

fieldset#selectarticle legend {
	padding: 1em 0;
}

fieldset#selectarticle label {
	float: none;
	display: inline;
	width: auto;
	font-size: 1.2em;
}

fieldset#selectarticle select {
	margin-left: 10px;
	width: 350px;
}

fieldset#selectarticle input {
	float: none;
}

/* - Buttons*/

a.submit, input.submit, fieldset input.submit, fieldset#selectarticle input {
	display: block;
	background: url(../images/submit-btns.gif) top left no-repeat;
	border: none;
	width: 120px;
	height: 25px;
	line-height: 25px;
	color: white !important;
	text-align: center;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	font-size: 0.95em !important;
	text-align: center;
	text-decoration: none;	
}

fieldset input.submit {
	background-position: -140px top;
	width: 90px;
	margin-top: 10px;
	clear: left;
}

fieldset#faqsearch input, fieldset#faqsearch label {
	float: none;
	clear: none;
	display: inline;
	margin: 0;
	padding-right: 10px;
}

fieldset#selectarticle input {
	background-image: url(../images/gobtn.gif);
	width: 50px;
}

ul#submitbtns {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
}

ul#submitbtns li {
	float: left;
}

a#launch.submit, a#buy.submit {
	background-position: -140px top;
	width: 90px;
}

/* IE6 Fixes */

* html #online, * html #subnav, * html #content, * html #askcareerdoctor, * html #competition, * html #careershubsubnav68 {
	display: inline;
}

* html hr, * html h1 {
	display: none;
}

* html #careershubnav {
	margin-top: -364px;
}

* html #careershubsubnav321 {
	margin-top: 0;
}

* html #askcareerdoctor, * html #competition, * html #careershubsubnav68 {
	height: 250px;
}