html, body, div#pos {
	height: 100%;
	min-height: 100%;
}

html>body, html>body #pos {
	height: auto;
}


body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #353832;
	background-color: #eae9e0; 
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

div#pos {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	background-image: url(../images/wrapBgWide.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: scroll;
}

div#frame {
	text-align: left;	
}

div#frameWide {
	text-align: left;
	padding-bottom: 102px;
	
	
}

/* DEFAULT TEXT */

p, h1, h2, h3, h4, fieldset {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.1em;
}

ul, li {
	margin: 0;
	padding: 0;
}

ul li span.date {
	display: block;
	font-size: 0.9em;
	margin-bottom: 3px;
}

a, a:link {
	color:#E85100;
	text-decoration: none;
}

a:hover, a:focus {
	color: #353832;
}

a.visited {
	color: #a8431c;
}

a img {
	border: none;
}

fieldset {
	border: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

div.button input {
	
	cursor: pointer;
}

/* PAGE HEADER */

div#header {
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-top: 110px;
}

img#siteLogo {
	left:20px;
	position:absolute;
	top:0;
}

div#header ul li {
	float: left;
	list-style: none;
}

/* PAGE TOP LINKS */

div#header div#siteFunctions {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 1.1em;
	text-align: right;
	width: 700px;
}

div#siteFunctions ul {
	float: right;
}

div#siteFunctions ul li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 15px 0 18px;
}

div#siteFunctions ul li.first {
	background-image: none;
}

div#siteFunctions ul li#print a {
	background-image: url(../images/printThis.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 0 18px;
}

div#siteFunctions ul li#emailThis a {
	background-image: url(../images/emailThis.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 0 18px;
}

/* SITE SEARCH */

div#quickSearch {
	clear: both;
	padding: 15px 15px 0 0;
	float: right;
	width:260px;
}

div#quickSearch a,
div#quickSearch a:link {
	
	text-decoration: none;
}

div#quickSearch a:hover,
div#quickSearch a:focus {
	color: #000;
}

div#quickSearch label {
	float: left;
	display: block;
	margin: 0.3em 0.5em 0 0;

}

div#quickSearch div.field {
	float: left;
}

div#quickSearch div.field input {
	font-size: 1.1em;
	color: #a0a0a0;
	border: 1px solid #b5b5b5;
	padding: 0.1em;
	width: 12em;

}

div#quickSearch div.button {
	float: left;
	margin-left: 6px;
	background-image: none;
}

div#quickSearch div.button input {
	cursor: pointer;
}


/* GLOBAL NAV */

div#globalNav {
	position: absolute;
	top: 50px;	
	left: 245px;
	width: 490px;
	height: 58px;
}

div#globalNav ul {
	height: 31px;
	position: absolute;
	bottom: 0;
	/* Padding left must be recalulated with each added tab */
	/* 490(width of container) - 250(two x tabs) % 2(each side) =  */ 
	padding-left: 85px;
}

div#globalNav ul li {
	background-image: url(../images/globalNavTabWide.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	height: 21px;
	padding-top: 10px;
	width: 320px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

div#globalNav ul li a, 
div#globalNav ul li a:link {
	color: #4e4e4c;
}

div#globalNav ul li a:hover,
div#globalNav ul li a:focus {
	color: #292929;
}

div#globalNav ul li.Isite-Menu-Selected {
	background-position: 0 0;
	height: 22px;
	padding-top: 9px;
}

div#globalNav ul li.Isite-Menu-Selected a, 
div#globalNav ul li.Isite-Menu-Selected a:link {
	color: #292929;
}


/* NAVIGATION BAR */

div#navigation {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 5px 0 5px;
	background-image: url(../images/navBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

div#navigation a, 
div#navigation a:link {
	color: #000;
	display: block;
	padding: 12px 15px 12px 15px;
}

div#navigation a:hover, 
div#navigation a:focus {
	color: #70726e;
}

div#navigation li.Isite-Menu-Selected a {
	border-bottom: 2px solid #d4601f;
	padding-bottom: 10px;
}

div#navigation ul li {
	background-image: url(../images/navItemBg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 2px;
}

div#navigation ul li.last {
	float: none;
	clear: left;
	padding: 0;
	font-size: 0;
	line-height: 0;
	height: 0px;
	overflow: hidden;
}

