/* TYPOGRAPHY */
/*
10 77
11 85
12 93
13 100
14 108
15 116
16 123.1
17 131
18 138.5
19 146.5
20 153.9 
21 161.6 
22 167
23 174
24 182
25 189
26 197
*/

body {
    background:#000;  
    color:#999
}

/* example of a global font size change 
div {font-size:93%}
div div *{font-size:100%}
*/

/* main container */
#container {

}

/* HEADER */
#header {
    margin:9px 0 18px;
   
}

#header .tel {
color:#fff;
float:right;
}

#header .logo {
	float:left;	
	
}

#header .banner {
	float:left;	
}

#header #mainNav {
	clear:both;
	float:right !important;
	margin:11px 1px 0 0; 
}
.RadCaptcha
{
    display:none;
}
/* main nav */
#mainNav li {
    
}

#mainNav li.navNode {
	background-image:none;	
	display: inline;
	list-style: none;	
	list-style-position:inside;
	padding:0;
}
#mainNav li.navNode.selected a{

	color:Red;
}

#mainNav li.classname1 a
{
	color:green;
}

#mainNav li.classname1.selected a
{
	color:black;
}

#mainNav a {
	cursor: hand !important;
	cursor: pointer !important;
	display:block;
	float:left;
	padding:7px 10px 0 7px;
	color:#9f9f9f;
	background: url($rooturl/graphics/top-nav/divider.png) no-repeat right 12px ;
}

#mainNav .last a {
	background:none;
	float:left;
	padding:7px 0 0 7px;
}

#mainNav a:link, #mainNav a:visited {
}

#mainNav a:hover, #mainNav a:active {
}

#mainNav li.first a:hover, #mainNav li.first a:active {
}

/* main nav sub menu slide outs */
#mainNav .slide a {
	background-color: #e5e5e5;
}

#mainNav .slide li.first a {
}

#mainNav .slide a:link, 
#mainNav .slide a:visited {
}

#mainNav .slide li a:hover, 
#mainNav .slide li a:active {
}

/*Side Nav*/
#sideNav div.dlmenu {
    height: 100%; 
}

#sideNav div.dlmenu dl.tier1 {	
}

#sideNav div.dlmenu dd.tier2 {
	border-bottom:1px solid #373737;
    border-top:1px solid #373737;
    margin:-10px 0 6px;
    padding:10px 10px 0;
}

#sideNav div.dlmenu dd.tier3 {
	padding: 0 0 0 1em;
}

#sideNav div.dlmenu .selected a {
	color:#999999;
}
/* End Nav */

/* site Search */
.siteSearch {
}

/*CONTENT*/
#content {
	clear:both;		
}

/*SIDE NAV*/
#sideNav {
    background: url($rooturl/graphics/default-trans-bg.png);
    padding:25px 13px 5px 13px;
    width:159px;
}

#sideNav .mainNav ul {
    margin:0;
    padding:0;
}

#sideNav .mainNav a, #sideNav .mainNav ul li {
    display:block;
    float:none
}

.navCandidate dl,.navCandidate dl dt, .navCandidate dd {
    margin:0;
    padding:0;
}

.navCandidate {
	margin: 0 0 1em;
}

/*MAIN*/
#content #main {
    background: url($rooturl/graphics/default-trans-bg.png);
    padding:25px 13px;
    width:732px;
}

#main .UserContent, p {
	display:block;
	margin-bottom:1em;
}

#main .UserContent {
	
}

#main .UserContent img
{
	border:auto !important;
}

#main .navCandidate dd {
    margin-bottom:1em;
    padding-bottom:1em;
    
}

/*SIDEBAR CAMPAIGN STYLE*/
div.campaignList img {
    width:120px
}

#main #Comments dl, #main #Comments .a, #main #Comments .SearchResultsRow{
font-size:100%;
}

#main #Comments .SearchResultsRow dl{
border-bottom:solid 1px #888787;
margin-top:10px;
}

#main #Comments dd.postedBy {
text-align:right;
padding: 0.5em 0;
display: block;
}

/*FOOTER*/
#footer {
    border-top:solid 1px #373737;
    margin:37px 0 0;
}

#footer li, #footer ul, #footer li a,
#footer .menu {
	padding:0;
	float:none	
}

