/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #535152;
	margin-top: 20px;

}

h1 {
	color: #d04465;
	margin: 0.5em 0 0.5em 0;
	font-family: Georgia, times new roman;
	font-size: 140%;
	font-weight: normal;
}

h2 {
	color: #036c72;
	margin: 1.5em 0 0.5em 0;
	font-family: Georgia, times new roman;
	font-size: 130%;
	font-weight: normal;
}

h3 {
	color: #d04465;
	margin: 1.5em 0 0.5em 0;
	font-family: Georgia, times new roman;
	font-size: 130%;
	font-weight: normal;
	width: auto;
}

hr {
	background: #f0f0f0;
	color: #f0f0f0;
	height: 5px;
	margin: 0 0 1em 0;
	clear: both;
}

p {
	margin: 0 0 1em 0;
	line-height: 130%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
	list-style-type: none;
}

#content ol {
	margin-left: 50px;
	margin-bottom: 1em;
}

#content ul li {
	background: url(../images/bt-content-li.gif) 0 5px no-repeat;
	padding-left: 20px;
}

li {
	line-height: 130%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #d04465;
	color: #fff;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #d04465; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #d04465;
	text-decoration: underline;
}

a:visited {
	color: #d04465;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background: #d04465;
	text-decoration: none;
}

a:active {
	color: #fff;
	background: #d04465;
	text-decoration: none;
}

a:focus {
	color: #fff;
	background: #d04465;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.floatRight {
	float:right;
	text-align: right;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #d04465 url(../images/bg-btn.gif) 95% 50% no-repeat;
	color: #fff;
	border: none;
	padding: 1px 30px 1px 3px;
	margin: 0;
	width: 0;
	overflow: visible;
	font-size: 110%;
	cursor:pointer;
}

input.button[class] {
	width: auto;
}

input.textbox, textarea.textbox, select.textbox {
	color: #000;
	border: solid 1px #999;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
	width: 150px;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

p.pink, span.pink, ul.pink, li.pink, td.pink, div.pink {
	color: #d04465;
}

p.green, span.green, ul.green, li.green, td.green, div.green {
	color: #036c72;
}

p.small, span.small, ul.small, li.small, td.small, div.small {
	font-size: 90%;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 864px;
	padding: 0 12px;
	background: #fff;
	margin: auto;
}

#header {
	height: 97px;
}

#logo {
	float: left;
}

#contact {
	float: right;
	font-size: 120%;
	text-align: right;
	margin-top: 20px;
}

#contact p {
	margin: 0;
}

#menu {
	float: right;
	margin: 20px 0 0 0;
	font-size: 120%;
	width: 85%;
}

#wrapper {
	clear: both;
	font-size: 110%;
}

div.left2Col {
	width: 576px;
	float: left;
	margin-right: 5px;
}

div.title {
	background: url(../images/bg-title.jpg) 0 0 no-repeat;
	border: 6px solid #f0f0f0;
	color: #fff;
	font-size: 250%;
	font-family: Georgia, times new roman;
	padding: 10px;
}

div.title p {
	margin: 0;
	line-height: 100%
}

div.title p.small {
	font-size: 70%;
	padding-top: 10px;
}

div.title span.bullet {
	background: url(../images/bg-bullet.gif) 0 50% no-repeat;
	padding: 0 5px 0 15px;
}

div.home {
	height: 150px;
}

div.left2Col div.wrapper {
	padding: 0 13px;
}

div.rigth2Col {
	width: 283px;
	float: left;
}

div.left2Col div.greyPadding {
	margin-top: 5px;
}

div.left2Col label.lblFrm {
	float: left;
	display: block;
	width: 115px;
	padding-top: 2px;
}

div.greyPadding {
	background: #f0f0f0;
	padding: 6px;
	margin-bottom: 5px;
}

div.quickSearch, div.advanceSearch {
	background: #d04465;
	color: #fff;
	padding: 6px;
}

div.quickSearch h2, div.advanceSearch h1 {
	color: #fff;
	font-size: 170%;
	margin-top: 0;
}

div.quickSearch label.lblFrm {
	display: block;
	float: left;
	text-align: right;
	width: 85px;
	padding: 2px 10px 0 0;
}

.lblCFrm{
	display: block;
	float: left;
	width: 100px;
}

div.quickSearch p {
	margin: 0;
	padding: 3px 0;
}

div.quickSearch p.noMargin {
	margin: 0;
	padding-left: 92px;
}

div.latestJobs h2 {
	color: #fff;
	background: #9a9a9a url(../images/bg-latest-jobs.gif) 99% 50% no-repeat;
	font-size: 170%;
	padding: 3px 6px;
	margin-top: 0;
}

div.latestJobs h2 span.more {
	float: right;
	font-size: 70%;
	margin: -18px 20px 0 0;
}

div.latestJobs h2 span.more a:link, div.latestJobs h2 span.more a:visited {
	color: #fff;
	text-decoration: underline;
}

div.latestJobs h2 span.more a:hover, div.latestJobs h2 span.more a:active, div.latestJobs h2 span.more a:focus {
	color: #fff;
	background: none;
	text-decoration: none;
}

div.latestJobs li {
	list-style-type: none;
	padding: 0 0 6px 0;
	font-size: 90%;
	color: #666666;
}

div.latestJobs span.title {
	color: #036c72;
	display: block;
}