/* MAIN CONTENT */

div#mainCol {
	background-image: url(../images/mainColBg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 709px;
	float: left;
	min-height: 300px;
	font-size: 1.2em;
	line-height: 1.4em;
}

div#frameWide div#mainCol {
	background-image: url(../images/mainColBgWide.jpg);
	width: 980px !important;
	float: none !important;
	padding-bottom: 120px;
	position: relative;
	/*overflow-y:hidden;  weird bug that's stuffing up Fx */
}

div.inner {
	padding: 6px 7px 0 7px;
}

div#pageHeader {
	background-color: #5d86a0;
	background-image: url(../images/pageHeaderWideBg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 2px;
	color: #fff;
	padding: 15px 0 0 0;
	min-height: 18px;
	position: relative;
}

div#pageHeader h1 {
	margin: 0 0 10px 200px;
}

div#pageHeader p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

div#pageHeader div#moreAboutUs {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/pageHeaderMoreBg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px 6px 3px 6px;
}

div#pageHeader div#moreAboutUs a,
div#pageHeader div#moreAboutUs a:link {
	color: #5d86a0;
	background-image: url(../images/arrowWhite.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

div#pageHeader div#moreAboutUs a:hover,
div#pageHeader div#moreAboutUs a:focus {
	color: #fff;
}

/* BREADCRUMB */

div#pageHeader div#breadcrumb {
	background-color: #d6e1e7;
	color: #353832;
	padding: 3px 0 3px 200px;
	font-size: 0.9em;
}

div#pageHeader div#breadcrumb ul {
	list-style: none;
}

div#pageHeader div#breadcrumb ul li {
	float: left;
	background-image: url(../images/breadcrumbBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 10px 0 10px;
}

/* SUB NAVIGATION */

div#subNav {
	float: left;
	width: 170px;
	padding: 0 0 0 0px;
	background-color: #fff;
}

div#subNav h3 {
	font-weight: bold;
	border: none;
	color: #fff;
	background-color: #d87035;
	background-image: none;
	padding: 2px 0 2px 15px;
}

div#subNav ul {
	list-style: none;
	background-color: #eae9e0;
}

div#subNav ul li#top {
	
}

div#subNav ul li {
	border-bottom: 2px solid #fff; 
	border-top: 2px solid #fff; 
	/*border-left: 5px solid #eae9e0;*/
	background-image: url(../images/subNavNormBg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0 0 0 7px;
	background-color: #fff;
	margin-bottom: 1px;
}

div#subNav ul li a {
	padding: 1px 0 1px 8px;
	display: block;
}

div#subNav ul li.Isite-Menu-Selected,
div#subNav ul li.Isite-Menu-ChildSelected {
	background-image: url(../images/subNavActiveBg.gif);
}

div#subNav ul li.Isite-Menu-Selected a,
div#subNav ul li.Isite-Menu-ChildSelected a {
	font-weight: bold;
}

div#subNav ul li.Isite-Menu-ParentSelected a {
	font-weight: normal;
}

div#subNav ul li ul {
	margin: 0px 0 0 0;
	border-bottom: 1px solid #fff;
}

div#subNav ul li ul li {
	border: 1px solid #fff;
	background-image: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

div#subNav ul li ul li a {
	padding-left: 16px;
}

div#subNav ul li.Isite-Menu-ChildSelected ul li a {
	font-weight: normal;
}

div#subNav ul li ul li.Isite-Menu-Selected {
	background-color: #eae9e0;
}

div#subNav ul li ul li.Isite-Menu-Selected a {
	font-weight: bold;
}

/* Not going this deep in sub nav so shouldnt need this:

div#subNav ul li ul li ul {
	border-left: 1px solid #eae9e0;
	border-right: 1px solid #eae9e0;
	border-bottom: 1px solid #eae9e0;
}

div#subNav ul li ul li ul li {
	margin-bottom: 0;
	background-color: #eae9e0;
	border: 1px solid #EAE9E0;
}

div#subNav ul li ul li ul li a {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 16px 8px;
	border-bottom: none !important;
	font-weight: normal !important;
}

div#subNav ul li ul li ul li.active a {
	font-weight: bold !important;
}*/