#footer .menu {
    margin:0 0 10px;
}

#footer li a {
    margin:0 0 10px
}

#footer .copyright {
}

#footer .footerText {
}

#footer a {
    cursor:pointer !important;
	cursor:hand !important;    
}

#footer .links ul {
}

#footer .links li {
}

#footer li.first {
	
}

#footer li.last {
}

#footer .links li a {
}

/* LINKS */
a:hover, a:active, a:visited {
    color:#a10355;
}

a.back {
	padding: 0 0 0 10px;
}

a.next {
	padding: 0 10px 0 0;
}
 
/* BUTTONS */
.btn {
    width:auto   
}

.jobResultsButtons a {
    padding:0 7px 0 5px;
}

.jobResultsButtons a.last {
    border-right:none;
    padding:0 0 0 5px;
}

.jobResultsButtons {
    float:right;
    text-align:right;
    width:27%;
}

/* Pagination and header control styles - lets change the colours in just one place */
.searchNav, #vacancyDetails .vacancyDetailsDescription,
.pagination, .newsDetailsLinks, .headlinksLinkPanel {
	border-bottom:solid 1px #373737; 
	border-top:solid 1px #373737;
	padding:5px;
}
.searchNav
{
	border-top:0px;
}

.dynamicPagingLink
{
    margin-left:2px;
    margin-right:2px
}

.pagingRight
{
    float:right;
}
.pagingLeft
{
    float:left;
}



/* Vacancy Details View */
#vacancyDetails dl, #vacancyDetails dl dd {
	margin:0;
	padding:0;
}

#vacancyDetails .vacancyDetailsDescription, #vacancyDetails .vacancyDetailsFooter {
    margin:1em 0;
    padding:1em 0;    
}

.searchNav td {
	padding:6px 0 !important; 
}

.vacancyDetails span, .employersDetails span, .employersDetails dt,
.simlarJobs dt, .quickApplyList .title {
    font-weight:bold;
}

span.keywordMatch 
{
	background-color: Yellow;
}

.quickApplyList .searchNav {
    margin:0 0 1em;
}

#vacancyDetails ul li {
	list-style:none;
	margin:0;
	padding:0;
}

vacancyDetails .searchNav, #vacancyDetails .descriptionContainer {
	padding:10px 0 10px 0;
}

#vacancyDetails .searchNav {
	padding:10px 0 0px 0;
}

#vacancyDetails .searchNav ul {	
	margin:0;
	padding:0;
}

#vacancyDetails .searchNav ul li {
	display:block;
	float:left;
	margin:0px 16px 0 0;
	padding:5px;
	white-space:nowrap;	
}

#vacancyDetails .searchNav li.first {
	
}

#vacancyDetails .searchNav li.last {

}

#vacancyDetails .searchNav li.addShortList {
	width:99px;
}

#vacancyDetails .searchNav li.emailFriend {
	width:99px;
}

#vacancyDetails h1 {
}

#vacancyDetails #pager {
}

#vacancyDetails #pager a {
}

#vacancyHeader dl {
}

#vacancyDetails dt {
} 

#vacancyfooter ul {
}

#vacancyfooter ul li {
}


div.searchFilterContainer > div {
	float:left;    
}

/* advanced search */
.search-pager {
}

.search-pager table {
	width:100%;
}

.search-pager td {
	padding: 0 2px;
	text-align:center;
	vertical-align: bottom;
    width:1%;
}

.search-pager td.first, .search-pager td.last {
	padding: 0;	
	text-align:left;	
	white-space:nowrap;
	width:70%;
}

.search-pager td.last {
}

.vacancyResults {
	width:100%;
}

.SearchResultsCell1, .SearchResultsCell2 {
	vertical-align: top;
}

.SearchResultsCell2 {
	text-align:right;
	white-space:nowrap;
}

.SearchResultsCell1 a {
}

.SearchResultsCell2 a {
}

.SearchResultsCell1 .location {
}

.SearchResultsCell1 .type {
}

/*
.SearchResultsRow .reference,
.SearchResultsRow .salary,
.SearchResultsRow .postedDate {
	display: none;
}
*/

div.SearchResultsRow, div.SearchResultsRowAlt,dd.SearchResultsRow, dd.SearchResultsRowAlt
{
	padding:0.5em;
	margin:0 0 0 0 !important;
}