div.latestJobs span.title a:link, div.latestJobs span.title a:visited {
	color: #036c72;
	text-decoration: none;
}

div.latestJobs span.title a:hover, div.latestJobs span.title a:active, div.latestJobs span.title a:focus {
	color: #036c72;
	background: none;
	text-decoration: underline;
}

div.footer {
	font-size: 80%;
	background: url(../images/bg-footer.gif) 13px 0 no-repeat;
	padding: 5px 0;
}

div.footer p {
	color: #b3b3b3;
	margin: 0;
	padding: 5px 0 5px 13px;
}

div.footer span {
	padding-left: 63px;
}

div.footer a:link, div.footer a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

div.footer a:hover, div.footer a:active, div.footer a:focus {
	color: #b3b3b3;
	background: none;
	text-decoration: underline;
}

div.quickClose {
	float: right;
	margin: -19px 0 0 0;
	font-family: Georgia, times new roman;
	font-style: italic;
	font-weight: bold;
	background: url(../images/bg-quickClose.gif) 100% 50% no-repeat;
	padding-right: 20px;
	font-size: 130%;
}

div.quickClose a:link, div.quickClose a:visited {
	color: #036c72;
	text-decoration: underline;
}

div.quickClose a:hover, div.quickClose a:active, div.quickClose a:focus {
	color: #036c72;
	background: none;
	text-decoration: none;
}

/* END PAGE SPECIFIC STYLES */









div.pager {
	padding: 10px 0 0 0;
}

div.pager ul {
	float: right;
}

#content div.pager ul li {
	display: inline;
	background: none;
	padding-left: 5px;
}

div.pager span {
	float: left;
}

table.searchResults {
	margin: 0 0 20px 0;
}

table.jobDescription {
	margin: 20px 0 -12px 0;
}

td.title {
	color: #d04465;
	font-size: 160%;
	font-family: Georgia, times new roman;
	padding-left: 15px;
}

td.title a:link, td.title a:visited {
	color: #d04465;
	text-decoration: none;
}

td.title a:hover, td.title a:active, td.title a:focus {
	color: #fff;
	text-decoration: none;
}

td.moreDetails {
	width: 95px;
	background: url(../images/bg-more-details.gif) 99% 50% no-repeat;
	font-size: 90%;
}

td.moreDetails a:link, td.moreDetails a:visited, td.back a:link, td.back a:visited {
	color: #666;
	text-decoration: none;
}

td.moreDetails a:hover, td.moreDetails a:active, td.moreDetails a:focus, td.back a:hover, td.back a:active, td.back a:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

td.back {
	width: 105px;
	background: url(../images/bg-back.gif) 99% 50% no-repeat;
	font-size: 90%;
}

tr.title {
	background: url(../images/bg-search-results.gif) 0 50% no-repeat;
}

tr.title td {
	border-bottom: 1px solid #e6e6e6;
}

tr.intro td {
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 90%;
}

h3.arrow {
	background: url(../images/bg-more-details.gif) 60px 50% no-repeat;
}

table.consultant {
	margin-bottom: 20px;
	border-top: 1px solid #f0f0f0
}

table.consultant td {
	padding-top: 10px;
}

table.consultant label.lblFrm, table.consultant strong {
	font-weight: bold;
	float: left;
	display: block;
	width: 80px;
	color: #666666;
}

table.consultant td.form {
	width: 260px;
	padding-left: 10px;
	border-left: 1px solid #f0f0f0
}

table.consultant p {
	margin: 0;
	padding: 2px 0;
}

table.consultant p.padding {
	padding: 2px 0 2px 80px;
}

div.login {
	width: 220px;
	float: right;
	margin: 0 0 0 20px;
	border-left: 1px solid #f0f0f0;
	padding: 10px;
}

div.login h3 {
	margin-top: 0;
}

div.login label.lblFrm {
	font-weight: bold;
	float: left;
	display: block;
	width: 80px;
	color: #006666;
	padding-top: 2px;
}

div.login p {
	margin: 0;
	padding: 2px 0;
}

div.login p.noMargin {
	padding-left: 80px;
}









/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	border: 2px solid #d04465;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	border-bottom: 1px solid #f7f7f7
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 2px 10px;
	text-decoration: none;
	color: #d04465;
	background: #fff;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 130px;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #d04465;
}

/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */

/* Bespoke Styles */

.loginMessage{
	position: relative;
	top: -2px;
	color: #d04465;
	font-weight:bold;
}

#freelanceMenu ul{
	list-style: none;	
}

#freelanceMenu li{
	border-bottom: 1px solid #f7f7f7	
}

#freelanceMenu ul li a{
	display: block;
	width: auto;
	color: #fff;
	padding: 3px;
	background: #d04465;
	text-decoration:none;
}

#freelanceMenu ul li a:hover{
	display: block;
	width: auto;
	color: #d04465;
	padding: 2px;
	background: #fff;
	border: solid 1px #d04465;
	text-decoration:none;
}

h2.fMenu {
	color: #036c72;
	margin:0.2em 0 0.5em 0;
	font-family: Georgia, times new roman;
	font-size: 135%;
	font-weight: normal;
}

span.greyMe{
	color: #666666;
	font-weight: bold;
}

.nudgeRight{
	margin-left: 60px;
	text-decoration:none;
	font-weight: bold;
}