/* MAIN CONTENT */

div#mainContent {
	margin-left: 30px;
	float: left;
	width: 495px;
}

div#frameWide div#mainContent {
	width: 766px;
}

div#mainContent h2 {
	margin: 1em 0 0em 0;
}

div#mainContent p {
	margin: 0em 0 0.8em 0;
}

/* SUB CONTENT */

div#subCol {
	width: 258px;
	padding-left: 1px;
	float: left;
	padding-top: 6px;
	font-size: 1.2em;
	line-height: 1.4em;
}

div#subCol a {
	font-weight: bold;
}

div.module {
	margin-bottom: 7px;
	background-image: url(../images/moduleBg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 4px;
}

div.module h2 {
	background-image: url(../images/modH2Bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #81827e;
	color: #ebebeb;
	font-size: 1.1em;
	padding: 5px 10px 2px 10px;
}

div.module div.modInner {
	background-image: url(../images/modInnerBg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #f2f2f0;
	padding: 10px;
}

div.module h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

/* FOOTER */

div#footer {
	position: absolute;
	width: 970px;
	bottom: 0;
	left: 0;
	padding: 0 5px 0 5px;
	background-image: url(../images/wrapBgWide.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-attachment: scroll;
	background-color: #E9E9E1;
	font-size: 1.1em;
	text-align: left;
	color: #f1d8cd;
}

div#footerInner {
	background-image: url(../images/footerBgInner.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F97105;
	min-height: 100px;
}

div#footer a,
div#footer a:link {
	color: #f1d8cd;
	text-decoration: underline;
}

div#footer a:focus,
div#footer a:hover {
	color: #fff;
}

div#footer p {
	padding: 15px 0 0 15px;
}

div#footer ul {
	padding: 15px 0 0 0;
}

div#footer ul li {
	list-style: none;
	float: left;
	padding: 0 10px 0 15px;
	
}




/* HOME MODULES */

div#videoPlayer {
	height: 279px;
	overflow: hidden;
	background-image: url(../images/BHP_Player_Full.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


div#noFlash {
	margin: 100px 0 0 145px;
	color: #fff;
	width: 300px;
}

div#noFlash p {
	margin-bottom: 6px;
}

div#noFlash a, div#noFlash a:link {
	color: #fff;
	text-decoration: underline;
}

div#noFlash a:hover, div#noFlash a:focus {
	text-decoration: none;
}

div#transcripts {
	float: right;
	text-align: right;
	padding: 5px;
	background-color: #eae9e0;
	width: 189px;
	font-size: 0.9em;
	font-weight: bold;
}

div#transcripts a {
	background-image: url(../images/arrowOrange.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

div#featureStories {
	clear: both;
	padding: 10px 0px 30px 5px;
}

div.story {
	float: left;
	width: 325px;
	padding-left: 10px;
}

div.story h2 {
	margin-bottom: 0.5em;
}

div.story div.pic {
	float: left;
	position: relative;
	padding: 3px;
}

div.story div.pic div.picFrame {
	height: 121px;
	width: 146px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pictureFrame140x115.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.story div.text {
	margin-left: 155px;
	font-size: 0.9em;
}

span.moreLink {
	display: block;
	margin-top: 3px;
}

span.moreLink a {
	background-image: url(../images/arrowGrey.gif);
	background-position:  right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-weight: bold;
}

div#marius, div#don {
	padding-top: 0;
}

div#marius div.modInner {
	background-image: url(../images/mariusBg.jpg);
	min-height: 135px;
	padding-right: 90px;
}

div#don div.modInner {
	background-image: url(../images/donBg.jpg);
	min-height: 135px;
	padding-right: 80px;
}

div#marius h3, div#don h3 {
	
}

div#marius span.name, div#don span.name {
	font-style: italic;
}

div#announce {
	padding-top: 0;
}

div#announce p {
	font-size: 1.2em;
}

div#homeNews {
	padding-top: 0;
}

div#homeNews ul {
	list-style: none;
	font-size: 0.9em;
	line-height: 1.4em;
	font-size: 1.0em;
	line-height: 1.1em;
}

div#homeNews ul li {
	margin-bottom: 0.9em;
}