.SearchResultsRowAlt, div.SearchResultsRowAlt,dd.SearchResultsRowAlt  {
	
}

td.alternateRow, td.SearchResultsCell1 {
	padding:1em 0 0;
}

.newsTable td.alternateRow,.newsTable td.SearchResultsCell1 {
	padding:0em 0 0;
}

.newsTable td dl.headlineItem, .newsTable td dl.headlineItem dl
{
	margin:0px !important;
}

.newsTable td dl.headlineItem dd
{
	margin:0 !important;
}


.jobResultsInfo img {
    margin:0 0 10px 10px;
}

/*BASKET*/
.basket {
}

.basketContent {
	border-top:none;
	margin:0px 0 3px 0;
}

.basket a {
	display:block;
	text-align:left;
}

.basket dd {
	clear:both;	
	margin:0 0 1em;
}

.basket dd a {
	float:left;
	margin:5px 0;
	text-align:left;
}

.basket dd input {
	float:right;
}

.basket dd a {
	margin:0px 0 5px 0px;
	width:160px;
}

/*-------------------------------- DATA TABLE STYLE -------------------------*/
.siteDataTable {
	width: 100% !important;
}

.siteDataTable th { 
}

.siteDataTable td {
	width:25%;
	padding:2px 0 2px 5px;
}

.siteDataTable th {
	padding:3px 0 3px 5px !important;
}

.siteDataTable th {
	background:#cccccc;
    height:20px;
    padding:3px 9px 0;
}

.siteDataTable th a {	
}

.siteDataTable tr {
}


td.alternateRow, td.SearchResultsCell1, td.SearchResultsCell2 {
    padding:1em 0.5em
}

.siteDataTable-links li {
	list-style:none;
}

.siteDateTableCandidates td {
	width:20%;
}

.siteDateTableCandidates td div {
	text-align:center;
}

.vacancyResults .jobResultsInfo {
    margin:1em 0 0 0;
}

#channelChkBox * {
	float:left;
	margin:0;	
	padding:0;
	width:auto;
}

#channelChkBox label {
    margin:0 8px 0 2px;
}

.jobResultTitle {
    float:left;
    width:70%;
}

.jobResultsTitleContainer {
    width:70%;
    float:left
}

/* DEFINITION LISTS */
.latestJobs, .campaignList, .jobsOnSite, .latestNews, 
.latestNews dl, .basket dl dd,
#main .newsSearchResults dl, #main .newsSearchResults dl dd, #main .newsSearchResults dl dd,
#main .campaignResults dl, #main .campaignResults dd, #main .campaignResults dd,
#main dl.emailFriend, #main dl.emailFriend dd,
.navEmployer dl, .relatedHeadlines, #main .relatedHeadlines dl,
#main .relatedHeadlines dd {
    margin:0 0 1em;
}
.relatedHeadlines .rssview
{
	display:none;
}
.relatedHeadlines .pagination
{
	border-top:none;
}

.campaignResults dt, .relatedHeadlines dt{
    font-weight:bold;
}

/*NEWS default styling*/
.headlineDate {
    background: url($rooturl/graphics/date-bg.gif) repeat-x;
    border:1px solid #313131;
    display:block;
    float:left;
    font-size:12px;
    height:28px;
    line-height:1.1;
    margin:0 10px 0 0;
    overflow:hidden;
    text-align:center;
    text-transform:uppercase;
    width:29px;
}


/* styles for topHeadline in news home page */
.topHeadline {
	border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC
}

/*ADD .headlineContent img - if you want the image on the details page to align left or right*/
.newsLatestHeadline img,
.headlineItem .img, .relatedHeadlines .img {
    float:left;
    padding:2px 0.5em 0 0;
    margin-left:0 !important;    
}

.relatedHeadlines .img {
    padding:0 0.5em 0 0; 
}

.relatedHeadlines span.date, .headlineItem span.date
{
	display:block;
}

.headlinksLinkPanel {
    clear:both;
    margin:1em 0;    
}

.latestNews .footer {
    margin:0 0 1em
}

/*NEWS HOME PAGE*/
.newsLatestHeadline dl, .newsLatestHeadline dl dt, 
.newsLatestHeadline dd {
    padding:0;
    margin:0
}

