﻿* 
{
    margin: 0;
    padding: 0;
    scrollbar-base-color: cornflowerblue;
}

body
{
	background: url(../images/HeaderBG.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}

a img {border:none;}

h1, h2, h3, h4
{
	font-family: Georgia, Times New Roman;
	color: #0069ff;
	margin: 0px;
}

h1
{
	font-size:24px;
	margin:10px 0px 10px 0px;
}
.smallh2s h2
{
	font-size:20px !important;
}
h2
{
	margin: 0px;
	font-size: 20px;
}
p
{
	margin: 10px 0px 10px 0px;
}

h2 a, h4 a
{
	color: #0069ff !important;
	text-decoration: none !important;
}

hr
{
	clear: both;
	background-color: #cecece;
	color: #cecece;
	height: 1px;
	border: 0 none;
	margin-bottom: 10px;
}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1
{
	width: 80px;
}

.container_12 .grid_2
{
	width: 160px;
}

.container_12 .grid_3
{
	width: 240px;
}

.container_12 .grid_4
{
	width: 320px;
}

.container_12 .grid_5
{
	width: 400px;
}

.container_12 .grid_6
{
	width: 480px;
}

.container_12 .grid_7
{
	width: 560px;
}

.container_12 .grid_8
{
	width: 640px;
}

.container_12 .grid_9
{
	width: 720px;
}

.container_12 .grid_10
{
	width: 800px;
}

.container_12 .grid_11
{
	width: 880px;
}

.container_12 .grid_12
{
	width: 960px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
	padding-left: 80px;
}

.container_12 .prefix_2
{
	padding-left: 160px;
}

.container_12 .prefix_3
{
	padding-left: 240px;
}

.container_12 .prefix_4
{
	padding-left: 320px;
}

.container_12 .prefix_5
{
	padding-left: 400px;
}

.container_12 .prefix_6
{
	padding-left: 480px;
}

.container_12 .prefix_7
{
	padding-left: 560px;
}

.container_12 .prefix_8
{
	padding-left: 640px;
}

.container_12 .prefix_9
{
	padding-left: 720px;
}

.container_12 .prefix_10
{
	padding-left: 800px;
}

.container_12 .prefix_11
{
	padding-left: 880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1
{
	padding-right: 80px;
}

.container_12 .suffix_2
{
	padding-right: 160px;
}

.container_12 .suffix_3
{
	padding-right: 240px;
}

.container_12 .suffix_4
{
	padding-right: 320px;
}

.container_12 .suffix_5
{
	padding-right: 400px;
}

.container_12 .suffix_6
{
	padding-right: 480px;
}

.container_12 .suffix_7
{
	padding-right: 560px;
}

.container_12 .suffix_8
{
	padding-right: 640px;
}

.container_12 .suffix_9
{
	padding-right: 720px;
}

.container_12 .suffix_10
{
	padding-right: 800px;
}

.container_12 .suffix_11
{
	padding-right: 880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1
{
	left: 80px;
}

.container_12 .push_2
{
	left: 160px;
}

.container_12 .push_3
{
	left: 240px;
}

.container_12 .push_4
{
	left: 320px;
}

.container_12 .push_5
{
	left: 400px;
}

.container_12 .push_6
{
	left: 480px;
}

.container_12 .push_7
{
	left: 560px;
}

.container_12 .push_8
{
	left: 640px;
}

.container_12 .push_9
{
	left: 720px;
}

.container_12 .push_10
{
	left: 800px;
}

.container_12 .push_11
{
	left: 880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1
{
	left: -80px;
}

.container_12 .pull_2
{
	left: -160px;
}

.container_12 .pull_3
{
	left: -240px;
}

.container_12 .pull_4
{
	left: -320px;
}

.container_12 .pull_5
{
	left: -400px;
}

.container_12 .pull_6
{
	left: -480px;
}

.container_12 .pull_7
{
	left: -560px;
}

.container_12 .pull_8
{
	left: -640px;
}

.container_12 .pull_9
{
	left: -720px;
}

.container_12 .pull_10
{
	left: -800px;
}

.container_12 .pull_11
{
	left: -880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}



.white a
{
	color: #ffffff !important;
}

.Content
{
	padding-right: 10px;
	margin-top: 10px;
}

.navigationOne
{
	background: url(../images/menuBG.jpg) no-repeat;
	height: 90px;
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
	padding-left: 0px;
	width: 940px;
	z-index: 110;
}

.navigationOne ul.sub a
{
	color:#ffffff;
	text-decoration:none;
}

.navigationOne ul.sub a:hover
{
	text-decoration: underline;
}

.navigationOne ul a
{
	text-decoration:none;
	color:#333;
}
.navigationOne ul
{
	padding: 0px 0px 0px 2px;
	margin: 0px;
}
.navigationOne ul li
{
	float: left;
	list-style: none;
	display: block;
	margin-right: 2px;
}
.navigationOne ul.sub
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 0px 0px 9px;
}
.navigationOne ul.sub li
{
	margin-right: 5px;
	padding-right:5px;
	border-right:1px solid #666;
}

.navigationOne ul.sub li:last-child
{
	margin-right: 5px;
	padding-right:5px;
	border-right:none;
}



.navigationOne p
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
}
.navigationOne p span
{
	color: #0069ff;
	font-weight: bold;
}

.SectionTitle
{
	margin-bottom: 10px;
	margin-top: -3px;
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
}





.addthis_button {float:right;}
.EmailPrint {font-size:10px; color:#999999; margin-bottom:10px;}
.EmailPrint a {text-decoration:none;color:#999999;}
.DateAuthor {text-transform:uppercase; color:#cecece; font-size:11px;}
.PageNotes {float:right; margin-top:-15px; margin-right:20px; font-weight:bold;}
.MPUTextContent {margin-bottom:10px;}
.Border {border:1px solid #cecece}
.NewsTicker {margin-bottom:10px;}
.NewsTicker p, .MPUTextContent p {color:#999999; font-size:11px; margin:10px;}
.JobSearch h4 {margin-top:10px;}
.JobSearch p {margin:0px;}


.red {color:red !IMPORTANT;}
.no-border {border:0 none !important;}

.ul-tools-no-indent {margin-left:0px;padding-left:0px;}
.ul-tools-no-indent li
{list-style-type:none; float:left;margin-right:20px;}
.ul-tools-no-indent li a {text-decoration:none;}
.footer {margin-bottom:20px;}
.upper {text-transform:uppercase;clear:left; padding-top:10px;}




/* CHRIS ADDED */
#tagCloud 
{
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    text-align: center;
}

#tagCloud a 
{
    margin: 0 8px;
    text-decoration: none;
    line-height: 1.5em;
}

#tagCloud a:hover 
{
    text-decoration: underline;
}
        
#tagCloud .dynaDef { color: #bbbbbb; }
#tagCloud .dynaSty1 { color: #666666; font-size: 1.1em; }
#tagCloud .dynaSty2 { color: #222222; font-size: 1.3em; }
#tagCloud .dynaSty3 { color: #000000; font-weight: bold; font-size: 1.4em; }

#pageBreadcrumb 
{
    float: left;
}

#RSSFeedBox 
{
    float: right;
    margin-right:30px;
    width:500px;
}

.ticker-controls 
{
    float: right;
}

#RSSFeed 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#RSSFeed a 
{
    color: #F00;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
}

#RSSFeed a:hover 
{
    text-decoration: underline;
}


#youtubevideos table 
{
    width: 275px;
    margin-bottom: 0px;
}

#youtubevideos .youtubeTitle 
{
    color: #333333;
}

#youtubevideos a 
{
    text-decoration: none;
}

#youtubevideos a:hover
{
    text-decoration: underline;
}

.clearer 
{
    clear: both;
}


div.tabs ul.tabsNavigation, div.tabs2 ul.tabsNavigation
{
    margin: 0;
    padding: 0;
    width: 300px;
}

div.tabs li, div.tabs2 ul.tabNavigation li 
{
    margin: 0;
    padding: 0;
    padding-top: 5px;
    background-image: url(../images/newTabs.png);
    background-repeat: no-repeat;
    background-position: 0 -23px;
    float: left;
    height: 18px;
    list-style-type: none;
}

div.tabs li a, div.tabs2 ul.tabNavigation li a  
{
    position: relative;
    padding: 0 30px 0 10px;
    text-decoration: none;
    display: inline;
    color: #ffffff;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}

div.tabs li a span, div.tabs2 ul.tabNavigation li a span  
{
    position: absolute;
    top: -6px;
    right: 0;
    height: 23px;
    width: 12px;
    background-image: url(../images/newTabs.png);
    background-position: 100% -23px;
    background-repeat: no-repeat;
}

div.tabs li a span, div.tabs2 ul.tabNavigation li a span 
{
	
}

div.tabs li a:hover, div.tabs2 ul.tabNavigation li a:hover  
{
    text-decoration: underline;
}


div.tabs li.selected, div.tabs2 ul.tabNavigation li.selected 
{
    background-position: 0 0;
}

div.tabs li a.selected, div.tabs2 ul.tabNavigation li a.selected 
{
    color: #0168fe;
}

div.tabs li a span.selected, div.tabs2 ul.tabNavigation li a span.selected
{
    background-position: 100% 0;
}


span.borderLine 
{
    background-color: #a7a7a7;
    display: block;
    line-height:0px;
    float: left;
    height: 1px !important;
    margin-top: 22px;
    width: 132px; 
}

div.tabs2 span.borderLine 
{
    width: 98px; 
}

div.tabs2 div ol
{
	margin-left:20px;
}

div.tabs div#twitter, div.tabs div#youtube, div.tabs div#facebook, div.tabs2 div#first, div.tabs2 div#second, div.tabs2 div#third
{
    padding: 10px;
    clear: both;
    width: 278px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    border-top: none;
}

div.tabs + div
{
    padding: 10px;
    clear: both;
    width: 290px;
    background-image: url(../images/tabsBg.png);
    background-repeat: repeat-x;
    color: White;
    background-color: #0069ff;
}

div.tabs, div.tabs2
{
	margin-bottom:10px;
}

.homeNewsThumb 
{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.homeNewsThumb img 
{
    width: 50px;
    height: 50px;
}

.newsArticles .sf_newsList .sf_newsTitle, #latestJobs .sf_newsList .sf_newsTitle
{
    font-size: 1.5em;
    font-weight: bold;
}

.homePageNewsListItem h2
{
    margin-bottom: 0;
}

.homeNewsCategory 
{
    font-family: Times new roman, Serif;
    font-size: 10px;
    color: rgb(170, 170, 170);
    text-transform: uppercase;
}

.corporateprofile tbody tr td 
{
	font-size:11px;
}

#jobSearchBox
{
    padding: 10px;
    border: 1px solid #aaa;
    -moz-border-radius: 9px;
    overflow: hidden;
}

#jobSearchBox ul 
{
    width: 550px;
}

#jobSearchBox ul li 
{
    width: 170px;
    list-style-type: none;
    float: left;
    height: 38px;
}

#jobSearchBox ul li.title
{
    width: 85px;
    font-weight: bold;
}

#jobSearchBox ul li.title span
{
    font-weight: normal;
}

#jobSearchBox ul li input
{
    width: 150px;
}

#jobSearchBox ul li select 
{
    width: 154px;
    min-width: 154px;
}

#jobSearchBox ul li input.button 
{
    width: 113px;
}

#centreContent 
{
    width: 100%;
    background: #edf2ff url("../Images/shadowBgTop.png") repeat-x center top;
}

#centreContent .content 
{
    margin: 0 auto;
    width: 940px;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#footerShadow 
{
    margin: 0 auto;
    margin-top: -182px;
    background-image: url("../Images/footerShadow.png");
    background-position: 0 -80px;
    height: 200px;
    width: 1000px;
}

#centreContent .content .rightHandCol 
{
    width: 300px;
    float: left;
}

#centreContent .content .mainContent 
{
    width: 460px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}

#centreContent .content .skyscraper 
{
    width: 160px;
    margin-top:10px;
    float: left;
    margin-right:10px;
}

#topSection 
{
    height: 110px;
}

#logoArea 
{
    width: 960px;
    margin: 0 auto;
}

.headerbanner
{
    display: inline;
    float: left;
    width: 730px;
    height: 80px;
    padding:10px 10px 10px 0px;
}

.footerbanner
{
    display: inline;
    float: left;
    width: 730px;
    height: 80px;
    padding:10px 10px 20px 0px;
}

.headersubscribe {
    display:inline;
    float:right;
    height:210px;
    margin-top:-110px;
    width: 155px;
    position: relative;
}

.headerlogo 
{
    clear: left; 
    display: inline; 
    float: left;
    width: 470px; 
    margin-top: 10px;
    margin-left: 10px;
}

.headermagticker 
{
    display: inline; 
    float: left;
    width: 319px; 
    height: 82px; 
    text-align: right;
    margin-top: 8px;
}

.headermagticker span 
{
    color: #0069FF;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    
}

.headermagticker h3 
{
    color:#000000;
    font-size:1.4em;
}

.headermagticker h3 span {
    color: #555555;
    font-size: 0.8em;
    font-style: italic;
    text-transform:none;
}

.headermagticker h3 a
{
	color:#000000;
}

.headermagticker a
{
	text-decoration:none;
}

.headersubscribe img
{
    bottom: -11px;
    position: absolute;
    right: -28px;
}

.headerbanner img
{
    margin: 10px;
    margin-left: 0;
}

#footer 
{
    height: 290px;
    width: 100%;
    background: url("../images/footerBg.png") repeat-x;
    padding-top: 15px;
}

#footer .content {
    margin: 0 auto;
    width:960px;
    position: relative;
    height: 220px;
}

#footer .content ul 
{
    float: left;
    list-style-type: none;
    margin-right: 50px;
}

#footer .content ul li a
{
    font-size: 1em;
    font-family: Georgia, Times New Roman, Serif;
    color: #ffffff;
    text-decoration: none;
}

#footer .content ul li a:hover 
{
    text-decoration: underline;
}

#footer .content ul li.header
{
    margin-bottom: 15px;
    font-size: 1.5em;
    font-family: Georgia, Times New Roman, Serif;
    color: #ffffff;
}

#footer .content .sponsors 
{

    bottom: 0;
    left: 0;
    clear: both;
    padding-top: 25px;
    float: right;
}

#footer .content .sponsors a 
{
    margin-right: 30px;
}

#footer .content .copyright 
{
    position: absolute;
    right: 0;
    bottom: -56px;
}

#footer .content .copyright p, #footer .content .copyright a
{
    color: #fff;
    text-decoration: none;
}

#footer .content .copyright a:hover 
{
    text-decoration: underline;
}

ul.mainmenu {padding:0px; margin:0px; height:38px}
/*ul {border:red solid 1px;padding:0px; margin:0px; }*/


ul.mainmenu li a {padding:9px; display:block;}
ul.mainmenu li.selected 
{
	background-image: url(../images/mainmenutab.jpg);
	background-repeat:no-repeat;
	height:24px;
}
ul.mainmenu ul.menu li.selected 
{
	background-image:none;
}

ul.mainmenu li {height:20px;}


/* MAIN MENU CSS  */

ul.mainmenu
{
	position: relative;
	z-index: 1;
	padding-left:0px;
}

ul.mainmenu li ul.menu
{
	position: absolute;
	top: 29px; /*border: 1px solid #c8c8c8;     border-top: 1px solid #ffffff;     background-color: #ffffff;*/
	background-image: url(../images/mainmenubg.jpg);
	background-color:#cccccc;
	background-repeat: repeat-x;
	background-position: top left;
	display: none;
	padding: 0px 0px 5px 0px;
	color: #ffffff;
	min-width:150px;
}

ul.menu li a
{
	color:#fff;
}

ul.menu li a:hover 
{
    text-decoration: underline;
}

ul.mainmenu li:hover ul.menu
{
	display: block;
}

ul.mainmenu li ul.menu li
{
	/*width: 200px;     height: 28px;*/
	padding: 0px 0px 4px 0px;
}

ul.mainmenu li ul.menu li.header
{
	/*height: 31px;*/
	padding: 0px;
}

.header
{
	/*width:200px;*/
}

ul.mainmenu li ul.menu li
{
	position: relative;
	float: none;
	min-height: 23px;
}
ul.mainmenu li ul.menu li ul
{
	margin-top: 10px;
}

ul.mainmenu li:hover ul.menu li ul
{
	background-color: transparent;
}
ul.mainmenu li ul.menu li ul li
{
	min-height: 23px;
	overflow: hidden;
}
ul.mainmenu li ul.menu li ul li a
{
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
}

ul.mainmenu li ul.menu li.header
{
	margin: 0;
	margin-top: 4px;
	padding: 0 18px 0 20px;
	overflow: auto;
	text-indent: 0;
	text-decoration: none;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	float: left;
}


li.selected a.news
{
	background-image: url(../images/menutabs.jpg);
	background-position: 0px 0px;
	color:#fff;
}

li.selected a.magazine
{
	background-image: url(../images/menutabs.jpg);
	background-position: -50px 0px;
	color:#fff;
}

li.selected a.jobsearch
{
	background-image: url(../images/menutabs.jpg);
	background-position: -122px 0px;
	color:#fff;
}

li.selected a.competitions
{
	background-image: url(../images/menutabs.jpg);
	background-position: -201px 0px;
	color:#fff;
}

li.selected a.events
{
	background-image: url(../images/menutabs.jpg);
	background-position: -294px 0px;
	color:#fff;
}

li.selected a.gallery
{
	background-image: url(../images/menutabs.jpg);
	background-position: -403px 0px;
	color:#fff;
}

li.selected a.advertise  
{
	background-image: url(../images/menutabs.jpg);
	background-position: -462px 0px;
	color:#fff;
}

li.selected a.subscribe
{
	background-image: url(../images/menutabs.jpg);
	background-position: -531px 0px;
	color:#fff;
}
li.selected a.reports
{
	background-image: url(../images/menutabs.jpg);
	background-position: -0px 0px;
	color:#fff;
}

li:hover a.news 
{
	background-image: url(../images/menutabshover.jpg);
	background-position: 0px 0px;
	color:#fff;
}

li:hover a.magazine
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -50px 0px;
	color:#fff;
}

li:hover a.jobsearch
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -122px 0px;
	color:#fff;
}

li:hover a.competitions
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -201px 0px;
	color:#fff;
}

li:hover a.events
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -294px 0px;
	color:#fff;
}

li:hover a.gallery
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -403px 0px;
	color:#fff;
}

li:hover a.advertise  
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -462px 0px;
	color:#fff;
	height:11px;
}

li:hover a.subscribe
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -531px 0px;
	color:#fff;
	height:11px;
}
li:hover a.reports 
{
	background-image: url(../images/menutabshover.jpg);
	background-position: -403px 0px;
	color:#fff;
}

.breadcrumb 
{
	clear: left; 
	margin: 30px 0px 0px 10px;
	font-size:11px;
	color:#333;
}

.breadcrumb span
{
	/*float: left;*/
	padding-right:3px;
}

.breadcrumb span.breadcrumbHome 
{
    width: 85px;
    float: left;
}

.breadcrumb span a
{
	color:#333;
}

.RightCol, #RightCol
{
	margin-bottom:10px;
}

#GeoffsComments
{
    margin-top: 10px;
	background-color:#e2e2e2;
	background-image: url(../images/CommentsBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	color:#333333;
	padding:10px 10px 30px 10px;
	font-size:15px;
}

#GeoffsComments h4, .DottedBanner h4
{
	text-transform:uppercase;
	font-size:11px;
	color:#333333;
}

#QuotesOpen
{
	background-image: url(../images/quotesopen.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:27px;
	width:33px;
	margin-right:3px;
}

#QuotesClose
{
	background-image: url(../images/quotesclose.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:27px;
	width:33px;
	margin-left:3px;
}

#GCauthor
{
	font-family:Georgia, Times New Roman;
	font-size:11px;
	margin-top:15px;
	clear:both;
}

.mainContent a
{
	color:#333;
}

.mainContent .homeworldtitle
{
	margin-bottom: 5px; 
	color: #0069FF !important;
	font-family: Georgia,Times New Roman;
	font-size: 26px; 
	text-decoration: none;
}

.mainContent ol
{
	margin:20px 0px 20px 0px;
}


.mainContent ol li, .mainContent ul li
{
	
	/*background-image:url(../images/mainnumberbullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	list-style-position:inside;*/
	padding:0px 0px 0px 0px;
	margin-bottom:15px;
}

.mainContent ol li span, .mainContent ul li span
{
	color:#000;
	font-weight:normal;
	margin-left:0px;
	font-family:Arial;
}

.DottedBanner
{
	border-left:#ccc 1px dashed;
	border-right:#ccc 1px dashed;
	border-top:#ccc 1px dashed;
	padding:10px 10px 5px 10px;
}

.DottedBannerBottom
{
	background-image:url(../images/dottedbannerbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:27px;
}

.DottedBanner p
{
	color:#0069FF;
	font-size:11px;
	font-family:Georgia, Times New Roman;
	font-weight:bold;
	margin-bottom:0px;
}

.DottedBanner img
{
	margin-top:7px;
}


.HomeSearchBox
{
	background-color:#e0e0e0;
	border:none;
	background-image: url(../images/homesearchboxbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding: 7px 10px 10px 10px;
}
.HomeSearchBox fieldset
{
	border:none;
}
.HomeSearchBox label
{
	display: none;
}

.HomeSearchBox span 
{
    line-height: 25px;
}

.HomeSearchBox .sf_searchText
{
	width:238px;
	height:13px;
	border:1px solid #8b8b8b;
	font-size: 1.1em;
	float:left;
	padding:5px;
}


.HomeSearchBox .sf_searchSubmit
{
	background:url("../images/searchBoxbutton.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	float:left;
	height:25px;
	width:29px;
}

.Inline 
{
	display:inline;
}

.FloatRight
{
	float:right;
}

.FloatLeft
{
	float:left;
}

.jobSearchBox2
{
	margin-top:15px;
}

.jobSearchBox2 p
{
	margin-left:65px;
	font-family:Georgia, Times New Roman;
	color:#999;
	font-weight:bold;
}

.jobSearchBox2 ul
{
	margin: 10px 0px 10px 0px;
}

.jobSearchBox2 ul li
{
	list-style-type:none;
	display: block;
}

.jobSearchBox2 ul li span 
{
    float: left;
}

.SearchKeywords
{
	width:298px;
	height:23px;
	border:1px solid #8b8b8b;
}

.SearchLocation
{
	width:150px;
	height:23px;
	border:1px solid #8b8b8b;
	margin-right:10px;
}

.jobSearchBox2 select
{
	width:138px;
	height:25px;
	border:1px solid #8b8b8b;
}

.ThickBlue
{
	height:5px !important;
	line-height:0px;
	display:block;
	width:300px;
	background-color:#0069ff;
}

.jobSearchBox2 .button
{
	clear:left;
	text-align:right;
}

.RightColShadow
{
	background-image:url(../images/rightcolshadow.jpg);
	background-repeat:no-repeat;
	height:14px;
	margin-bottom:7px;
}

.fourofour 
{
    padding-top: 15px;
}

.fourofour li
{
    list-style-type: disc;
    margin-left: 18px;
    line-height: 25px;
}

.fourofour ul ul li 
{
    list-style-type: circle;
    margin-left: 36px;
    line-height: normal;
}

.RelatedArticles
{
	float:left;
	margin:20px 20px 20px 0px;
	width:180px;
	font-size:11px;
	padding:10px;
	background-color:#e7e7e7;
}

.RelatedArticles a
{
	margin-bottom:5px;
	display:block;
}

.resourceCenter ul
{
    margin-left: 10px;
}

#jobSearchBox h1 
{
    margin: 0 0 10px;
}

#first h2 a
{
	font-size:11px !important;
	color:#666 !important;
	font-weight:normal !important;
	font-family:Arial, Verdana;
	line-height:1.8em;
}

#first .newsArticles
{
	margin-top:10px !important;
}

#first h2, #first li
{
	margin:0px;
	color:#666 !important;
}

#first ul, second ul, #third ol
{
	margin:0px 0px 0px 20px;
}

#first li
{
	list-style-type:decimal;
}

#first p
{
	display:none;
	visibility:hidden;
	height:0px;
}

#first h4
{
	text-transform:uppercase;
	font-size:11px;
	margin:5px 0px 5px 0px;
}

.jobDetails 
{
    text-transform: uppercase;
    color: #bbbbbb;
    
}

.ArticleTwo
{
	width:199px;
	float:left;
	/*margin:0px 10px 10px 0px !important;
	padding-right:10px !important;*/
	border-right:1px dotted #999;
}

.ArticleThree
{
	width:210px;
	float:right;
	margin:0px 0px 10px 0px !important;
}

.ArticleTwo h2
{
	margin:0px 0px 20px 0px;
}

.sf_newsThumbnail
{
	float:left;
	margin:0px 10px 10px 0px;
}

.sf_postTags
{
	clear:left;
}

.ArticleFour
{
	clear:both;
	padding-top:10px !important;
}

.ArticleOne
{
	margin-bottom:10px !important;
}

.sf_newsList h2.sf_newsTitle
{
	margin:0px !important;
}

.newsArticles
{
	margin-top:10px;
}

.DFPAds div
{
	margin-bottom:10px;
	text-align:center;
}

#ctl00_Content_SingleForm1 fieldset 
{
	background:none !important;
	border:none !important;
}

#ctl00_Content_SingleForm1 legend, #ctl00_Content_SingleForm1 div.legend
{
	background:none !important;
	border:none !important;
	color:#0069FF !important;
	text-transform:none !important;
	font-size:16px !important;
	position:relative;
	font-weight:bold;
}

.formContainer fieldset .instructions
{
	background:none !important;
	padding-left:0px !important;
	font-weight:normal !important;
}

#ctl00_Content_SingleForm1 .inputRadio td, #ctl00_Content_SingleForm1 ul.inputRadio li
{
	padding-bottom:10px;
}

.formContainer
{
	margin:0px !important;
}

.formContent
{
	padding-top:0px !important;
}

.formContainer fieldset
{
	margin-top:0px !important;
}

.sf_postTags a
{
	border-right:1px solid #999999;
	padding:0px 5px 0px 2px;
}
	
.YourComments
{
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding-bottom:5px;
	padding-top:10px;
	margin-top:20px;
	font-size:20px;
}

.sf_commentListing li
{
	border-bottom:1px #999 solid;
	padding-bottom:10px !important;
}

.sf_commentAuthor strong
{
	font-family:Georgia, Times New Roman;
	color:#0069FF;
	display:block;
	text-transform:none;
}
	
.sf_commentAuthor 
{
	font:arial, verdana;
	color:#cecece;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:6px !important;
}
	
.texarea-wrapper label
{
	display:none !important;
}

.sf_newsDate, .sf_newsAuthor
{
	text-transform:uppercase;
	color:#666666;
	font-size:11px;
}

.sf_newsDate a, .sf_newsAuthor a
{
	color:#666666;
}

.ArticleImage
{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

.FlickrThumbs
{
	float: left; 
	margin: 5px;
	width:140px;
	display:inline-block;
	min-height:150px;
	overflow:hidden;
}

.FlickrThumbs div
{
	font-size:11px;
	background-color:#0069FF;
	color:#fff;
	padding:3px 6px 3px 6px;
	width:128px;
	height:30px;
}

.FlickrThumbs a div 
{
    cursor: pointer;
}

.FlickrThumbsWide 
{
    float: left; 
	margin: 5px;
	width: 179px;
	display: inline-block;
	min-height: 150px;
	overflow: hidden;
}

.FlickrThumbsWide a 
{
    color: #fff;
    text-decoration: none;
}

.FlickrThumbsWide div
{
	font-size: 11px;
	background-color: #0069FF;
	color: #fff;
	padding: 3px 6px 3px 6px;
	width: 100%;
	height: 30px;
}

.FlickrThumbsWide span 
{
    position: relative;
}

.FlickrThumbsWide span p 
{
    margin: 0;
    position: absolute;
    bottom: 6px;
    right: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    text-shadow: 2px 2px 2px #000;
}

.FlickrThumbs .set
{
    width: 134px;
    height: 150px;
    background-position: center center;
}

/* Flickr Gallery */
#flickrGalleryView 
{
    height: 535px;
    width: 640px;
    float: left;
}

#flickrGalleryView li 
{
    list-style-type: none;
    float: left;
    line-height: 0;
}

#flickrGalleryView #thumbs 
{
    width: 154px;
    float: left;
    height: 410px;
}

#flickrGalleryView ul.thumbs 
{
    margin: 0;
    padding: 0;
}

#flickrGalleryView ul.thumbs li 
{
    border: 1px solid #ffffff;
}

#flickrGalleryView ul.thumbs li.selected 
{
    border: 1px solid #0069FF;
}

#flickrGalleryView ul.thumbs li a img
{
    border: none;
}

#flickrGalleryView #caption 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #555555;
    float :left;
}

#flickrGalleryView #controls .playPauseButton 
{
    float: left;
}

#flickrGalleryView #controls .nav-controls 
{
    float: left;
}

#flickrGalleryView #controls 
{
    float: right;
}

#flickrGalleryView #gallery 
{
    float: left;
    margin: 1px 0 0 1px;
    display: none;
    width: 475px;
    padding: 0;
}

#flickrGalleryView #gallery a img 
{
    border: none;
}

#flickrGalleryView .preLoad 
{
    width: 630px;
    height: 535px;
    background-color: #eeeeee;
    position: absolute;
    z-index: 1000;
    text-align: center;
}

#flickrGalleryView .preLoad p 
{
    margin: 200px auto;
    font-family: Arial;
    font-size: 2em;
    color: #999999;
}

#flickrGalleryView .slideshow-container
{
    background-color: Black;
    width: 500px;
    text-align: center;
}

#flickrGalleryView #thumbs .pagination a.pagination
{
    vertical-align: middle;
}

/* Flickr Gallery END */

.minibanners
{
	margin-bottom:20px;
}

.minibanners div
{
    position: relative;
	margin-bottom:10px;
	width:440px;
	height:49px;
	color:#fff;
	font-family:Georgia, Times New Roman;
	font-size:20px;
	font-weight:bold;
	padding:10px;
}

.minibanners div a
{
	color:#fff;
	text-decoration:none;
}

.marketeerminibanner
{
	background-image:url(../images/marketeerminibanner.jpg);
	background-repeat:no-repeat;
}

.minibanners .news 
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding:1px 6px;
    font-size: 0.7em;
    font-weight:normal;
    background-color: #0069FF;
}

.commsminibanner
{
	background-image:url(../images/commsminibanner.jpg);
	background-repeat:no-repeat;
}

.rbmminibanner
{
	background-image:url(../images/rbmminibanner.jpg);
	background-repeat:no-repeat;
}

.jointworkingminibanner
{
	background-image:url(../images/jointworkingminibanner.jpg);
	background-repeat:no-repeat;
}

.representativeminibanner
{
	background-image:url(../images/representativeminibanner.jpg);
	background-repeat:no-repeat;
}

.recruiterminibanner
{
	background-image:url(../images/recruiterminibanner.jpg);
	background-repeat:no-repeat;
}

.clinicalresearcherminibanner
{
	background-image:url(../images/clinicalresearcherminibanner.jpg);
	background-repeat:no-repeat;
}

.bmoyminibanner
{
	background-image:url(../images/bmoyminibanner.jpg);
	background-repeat:no-repeat;
}

.uscrminibanner
{
	background-image:url(../images/uscrminibanner.jpg);
	background-repeat:no-repeat;
}
.salesawardsbanner
{
        background-image:url(../images/salesawardsminibanner.png);
        background-repeat:no-repeat;
}


.mainContent table
{
	border:none;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-spacing:0px;
	border-collapse: collapse;
	
}

.mainContent table tbody tr td
{
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-left:none;
	border-bottom:none;
	color:#555;
	padding:5px;
}

.mainContent table tbody tr th
{
	border:1px solid #999;
	background-color:#999;
	color:#fff;
	padding:5px;
	vertical-align:middle;
}

.mainContent table.noborders, .sf_contentCommentForm table, table.fieldsContainer, table.fieldsContainer table
{
	border-left:none !important;
	border-bottom:none !important;
	color:#333 !important;
}

.mainContent table.noborders tbody tr td, .sf_contentCommentForm table tbody tr td, .fieldsContainer tbody tr td
{
	border:none !important;
	color:#333 !important;
}

.mainContent table.noborders tbody tr th, .sf_contentCommentForm table tbody tr th, .fieldsContainer tbody tr th
{
	border:none !important;
	color:#333 !important;
}

.fieldsContainer .inputRow label 
{
    margin: 0px 0;
}

.sf_contentCommentForm table tbody tr td
{
	padding:2px;
	color:#333 !important;
}

#centreContent .content .mainGalleryContent 
{
    width: 630px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}

.recruitertable td
{
	padding:10px;
}

.recruitertable td ul
{
	margin-left:20px;
}

.resourceCenter a
{
	color:#333;
}

.JobSearchMini h4 
{
    margin: 5px 0;
    font-size: 14px;
}
.JobSearchMini p {margin:0px;}

.JobSearchMini .sf_newsList 
{
    margin: 0;
    list-style-type: decimal !important;
}

#JobSearchMiniBox ol
{
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
}

#JobSearchMiniBox ol li 
{
    margin: 0;
    padding: 0;
    list-style-type: decimal;
    margin-bottom: 10px;
    font-size: 11px;
    color: #666666;
}

#JobSearchMiniBox ol li a 
{
    text-decoration: none;   
    color: #666666;
}

.q2 li
{
	float:left;
	width:250px;
}

.q1 li, .q1b li
{
	float:left;
	width:175px;
}

.q1a li
{
	margin-right:8px;
}

.q3 td
{
	padding-right:5px;
}

.otherservices .inputLabel
{
	display:inline !important;
}

#mainSearchResults 
{
    margin-top: 10px;
}

#mainSearchResults h2 
{
    margin-top: 14px;
    font-size: 1.4em;
}

.noUnderline
{
	text-decoration:none;
}

.fbConnectWidgetTopmost
{
	border:none IMPORTANT!;
}

.JobofMonth
{
	width:160px;
	height:600px;
	float:right;
	margin-top:10px;
}
.content .sf_searchBox label
{
	display:none;
}

.q1a .legend
{
	display:none;
	margin-top:0px !important;
}

.q1b .legend
{
	display:none;
	margin-top:0px !important;
}

.q1a
{
	margin-top:0px !important;
}

.q1b 
{
	margin-top:0px !important;
}

.q1a fieldset
{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
}

.q1b fieldset 
{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
}

.q1
{
	margin-top:20px !important;
}

.formContainer fieldset legend
{
	width:460px;
	text-align:left !important;
	white-space:normal;
}

.pagination span, .pagination a
{
	margin:0px 3px 0px 3px;
}

.ArticleThree h2, .ArticleTwo h2
{
	font-size:14px !important;
	font-weight:bold !important;
}

.formContainer.labelTop label.inputLabel 
{
    display: inherit;
}

.inputCheck input
{
	float:left;
	margin-right:3px;
}

.tccroy li
{
	margin-bottom:3px !important;
}

.Content ol, .Content ul
{
	margin-left:30px;
	list-style-type:none;
}

/*.sub li.selected a
{
	font-weight:bold;
}*/

.headermagticker a
{
	text-decoration:none;
}

.smallh2s li img
{
	height:50px;
	width:50px;
}

.ArticleOne img
{
	height:150px !important;
	width:150px !important;
}

.fieldsContainer ol, .fieldsContainer ul
{
	margin-left:0px;
}

.sf_singleNews p span
{
	font-family:arial !important;
}
.rightHandCol .sf_newsList {
	margin:0 0 0 20px !important;
}
#RecruiterSelection li
{
    list-style:none;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/tooltip/black_repeat.png) repeat-y;
	font-size:12px;
	width:191px;
	color:#fff;	
	z-index:999;
}
	.tooltip a {
		color:#aaf;	
	}
	.tooltip .hintText 
	{
		background:transparent url(../images/tooltip/black_top.png) no-repeat top center;
		padding:15px;
	}
	.tooltip .hintText 
	{
		background:transparent url(../images/tooltip/black_top.png) no-repeat top center;
		padding:15px;
	}
	.tooltip .footer 
	{
		background:transparent url(../images/tooltip/black_bottom.png) no-repeat bottom center;
	}
.helpButton { padding:0 5px; }
.popUp .tooltip { margin:-170px -380px; }

.bottomMargin { margin-bottom: 10px; }

.formContainer .submitRow {
padding-top:25px !important;
}

.termsandconditions
{
    font-family: arial;
    font-size: 12px;
    color: #555555;
    position: relative; 
    top: -70px; 
    z-index: 20;
}
.termsandconditions a
{
    color: #555555;
    font-weight:bold;
}
.latesttweet
{
    position: relative;
    float: left;
}
.addthis_toolbox
{
    position: relative;
    float: left;
    left: -50px;
}
.gplusone
{
    position: relative;
    float: left;
    left: -25px;
}
.socialcontainer
{
    position: absolute;
    top: 403px;
    width: 350px;
}
.latesttweet_c
{
    position: relative;
    float: right;
    top: 10px;
    left: -15px;
}
.addthis_toolbox_c
{
    position: relative;
    float: right;
    left: 292px;
    top: 10px;
}
.gplusone_c
{
    position: relative;
    float: right;
    left: 165px;
    top: 10px;
}
.socialcontainercoms
{
    position: absolute;
    top: 305px;
    width: 350px;
}
#divButton input[type="button"] 
{
	box-shadow:inset 0px 1px 0px 0px #c7c7c7;
	background-color:#0069ff;
	border-radius:6px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
	width:160px;
}
#divButton input[type="button"]:hover
{
	background-color:#3A8CFF;
}
.formitalics{
	font-style:italic
}

#greenpeople_carousel
{
    width: 630px;
    margin: 0;
    background: #fff; /*border:1px solid #D8D9DA;*/
}
#greenpeople_carousel .jcarousel-pager-container:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#greenpeople_carousel .jcarousel-pager-container
{
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    margin-top: 0;
    z-index: 100;
}
#greenpeople_carousel .jcarousel-pager-container a:focus, #greenpeople_carousel .jcarousel-pager-container a:active
{
    outline: none;
}
#greenpeople_carousel
{
    width: 752px;
}
#greenpeople_carousel .jcarousel-clip-horizontal, #greenpeople_carousel .jcarousel-item
{
    width: 752px;
    height: 165px;
}

#greenpeople_carousel .jcarousel-pager-container ul
{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#greenpeople_carousel .jcarousel-pager-container li
{
    float: left;
}
#greenpeople_carousel .jcarousel-pager-container a
{
    display: block;
    width: 15px;
    height: 15px;
    margin: 3px;
    background: url(../images/sprites-buttons.png) -40px 0 no-repeat;
    text-indent: -1000em;
}
#greenpeople_carousel .jcarousel-pager-container a.selected
{
    background: url(../images/sprites-buttons.png) -60px 0 no-repeat;
}

/* Start *** jquery.jcarousel.css **/
/** * This <div> element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */
.jcarousel-container
{
    position: relative;
    z-index: 100 !important;
}
.jcarousel-clip
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 100 !important;
}
.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100 !important;
}
.jcarousel-list li, .jcarousel-item
{
    float: left;
    list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 1000px;
    height: 300px;
    z-index: 100 !important;
}
/** * The buttons are added dynamically by jCarousel before * the <ul> list (inside the <div> described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next
{
    z-index: 3;
    display: none;
}
.jcarousel-prev
{
    z-index: 3;
    display: none;
}
.jcarousel-skin-main .jcarousel-container
{
}
.jcarousel-skin-main .jcarousel-container-horizontal
{
    width: 610px;
    padding: 0;
    z-index: 100 !important;
}
.jcarousel-skin-main .jcarousel-clip-horizontal
{
    width: 610px;
    height: 255px;
}
.jcarousel-skin-main .jcarousel-item
{
    width: 610px;
    height: 255px;
}
.jcarousel-skin-main .jcarousel-item-horizontal
{
    margin-right: 0px;
}
.jcarousel-skin-main .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}
/** *  Horizontal Buttons */
.jcarousel-skin-main .jcarousel-next-horizontal
{
    position: absolute;
    top: -6px;
    right: 130px;
    width: 23px;
    height: 160px;
    cursor: pointer;
    background: transparent url(../images/sprites-buttons.png) -77px -23px no-repeat;
    z-index: 200;
    background-color:#fff;
}
.jcarousel-skin-main .jcarousel-next-horizontal:hover
{
    background-position: -77px -203px;
}
.jcarousel-skin-main .jcarousel-next-horizontal:active
{
    background-position: -77px -203px;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: -77px -200px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal
{
    position: absolute;
    top: -6px;
    left: 0px;
    width: 23px;
    height: 160px;
    cursor: pointer;
    background: transparent url(../images/sprites-buttons.png) 0 -23px no-repeat;
    z-index: 200;
    background-color:#fff;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:hover
{
    background-position: 0 -203px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:active
{
    background-position: 0 -203px;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 -200px;
}
/* End *** jquery.jcarousel.css **/
.findjobbtn
{
	background-color: #0069ff;
	border: 1px solid #0069ff;
	border-radius: 5px;
	display: block;
	padding: 4px 0px 5px 10px;
	width: 100px;
	position: relative;
	left: 35px;
}
.findjobbtn a
{
	color: #fff;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.findjobbtn:hover
{
	background-color: #4F98FF;
}
.findjobbtn a:hover
{
	background-color: #4F98FF;
}
#google_ads_div_Footer-Homepage_ad_container
{
	box-shadow: 0px 0px 10px #fff;
}
.newssocial{
    float: right;
}