div#securities {
	background-image: url(../images/securitiesBot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 0;
}

div#securities div.modInner {
	background-image: url(../images/securitiesTop.gif);
	background-position: 0 0;
	background-color: transparent;
	padding-top: 5px;
	font-size: 1em;
}

div#securities div.modInner a {
	display: block;
	background-image: url(../images/arrowGrey.gif);
	background-position:  right;
	background-repeat: no-repeat;
}

div#securities div.modInner div#latest {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

div#securities table {
	font-size: 0.9em;
	width: 100%;
}

div#securities span.twentyMins {
	font-size: 0.8em;
	display: block;
	margin-bottom: 5px;
}

div#securities table th {
	font-weight: bold;
}

div#securities table td {
	border-bottom: 1px solid #e0ded1;
	border-top: 1px solid #ffffff;
}

div#securities div.modInner div#shareServices {
	margin-top: 5px;
	margin-bottom: 3px;
}


/* DEBELLO HOME PAGE */

div#deBelloHome {
	padding: 20px;
}

div#deBelloHome a {
	font-weight: bold;
}

div#deBelloHome h1 {
	margin-bottom: 10px;
}

div#deBelloHome p {
	margin-bottom: 1.3em;
}

div#deBelloHome div#firstCol {
	float: left;
	width: 305px;
}

div#deBelloHome div#secondCol {
	float: left;
	width: 305px;
	margin-left: 45px;
}

div#homeTopStory {
	margin-bottom: 20px;
}

div.latestLists {
	background-image: url(../images/latestListsBg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 4px;
	margin-bottom: 15px;
}

div.latestLists div.title {
	background-image: url(../images/latestListsTitleBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	line-height: 1em;
}

div.latestLists div.title h2 {
	color: #fff;
	font-size: 0.9em;
	padding: 2px 0 6px 5px;
}

div.latestLists div.title a.seeAll {
	position: absolute;
	top: 2px;
	right: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	display: block;
	background-image:url(../images/arrowGrey.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

div.latestLists div.title a.rss {
	position: absolute;
	top: -2px;
	right: 67px;
}

div.latestLists ul {
	list-style: none;
}

div.latestLists ul li {
	background-image:url(../images/dottedHori.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 7px 5px 7px 5px;
	line-height: 1.2em;
}


div#getAlerts {
	background-image: url(../images/debelloAlertsBot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;
	
}

div#getAlerts div.title {
	padding: 15px 15px 0 20px;
	background-image: url(../images/debelloAlertsTop.gif);
	background-repeat: no-repeat;
	background-position: bottom top;
}

div#getAlerts div.title p {
	margin-bottom: 0;
}

div#getAlerts div.inner {
	
	padding: 0 10px 20px 20px;
}

div#getAlerts div.row {
	
}

div#getAlerts div.row label {
	display: block;
	font-size: 0.9em;
}

div#getAlerts div.row div.field {
	float: left;
	padding-right: 3px;
}

div#getAlerts div.row div.field input {
	width: 150px;
}

div#getAlerts div.button {
	
}

div#enquiryLine h3 {
	background-image: url(../images/iconPhone.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 80px;
}

div#enquiryLine div.row {
	padding: 10px 0 0 0;
}

div#enquiryLine div.row label {
	display: block;
	margin-bottom: 3px;
}

div#enquiryLine div.row div.field {
	float: left;
}

div#enquiryLine div.row select {
	width: 190px;
}

div#enquiryLine div.button {
	margin-left:6px;
	float: left;
}



/* DOM COLLAPSE STYLES */

.trigger{
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
	
		}		
		.trigger img, .expanded img {
			display: none;
		}
		.expanded{
		
			cursor:pointer;
		}
		.expanded:hover{
			
			cursor:pointer;
		}
		.show{
     position:static;
     display: block;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
		

/* advanced search form */

#search {
	padding-top: 20px;
}

#search form fieldset {
	margin: 0.6em 50px 1.2em 0;
	padding: 1.5em;
	background: #edede7;
	border: 1px solid #c1c1c1 !important; /* Border overides no border in global.css */	
	position: relative;
}

div.row {
	clear: left;
	padding-top: 0.3em;
}

#search form fieldset label{
	float: left;
	width: 120px;
}