/*** news home ***/

.NewsHomePanel
{
	border:2px solid #4b116f;
	width:226px;
	width:232px;
	padding:10px;
    height:267px;
    float:left;
    margin:0  0 10px 10px;
}

.NewsHomePanelLeft
{
	  margin-left:0px;	  
}

.NewsHomePanel h2
{
	font-size:131%;
}

.NewsHomePanel h3
{
	margin-bottom:10px;
}

.NewsHomePanel  a
{
	display:block;
	text-align:right;
	margin:10px 0 0 0;
}

.NewsHomePanel h3 a
{

	color:#000000;
	text-decoration:none;
	text-align:left;
}



.NewsHomePanel img
{

	margin:0 3px 3px 0;
}





.ArticleRelated ul
{
	padding:0;
	margin:0;
}

.ArticleRelated ul li
{
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;
}


.ArticleRelated div
{
	margin-top:0px;
}

.ArticleRelated .headlineDate
{
	margin:0;
}

.ArticleRelated h3
{
	display:inline;
}

.ArticleRelated
{
	float:left;
	padding-left:10px;
	width:50%;
}

.RelatedHeadlines
{
	border-right:2px solid #ececec;
	padding-left:0px;
	width:45%;
	
}

.RelatedHeadlines h3
{
	display:block;
	margin-bottom:0;
}

.RelatedHeadlines .body h4, .RelatedHeadlines .body h2, .RelatedHeadlines .body p
{
	display:none;
} 

a.email, a.rss {
background:url($rooturl/graphics/icons/email.png) no-repeat;
padding:0 22px 0 26px;
margin:0 0 6px;
display:block;
}

a.rss {
background:url($rooturl/graphics/icons/rss.png) no-repeat;
}





/* BREADCRUMB */
.breadCrumb {	
    margin:0 0 22px
}

.breadCrumb p {
    margin:0;
    padding:0;
}

/*news headline*/
.categoryList
{
	margin:0;
	padding:0;
}

.categoryNode
{
	list-style:none;
}

.categoryNode.selected a
{
	list-style:none;
	color:Red
}

#main .pnlHeadlineViewerPanel dl, #main .pnlHeadlineViewerPanel dl dd {
    margin-left:0
}

#main .relatedHeadlinesContainer dl {margin:0}

/*-------------------------------- INFO MESSAGE AND ERROR MESSAGE -------------------------*/
.ErrorLabel {
background:#FFE5E5;
border:1px solid #FF0000;
color:Black !important;
display:block;
font-weight:bold;
margin:0 0 1em;
padding:1em;
text-align:left;
}

.InformationMessage {
background:#EFF5EA;
border:1px solid #5CA653;
margin:0 0 1em;
padding:1em;
text-align:left;
}

  
 .NewInformationMessage {
	/*border: 1px solid purple;*/
}

/** end of combo box panels **/

/*-------------------------------- Bookmark -------------------------*/

.bookmarkFooter a {
    padding:0 5px;
}

/*-------------------------------- MISC STYLES -------------------------*/

.altColour {
	color:#252F66;
}

.block {
    display:block;
}

.inline 
{
	display:inline;
	font-weight:normal !important;
}

.centered {
	text-align:center;
}

.clear {
	clear:both !important;
}

.clearHide {
	clear:both;
	display:inline;
	font-size:1px;
}

.cvDelete {
		display:inline !important;
		margin: 0 !important;
		padding: 0;
		width: 19px;
		vertical-align:top;
}

.cvLink {
	display:inline;
	padding: 2px 0 0 0;	
	width: 170px;
	
}

.formSummaryText
{
	display:block;
}

.expandLeft, .expandRight {
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

input.image {
    width:auto
}

.hr {
}

.hr hr {
    display: none; 
}
	
.noMargin {
    margin:0
}

.noPaddNoMarg {
    margin:0;
    padding:0;    
}

.right {
	text-align:right;
}

.hide {
    display:none;
}

.spacer {
    border:0px solid black;
    cursor:pointer;
}

.userContentArea {
	display:block;
	margin-bottom:5px;		
}

.watermark {
	color:#000;
}

.wauto {
	width:auto !important;
}

.wmax {
    width:100%;
}
 
.zerojobs {
    background-color:#a9cfe1;
    border:1px solid #cccccc;
    padding:5px;
}

.capitalise
{
	text-transform:uppercase !important;
	display:inline;
	
}
.rssIcon
{
	float: right;
	padding: 5px;
}
.accessibility
{
    display:none
}	
	
.browseSearchOptionListLinkExpanded
{
    padding-left:2px;
    font-weight:bold;
    font-style:italic;
}	

.browseSearchOptionListLinkCollapsed
{
   padding-left:2px;
   font-weight:bold;
}	

.browseSearchOptionListLinkHidden
{
   display:none
}		

.inValidField
{    
    background-color:#dddddd;
    /*border: solid 1px red;*/
}

.inValidLabel
{    
    color:Red;
}

.latestJobs a {
    display:block;
}

#openCloseLink
{
	display: block;
	text-align: right;
	}

/* scrollable banners */ 
.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 300px; 
    height:70px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
/* end of scrollable banners */ 


#footer {
    font-size:12px
}

#footer .formFieldsContainer {
    width:300px;
}

#footer label {
    font-size:12px;
    width:26%;
}

#footer .col1, #footer .col2, #footer .col3 {
    float:left;
    margin:0 30px 37px 0;
    padding:12px 0;
    width:300px;
}

#footer .col2 {
clear:none;
}

#footer .col2 .header, #footer .col3 .header {
    margin:0 0 11px;
}

#footer .col3 {
    margin-right:0;
}

#footer .formFieldsContainer input, #footer .formFieldsContainer textarea, 
#sideBar .mailshotform input.mailshotInput {
    /* background: url($rooturl/graphics/footer-sprite.png) no-repeat;*/
    background: url($rooturl/graphics/footer-sprite-new.png) no-repeat;
    border:none;
    height:19px;
    padding:4px;
    width:202px;
}

#footer .formFieldsContainer input.btn {
    background:none;
    padding:0;
}

#footer .formFieldsContainer textarea {
    background: url($rooturl/graphics/sprite.png) no-repeat 0 -34px;
    height:124px;
    overflow:auto;
    
}

#footer .formFieldsContainer div.formButtons {
    padding-left:90px
}

#footer .twitterIcon {
    float:left;
    margin:0 15px 0 0;
}

#footer .dv3SideSiteSearchPanel {
    background: url($rooturl/graphics/sprite.png) no-repeat 88px -279px;
    border-bottom:1px solid #373737;
    border-top:1px solid #373737;
    padding:10px 0;
}

#footer .dv3SideSiteSearchPanel label {
    width: 88px;
    float:left;
    padding:0;
}

#footer .dv3SideSiteSearchPanel input {
    background:none;
    border:0;    
    float:left;
    margin:0 0 0 10px;
    width: 174px;
}

#footer .dv3SideSiteSearchPanel .formButtons {
    padding:0 !important;
    margin:0;
    float:left;
}

#footer .dv3SideSiteSearchPanel .formButtons .btn {
    margin:0;
    padding:10px 7px 8px;
    width:25px;
}

#footer .facebook, #footer .twitterContent {
    margin:0 0 20px;
}

#twitter_update_list {
    float:right;
    padding-bottom:15px;
    width:219px;
}

#footer .twitFollow {
margin:0 0 15px;
}

#footer .twitterContent iframe.twitter-follow-button 
{
float:right !important;
margin:-4px 0 13px!important;
width:220px !important;
}

#footer .header, #main .header {
    font-size:16px;
   
}

h1 {
border-bottom:1px solid #373737;
font-size:24px;
margin:0 0 33px;
}

.dlmenu dt {
    margin:0 0 14px;
}

/*Sidebar*/
#sideBar {
    background: url($rooturl/graphics/default-trans-bg.png);
}

#sideBar .header, #sideBar .heading {
    border-bottom:1px solid #373737;
    font-size:15px
}

#sideBar .heading {
    Margin:0 0 10px;
}

#sideBar .SearchResultsRowAlt {
    background:none;
}

#sideBar .List dd {
    border-bottom:1px solid #373737;
    padding:10px 0;
}

#mainNav ul, #mainNav ul li {
    margin:0;
    padding:0;
}

/*Tag clouding*/
#cloudTagging {        
    font-size:12px;
    padding:3px 15px 15px;
    text-align:center;
}