#search form div.field input{
	width: 22em;
	font-size: 105%;
	font-family: arial, helvetica, sans-serif;
}

#search form div.field select{
	width: 21em;
}

div.searchSubmit {
	float: right;
}

div.searchSubmit input {
	width: 8em;
}

div.check input {
	float: left;
	margin-right: 7px;
}

div#searchReportPages {
	padding: 7px 10px 10px 10px;
	border: 1px solid #c1c1c1;
	margin: 10px 0 0 25px;
	width: 350px;
	background-color: #fff;
}

div#searchReportPages p {
	font-weight: bold;
	margin: 0;
}

/* advanced search related sites */

#search form fieldset#relatedsites p {
	font-size: 100%;
}

#search form fieldset#relatedsites label{	
	width: auto;
	display: block;
	
	font-weight: normal;
	float: none;
}

#search form fieldset#relatedsites input.checkbox {
	position: static;
	width: 1.4em;	
}

#search form fieldset#relatedsites input.button {
	
}

/* search results */

#displaying {
	padding-top: 20px;
	padding-bottom: 10px;
}

#searchagain{
	margin-top: 2px;
	margin-bottom: 20px;
}

#searchresults{
	float: left;
	width: 99%;
}

/* search results navigation  */

#searchresults .resultsnav {
	float: left;
	width: 99%;
	clear: both;
	padding: 0.5em 0;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;	
	background: #f3f3f3;
	margin-bottom: 1em;
}

#searchresults .resultsnav .resultsfound{
	float: left;
	width: 44%;
}

#searchresults .resultsnav .resultsjump {
	float: right;
	width: 54%;
	text-align: right;
}

#searchresults .resultsnav .resultsjump p {
	margin-right: 0 !important;
}

#searchresults .resultsnav .resultsfound p {
	font-weight: bold;	
	padding-left: 10px;
	margin: 0 0 0 0;
}

#searchresults .resultsnav .resultsjump p{	
	font-weight: bold;
	padding-right: 10px;
	margin: 0 0 0 0;
}

#searchresults .resultsnav .resultsjump a:link, #searchresults .resultsnav .resultsjump a:visited{
	font-weight: normal;	
	text-decoration: none;	
}

/* search results relevancy */

#searchresults .relevancy{
	width: 3.75em;
	float: left;
	margin: 5px 0 0 0;
}

#searchresults .relevancy p{
	color: #959595;
	font-size: 0.9em;
	padding: 2px 0 2px 0;	
}

/* result */

#searchresults .result {
	width: 90%;
	float: left;
	margin: 5px 0 5px 0;
}

#searchresults .result div.fileType {
	float: left;
	width: 20px;
}

#searchresults h2 {	
	margin-left: 25px !important;
	margin-top: 0 !important;
	margin-bottom: 0.1em !important;
}

#searchresults .result p.dateSection {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#searchresults .result p.dateSection span.dateMade {
	float: left;
	display: block;
	margin-right: 20px;
}

#newssearchresults.ourbus #searchresults h2{	
	margin: 0em 0 0.5em 0 !important;
}

#newssearchresults.ourbus #searchresults p.more{	
	display:none !important;
}

#newssearchresults.ourbus #searchresults h3{	
	margin: 0em 0 1em 0 !important;
}

#searchresults.ourbus h2, #content #newssearchresults .ourbus h2{	
	margin: 0.5em 0 0 0 !important;
}

#searchresults.ourbus h2 a, #content #newssearchresults.ourbus h2 a{
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: underline;
}

#searchresults.ourbus h2 a:hover, 
#newssearchresults.ourbus h2 a:hover {
	text-decoration: none;
}

#searchresults h3{	
	font-size: 75%;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#searchresults.ourbus h3, #content #newssearchresults.ourbus h3{	
	font-size: 0.8em;
	margin: 0;
}

#searchresults.ourbus p.more, #content #newssearchresults.ourbus p.more{	
	margin-top: 1em;
}

/* icon for type */

#searchresults .result p image{
	margin: 0 0 -3px 0;	
}

#searchresults hr{
	display: none;
}

#jobSearch fieldset.high{
	height: 8em;
}

#jobSearch fieldset.high p.caption{
	margin-top: 9.5em;
}