#cloudTagging a {    
    padding: 0 4px;  
    display:inline-block;       
}

.tag_0 {
    font-size:0.7em;
}

.tag_1 {
    font-size:0.8em;
}

.tag_2 {
    font-size:0.9em;
}

.tag_3 {
    font-size:1em;
}

.tag_4 {
    font-size:1.2em;
}

.tag_5 {
    font-size:1.4em;
    font-weight:bold;
}

.tag_6 {
    font-size:1.5em;
}

.tag_7 {
    font-size:1.6em;
}

.tag_8 {
    font-size:1.8em;
}

.tag_9 {
    font-size:2.2em;
}


.tag_10 {
    font-size:2.5em;
    font-weight:bold;
}

#sideBar {
    display:none;
}

legend {
    width:100%;
}

#tweetmeme_button {
    background:red !important;
}

.uppercase {text-transform:uppercase}

.imgBorder {border:solid 5px #373737}

.avatar {
    background: url($rooturl/graphics/footer-sprite.png) no-repeat 82px 0;    
}

.avatar input {
    margin-top:4px;
    border:none;    
}

#sideBar .mailshotform label.mailShotLabel 
{
display:none;  
}

#sideBar .mailshotform input.mailshotInput 
{
background-position: 0 0;
float:left;    
width:100% !important;     
}

.mailshotform .checkbox 
{
float:left;
padding-right:3px;
width:100px;  
}

.mailshotform
{
margin-bottom:20px;
}

.mailshotform .checkbox input
{
display:inline;
width:18px !important; 
margin-right:0;
float:right;
}

.mailshotform .checkbox label 
{
display:inline;
float:left;
width:auto !important;  
padding-right:5px;  
}

*+html .mailshotform .checkbox label  {line-height:1.6em; } /* for IE7 */

.mailshotError 
{
margin-top:15px;    
}

.subscribeBox 
{
float:left;
margin:0 0 5px 0 !important; 
width:210px;    
}

.mailshotform .formButtons 
{
float:right;
width:60px; 
margin:0;  
}

*+html .mailshotform .formButtons  {margin:0 0 20px 0 !important; } /* for IE7 */

/* APPLY QUESTION STYLES */

.ApplicationQuestions table.radio
{
width:400px !important;     
}

.ApplicationQuestions table.radio input
{
float:left;
width:15% !important;  
}

*+html .ApplicationQuestions table.radio label {margin-top:0;}

.ApplicationQuestions table.radio label
{
float:left;
margin-top:-3px;
padding-bottom:4px;
line-height:1.1em;
width:75% !important;  
}

.messageBoxMailshot 
{
width:90%;
clear:both; 
}

*+html #sideBar .mailshotform input.mailshotInput {margin-bottom:4px;}

*+html .mailshotformDiv {overflow:visible; padding-bottom:4px !important; clear:both;}

.messageBoxMailshot .InformationMessage
{
float:left;
width:100%;
height:20px;
margin:5px 0 4px 0 !important;
text-align:center;
color:#666; 
}

#vacancyDetails .searchNav li.first {
font-size:18px;
font-weight:bold;
margin-top:-4px;
}

.search404 .dv3SideSiteSearchPanel .fLeft {width:215px}
.search404 .dv3SideSiteSearchPanel .fLeft label {float:left}
.search404 .dv3SideSiteSearchPanel .formButtons {margin: 3px 0 0; padding: 0 0 0 20px;}

.topHeadline .blogResultImage {
    overflow: hidden;
}

.contactBio {border-bottom: 1px solid #373737;
    border-top: 1px solid #373737;
    margin: -1px 0 0;
    padding: 10px 0;}

.sidePadding 
{
    width: 185px;
    margin-left: -13px;
    background: #000;
    height: 20px;
}

#sideNav .sideLinks ul, #sideBar .sideLinks ul
{
    margin: 0;
    padding: 0;
}

#sideNav .sideLinks ul li, #sideBar .sideLinks ul li
{
    list-style: none;
    padding-bottom: 14px;
}

#sideNav .sideLinks .header, #sideBar .sideLinks .header 
{
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #373737;
    margin-bottom: 8px;
}

.menu .horizontal .item {
    clear: none;
    display: block;
    float: left !important;
    width: 49%;
}

    
