@media all {
	
/* --- reset and base styles --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: top;
}

input, textarea, select{
	font-family:inherit;
}

body {
	color: #000;
	background: #EFF5FF;
	font: 62.5% Arial, Helvetica, sans-serif; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{overflow: hidden;} /*consider these to get around IE itallics bug, also solves strings and urls too long for their containers and resolves padding issues on IE submit buttons*/
/* input.button{overflow:visible} resolves padding issues on IE submit buttons -- usage: add class 'button' to any text-type submit elements - BEWARE: in some cases (identified when using input type="submit") this may trigger peekaboo in IE7*/

/* --- end of reset ---*/


/*	----- General -----*/
.be-nice-to-Mac-IE5 {
    	font-family: "\"}\"";
    	font-family: inherit;
  	}

p, p span {
	text-align: left;
	font-size: 1.2em;
	}

a {
	text-decoration: none;
	color:#0083c3;
	overflow:hidden;
	}

p a {
	text-decoration: underline;
	}

p a:hover, h3 a:hover {
	background-color: transparent !important;
	}

a:hover {
	text-decoration: underline;
	color:#ec008c;
	}

a:focus, a:active  {
	background-color: #D4DFE5;
	outline: 0;
	}
	
.italic {
	font-style: italic;
	}
	
strong {
	font-weight: 700;
	}

ul {
	list-style: none;
	}

.cms ul {
	list-style: disc;
	padding: 5px;
	margin: 5px;
	}	

#uberContainer {
	margin: 0 auto;
	position: relative;
	width: 958px;
	padding: 0 8px;
	background: #fff;
	}

#content {
	clear: both;
	}


#maincol {
	margin:0 15px;  
	height:1%;
	display:inline;
	}
	
h1 {
	font-size: 1.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	text-transform:uppercase;
	margin-left:15px;
	display:inline;
	float:left;
	}
	
h1.channel {
	color:#000;
	}

h1.tvHeader{
	float:left;
	display:inline;
	width:200px;
	}
	
h1 span, #siteLogo span {
	position:absolute;
	text-indent:-999px
	}


h2 {
	font: 1.45em/1.30em Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	}

#news h2, #channel h2, #login h2, #confirmRegister h2, #article h2 {
	padding-top: 14px;
	}


h2.noBorder{	
	border:none!important;
}

h3 {
	font: 1.0em/1.0em "Trebuchet MS";
	color: #999;
	}

h4 {
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	color: #999;
	}	

hr {
	display: block;
	clear: both;
	height: 1px;
	background: #999;
	width: 85%;
	margin: 0 auto;
	}
	
div.clearFloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	}	

.left {float: left;}
.right {float: right;}
.centered {	margin: 0 auto;	}
.none {	float: none;}
.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

.inline {display: inline;}

.marginLeft {margin-left: 10px;}
.marginLeft5 {margin-left: 5px;}
.marginLeft20 {margin-left: 20px;}

.marginRight {margin-right: 10px;}
.marginRight5 {	margin-right: 5px;}
	
.marginTop {margin-top: 10px;}
.marginTop5 {margin-top: 5px;}
.marginTop10 {margin-top: 10px;}
.marginTop20 {margin-top: 20px;}
	
.marginBottom {margin-bottom: 10px;}
.marginBottom5{margin-bottom: 5px;}
.marginBottom10 {margin-bottom: 10px;}
.marginBottom20 {margin-bottom: 20px;}
.marginBottom30 {margin-bottom: 30px;}
	
.noMargin {	margin: 0!important;}

.paddingTop {padding-top: 10px;}
.paddingTop5 {padding-top: 5px;}
.paddingTop30 {	padding-top: 30px!important;}

.paddingBottom {padding-bottom: 10px;}

.paddingLeft {padding-left: 10px;}
	
.smallText {font-size: 0.9em;}

.bkgGrey {
	background: #eff2f3;
	width: 100%;
	border: 1px solid #c8cacb;
	border-top: none;
	}
	
.borderTop{	border-top: 1px solid #000;	}
.borderBottom{border-bottom: 1px solid #000;}

.bold{	font-weight:700;}

.hide {display: none!important;}

.fullWidth {width: 100%;}	

.horizList ul li, ul.horizList li {
	float: left;
	display: inline;
	}
	
/* image borders */
	
.thumbContainer a {
	display:block;
	width:auto;
	}
	
.imgBorder, .articleImage {
	float:right;
	margin:0 0 10px 20px;
	}
	
.imgBorder img, .articleImage img {
	display:block;
	}


/*-- solution search --*/
#solutionSearchWrap {
	float:right;
	width:342px;
	}

#solutionSearch {
	width:266px;
	border: 1px solid #d9d9d9;
	float:right;
	background-color:#f6f6f6;
	padding:6px;
	}
	
#solutionSearch .field {
	width: 168px;
	/*height: 15px!important; commented this out for accessibility*/
	margin: 0 10px 0 0;
	border: 1px solid #797979;
}

#solutionSearch label {
	margin:2px 4px;
	display:block;
	}

/*-- end solution search --*/

/* --- Subcol Elements ---*/

#subcol form {
	padding: 12px 0 0 10px;
	}

#subcol form .formRow{
	margin-bottom:4px;
	}

#subcol form input.radio{
	padding:0;
	border:none;
	width:18px;
	}

#subcol form input{
	vertical-align: middle;
}

#pollContainer #lastPoll .pollBarContainer{
	background-color: #f4f4f4;
	color: #000000;
	}

/* --- Lists --- */


ul.bulletBlack li a, p.bulletBlack a, h3.bulletBlack a {
	background: url(/_images/arrowRightBlack.gif) no-repeat;
	color: #E0042A;
	}
	
p.bulletRed a, h3.bulletRed a {
	color: #000;
	}
	
ul.bulletRed li {
	color: #000;
	padding: 0 0 0 14px;
	}

p.bullet a, h3.bullet a {
	padding: 0.2em 0.2em 0.2em 1.5em;
	display: block;
	background-position: 0 0.6em;
	}

p.bulletRSS a{
	background: url(/_images/bulletRSSFeed.gif) no-repeat 0 0.35em;
	color: #E0042A;
	}

ul.bulletWithRSSIcon li a {
	line-height:20px;
	background: url(/_images/iconRSSFeed.gif) top left no-repeat;
	padding-left:20px;
	margin-left:10px;
}

p.bullet a {
	text-decoration: none;
	}	

ul.jobOfWeek li{
	width:280px;
	overflow:hidden;
	word-break:break-all;
	}

ul.jobOfWeek li a {
	padding: 0.3em 0.2em 0.4em 1.5em;
	border-bottom: 1px solid #CDCDCD;
	background-position: 0 0.7em;
	}

ul.standard li a {
	padding: 0.3em 0.2em 0.4em 0.8em;
	display: block;
	overflow: hidden;
	}
			
a.buttonStyle {
	border: 1px solid #c03;
	background: #dc0d29 ;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 2px 3px;
	}

a.buttonStyle:hover {
	background: #dc0d29 !important;
	}

/* --- Boxes --- */

.boxBlackBorder {
	border: 1px solid #000;
	border-top: none;
	padding-bottom: 10px;
	}

.boxGreyBorder {
	border: 1px solid #DCDCDC;
	border-top: none;
	padding-bottom: 10px;
	}

.h1WithSponsor{
	width:278px;
	color:#b2b2b2;
	padding-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline;
	text-align:right;
	padding-bottom:7px;
	background: url(/_images/borderDotHoriz.gif) repeat-x bottom left;
	}

.h1WithSponsor img{
	vertical-align:bottom;
	margin-left:10px;
	}

.h1Standard h1, .h1WithSponsor h1{
	border:none;
	float:left;
	padding-top:3px;
	padding-left:8px;
	}

.h2WithRss {
	font-weight: 700;
	color: #000;
	border-bottom: 3px solid #000;
	float:left;
	width:100%;
	}

.h2WithRss h2{
	float:left;
	border:none;
	}

.h2WithRss .rssFeed img{
	padding: 16px 0 0 6px;
	position:relative;
	float:right;
	}

.rssFeed img{
	padding: 5px 0 0 6px;
	float:left;
	}

.h2Rss .rssFeed img{
	padding: 17px 0 0 6px;
	}

.h2Rss h2 img{
	padding-left: 10px;
	}

.rssFeed a:focus, .rssFeed a:active{
	background:none;
	}

.pageSponsor {
	width: 300px;
	background: #fff;
	padding: 0 0 0 9px;
	float: left;
	border-left: 1px solid #000;
	margin:0;
	line-height:28px;
	}

.tools .pageSponsor{
	width: 197px;
	padding: 0;
	border:none;
	
}

.pageSponsor img {
	margin-left: 5px;
	padding-top:2px;
	}

/* --- Story summaries --- */

.story {
	width: 100%;
	clear: both;
	float: left;
	background: transparent;
	/*padding-bottom: 0px;*/
	margin-bottom:0!important;
	}
	
.alternate {
	border-top:solid 1px #cfcfcf;
	border-bottom:solid 1px #cfcfcf;
	}

.story img {
	/*float: left;*/
	/*margin: 8px 15px 0 0;*/
	}

.story .storyContent{
	height:1%; 
	padding-bottom: 4px;
	}

.storyContent p,
.featureContent p {
	font-size:1.4em!important;
	font-family:"Times New Roman", Times, serif;
	}
.summaryArticle p {
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
}
.story span.storyType {
	color: #666;
	}

.story p {
	margin-top: 5px;
	}

.feature {
	background: #fff;
	display:block;
	width:587px;
	margin-bottom:23px;
	}

.feature img{
	/*float:right;
	margin-left:10px;*/
	}

.feature h1{
	display:block;
	float:none;
	font-family:"Trebuchet MS";
	font-size:2.5em;
	font-weight:300;
	margin-bottom:8px;
	margin-left:0;
	margin-right:0;
	padding:0;
	text-transform:capitalize;
	line-height:1.1em;
	}
	
.feature h1 a {
	font-weight:300;
	display:inline;
	float:none;
	}	

.feature .story h3 {
	font-size: 1.30em;
	}
	
.feature .story h4 {
	padding-bottom: 10px;
	}

.feature .story p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0 0;
	}

.feature .story h4.byline {
	margin-top: 3px;
	font-family:"Times New Roman", Times, serif;
	}

h4.byline {
	color: #666;
	margin-top: 3px;
	padding-bottom: 4px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-family:"Times New Roman", Times, serif;
	}
	
	#topStoryHome h4.byline,
	.feature h4.byline {
		font-size: 1.2em;
	}
	
.author,
h4.byline a.author{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#EC008C;
}	

h4.byline span {
	font-weight: 700;
	color: #869fcc;
	}

	h4.byline span.authorName {
		text-transform: uppercase;
		color:#666;
		font-weight: normal;
		}
		
h4.byline a {
	text-decoration: none;
	float: left;
	}
	
h4.byline a:hover {
	text-decoration: underline;
	}	
	
.cols1Full {
	float: left;
	background: #F8F6F7 ;
	width: 100%;
	padding: 10px 0;
	}

.cols1Full p {
	padding: 0 5px 5px 10px;
	}

.colLayout2 {
	background:transparent url(/_images/borderDotVertical.gif) repeat-y scroll 304px 0pt;
	/*padding-left:4px;*/
	/*width:595px;*/
	}

.borderVerticalRight {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 302px 40px;
	}
	
.borderVerticalRightHome {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 304px 33px;
	}

.borderVerticalRightNews {
	/*background: url(/_images/borderDotVerticalFull.gif) no-repeat 417px 20px;*/
	}

.features .borderVerticalRight, .furtherNews .borderVerticalRight {
	background-position:304px 46px;
	}
	
.borderVertical2Thirds {
	/*background: url(/_images/borderDotVerticalFull.gif) no-repeat 412px 0px;*/
	}
	
.borderVerticalRightThisIssue {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 428px 46px;
	}

.cols2Left {
	width: 296px; /*.noModuleFix adjusts for the box model*/
	float: left;
	margin-right: 18px;
	}

.cols2Right{
	width: 296px;
	float:left;
	}
	
.cols2Thirds {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:0pt 8px 0pt 0px;
	clear:both;
	}
	
.cols2ThirdsNews {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:10px 0 0 0;
	clear:both;
	}

.cols1Third {
	width: 166px;
	float:left;
	}

.noModuleFixLeft /*for use when your not using the module class on a cols2Left*/{
	width:296px;
	}

.noModuleBkgFixRight{
	width:280px;
	}

#bulletins .cols2Left li{
	width:285px;
	}

#bulletins .cols2Right li{
	width:290px;
	}

/* --- features module 3 col - used on home page --- */
.colLayout3 {
	float: left;
	width: 100%;
	height:1%;
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 200px 46px;
	}
	
.colLayout3Background {
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 403px 46px;
	float:left;
	}
	
.cols3 {
	width: 183px;
	float: left;
	padding: 0 10px;
	}
	
.features h3 {
	background:none!important;
	padding-left:0!important;
	}

.features h4 {
	margin-top:3px;
	padding-right:5px;
	}
.features p {
	clear:left;
	padding-right:5px;
	}


/* --- Article Page --- */

/* article cols */

.cols1ThirdNews {
	padding-top: 2px!important;
	}
	
.cols1ThirdNews h2 /*.cols1ThirdNews .module h3*/ {
	padding-left: 20px!important;
	}
	
.cols1ThirdNews .relatedArticles, .cols1ThirdNews .relatedLinks, .cols1ThirdNews .LatestNewsLinks {
	width: 177px;
	margin-bottom: 15px;
	}

#article {
	float: left;
	background: transparent url(/_images/article_bkg.gif) left top repeat-y;
	}

#article .cols2Left {
	margin-right: 0;
	background: #F8F6F7;
	}

#article .cols2Left h2 {
	border: none;
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 5px;
	}

#article .cols2Left h2, #article .cols2Left h3, #article .cols2Left h4, #article .cols2Left h4.byline, #article p, #article .cols2Left form {
	padding-left: 10px;
	padding-right: 5px;
	}

#article .cols2Right {
	width: 310px;	
	}

#article .tools {
	width: 260px;
	padding-top: 5px;
	margin-left: 10px;
	}

#article .cols2Left h3 {
	border-bottom: none;
	font-weight: 400;
	}

#article #commentsBody {
	margin-top: 10px;
	}

#article #commentsBody textarea {
	width: 268px;
	border: 1px solid #999;
	}

#article .comment {
	border-bottom: 1px solid #ccc;
	margin: 5px 5px 5px 10px;
	}
	
#article .comment p, #article .comment h4 {
	padding: 0;
	padding-bottom: 5px;
	}

#article .comment h4 {
	color: #666;
	font-weight: 700;
	}

#article #commentsBody label, #article #commentsBody p.labelStyle {
	color: #000;
	font-size: 1.45em;
	margin-bottom: 5px;
	display: block;
	}

#article form p {
	padding-left: 0;
	}

.emailSent {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	}

*+html .slideshow {
	padding: 8px 8px 0px 18px!important;
	}
	
p.commentsBubbleArticle {
	background: url(/_images/commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	height:20px;
	color: #0083c3;
	float: left;
	margin: 3px 10px 0 0;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
	display:inline-block;
	padding-right:0 !important;
	}
	
a.commentsArticleLink {
	text-decoration:none;
	font-size:1.1em !important;
}

.commentsArticleLink:hover {
	text-decoration:underline;
	font-size:1.1em;
}

p.clearLeftComments {
	clear:left;
	margin:15px 0 20px 0;
	font-size:1em;
	padding-right:0 !important;
}

/*articleWrap*/
.articleWrap {
	padding-left:15px;
	}
	
.articleWrap h1 {
	font-family:"Trebuchet MS";
	font-size:2.5em;
	font-weight:300;
	color:#0083C3;
	line-height:1em;
	text-transform:none;
	margin:0;
	width:280px;
	float:none;
	}
	
.articleWrap h4 {
	clear:left;
	padding-top:13px;
	}
	
.articleWrap p {
	padding-right:211px;
	}



/*Implements the slideshow play buttons and numbers styles*/

#sliderGroup {
	text-align:center;
	margin-top:10px;
	margin-left:4.5em;
}
	
.slider {
	text-align:center;
	background: url(/_images/bgSlider.gif) repeat-x 0 0;
	padding: 5px 0 2px 4px;
	float: left;
}

.sliderLeft {
	background: url(/_images/bgSliderLeft.gif) no-repeat 0 0;
	float: left;
	width: 7px;
	height: 28px;
	}
	
.sliderRight {
	background: url(/_images/bgSliderRight.gif) no-repeat 0 0;
	float: left;
	width: 8px;
	height: 28px;
	}


ul.control {
	display: block;
	margin-right: 5px;
    border: solid 1px #ccc;
	float: left;
	background-color: #fff;
	height: 16px;
}

ul.control li {
      display:inline;
      float:left;
	  background-color: #fff;
}

ul.control .last {
      margin-right: 0!important;
}

ul.control li img {
      display:inline!important;
      padding-top:3px;
      padding-bottom:2px;
}

ul.control li .spacer {
      float:left;
      background-color:#fff;
      color:#000;
      text-decoration:none;
      padding: 10px 5px;
}

ul.control li a {
      float:left;
      background-color:#fff;
      color:#000;
      text-decoration:none;
      padding: 1px 6px 2px 5px;
	  width: 8px;
}

ul.control li a:hover {
      background-color:#f2f2f2;
}

/* -- End Slideshow controls --*/

.feature {
	padding: 8px 8px 8px 16px;
	height:1%;
}
	

/* --- cms reset styles --- */

/* styles from the WYSIWYG that we have little control over */


/* --- cmsPlainContent styles --- */
div.cms {
	padding:0 15px 0 15px;
	}

div.cms h1 {
	margin:0 0 20px 0;
	}
	
div.cms h2 {
	font-size:2em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	}
	
div.cms h3 {
	font-size:1.5em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	}
	
div.cms h4 {
	font-size:1.3em;
	line-height:1.5;
	font-weight:bold;
	color:#000;
	margin:10px 0 15px 0;
	}
	
div.cms h5 {
	font-size:1.1em;
	line-height:1.3;
	font-weight:bold;
	color:#000;
	margin:5px 0 15px 0;
	}
	
div.cms p {
	clear:left;
	margin:0 0 15px 0;
	}
	
div.cms img {
	border:none !important; /*used to overide cms inline border styles*/
	margin:0 !important; /*used to overide cms inline margin styles*/
	margin-top:1em !important; /*used to make sure there is enough space above images*/
	margin-bottom:1em !important; /*used to make sure there is enough space below images*/
	margin-right:1em !important; /*used to make sure there is enough space below images*/
	}

div.cms p img{
	margin:0 0.5em!important;
}
	
div.cms table img {
	margin-top:0 !important;
	}
	
div.cms ul {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 18px;
	padding:0 0 0 18px;
	list-style-type:disc;
	}
	
div.cms ol {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 21px;
	padding:0 0 0 21px;
	list-style-type:decimal;
	}
	
div.cms dl {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 21px;
	padding:0 0 0 21px;
	padding:0;
	}
	
div.cms ul li, div.cms ol li, div.cms dl li {
	margin:0;
	padding:0;
	}
	
div.cms ul li a,  div.cms ol li a, div.cms dl li a {
	font-size:1em;
	cursor:pointer;
	}

div.cms strong {
	font-weight:600;
	}
	
div.cms em {
	font-style:italic;
	}
	
div.cms table {
	margin:0;
	border-bottom:1px solid #cfcfcf;
	font-size:1.2em;
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table.first {
	border-top:1px solid #cfcfcf;
	}
	
div.cms table tr {
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table td {
	padding:5px 0;
	vertical-align:top;
	background-color:#fff!important;/*used to overide cms inline background colour styles*/
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table td strong {
	font-weight:600;
	}
	
div.cms table td p {
	margin:0;
	font-size:1em;
	}
	
div.cms table td.image {
	width:93px;
	}
	
div.cms table.cms_table {
	margin:0 0 1em 0;
	border-top:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:none;
	font-size:1.2em;
	}
	
div.cms table.cms_table thead tr td {
	font-weight:bold;
	text-align:center;
	background-color:#dbdbdb!important;
	}

div.cms table.cms_table td {
	padding:5px;
	border:none !important; /*used to overide cms inline border styles*/
	border-bottom:1px dotted #000 !important; /*used to overide above style*/	
	border-right:1px dotted #000 !important; /*used to overide above style*/
	}
	
/*  -----  Pagination ---- */

.pagination {
	clear: both;
	background: url(/_images/borderDotHoriz.gif) repeat-x bottom left;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	width:558px;
	}
	
.paginationBottom {
	clear: both;
	background: url(/_images/borderDotHoriz.gif) repeat-x top left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	}

.pagination img {
	margin-top: 2px;
	}

.paginationPageNo, .paginationPrev, .paginationNext {
	display: inline;
	}

.paginationPageNo span {
	font-weight: 700;
	font-size: 1.1em;
	}

.paginationPageNo a {
	padding: 0 3px;
	}

.paginationPrev {
	margin-right: 10px;
	}

.paginationNext {
	margin-left: 10px;
	}

.paginationPrev a, .paginationNext a {
	font-size:1.1em;
	}

.paginationPrev img, .paginationNext img {
	/*position: relative;
	top: -1px;*/
	}

.searchListing {
	background: #fff;
	}

/* Filter articles */

#filterArticles h3 a span{
	padding-left:14px;
	display: block;
	width:80px;
}

#filterArticles h3  {
	display: block;
	background: url(/_images/filterHeaderLessMore.gif) 0 21%;
	background-repeat: no-repeat;
	text-decoration: none;
	width:9px;
	padding-bottom: 5px;
	
	}
	
#filterArticles h3 a{	
	cursor: hand;
}

#filterArticles h3.filterOff {
	background-position: -141px 21%;
	background-repeat: no-repeat;
	width:9px;
	text-decoration: none;
	}

#filterArticles h3.filterOff a:hover{
	text-decoration: none;
	}

#filterArticles ul {
	margin: 0 0 5px 15px;
	}
	
#filterArticles ul ul {
	margin: 4px 0 5px 19px;
	}

#filterArticles ul li {
	display:block;
	text-align: left;
	}

#filterArticles ul li a span {
	margin: 0 0 0 3px;
	}

#filterArticles ul li img {
	vertical-align: middle;
	}

#filterArticles p.intro{
	margin-bottom:10px;
	}

.filter {
	border-bottom: 1px solid #CDCDCD;
	}

.filterOn, .showFilters {
	display: block;
	}

.filterOff, .hideFilters {
	display: none;
	}

/* --- Forms --- */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

input, textarea {
	padding:1px 4px; /*this will play havoc with the box model -  please take 8px off every fixed width form*/
	}
	
select {
	height: 20px;
	}

option {
	padding: 0.1em 0.2em;
	}

input.field, input.fieldClearText {
	}
	
input.checkBox {
	border: none;
	}
	
input.button {
	font-weight: 700;
	border: none;
	padding: 3px;
	}
	
input.goButton {
	display:block;
	width: 40px;
	height:16px;
	border:0 none;
	background: transparent url(/_images/btnGo.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
#jobSearch input.goButton {
	margin:3px 0 0 132px;	
	}
	
input.goButton:hover { 
	background: transparent url(/_images/btnGo.gif) no-repeat -39px 1px;
	}
	
input.searchButton {
	display:block;
	width: 68px;
	height:18px;
	border:0 none;
	margin:0 0 0 5px;
	background: transparent url(/_images/btnSearch.gif) no-repeat 0 2px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.searchButton:hover {
	background: transparent url(/_images/btnSearch.gif) no-repeat -68px 2px;
	}
	
input.commentButton {
	display:block;
	width: 123px;
	height:16px;
	border:0 none;
	margin:20px 0 0 0;
	background: transparent url(/_images/btnPostComment.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.commentButton:hover {
	background: transparent url(/_images/btnPostComment.gif) no-repeat -123px 1px;
	}
	
input.loginButton {
	display:block;
	width: 79px !important;
	height:22px;
	border:0 none !important;
	margin-left:100px;
	background: transparent url(/_images/btnLogin.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.loginButton:hover {
	background: transparent url(/_images/btnLogin.gif) no-repeat -79px 1px;
	}
	
input.newEventButton {
	display:block;
	width: 205px !important;
	height:16px;
	border:0 none !important;
	margin:10px 0 0 134px;
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.newEventButton:hover {
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat -205px 1px;
	}
	
input.sendPasswordButton {
	display:block;
	width: 163px;
	height:22px;
	border:0 none !important;
	margin:10px 0 0 144px;
	background: transparent url(/_images/btnSendPassword.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.sendPasswordButton:hover {
	background: transparent url(/_images/btnSendPassword.gif) no-repeat -163px 1px;
	}
	
input.voteButton {
	display:block;
	width: 51px;
	height:22px;
	border:0 none !important;
	margin:5px 0pt 0pt;
	background: transparent url(/_images/btnVote.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.voteButton:hover {
	background: transparent url(/_images/btnVote.gif) no-repeat -51px 1px;
	}
	
input.resendButton {
	display:block;
	width: 240px !important;
	height:22px;
	border:0 none !important;
	margin:5px 0 0 152px;
	background: transparent url(/_images/btnResend.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.resendButton:hover {
	background: transparent url(/_images/btnResend.gif) no-repeat -240px 1px;
	}
	
input.continueButton {
	display:block;
	width: 113px !important;
	height:22px;
	border:0 none !important;
	margin-left:164px;
	background: transparent url(/_images/btnContinueLarge.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
#frmBulletinSelect input.continueButton {
	margin-left:69px;
	}
	
input.continueButton:hover {
	background: transparent url(/_images/btnContinueLarge.gif) no-repeat -113px 1px;
	}
	
div.hideError {
	display: none;
}
div.showError {
	display: block;
	color: #ff0000;
	margin-left:135px;
}

label {
	font-size: 1.2em;
	}

.frmRow {
	margin: 0 0 10px 0;
	float:left;
	clear: both;
	}
	
#frmBlueBoomerangSearch .frmRow {
	clear: none;
	}
	
#frmBlueBoomerangSearch .frmRow label {
	padding-top:2px;
	padding-right:10px;
	}
	
.frmRow label {
	float: left;
	}

/* --- end forms ---*/

/* New Registration Process */

.dottedRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x 0 0;
	}
	
#regError {
	clear: both;
	}

form#frmPasswordReminder .showError p {
	float: left;
	display: inline;
	color: #CC0000;
	font-weight: 700;
	width: 300px;
	margin-bottom: 5px!important;
	}
	
form#frmBasicReg .showError {
	margin-left: 85px;
	padding-left: 0;
	line-height: 12px;
	display: inline;
	}
	
#postCodeHelper {
	margin-bottom: 10px;
}

/* Form Login */

form#frmLogin, form#frmBasicReg {
	/* -- can the code below not be removed please - removing takes the styles off the login page -- */
	margin-top: 20px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 20px 10px 0 10px;
	width: 573px;
	}

form#frmLogin .errorMessageBlock, form#frmBasicReg .showError {
	line-height: 1.6em;
	float: left;
	color: #CC0000;
	font-weight: 700;
	margin-left: 167px!important;
	margin-bottom: 3px;
	}
	
form#frmLogin .showError {
	line-height: 1.6em;
	color: #CC0000;
	font-weight: 700;
	margin-left: 105px!important;
	margin-bottom: 3px;
	}	

form#frmLogin .frmRow{
	display:block;
	width:320px;
	}
	
form#frmLogin .frmRow label {
	float: left;
	width: 100px;
	font-weight: normal;
	}
	
form#frmLogin .rememberMe {
	padding-left:0;
	display: inline;
	float:left;
	}

form#frmLogin .rememberMe label {
	text-align: left;
	float: left;
	font-weight: 700;
	width: 100px!important;
	}
	
form#frmLogin .rememberMe input {
	width: 13px!important;
	height:13px;
	float:left;
	margin: 0 5px 0 103px;
	display: inline;
	border:none;
	}

form#frmLogin .forgotPass {
	margin-left:95px;
	display: inline;
	float:left;
	font-size: 1.2em;
	width:200px;
	}

form#frmLogin label, form#frmBasicReg label {
	text-align:right;
	margin-right:5px;
	display: block;	
	float: left;
	font-weight: 700;
	line-height:1.6em;
	}	
	
#frmActivationLookUp label {
	text-align:right;
	margin-right:5px;
	display: block;
	float: left;
	width: 150px;
	}

form#frmLogin label.remember {
	text-align:left;
	float:left;
	line-height: 1.2em;
	font-weight: 700;
	}

form#frmLogin .button {
	margin-left: 100px;
	display:inline;
	width: 79px!important;
	}
	
#frmLogin .marginLabelWidth {
	margin-left: 84px;
	display: inline;
	}
	
#frmLogin #LeadStoryContainer, #passwordReminder #LeadStoryContainer {
	width: 300px;
	float: left;
	background: url(/_images/loginPipe.gif) no-repeat right 30px;
	}
	
#passwordReminder #LeadStoryContainer {
	background: url(/_images/loginPipe.gif) no-repeat right 30px;
	}
	
#frmPasswordReminder {
	width: 320px;
	float: left;
}
	
form#frmPasswordReminder .frmRow input{
	width: 162px;
	float:left;
	border: 1px solid #797979;
	}

form#frmPasswordReminder label {
	width:121px;
	}

.regPageMargin .loginLeft {
	float: left;
	width: 325px;
	}
	
#haveYouRegistered {
	background: #ced8eb none repeat scroll 0%;
	float:left;
	margin:0pt 0pt 0pt 20px !important;
	padding:15px 15px 15px 15px;
	width:195px;
	}
	
.forgotPassFormArea {
	width: 320px;
	float: left;
	}

.plainHaveYouReg #haveYouRegistered {
	width: 195px;
	padding: 14px 14px 4px 14px;;
	border: none;
	}
	
#haveYouRegistered h4, #passwordReminder #haveYouRegistered h4 {
	font-size: 1.45em;
	font-weight: 700;
	margin-top: 0!important;
	margin-bottom: 5px!important;
	color: #000;
	}
	
.loginErrorMargin {
	padding-left: 75px;
	}
	
.loginTrouble {
	margin: 15px 0 0 115px;
	width: 450px;
	}
	
.loginTrouble h4 {
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
	}
	
#registerForm .troubleLogIn {
	clear: both;
	margin-left: 20px;
	display: inline;
	padding-right: 20px;
	float: left;
	width: 260px;
	}
	
#registerForm .troubleLogIn h4 {
	margin-bottom: 0;
	}

#loginErrorContainer {
	float: left;
	padding-top: 10px;
	}
	
#loginErrorMessage {
	height: 95px;
	padding: 45px 0 0 10px;
	float: left;
	}
	
#loginErrorMessage .showError {
	clear: both;
	}

form#frmBasicReg .frmRow{
	width:570px;
	}

form#frmBasicReg .checkboxContainer .showError {
	margin-left: 102px;
	padding-left: 0.8em;
	line-height: 12px;
	display: inline;
	}

form#frmBasicReg label {
	width: 14.5em;
	}

form#frmBasicReg .checkbox {
	margin-right:5px;
	float:left;
	display: inline;
	}
	
form#frmBasicReg .checkbox input {
	float:left;
	width: 18px !important;
	}
	
form#frmBasicReg label.checkboxLabel {
	text-align:left;
	float:left;
	line-height: 1.2em;
	width: 400px;
	}
	
form#frmBasicReg label.checkboxLabel span {
	font-weight: 700;
	line-height: 1.2em;
	}

form#frmBasicReg div.TandCs label.checkboxLabel {
	width:auto;
}
	form#frmBasicReg div.TandCs span.TandCsLink {
		float:left;
		margin-left:-2px;
		font-size:1.2em;
		font-weight:700;
	}
	
form#frmBasicReg .checkboxContainer {
	background-color: #fff!important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px 0 10px 0;
	width: 738px;
	}
	
.checkboxExplain {
	padding-left: 214px!important;
	width: 420px;
	}
	
form#frmBasicReg .bottomBorder {
	border-bottom: 1px solid #ccc;
	}

form#frmBasicReg #sTitle {
	width: 60px;
	}

.bulletinPreview {
	margin-left: 10px;
	line-height: 1.2em;
	}
	
.bulletinInfo {
	margin-left: 20px;
	margin-bottom: 0;
	clear: both;
}

.bulletinRow {
	margin-bottom: 10px;
}

form#frmBasicReg .showError {
	clear: both;
	width: 400px;
	}

form#frmBasicReg .frmRow input, #frmLogin .frmRow input, #frmActivationLookUp .frmRow input {
	/*width: 199px;*/
	width: 35%;
	float:left;
	border:1px solid #797979;
	}

#frmLogin .frmRow input{
	width:199px;
	}
	
form#frmBasicReg .frmRow select, #frmLogin .frmRow select {
	margin:0!important;
	padding:0!important;
	float:left;
	}

#frmBasicReg .frmRow .frmSelect{
	margin-top:5px;
}

#frmBulletinSelect {
	min-height: 400px;
	margin: 40px 0 0 20px;
	position: relative;
	}

#frmBulletinSelect .checkbox input {
	border: none;
	float: left;
	margin-right: 8px;
	}
	
#frmBulletinSelect label {
	float: left;
	font-weight: 700;
	}
	
#frmBulletinSelect .row0 {
	background: #fff;
	padding: 10px 30px 10px 45px;
	margin-bottom: 0!important;
	width: 512px;
	}
	
#frmBulletinSelect .row1 {
	background: #f2f2f2;
	padding: 10px 30px 10px 45px;
	margin-bottom: 0!important;
	width: 512px;
	}
	
#frmBulletinSelect .row0 p, #frmBulletinSelect .row1 p {
	padding: 0 30px 0 5px;
	}
	
#frmBulletinSelect .row0 a, #frmBulletinSelect .row1 a {
	font-size: 1.2em;
	margin-left: 10px;
	}
	
#frmBulletinSelect .button {
	margin: 20px 0 0 45px;
	}

.paddedBoxBulletinSelect {
	padding: 10px 0px 1px 0px;
	}

.paddedBoxBulletinSelect .intro {
	margin: 20px 30px 10px 20px;
	font-weight: 700;
	width: 562px;
	}
	
.bulletinPreviewImage {
	position: absolute;/*why!!!!!!!?????????? surely you can float that shiznit*/
	top: -50px;
	left: 590px;
	}

.largeCol .whiteBG {
	background: #fff!important;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	}
	
.emailError ul li a {
	font-weight: normal!important;
	}

.welcomeProfile {
	margin-top: 25px;
	}

.welcomeProfile	img {
	float: left;
	width: 106px;
	margin: 0 10px 10px 0;
	}
	
.welcomeProfile	.profileInfo {
	float: left;
	width: 190px;
	margin-bottom: 20px;
	}
	
.welcomeProfile	.profileInfo h3 {
	margin-top: 0;
	margin-bottom: 8px;
	}

.welcomeProfile	.profileInfo img {
	width: 92px;
	}
	
.welcomeProfile	.profileInfo p {
	margin-bottom: 5px;
	}
	
.welcomeProfile	.profileInfo p span{
	color: #6e6e6e;
	}

.welcomeProfile	.links {
	float: left;
	background: url(/_images/loginPipe.gif) 0 0 no-repeat;
	height: 106px;
	padding-left: 30px;
	padding-top: 36px;
	}

.frmHelper {
	border: 1px solid #d2232a;
	padding: 10px;
	margin-top: 20px;
	background: url(/_images/iconWarning.gif) 5px 6px no-repeat #fde1e0;
	clear: both;
	width: 500px;
	margin-left: 15px;
	padding-left: 50px;
	}
	
.errorMessages {
	padding:20px 0 0 15px;
	}
	
.errorMessages .frmHelper {
	border: 1px solid #797979;
	margin: 26px 0 0 9px;
	background: url(/_images/icon-info.gif) 6px 7px no-repeat #fff;
	clear: both;
	width: 500px;
	padding:10px 10px 15px 55px;
	}

.teaserLogin {
	margin-left: 0!important;
	}
	
.teaserLogin h1 {
	margin-left: 0!important;
	}

.teaserLogin #frmLogin .frmRow input{
	width:121px;
	}



	/* reg non form pages */
	
.regPageMargin {
	margin: 0 0 20px 20px;
	}
	
.regPageMargin h1 {
	margin-left: 0px;
	}
	
.regInfoPage {
	clear: both;
	width: 570px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	/*margin-left: 15px; - trying to even out the pages that have broken margins*/
	margin: 20px 0 20px 0;
	}
	
.regInfoPage p {
	margin-bottom: 10px;
	}
	
.regInfoPage li {
	font-size: 1.2em;
	margin-bottom: 5px;
	}
	
.simpleMessageOptions {
	margin: 20px 0 20px 40px;
	width: 550px;
	}
	
.simpleMessageOptions h3 {
	margin: 20px 0 2px 0;
	font-weight: 700;
	font-size: 1.2em;
	color: #000;
	}
	
div.simpleMessage p {
	clear:left;
	margin:0 0 5px 15px;
	padding-top:10px;
	}


/* END of New Registration Process */

#login, #register, #confirmRegister, #registerComplete, #profile {
	background: #fff;
	width: 600px;
	float: left;
	}

#login h3, #register h3, #profile h3 {
	font-size: 1.45em;
	font-weight: 400;
	}

#login form, #confirmRegister form, #confirmRegister p, #registerComplete p {
	padding: 10px 5px 5px 10px;
	}

#login label, #confirmRegister label, #frmRegBasic label, #frmUpdateProfile label {
	width: 8em;
	font-weight: 700;
	display: block;
	float: left;
	}

#frmRegBasic label, #frmUpdateProfile label {
	width: 14.5em;
	margin-right: 1em;
	text-align: right;
	}

form#frmBasicReg .frmLabelLong label{
	width:13.3em;
	margin-right:0;
	line-height:1.2em;
}

#frmPasswordReminder .frmRow label {
	width: 140px;
	text-align: right;
	padding-right: 5px;
	}
	
#frmPasswordReminder .showError {
	width: 140px;
	text-align: right;
	padding-right: 5px;
	}
	
#frmUpdateProfile label {
	width: 11em;
	}

#frmRegBasic label.notRequired {
	margin-right: 2em;
	}

#login input.field, #frmRegBasic input.field {
	width: 14em;
	}

#frmLogin p.password {
	margin-left: 7em;
	padding-top: 2px;
	}

#frmLogin input.checkBox {
	margin-left: 7em;
	margin-top: 0.2em;
	border:none;
	}

/*form#frmLogin input.button{
	border:0 none;
	margin-left:100px;
	}*/

#frmregBasic input.checkBox {
	position: relative;
	top: -3px;
	border:none;
	}

#frmRegBasic label.optIn {
	display: inline;
	text-align: left;
	width: 480px;
	margin-left: 2em;
	}

input.optIn {
	margin-left: 45px;
	}

#register p.optIn {
	margin-left: 13em;
	width: 450px;
	}

#frmPasswordReminder input.button {
	width: 10.3em;
	}

#frmPasswordReminder.frmPasswordReminder input.button {
	margin-left: 12em;
	width: 10em;
	}

#frmUpdateProfile input.button {
	margin-left: 13em;
	}

#frmRegPasswordConfirm input.button {
	margin-left: 6em;
	}

#frmRegEmailCheck input.button {
	margin-left: 8.2em;
	}

#frmSendToAFriend label{
	padding-bottom:6px;
	margin-top:4px;
	margin-right: 0.3em;
	width:8.7em;
	text-align:right;
	display:block;
	float:left;
	font-weight:700;
	}
	
#frmSendToAFriend input.textBox{
	width:140px;
	margin-top:4px;
	float:left;
	}

#frmSendToAFriend div.formButtonsContainer{
	clear:both;
	margin-left:104px;
	}

#frmSendToAFriend div.formButtonsContainer input{
	clear:both;
	margin-top:8px;
	}

#frmSendToAFriend div.frmRow{
	width:100%;
}
	
#frmSendToAFriend div.frmRow div {
	margin-left: 108px;
	font-weight: 700;
	font-size: 1.1em;
	}
	
#frmSendToAFriend span.red{
	padding-left:0.4em
	}

span.required {
	color: #DB0C28;
	position: relative;
	top: -3px;
	font-weight: 700;
	padding-right: 0.1em;
	font-size: 1.5em!important;
	line-height: .1em;
	vertical-align: middle;
	margin-left: 5px;
	}

 .frmLabelLong span.required {
 	top:-2px;
	font-size:1.8em!important;
	line-height: 1.5em;
	margin-right:5px;
 }


.formStandardRow {
	float: left;
	clear: both;
	width: 100%;
	}

#register .formStandardRow, #profile .formStandardRow, #frmPasswordReminder .formStandardRow {
	padding-bottom: 10px;
	}

.frmErrorHide {
	display: none;
	}

.frmErrorShow {
	color: #DB0C28;
	font-weight: 700;
	padding: 0.1em 0.1em 0.1em 0;
	}

#register .frmErrorShow {
	margin-left: 16em;
	}

#register .tAndC {
	margin-left: 13em;
	}

/* --- colunm/row id styles --- */

#mostReadBusNewsContainer .cols2Left {
	margin-left:0;
	}

/* --- tabbed Most read, emailed, discussed --- */

/* -- new tab styles -- */

	/* tab */
.tabOneMostRead div.tabs {
	background: url(/_images/mostReadNav.gif) top left no-repeat;
	display: block;
	width: 296px;
	height: 31px;
	}
	
.tabOneMostRead div.tabs span {
	visibility: hidden;
	}
	
.tabOneMostRead .tabs li {
	float:left;
	width:98px;
	}

.tabOneMostRead .tabs li.tab3 {
	width:98px;
	}

.tabOneMostRead .tabs li a {
	display: block;
	width:98px;
	height: 31px;
	}
	
.tabOneMostRead .tabs li a:hover {
	text-decoration: none;
	}
	
	/* content */
	
.tabOneMostRead {
	width: 294px;
	}
.tabOneMostRead a:focus, .tabOneMostRead a:active  {
	background:none;
	outline: 0;
	}
.tabOneMostRead .mostTabbed li {
	color: #888;
	font-size:1.1em;
	font-weight:400;
	clear:both;
	float:left;
	padding-bottom:6px;
	background-position:0 2px;
	}

.tabOneMostRead .mostTabbed span{
	float:left;
	display:block;
	width:65px;
	font-weight:700;
	}
	
.tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #0083c3;
	margin-left: 11px;
	float:left;
	display:block;
	width:174px;
	}

.mostTabbed {
	/*margin: 0 15px;*/	
	padding: 5px 0 ;
	}

.dotUnderline {
	background: url(/_images/borderDotHoriz.gif) repeat-x 0 0;
	}

/* - END - new tab styles -- */


/* --- module column classes --- */


/* ---- standard module styles --- */

.module{
	/*padding: 0 0 0 15px;*/
	float:left;
	}

.noModuleBkgFixRight{
	/*padding: 0 0 0 7px;*/
	}

.noModuleBkg{
	background:none!important;
	}

.module h2 {	
	margin-bottom: 8px;
	}
	
.module h2 span {
	text-indent:-5000px;
	display:block;
	}

.module h2 a {
	height: 26px;
	display: block;
	}
	
.module h2 a:hover {
	text-decoration:none;
	}
	
.replaceHeaderDynamic h2 {
	/*padding:1px 0 0 15px;
	background: #0083c3 url(/_images/bkgH2HeaderDynamic.gif) no-repeat top left;
	height: 27px;
	width:280px;*/
	font-weight:700;
	/*color:#fff;*/
	text-transform:capitalize!important;
	}
	
.replaceHeaderDynamic h2 span {
	visibility:visible!important;
	}

.replaceHeaderDynamicWide h2{
	width:595px;
	text-transform:capitalize!important;
	}
  
 .replaceHeaderDynamic h2 a {
 	color:#000;
	text-decoration:none;
	}

 .replaceHeaderDynamic h2 a:hover {
 	background:transparent;
	}
	
.module h3 {
	font-size: 1.6em;
	padding-left: 17px;
	padding: 5px 0 5px 0;
	font-weight: 700;
	line-height:1.2em;
	color:#000;
	}
.latestNews .storyContent h3 {
	font-size: 1.3em!important;
	}
h3.headline {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:1.6em;
}
#forumsBlogsContainer h3.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
h3.headline, h1.headline{
	padding-left: 17px;
	padding: 5px 0 5px 0;
	font-weight: 700;
	line-height:1.2em;
	color:#000;
	}

.blogPost h3 {
	background: none;
	}

.feature h3.headline{
	font-size:2.0em;
	background-position:0 10px
	}
	
.module h4{
	margin-bottom: 0;
	}
	
.module p{	
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-top: 0;
	/*margin-right: 10px;*/ /*see design for why this effects the dot border*/
	}

.module .headlinesOnly{
	/*background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;*/
	}
	
.module p.last, .module .last p{
	background:none;
	}

.module .thumbContainer{
	/*width:84px;*/
	height:52px;
	margin: 5px 10px 10px 0;
	float:left;
	}
	

.module .thumbContainer img {
	display:block;
	}
	
.module .thumbContainerFix .thumbContainer{
	margin: 5px 10px 10px 0;
	}
	
.module a {
	display: block;
	}
	
.module a:hover {
	text-decoration: underline;
	}
	
/* --- Analysis module --- */
.analysis .storyContent {
	padding: 0 10px;
	}
	
/* --- Business module --- */
.businessNews .storyContent {
	padding: 0 10px;
	}
	
/* --- Case Studies module --- */
.caseStudies .storyContent {
	padding: 0 10px;
	}
	
/* --- Channels module --- */
.channel .storyContent {
	padding: 0 10px;
	}
	
.channel .cols2Right .storyContent {
	padding-left: 0;
	}
	
/* --- Comment module --- */
.comment .storyContent {
	padding: 0 10px;
	}
	
/* --- Conferences module --- */
.conferences .storyContent {
	padding: 0 10px;
	}
	
/* --- Creative module --- */
.creative .storyContent {
	padding: 0 10px;
	}
	
/* --- Events News module --- */
.eventsNews .storyContent {
	padding: 0 10px;
	}
	
/* --- Exhibitions module --- */
.exhibitions .storyContent {
	padding: 0 10px;
	}
	
/* --- Experimental module --- */
.experimental .storyContent {
	padding: 0 10px;
	}
	
/* --- Features module with narrow heading --- */
.featuresSmall .storyContent {
	padding: 0 10px;
	}
	
/* --- Features module --- */

/*.features .storyContent {
	padding: 0 10px;
	}*/
	
.features h3, .featuresSmall h3 {
	background:0 none;
	padding-left:0!important;
	}

.features h4, .featuresSmall h4 {
	margin-top:3px;
	padding-right:5px;
	}
.features p, .featuresSmall p {
	clear:left;
	padding-right:5px;
	}
	
/* --- Further News module --- */
	
#furtherNewsSection {
	float: none;
	margin-bottom: 20px;
}

#furtherNewsSection .borderVerticalRight {
	float: left;
}

#furtherNewsSection .cols2Left {
	margin-right: 15px;
	float: left;
}

#furtherNewsSection .cols2Right {
	float: right;
}

#furtherNewsSection .storyContent {
	padding: 2px 10px 4px 10px;
	}
	
#furtherNewsSection .cols2Right .storyContent {
	padding: 2px 10px 4px 0;
	}
	
#furtherNewsSection .storyContent h3 {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding-left:0;
}

/* --- Latest Articles from the Author module --- */
.authorLatestArticles div {
	margin: 0 10px;
	}
	.authorLatestArticles.module h3 {
		font-size:1.3em;
	}
/* --- Leading Story module --- */
.leadingStory .storyContent {
	padding: 0 10px;
	}
	
/* --- Live module --- */
.live .storyContent {
	padding: 0 10px;
	}
	
/* --- More Events module --- */
.moreEvents .storyContent {
	padding: 0 10px;
	}
	
.moreEventsLarge .cols2Left, .moreEventsLarge .cols2Right {
	float: left;

	}
	
.moreEventsLarge .last {
	clear: both;
	}

	
/* --- News module --- */
.news .storyContent {
	padding: 0 10px;
	clear:left;
	}
	
/* --- Opinion module --- */
.opinion .storyContent {
	padding: 0 10px;
	}
	
/* --- Other Author Details module --- */
.authorOtherDetails ul {
	padding: 0 10px;
	}
	.authorOtherDetails ul li {
		padding: 5px 0 5px 0;
	}
		.authorOtherDetails ul li a {
			font-size: 1.2em;
		}
/* --- Other Solutions module --- */
.otherSolutions .storyContent {
	padding: 0 10px;
	}
	
/* --- Other Videos module --- */
.otherVideos .storyContent {
	padding: 0 10px;
	}
	
/* --- People News module --- */
.peopleNews .storyContent {
	padding: 0 10px;
	}	
	
.peopleNews .storyContent p {
	clear:left;
	}
	
/* --- Product Launches module --- */
.productLaunches .storyContent {
	padding: 0 10px;
	}
	
/* --- Reviews module --- */
.reviews .storyContent {
	padding: 0 10px;
	}

/* --- latest News module --- */
.latestNews .alternate {
	border: 0;
}

.latestNews .storyContent {
	border-bottom:1px solid #cfcfcf;
	float: left;
	width: 296px;
}

.latestNews .storyContent h3 {
	margin-left:6px;
	}
	
.latestNewsHome .storyContent, .latestNewsHome h2 {
	margin-left:15px;
	}

.latestNews .storyContent {
	/*background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;*/
	padding: 2px 0 4px 0;
	}
	
.latestNewsNoHeader .headlinesOnly, .latestNews .headlinesOnly {
	background:none;
	}

.latestNews .last .storyContent, .featuresFull .last, .story .last {
	background:none;
	}

.featuresFull{
	/*width:595px;*/ /*This width causes problems in the further news module on the news page*/
	}

#home .latestNewsNoHeader{
	margin-top:27px;
	}
	
.latestNewsNoHeader h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em!important;
	padding:5px 0 5px 10px;
	}
	
	
	
/* --- module titles --- */

#allComments h2 {background: url(/_images/bkgH2AllComments.gif) 0 0 no-repeat; width: 383px; height:26px;}

.analysis h2 a span {background: url(/_images/bkgH2Destinations_L.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.analysis h2 a:hover span {background: url(/_images/bkgH2Destinations_L.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.analysis h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}


.authorMoreProfiles h2 {background: url(/_images/bkgH2MoreAuthorProfiles.gif) 0 0 no-repeat; width: 610px; height:38px;}

.authorOtherDetails h2 span {background: url(/_images/BkgH2OtherAuthorDetails.gif) no-repeat center 0; display:block;margin-top:6px;}
.authorOtherDetails h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;height:26px;}

.authorLatestArticles h2 span {background: url(/_images/bkgH2LatestArticlesAuthor.gif) no-repeat center 0; display:block;margin-top:6px;}
.authorLatestArticles h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;height:26px;}

/* cant work out the right em value to make this 12px so I give 12px directly (FP) */
.authorLatestArticles h3 a {
	font-size: 12px;
	font-weight:400;
}

.blogs h2 a span{background: url(/_images/bkgH2Blogs.gif) no-repeat center 0; display:block;height:19px;margin-top:4px;}
.blogs h2 a:hover span {background: url(/_images/bkgH2Blogs.gif) no-repeat center -19px;text-decoration: none; display:block;}
.blogs h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.blogsLarge h2 a {background: url(/_images/bkgH2Blogs_L.gif) 0 0 no-repeat; width: 295px;}
.blogsLarge h2 a:hover {background: url(/_images/bkgH2Blogs_L.gif) -295px 0 no-repeat;text-decoration:none;}

.businessNews h2 a span{background: url(/_images/bkgH2Business.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.businessNews h2 a:hover span {background: url(/_images/bkgH2Business.gif) no-repeat center -15px;text-decoration: none; display:block;}
.businessNews h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.caseStudies h2 a span {background: url(/_images/bkgH2CaseStudies.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.caseStudies h2 a:hover span {background: url(/_images/bkgH2CaseStudies.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.caseStudies h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.comment h2 a {background: url(/_images/bkgH2Comment.gif) 0 0 no-repeat; width: 295px;}
.comment h2 a:hover {background: url(/_images/bkgH2Comment.gif) -295px 0 no-repeat; text-decoration:none;}

.conferences h2 a span {background: url(/_images/bkgH2Conferences.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.conferences h2 a:hover span {background: url(/_images/bkgH2Conferences.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.conferences h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.teambuilding h2 a span {background: url(/_images/bkgH2TeamBuilding.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.teambuilding h2 a:hover span {background: url(/_images/bkgH2TeamBuilding.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.teambuilding h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.meetings h2 a span {background: url(/_images/bkgH2Meetings.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.meetings h2 a:hover span {background: url(/_images/bkgH2Meetings.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.meetings h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.awards h2 a span {background: url(/_images/bkgH2Awards.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.awards h2 a:hover span {background: url(/_images/bkgH2Awards.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.awards h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}


.incentives h2 a span {background: url(/_images/bkgH2Incentives.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.incentives h2 a:hover span {background: url(/_images/bkgH2Incentives.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.incentives h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

.productlaunches h2 a span {background: url(/_images/bkgH2ProductLaunches2.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.productlaunches h2 a:hover span {background: url(/_images/bkgH2ProductLaunches2.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.productlaunches h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px;}

#commentsHeader h2 span {background: url(/_images/bkgH2YourComment.gif) no-repeat center 0; display:block;margin-top:6px;width: 383px;}
#commentsHeader h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;height:26px;}

.pollResults h2 span {background: url(/_images/bkgH2YourComment.gif) no-repeat center 0; display:block;margin-top:3px;width:100%;}
.pollResults h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}


.creative h2 a {background: url(/_images/bkgH2Creative.gif) 0 0 no-repeat; width: 295px;}
.creative h2 a:hover {background: url(/_images/bkgH2Creative.gif) -296px 0 no-repeat; text-decoration:none;}

.europeFeatures h2 a {background: url(/_images/bkgH2EuropeFeatures.gif) 0 0 no-repeat; width: 295px;}
.europeFeatures h2 a:hover {background: url(/_images/bkgH2EuropeFeatures.gif) -295px 0 no-repeat; text-decoration:none;}	

.eventsNews h2 a {background: url(/_images/bkgH2EventsNews.gif) 0 0 no-repeat; width: 295px;}
.eventsNews h2 a:hover {background: url(/_images/bkgH2EventsNews.gif) -296px 0 no-repeat; text-decoration:none;}

.exhibitions h2 a {background: url(/_images/bkgH2Exhibitions.gif) 0 0 no-repeat; width: 295px;}
.exhibitions h2 a:hover {background: url(/_images/bkgH2Exhibitions.gif) -296px 0 no-repeat; text-decoration:none;}

.experimental h2 a {background: url(/_images/bkgH2Experimental.gif) 0 0 no-repeat; width: 295px;}
.experimental h2 a:hover {background: url(/_images/bkgH2Experimental.gif) -296px 0 no-repeat; text-decoration:none;}	

.features h2 a span {background: url(/_images/bkgH2Features.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.features h2 a:hover span {background: url(/_images/bkgH2Features.gif) no-repeat center -15px;text-decoration: none; display:block;}
.features h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px; width:600px;}	
	

.featuresSmall h2 a span {background: url(/_images/bkgH2Features.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.featuresSmall h2 a:hover span {background: url(/_images/bkgH2Features.gif) no-repeat center -15px;text-decoration: none; display:block;}
.featuresSmall h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;margin-left:10px; }	

.forums h2 a span {background: url(/_images/bkgH2Forums.gif) no-repeat center 0; display:block;height:15px;margin-top:6px;}
.forums h2 a:hover span {background: url(/_images/bkgH2Forums.gif) no-repeat center -15px;text-decoration: none; display:block;}
.forums h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}

.furtherNews h2 {background: url(/_images/bkgH2FurtherNews_L.gif) 0 0 no-repeat; width: 610px; height: 26px;}
.furtherNews h2 a:hover {background: url(/_images/bkgH2FurtherNews_L.gif) -305px 0 no-repeat;text-decoration:none;}

#furtherNewsSection h2 {text-indent:-5000px;background: url(/_images/bkgH2FurtherNews_L.gif) no-repeat center 5px; width: 100%; display:block; padding:5px 0;height: 16px;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}




h2 a span {overflow:hidden;cursor:hand;width:100%;}
/*.latest h2 a {width: 135px;}*/

.forumsLarge h2 a {background: url(/_images/bkgH2Forums_L.gif) 0 0 no-repeat; width: 295px;}
.forumsLarge h2 a:hover {background: url(/_images/bkgH2Forums_L.gif) -296px 0 no-repeat; text-decoration:none;}

.latestNews h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.latestNews h2 a span {background: url(/_images/bkgH2LatestNews.gif) no-repeat center 0; display:block;height:15px;margin-top:5px;}
.latestNews h2 a:hover span {background: url(/_images/bkgH2LatestNews.gif) no-repeat center -15px;text-decoration: none; display:block;}	

.latestNewsHome h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.latestNewsHome h2 a span {background: url(/_images/bkgH2lastest.gif) no-repeat center 0; display:block;height:15px;margin-top:7px;}
.latestNewsHome h2 a:hover span {background: url(/_images/bkgH2lastest.gif) no-repeat center -15px;text-decoration: none; display:block;}

.live h2 a {background: url(/_images/bkgH2Live.gif) 0 0 no-repeat; width: 295px;}
.live h2 a:hover {background: url(/_images/bkgH2Live.gif) -296px 0 no-repeat; text-decoration:none;}	

.moreEvents h2 a {background: url(/_images/bkgH2MoreEvents.gif) 0 0 no-repeat; width: 295px;}
.moreEvents h2 a:hover {background: url(/_images/bkgH2MoreEvents.gif) -295px 0 no-repeat; text-decoration:none;}	

.moreEventsLarge h2 a span {background: url(/_images/bkgH2MoreEvents_L.gif) no-repeat center 0; display:block;height:15px;margin-top:7px;}
.moreEventsLarge h2 a:hover span {background: url(/_images/bkgH2MoreEvents_L.gif) no-repeat center -15px;text-decoration: none; display:block;}	
.moreEventsLarge h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}

.moreVenues h2 {background: url(/_images/bkgH2MoreVenues.gif) 0 0 no-repeat; width: 610px;}
.moreVenues h2 a:hover {background: url(/_images/bkgH2MoreVenues.gif) -610px 0 no-repeat;text-decoration:none;}

.news h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;padding:5px 0;}
.news h2 span {background: url(/_images/bkgH2News.gif) no-repeat center 0; display:block;height:15px;}	

.opinion h2 a {background: url(/_images/bkgH2Opinions.gif) 0 0 no-repeat; width: 295px;}
.opinion h2 a:hover {background: url(/_images/bkgH2Opinions.gif) -295px 0 no-repeat;text-decoration:none;}

.otherEuropeNews h2 a {background: url(/_images/bkgH2EuropeNews.gif) 0 0 no-repeat; width: 295px;}
.otherEuropeNews h2 a:hover {background: url(/_images/bkgH2EuropeNews.gif) -295px 0 no-repeat;text-decoration:none;}

.otherSolutions h2 {background: url(/_images/bkgH2OtherSolutions.gif) 0 0 no-repeat; width: 295px;}
.otherSolutions h2 a:hover {background: url(/_images/bkgH2OtherSolutions.gif) -295px 0 no-repeat;text-decoration:none;}

.otherVideos h2 a {background: url(/_images/bkgH2OtherVideos.gif) 0 0 no-repeat; width: 295px;}
.otherVideos h2 a:hover {background: url(/_images/bkgH2OtherVideos.gif) -296px 0 no-repeat; text-decoration:none;}

.eventsModule h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.eventsModule h2 a span {background: url(/_images/bkgH2Events_L.gif) no-repeat center 0; display:block;height:15px;margin-top:7px;}
.eventsModule h2 a:hover span {background: url(/_images/bkgH2Events_L.gif) no-repeat center -15px;text-decoration: none; display:block;}
	
.peopleNews h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.peopleNews h2 a span {background: url(/_images/bkgH2People.gif) no-repeat center 0; display:block;height:19px;margin-top:3px;}
.peopleNews h2 a:hover span {background: url(/_images/bkgH2People.gif) no-repeat center -19px;text-decoration: none; display:block;}

.productLaunches h2 a {background: url(/_images/bkgH2ProductLaunches.gif) 0 0 no-repeat; width: 295px;}
.productLaunches h2 a:hover {background: url(/_images/bkgH2ProductLaunches.gif) -296px 0 no-repeat; text-decoration:none;}

.otherSolutions h2 {background: url(/_images/bkgH2OtherSolutions.gif) 0 0 no-repeat; width: 295px;}

.pollResultsPrevious h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;padding:5px 0;}
.pollResultsPrevious h2 span {background: url(/_images/bkgH2PreviousPollResults.gif) no-repeat center 0; display:block;height:15px;}	

.reviews h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.reviews h2 a span {background: url(/_images/bkgH2SpecialReports.gif) no-repeat center 0; display:block;height:19px;margin-top:3px;}
.reviews h2 a:hover span {background: url(/_images/bkgH2SpecialReports.gif) no-repeat center -19px;text-decoration: none; display:block;}	
	
.xColBoxHeader h2 {display: block; background-color:#e5e5e5; height:31px!important;}
.xColBoxHeader h2 span {text-indent:-5000px;display:block;}

#jobs .xColBoxHeader h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}
.xColBoxHeader h2.jobs a span {background: url(/_images/bkgH2Jobs.gif) no-repeat center 0; display:block;height:15px;margin-top:7px;}
.xColBoxHeader h2.jobs a:hover span {background: url(/_images/bkgH2Jobs.gif) no-repeat center -15px;text-decoration: none; display:block;}
	
.xColBoxHeader h2.poll {background: url(/_images/bkgH2Poll.gif) no-repeat center 10px; display: block; height: 31px; border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;}

.xColBoxHeader h2.directory a {background: url(/_images/bkgH2Directory.gif) no-repeat center 10px; display: block; height: 31px; border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;}
/*.xColBoxHeader h2.directory a:hover {background: url(/_images/bkgH2Directory.gif) no-repeat -300px 0; text-decoration: none;}*/

.contactDetails ul li {
	font-size: 1.2em;
	}

.contactDetails p {
	margin-bottom: 5px;
	}

.contactDetails h2 {font-size:1.4em; color:#999; text-transform:uppercase; padding-top:8px;}
.relatedArticles h3, .relatedLinks h3, .LatestNewsLinks h3, .contactDetails h2 {font-size:1.3em;}



/* --- forums and blogs --- */

#forumsBlogsContainer {
	/*border-left:1px solid #a2b0cd;	
	border-right:1px solid #a2b0cd;
	background: url(/_images/forumsBlogsBorder.gif) no-repeat 0 0;*/
	height:1%;
	}


#forumsBlogsContainer .post, #forumsBlogsContainer h5 {
	padding: 0 10px;
	}
	
#forumsBlogsContainer .forums, #forumsBlogsContainer .blogs {
	width:302px;
	margin-right:0;
	}
	
#forumsBlogsContainer .blogs, #forumsBlogsContainer .forums {
	width:305px;
	}
	
#forumsBlogsContainer h2 {
	margin-bottom:0;
	margin-right:10px;
	}
	
.forumsWrap {
	/*border-left:1px solid #a2b0cd;*/
	padding: 12px 0pt 10px 0;
	/*background-color:#eff1ee;*/
	}
	
.blogsWrap {
	/*border-left:1px solid #a2b0cd;
	border-right:1px solid #a2b0cd;*/
	padding: 12px 0pt 10px 0;
	/*background-color:#eff1ee;*/
	}

.colsBkgH2Full {
	height:1%;
	}
	
.forums h3, .blogs h3 {
	font-size:1.3em;
	}

.blogs h5, .forums h5 {
	color: #000;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	/*margin: 20px 0pt 10px;*/	
	margin: 0;
	clear: both;
	}

.blogs .last, .forums .last{
	background:none!important;
	}

.blogPost {
	padding-bottom: 10px;
	}

.forumPost {
	background: url(/_images/borderDotHoriz.gif) left bottom repeat-x!important;
	padding-bottom: 5px;
	}

.blogPost p.commentsBubble {
	background: url(/_images/commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #0083c3;
	float: left;
	margin: 3px 10px 0 18px;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
	}
	#xcol .blogPost p.commentsBubble {
		padding-top: 10px;
	}
	
.forumPost p.commentsBubble {
	background: url(/_images/commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #0083c3;
	float: left;
	margin: 7px 0px 0 17px;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
	}
	
.forumPost .headline {
	float: left;
	width: 210px;
	}

.blogPost img {
	float: left;
	margin-right: 10px;
	padding-top:7px;
	}
	
/* --- Keyword Search --- */

#searchBox {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left top;
	height:80px;
	margin:5px 0 10px 0;
	width:598px;
	display:block;
	}
	
#searchBoxWrap {
	background: transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	height:auto;
	padding:0 0 28px 55px;
	}

#searchBox form {
	padding: 10px 0 0 0;
	margin:0;
	}

#searchBox input.field {
	width: 15em;
	margin:0 10px 10px 0;
	border: solid 1px #797979;
	}

#searchBox label {
	font-weight:700;
	width:100%;
	display:block;
	margin-bottom:4px;
	}
	
/* --- Archive Search --- */
	
/* Archive Search Nav Menu */	
#arhiveSearch .archiveSearchNav ul {
	padding-left:15px;
	border-bottom:1px solid #ccc;
	display:block;	
	width:auto;
	height:1%;
	clear:both;
	position:relative;
	overflow:hidden;
	}
	
#arhiveSearch .archiveSearchNav ul li {
	display:inline;
	float:left;
	width:auto;
	border-top:1px solid #ccc;	
	border-left:1px solid #ccc;
	position:relative;
	top:1px;
	left:0;
	background-color:#fff;
	}

#arhiveSearch .archiveSearchNav ul li.last {
	border-right:1px solid #ccc;
	}
	
#arhiveSearch .archiveSearchNav ul li a, #arhiveSearch .archiveSearchNav ul li a:link, #arhiveSearch .archiveSearchNav ul li a:active, #arhiveSearch .archiveSearchNav ul li a:visited {
	color:#0083c3;
	font-size:1.2em;
	display:block;
	padding: 4px 18px;
	font-weight: 700;
	border-bottom:1px solid #ccc;
	}
	
#arhiveSearch .archiveSearchNav ul li a:hover, #arhiveSearch .archiveSearchNav ul li a.active {
	font-weight: 700;
	border-bottom:none;
	color:#ec008c;
	text-decoration:none;
	border-bottom:1px solid #fff !important;
	}
	
/* End Archive Search Nav Menu */	

#arhiveSearch {
	padding-left:10px;
	}

#arhiveSearch h1 {
	margin-left:0;
	}
	
#arhiveSearch .arhiveSearchResults {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	height:1%;
	padding:15px 15px 10px;
	}
	
#arhiveSearch .arhiveSearchResults .cols2Thirds {
	margin:10px 22px 0pt 8px;
	}
	
#arhiveSearch .companyListing, #arhiveSearch .jobListing, #arhiveSearch .categoryListing {
	margin:0 0 7px 0;
	}

#arhiveSearch .companyListing .listing {
	clear:both;
	height:1%;
	padding:7px 0 12px 15px;
	margin:2px 0pt;
	}
	
#arhiveSearch .companyListing .listing a, #arhiveSearch .jobListing .listing a  {
	font-size:1.6em;
	font-weight:700;
	}

#arhiveSearch .companyListing .listing h2 {
	font-size:1.3em;
	}

#arhiveSearch .categoryListing a {
	font-size:1.2em;
	}
	
#arhiveSearch .companyListing .topfive { background:#d9646a; }
#arhiveSearch .companyListing .topfive h2 a { color:#fff; font-size:1.4em; }
#arhiveSearch .companyListing .topfive p { color:#000; font-size:1.3em; }
	
#arhiveSearch .companyListing .enhanced { background:#e2e2e2; }
#arhiveSearch .companyListing .enhanced h2 a { color:#0083c3; font-size:1.4em; }

#arhiveSearch .companyListing .enhanced2 { background:#f8e4e5; }
#arhiveSearch .companyListing .enhanced2 h2 a { color:#0083c3; font-size:1.3em; }
	
#arhiveSearch .companyListing .enhanced3 { background:#f3f3f3; }
#arhiveSearch .companyListing .enhanced3 h2 a { color:#0083c3; }
	
#arhiveSearch .companyListing h2 a {
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	}

#arhiveSearch .companyListing p {
	color:#787878;
	font-weight:700;
	}

#arhiveSearch .companyListing dt {
	float:left;
	padding-right:4px;
	}
	
#arhiveSearch .arhiveSearchResults .hr {
	background: transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	height:1px;
	width:98%;
	font-size:1%;
	line-height:0;
	}
	
#arhiveSearch .arhiveSearchResults .last {
	background:none;
	}
	
#arhiveSearch .arhiveSearchResults .companyListing .hr {
	width:560px;
	}
	
#arhiveSearch input.button {
	margin-top:3px;
	padding:3px;
	}
	
#arhiveSearch .listingIcons {
	display:block;
	float:right;
	text-align:right;
	}
	
#arhiveSearch .listingIcons a {
	color:#646567;
	font-size:1em;
	}
	
#arhiveSearch .listingIcons div {
	color:#999999;
	float:left;
	margin-bottom:3px;
	margin-right:15px;
	text-align:center;
	width:4.1em;
	}
	
#arhiveSearch .listingAddressDescription {
	float:left;
	width:65%;
	}

#arhiveSearch .jobListing h3, .articleListing h3 {
	margin-left:5px;
	/*padding-left:18px;*/
	padding-left:0;
	}
	
#arhiveSearch .articleListing h4, .jobListing p, #arhiveSearch, #arhiveSearch .articleListing p {
	margin:0 0 0 6px;
	}
	
#arhiveSearch .jobListing .listing, #arhiveSearch .categoryListing .listing {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding:8px 0 10px 0;
	clear:both;
	}
	
#arhiveSearch .articleListing .listing {
	padding:5px 0 10px 0;
	clear:both;
	}
	
#arhiveSearch .articleListing .advert {
	padding:5px 0;
	clear:both;
	background:#ededed;
	margin:2px 0;
	}
	
#arhiveSearch .articleListing .advert h3 a {
	color:#c9262b;
	}
	
#arhiveSearch .arhiveSearchResults a.more {
	float:right;
	text-decoration:none;
	}
	
#arhiveSearch .articleListing h4 {
	margin:0 0 5px 6px;
	padding:0;
	}
	
#arhiveSearch .rssFeed {
	clear:both;
	height:1%;
	padding-top:5px;
	}
	
#arhiveSearch .cols2Thirds {
	width:403px;
	}
	
#arhiveSearch .paginationResults {
	text-align:left;
	}
	
#arhiveSearch .sortResults {
	font-weight:700;
	}
	
#arhiveSearch .sortResults span {
	font-weight:normal;
	}
	
#arhiveSearch .resultsPagination {
	text-align:right;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top:10px;
	}

/* --- FeatureCommentContainer - opinionAnalysisContainer --- */


#opinionAnalysisContainer, #featureCommentContainer {
	float: left;
	}


/* --- text ads  --- */

#textAds {
	background: url(/_images/adBoxBg.gif) right 6px no-repeat #f6f6f6;
	border: 1px solid #d9d9d9;
	margin: 20px;
	padding: 10px;
	font-size:1.1em;
	float:left;
	width:903px;
	}

.adsLeft {
	width: 470px;
	float: left;
	}
	
.adsLeft {
	width: 428px;
	float: left;
	}

#textAds dt {
	padding-right: 10px;
	margin-bottom: 1px;
	}

#textAds dt a {
	font-weight: 700;
	color: #0083c3;
	font-size: 1.1em;
	}
	
#textAds dd {
	margin-bottom: 12px;
	font-size: 1.1em;
	}

/* --- MPU Ads --- */

.adMPU{
	margin-bottom:15px;
	}

/* --- further links (this needs to be FULL width on tha page, way outside content etc) --- */

#furtherLinks h3 a {
	background: url(/_images/btnFurtherLinks.gif) 0 0 no-repeat #f8f6f7;
	font-size: 1.3em;
	padding-left: 16px;
	display: block;
	color: #999!important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	}

#furtherLinks {
	background: #f8f6f7;
	margin: 10px 20px;
	padding: 10px 10px 0 10px;
	}
	
#furtherLinks .title {
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	}

#furtherLinks ul {
	width: 192px;
	margin-right: 36px;
	float: left;
	margin-bottom: 26px;
	}
	
#furtherLinks ul.last {
	margin-right: 0px!important;
	}

#furtherLinks li {
	margin-bottom: 10px;
	}

#furtherLinks li a {
	font-weight: 700;
	color: #0083c3!important;
	font-size: 1.1em!important;
	}
	



/* --- Footer Elements --- */

#footer {
	clear: both;
	width: 960px;
	background: #fff;
	padding: 0 0 5px 0;
	margin-bottom:5px;
	}
	
#footer li a {
	color: #7f7f7f;
	}



.bannerFooter {
	position: relative;
	z-index: 20;
	width:468px;
	margin:0 auto 20px auto;
	}
	


.mpu {
	border-left:1px solid #fff;
	margin-left:190px;
	text-align:center;
	}

.footerContainer {
	color:#7f7f7f;
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size:1.1em;
	margin-bottom:20px;
	border-top:1px solid #ccc;
	padding-top: 15px;
	}

.footerContainer .footerNav ul, .sisterSites ul {
	padding:  0 20px;
	}

.footerContainer .footerNav ul li, .sisterSites ul li {
	margin-right:5px;
	float: left;
	display: inline;
	border-right:1px solid #7f7f7f;
	padding:0 5px 0 4px;
	line-height:1.1em;
	margin-bottom:4px;
	}

.footerContainer .footerNav ul li.last, .sisterSites ul li.last{
	border-right:none;
	}

.footerHaymarket {
	float: left;
	/*width: 250px;*/
	padding-left: 24px;
	margin:0 0 10px 0;
	}
	
.footerHaymarket p {
	margin-left: 6px;
	font-size: 1em;
	line-height: 18px;
	}


/* -- tabbed news -- */

.tabOneCommunity div.tabs { background-image: url(/_images/bkgTabOneDisciple.gif); }

.tabOneCommunity ul, .tab2Cols ul {
	width: 100%;
	}

.tabOneCommunity ul li {
	float: left;
	}
	
.tabOneCommunity ul li a {
	display: block;
	padding: 5px 6px;
	text-transform: uppercase;
	}
	
.tab2Cols ul li {
	float: left;
	}
	
.tab2Cols ul li a {
	display: block;
	padding: 5px 46px;
	text-transform: uppercase;
	}
	
.tab1 a, .tab2 a, .tab3 a {
	color: #000;
	font-size: 1.1em;
	}
	
.tabs .on, .tabsR .on {
	background-color: #d4eaf3;
	}

.tabbedNav {
	background-color: #d4eaf3;
	padding: 5px;
	}
	
.tabbedNewsHolder {
	padding: 0 0px 0 8px;
	}

.tabbedNewsHolder h4 {
	color: #6fa1b4!important;
	border-bottom: 1px solid #baced5;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}
	
.tabbedNewsHolder h4 a {
	color: #6fa1b4!important;
	}

#tabsContent_01, #tabsContentR_01 {
	clear: both;
	}

/* -- more news list -- */

.moreNewsList {
	padding-top: 12px;
	}

.moreNewsList h3, tabbedNewsHolder h3 {
	padding: 0 0 3px 0;
	font-size: 1.2em;
	color: #08678c!important;
	font-weight: 700;
	margin-top: 3px;
	}
	
.moreNewsList h3 a, .tabbedNewsHolder h3 a {
	padding: 0 0 3px 0;
	color: #08678c!important;
	}

.moreNewsList h4 {
	padding: 0 0 5px 0;
	}

.moreNewsList p {
	border-bottom: 1px solid #ccc;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}

.moreNewsList a.allNews {
	font-size: 1.2em;
	color: #08678c!important;
	float: right;
	clear: both;
	text-decoration: underline;
	}
	
.moreNewsList a.allNews:hover {
	text-decoration: none;
	}
	
.moreNewsList img {
	margin-top: 3px;
	border: none;
	}
	
.poweredBy {
	clear:left;
	}
	
.poweredBy dl dt {
	padding:14px 3px 0 0;
	float:left;
	}
	
.poweredBy dl dd {
	float:left;
	}

/* --- promo activity --- */

.promo1, .promo2 {
	float: left;
	background-color: #5476ba;
	/*height: 97px;*/
	padding: 4px;
	width: 286px;
	height: auto!important;
	}
	
.promo1 {
	margin-right: 18px;
	} 
	
.promoLargeMisc {
	background-color: #5376ba;
	/*height: 97px;*/
	padding: 4px;
	width: 571px;
	margin: 0 15px 30px 15px;
	height: auto!important;
	}
	
.promo1 h3, .promo2 h3, .promoLargeMisc h3 {
	margin:0 0 5px 0;
	padding:8px 0 0 0;
	}
	
.promo1 h3 a, .promo2 h3 a, .promoLargeMisc h3 a {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	line-height: 1.1em;
	}

.promo1 img, .promo2 img, .promoLargeMisc img {
	float: left;
	margin-right: 12px;
	}
	
.promo1 p, .promo2 p, .promoLargeMisc p {
	color: #fff;
	}
	
.promoMiscContent .promoMiscText {
	float: left;
	width: 130px;
	}
	
.promoLargeMisc .promoMiscText {
	width: 345px;
	}
	
	
/* --- Xcol promos --- */

#xcol .promo1, #xcol .promo2, .cols3xcol .promo1, .cols3xcol .promo2 {
	margin-bottom: 15px;
	margin-right:0;
	padding:7px; 
	border: 0 none;
	background: #5476BA;
	}
	
#xcol .promo1 h3, #xcol .promo2 h3, .cols3xcol .promo1 h3, .cols3xcol .promo2 h3 {
	padding-top:3px;
	}
	

/* --- more links --- */

.moreLink {
	background: url(/_images/moreBkgShort.gif) 0 8px repeat-x;
	height: 19px;
	padding-top: 4px;
	width:auto;
	}
	
.moreLink a {
	display: block;
	height: 16px;
	}
	
.moreLink a:hover {
	text-decoration: none;
	}
	
.moreLink a span {
	visibility: hidden;
	}
	
.analysis .moreLink {float:left; display:inline; width:296px; margin: 0 0 0 12px;}
.analysis .moreLink a {background: url(/_images/btnMoreAnalysis.gif) 0 0 no-repeat; width: 109px; margin: 0 0 0 10px;}
.analysis .moreLink a:hover {background: url(/_images/btnMoreAnalysis.gif) -109px 0 no-repeat;}

.blogs .moreLink {float:left; background:none; display:inline; width:303px; margin: 0; padding: 10px 0 10px 0; }
.blogs .moreLink a {background: url(/_images/btnMoreBlogs.gif) 0 0 no-repeat; width: 109px; margin: 0 0 0 10px;}
.blogs .moreLink a:hover {background: url(/_images/btnMoreBlogs.gif) -109px 0 no-repeat;}

.businessNews .moreLink {margin:0 12px; padding-right:5px; margin: 15px 12px 0 12px;}
.businessNews .moreLink a {background: url(/_images/btnMoreNews.gif) 0 0 no-repeat; width: 91px; margin: 0 0 0 10px;}
.businessNews .moreLink a:hover {background: url(/_images/btnMoreNews.gif) -91px 0 no-repeat; text-decoration: none;}

.caseStudies .moreLink {float:left; display:inline; width:296px; margin:0;}
.caseStudies .moreLink a, .destinationGuide #caseStudies .moreLink a {background: url(/_images/btnMoreCaseStudies.gif) 0 0 no-repeat; width: 144px; margin: 0 0 0 10px;}
.caseStudies .moreLink a:hover, .destinationGuide #caseStudies .moreLink a:hover {background: url(/_images/btnMoreCaseStudies.gif) -144px 0 no-repeat;}
.destinationGuide #caseStudies .moreLink a{margin:10px 0;}

.features .moreLink {margin:0 12px;}
.features .moreLink a, #features .moreLink a {background: url(/_images/btnMoreFeatures.gif) 0 0 no-repeat; width: 123px; margin: 0 auto;}
.features .moreLink a:hover, #features .moreLink a:hover  {background: url(/_images/btnMoreFeatures.gif) -123px 0 no-repeat;}

.forums .moreLink {float:left; background:none; display:inline; width:304px; margin: 0; padding: 10px 0 10px 0;}
.forums .moreLink a {background: url(/_images/btnMoreForums.gif) 0 0 no-repeat; width: 109px; margin: 0 0 0 10px;}
.forums .moreLink a:hover {background: url(/_images/btnMoreForums.gif) -109px 0 no-repeat;}

.opinion .moreLink {float:left; display:inline; width:296px; margin:0;}
.opinion .moreLink a {background: url(/_images/btnMoreOpinions.gif) 0 0 no-repeat; width: 139px; margin: 0 0 0 10px;}
.opinion .moreLink a:hover {background: url(/_images/btnMoreOpinions.gif) -139px 0 no-repeat;}

.eventsModule .moreLink {margin:0 12px;}
.eventsModule .moreLink a {background: url(/_images/btnMoreEvents.gif) 0 0 no-repeat; width: 106px; margin: 0 auto;}
.eventsModule .moreLink a:hover {background: url(/_images/btnMoreEvents.gif) -106px 0 no-repeat; text-decoration: none;}

.peopleNews .moreLink {margin:0 12px;}
.peopleNews .moreLink a {background: url(/_images/btnMoreNews.gif) 0 0 no-repeat; width: 91px; margin: 0 auto;}
.peopleNews .moreLink a:hover {background: url(/_images/btnMoreNews.gif) -91px 0 no-repeat; text-decoration: none;}
	
.review .moreLink {float:left; display:inline; width:296px; margin: 0 0 0 12px;}
.review .moreLink a {background: url(/_images/btnMoreReview.gif) 0 0 no-repeat; width: 109px; margin: 0 0 0 10px;}
.review .moreLink a:hover {background: url(/_images/btnMoreReview.gif) -109px 0 no-repeat;}
	
.latestNewsHome .moreLink {margin:0 12px; margin:0pt 12px;}
.latestNewsHome .moreLink a, .destinationGuide #destinationNews .moreLink a {background: url(/_images/btnMoreNews.gif) 0 0 no-repeat; width: 91px; margin: 0 auto; text-align:center;}
.latestNewsHome .moreLink a:hover, .destinationGuide #destinationNews .moreLink a:hover {background: url(/_images/btnMoreNews.gif) -91px 0 no-repeat; text-decoration: none;}
	
a.moreJobs  {
	background: url(/_images/btnSearchMoreJobs.gif) 0 0 no-repeat;
	width: 136px;
	margin: 0 0 4px 0;
	text-align:center;
	}
	
a:hover.moreJobs {
	background: url(/_images/btnSearchMoreJobs.gif) -136px 0 no-repeat;
	}
	
a.nowHiring  {
	background: url(/_images/btnNowHiring.gif) 0 0 no-repeat;
	width: 165px;
	text-align:center;
	}
	
a:hover.nowHiring {
	background: url(/_images/btnNowHiring.gif) -165px 0 no-repeat;
	}
	
.latestIssueButton a {
	background: url(/_images/btnLatestIssue.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 auto;
	text-align:center;
	}
	
.latestIssueButton a:hover {
	background: url(/_images/btnLatestIssue.gif) -91px 0 no-repeat;
	}
/* --- topStoryHome --- */

#topStoryHome {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding: 0 0 20px 0;
	margin:0 18px 20px 15px;
	}
	
#topStoryHome h3 a, #topStoryHome h3 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.04em;
	font-weight: 400!important;
	}

#topStoryHome h3{
	font-size:1.7em;
	color:#999;
	font-weight:400;
	}
	
#topStoryHome h3 a:hover {
	text-decoration: none;
	color: #ec008c;
	}

#topStoryHome h2{
	font-family: "Trebuchet MS";
	font-size:2.5em ;
	float:none;
	font-weight:300;
	margin:0 0 8px 0;
	padding:0;
	margin-top:10px!important;
	display:block;
	line-height:1.1em;
	}
	
#topStoryHome h1 a {
	line-height: 1em;
	display:inline;
	float:none;
	text-transform:none;
	}	
	
#topStoryHome h4.byline {
	clear: left;
	/*padding-top: 13px;*/
	}
	

#topStoryHome img {
	/*float: right;*/
	margin-right:0;
	display:block;
	/*margin-left:20px;*/
	}

#topStoryHome .featureImageContainer{
	display:inline; /*double margin bug in FF??... WTF!*/ 
	}
#topStoryHome p {
	font-family:"Times New Roman",Times,serif;
	font-size:1.6em !important;
}
/* --- frmSearchJobs --- */

#frmSearchJobs {
	float: left;
	}

#frmSearchJobs .field {
	border: 1px solid #7a7a7a;
	width: 160px;
	margin-right:5px;
	}

#frmSearchJobs .button {
	margin-left: 128px;
	}
	
#jobSearch .sponsorImage {
	margin-left: 1px;
	}
	
#jobSearch {
	background: url(/_images/jobsSpacer.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

#jobsOfTheWeek {
	clear: both;
	}
	
#jobsOfTheWeek h2 {
	color: #000;
	margin: 0 0 6px 0;
	}

#jobsOfTheWeek ul li {
	font-size:1.1em;
	}

#jobsOfTheWeek ul li.jobDetail{
	margin:0 0 5px 0;
	}
	
#jobsOfTheWeek ul li a {
	color: #EC008C;
	font-weight: 700;
	font-size: 1.1em;
	}
	
#jobsOfTheWeek h2 span {
	margin: 0 0 0 124px;
	}

#jobsButtons {
	background: url(/_images/jobsSpacer.gif) repeat-x left top;
	padding: 6px 0 0 0;
	margin-top: 10px;
	height:auto;
	}

#jobsOfTheWeek .imgButton {
	margin: 4px auto 0 auto;
	}
	
/* --- xcol info boxes --- */

#xcol {
	margin-right: 20px;
	}

.xColBoxContent {
	padding: 15px 0 6px 15px;
	background-color: #e5e5e5;
	margin-bottom: 15px;
	}
	
	#jobs .xColBoxContent {
		padding: 15px 0 6px 10px;
		background-color: #fff;
		margin-bottom: 15px;
		border-bottom:1px solid #dce4f1;
		}
#xcolNewsByEmail {
	margin-bottom: 15px;
	}

	
/* --- Xcol poll --- */

#frmPoll {
	margin: 0;
	padding-top: 0;
	}

#frmPoll p {
	font-weight: 700;
	margin: 0 0 10px 0;
	padding-top: 0;
	}
	
.xColPoll {
	background-color:#e5e5e5;
	}
	
.xColPoll h3 {
	margin-bottom: 4px;
	font-size: 1.2em;
	}
	
.xColPoll p {
	margin-bottom: 4px;
	font-weight: 700;
	}
	
.xColPoll a {
	font-weight: 700;
	font-size:1.1em;
	}

/* --- xcol venue search --- */

.venueSearch {
	margin-bottom: 15px;
}

/* --- xcol directory seach BB --- */

#frmBlueBoomerangSearch input#frmBlueBoomerangSearch_sSearch {
	width: 205px;
	border:1px solid #7A7A7A;
	float:left;
	margin-right:5px;
	}
	
/*#frmBlueBoomerangSearch .button {
	width: 39px;
	float: left;
	border:0 none;
	margin-left:5px;
	padding:1px 0 0 0;
	}*/
	
#frmBlueBoomerangSearch .frmRow {
	margin: 5px 0!important;
	}
	
#frmBlueBoomerangSearch .frmRow .radio {
	width: 13px;
	float: left;
	border:0 none;
	margin-left:0;
	}
	
#frmBlueBoomerangSearch img {
	clear: both;
	margin-top:5px;
	}

/* --- latest Issue --- */

#latestIssue {
	background: #0083c3;
	margin-bottom:15px;
	padding:20px 0;
	}

#latestIssue h3 span {
	visibility: hidden;
	}
	
#latestIssue h3 {
	background: url(/_images/bkgH2LatestIssue.gif) no-repeat 0 0;
	height: 30px;
	width:153px;
	}
	
#latestIssue h4 {
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	color:#fff;
	margin-bottom:5px;
	padding-top:15px;
	}
	
#latestIssue ul {
	font-size: 1.2em;
	margin-left:150px;
	}
	
#latestIssue h3 a:hover {
	text-decoration: none;
	}

#latestIssue .latestIssueContent {
	color: #fff;
	padding: 0 5px 10px 0;
	float:left;
	}
	
#latestIssue .latestIssueContent ul, #latestIssue .latestIssueContent ul li {
	margin:0;
	padding:0;
	text-align:left;
	}
	
#latestIssue img {
	margin: 0 10px 10px 20px;
	float:left;
	}
	
#latestIssue a, #latestIssue a:hover {
	color:#fff;
	}
	
#latestIssue .latestIssueButton {
	height: 25px;
	padding-top: 3px;
	clear:both;
	}
	
#latestIssue .latestIssueButton a {
	margin: 0 0 0 120px!important;
	}
	
#latestIssue .moreLink {
	background:none;
	}
	
/* --- Button Ads --- */
#buttonAdsContainer {
	border:1px solid #D9D9D9;
	padding: 10px 10px 0;
	text-align:center;
	margin-bottom:15px;
	}
	
#buttonAdsContainer h4 {
	margin-bottom:10px;
	}
	
#buttonAdsContainer h4{
	margin-bottom:10px;
	}

#buttonAds {	
	text-align:center;
	}

#buttonAds div { 
	display:inline;
	}
	
#buttonAds div img, #buttonAds div object {
	margin: 0 7px 0 7px;
	margin-bottom:12px;
	}
	
/* --- This Issue --- */

#thisIssue {
	padding-left:15px;
	}
	
#thisIssue h1 {
	clear: both;
	margin-left: 0;
	margin-bottom: 25px;
	}

.thisIssueImg {
	clear: both;
	float: left;
	}
	
.thisIssueIntro {
	float: left;
	margin-left: 20px;
	width:60%;
	}

.thisIssueSubscribe, .thisIssueSubscribe img {
	clear: both!important;
	margin-top: 20px;
	}
	
.thisIssueLeading {
	background: url(/_images/borderDotHoriz.gif) repeat-x top left;
	padding-top: 14px;
	}
	
.thisIssueLeading h2 a {
	color: #999;
	}
	
.thisIssueLeading h2 a:hover {
	color: #ec008c;
	text-decoration: none;
	}

#previousIssues {
	margin: 45px 0 0 14px;
	}
	
#previousIssues h2 {
	color: #999;
	margin-bottom:5px;
	}
	
#previousIssues a {
	font-size: 1.1em;
	}

/* ---  email a friend --- */

#emailThisArticle {
	margin: 10px 0 0 15px;
	border: 1px solid #ccc;
	background: #eff2f3;
	width: 368px;
	padding: 10px;
	}
	
#emailThisArticle h3{
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	}
	
#emailThisArticle label{
	font-weight: normal;
	}
	

#emailThisArticle .field {
	width: 200px!important;
	}
	
/* --- Poll Results --- */
.pollSeeResults{
	background:transparent url(/_images/btnSeeResults.gif) no-repeat top left;
	margin:8px 0 4px 0;
	text-align:center;
	width:100px;
	display:block;
	height:16px;
	}
.pollSeeResults:hover{ background-position: top right;}
.pollSeeResults span{display:none;}
.pollResults {
	padding:0 20px 0 0;
	}
	
.pollResults .pollResultsWrap {
	margin-left:15px;
	}
	
.pollResultsWrap h2 {
	color:#999999;
	font-size:1.4em;
	font-weight:700 !important;
	margin-bottom:3px;
	text-transform:uppercase;
	text-align:left;
	border:0;
	}
.pollResults h2, h2.results {
	color:#999999;
	font-size:1.4em;
	font-weight:700 !important;
	margin-bottom:3px;
	text-transform:uppercase;
	}
.pollResults h3 {
	color:#000000;
	font-size:1.6em !important;
	font-weight:700 !important;
	line-height:1em;
	margin-top:10px;
	}
	
.pollResults h4 span {
	visibility:hidden !important;
	}
	
.pollResults p {
	margin-bottom:1em;
	}
	
.pollResults ul {
	font-size:1.1em;
	padding:5px 0 0 0;
	}
	
.pollResults ul li a {
	font-weight:bold;
	}
	
.pollResults .pollResultsChart {
	border: solid 1px #d7d9d8;
	margin:10px 0 30px 0;
	padding-bottom:10px;
	min-height:263px;
	}
	
.pollResults .pollResultsPrevious {
	width:100%;
	}
	
.pollResults .pollResultsPrevious a {
	display:inline;
	}
	
.pollResults .pollResultsPrevious span {
	color:#7F7F7F;
	font-size:1em;
	}
	
.pollResults p.totalVotes {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:5px;
	}
	
/* --- Sponsor page --- */
#sponsorDetail {
	margin-left:15px;
	}
	
#sponsorDetail h2 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700!important;
	}
	
#sponsorDetail h2 a {
	color: #999;
	}
	
#sponsorDetail p {
	float:left;
	width:57%;
	margin-top:5px;
	margin-bottom:5px;
	}
	
#sponsorDetail p a {
	font-size:0.9em;
	text-decoration:none;
	font-weight:700;
	width:328px;
	overflow:hidden;
	}
	
#sponsorDetail img {
	float:right;
	}
	
/* --- AV TV page --- */
#videoPlayer {
	padding:0 65px;
	margin:6px;
	margin-bottom:30px;
	background-color:#fff;
	}
	
#maincol_AVTV {
	width:610px;
	}
	
#maincol_AVTV .cols2Left {
	margin-right:0!important;
	}
	
#maincol_AVTV .cols2Right {
	margin-left:18px;
	}

.cols3xcol {
	float:right;
	margin:0 0 0 0;
	padding:0;
	width:300px;
	display:inline;
	}

#maincolCITTV {
	margin-bottom:30px;
	float:left;
	}

/* --- commentsBody --- */
#commentsHeader {
	width: 383px;
	margin: 30px 0 10px 15px;
	display:inline;
	clear: both;
	}
	
.borderVerticalRightNews .module {
	padding: 0!important;
	height: 26px;
	}
#commentsModule {
	border: 1px solid #d9dbdb;
	clear: both;
	background: #eff2f3;
	width: 355px;
	padding: 7px 13px 6px 13px;
	display: block;
	margin: 10px 0 0 15px;
	}
	
#commentsModule textarea {
	width: 344px;
	height: 90px;
	margin-bottom:9px;
	}
	
#commentsModule p {
	width:60%;
	float:left;
	}

	/* comments list */
	
#allComments {
	margin: 30px 0 0 15px;
	width: 383px;
	display:inline;
	}
	
#allComments h2 span{background: url(/_images/bkgH2AllComment.gif) no-repeat center 0; display:block;margin-top:6px;width: 383px;}
#allComments h2 {background:#fff;border-top:1px solid #bcbdc0; border-bottom:1px solid #bcbdc0;text-align:center;}

#allCommentsList {
	clear: both;
	width: 370px;
	padding: 0 19px;
	}
	
#allCommentsList .comment {
	padding: 10px 0 10px 0;
	margin-left: 10px;
	}
	
#allCommentsList .comment h4 {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding-bottom:5px;
	margin-top: 0;
	font-family:"Times New Roman",Times,serif;
	font-size:1.1em;
	}
#allCommentsList .comment h4 a {
	color:#EC008C;
	font-family:"Times New Roman",Times,serif;
	font-size:1.1em;
	padding-bottom:5px;
	text-transform:uppercase;
}
#allCommentsList .comment p {
	padding-top:4px;
	margin-bottom: 0;
	}
	
/* --- articleTools --- */

.share {
	float: left;
	width: 91px;
	margin-left: 10px;
	position: relative;
	margin-top: 20px;
	}

.share p a {
	display: block;
	height: 20px;
	padding: 11px 5px 5px 5px;
	color: #7f7f7f;
	font-weight: 700;
	text-decoration: none;
	}
	
.off p a {
	background: url(/_images/bkgShareTitleOff.gif) left top no-repeat;
	border-bottom: 1px solid #d7d9d9;
	}
	
.on p a {
	background: url(/_images/bkgShareTitleOn.gif) left top no-repeat;
	}
	
.share p a:hover {
	text-decoration: underline;
	}
	
.off .shareView {
	display: none;
	}
	
.on .shareView {
	}
	
.share ul {
	background: url(/_images/bkgShareList.gif) left bottom no-repeat;
	width: 91px;
	padding: 8px 0 5px 5px;
	position: absolute;
	top: 24px;
	margin-left: 0!important;
	padding-left: 5px!important;
	}
	
.share ul li a {
	color: #6c6d6e;
	height: 16px;
	display: block;
	}
	
.share ul li {
	margin-bottom: 8px!important;
	display: block;
	height: 16px;
	}
	
.share ul li.title {background: url(/_images/shareTopDots.gif) 0 0 no-repeat; font-weight: 700; font-size: 1em!important; padding-top: 7px; color: #7f7f7f;}
.share ul li.delicious a {background: url(/_images/iconDelicious.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.stumble a {background: url(/_images/iconStumble.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.facebook a {background: url(/_images/iconFacebook.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.reddit a {background: url(/_images/iconReddit.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.digg a {background: url(/_images/iconDigg.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.google a {background: url(/_images/iconGoogle.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.yahoo a {background: url(/_images/iconYahoo.gif) 0 0 no-repeat; padding-left: 18px;}
	
.articleTools {
	border-top: 1px solid #e2e6e6;
	border-bottom: 1px solid #e2e6e6;
	margin: 20px 0 0 15px;
	clear: both;
	display: inline;
	padding: 5px 0 0 0;
	float: left;
	width: 291px;
	position: relative;
	}

.articleTools ul {
	padding-left: 0!important;
	margin-left: 0!important;
	}

.articleTools ul li {
	display: block;
	}
	
.articleTools ul li a {
	color: #7f7f7f;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	height: 30px;
	float: left;
	}
	
.articleTools .print a {
	background: url(/_images/iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 17px;
	display: inline; /* ie dbl margin...*/
	}
	
.articleTools .emailArticle a {
	background: url(/_images/iconToolsEmail.gif) 0 0 no-repeat;
	padding-left: 24px;
	margin-right: 17px;
	display: inline;
	}
	
.articleTools .clipSave a {
	background: url(/_images/iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 17px;
	display: inline;
	}

.articleTools .newsEmail a {
	background: url(/_images/iconToolsbulletin.gif) 0 0 no-repeat;
	padding-left: 23px;
	}
	
#clipAndSaveMessage {
	background: url(/_images/messageBubble.png) 0 0 no-repeat;
	width: 95px;
	height: 55px;
	position: absolute;
	padding: 5px 15px 40px 15px;
	top: -94px;
	left: 140px;
	z-index: 100;
	}
	
#clipAndSaveMessage img {
	float: right;
	}
	
.hideMessage {
	visibility: hidden;
	}
	
.showMessage {
	visibility: visible;
	}
	
/* article xcol images */

.LatestNewsLinks h2,
.relatedArticles h2,
.relatedLinks h2 {
	border-top:1px solid #bcbdc0; 
	border-bottom:1px solid #bcbdc0;
	text-align:center;
	width: 166px;
	text-indent:-5000px;
	display:block;
	height:31px;
	}
.LatestNewsLinks h2 {
	background:#fff url(/_images/bkgXcolLatestNews.gif) no-repeat center 6px;
}
.relatedArticles h2 {
	background:#fff url(/_images/bkgXcolRelated.gif) no-repeat center 6px;
}
.relatedLinks h2 {
	background:#fff url(/_images/bkgXcolLinks.gif) no-repeat center 6px;
}
/* --- error pages --- */
body.error_page #content {
	min-height:450px;
	height:450px;
	}
body.error_page h2 {
	font-size:1.6em;
	color:#999;
	text-transform:uppercase;
	margin:34px 0 0 8px;
	}
	
	
/* --- authorProfile --- */
.authorProfile {
	margin-left:15px;
	padding:0 20px 0 0;
	}
.authorProfile h1 {
	margin:0;
	}
.authorProfile h2 {
	clear:left;
	margin-bottom:12px;
	}
.authorProfile ul {
	font-size:1.1em;
	padding:5px 0 0 0;
	clear:both;
	}
.authorProfile ul li a {
	font-weight:bold;
	}
	
/* --- loginArticle --- */	
#loginArticle {
	margin: 0 30px 0 20px;
	}
	
#loginArticle p {
	margin-bottom: 10px;
	}
	
#loginForm {
	margin:30px;
	}
	
#loginForm p {
	margin-bottom:30px;
	}
	
#loginArticle h1 {
	margin-left:0;
	color:#000000;
	font-size:1.6em;
	font-weight:700;
	line-height:1em;
	text-transform:none;
	float:none;
	}
	
#loginArticle h4 {
	padding-top:9px;
	}
	
#loginArticle #featureImageContainer {
	float:right;
	width:200px;
	}
	
#registerForm h1 {
	margin-left:15px;
	}
	
#loginArticle img {
	margin-left: 15px;
	}
	
#registerForm input.field {
	border:1px solid #797979;
	height:15px !important;
	margin:0pt 10px 0pt 0pt;
	width:168px !important;
	}
	
/* --- articleVideo --- */
.articleAssets {
	padding: 0 60px;
	}
	

/* --- events --- */

.eventsContent {
	clear:both;
	margin:6px 20px 10px;
	}

.eventInfo {
	clear: both;
	margin-top: 20px!important;
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	display: block;
	padding: 5px 5px 5px 0;
	}
	
.eventInfo a {
	font-weight: 700!important;
	text-decoration: none;
}
	
.eventInfo a:hover {
	text-decoration: underline;
	color: #ec008c;
	}
	
.eventsShowing {
	font-size: 1.1em;
	float: left;
	}

.eventsShowing span{
	font-size:1.0em;
	}

.eventEnhanced {
	background: #f8e4e5 url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventStandard {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventEnhanced, .eventStandard {
	clear:both;
	margin-bottom:13px;
	padding:0pt 10px 13px 0pt !important;
	}
	
.eventStandard h3 a {
	}
	
.eventEnhanced h3 a {
	background: url(/_images/arrowH3Pink.gif) no-repeat 0 2px;
	padding-left: 17px;
	}
	
.eventEnhanced h3 a, .eventStandard h3 a {
	color:#0083c3;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 10px;
	}
	
.eventEnhanced h3 a:hover, .eventStandard h3 a:hover {
	color: #000;
	}
	
.eventEnhanced h4, .eventStandard h4 {
	margin: 10px 0 5px 0;
	clear: both;
	color: #000;
	font-size: 1.1em;
	}
	
.eventEnhanced img, .eventStandard img {
	margin: 0 0 5px 10px;
	display: block;
	}

.eventsContent .last {
	background-image: none;
	}

	/* eventDetail */
	
.eventDetailLinks {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	}
	
.eventDetailLinks a {
	font-size: 1.1em;
	}
	
.eventDetail {
	margin: 0 20px;
	}
	
.eventDetail h2 {
	font-size: 1.5em!important;
	margin-bottom: 10px;
	}
	
.eventDetail h4 {
	color: #000;
	margin-bottom: 2px;
	font-size: 1.2em;
	}
	
.eventDetail p {
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	
.eventDetail .contactDetails {
	margin-top: 30px;
	}

.eventDetail .attachments {
	margin-top: 20px;
	}

.eventDetail .attachments li {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	line-height: 21px;
	}

.eventDetail .attachments li a {
	padding-left: 25px;
	background: url(/_images/iconAttachment1.gif) 0 0 no-repeat;
	height: 21px;
	display: block;
	}
	
.eventDetail .attachments li a:hover {
	background: url(/_images/iconAttachment2.gif) 0 0 no-repeat;
	}

	/* addEventsForm */

.addEventsForm {
	clear: both;
	margin: 20px;
	}
	
.addEventsForm .frmRow {
	width:95%;
	height:1%;
	}

.addEventsForm .frmRow label {
	float: left;
	width: 130px;
	margin-right: 5px;
	text-align: right;
	line-height: 20px;
	}
	
.addEventsForm .frmRow input {
	width: 192px;
	border: 1px solid #797979;
	height: 16px;
	}
	
.addEventsForm .frmRow select {
	width: 203px;
	}
	
.addEventsForm .frmRow select.title {
	width: 80px;
	}
	
.addEventsForm .frmRow textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #797979;
	}

.calendarRow {
	clear: both;
	margin-bottom: 10px;
	}
	
.calendarRow input, .calendarRow img {
	float: left;
	}
	
.calendarRow img {
	margin: 0 0 12px 8px;
	}
	
.eventEndDate label span, .eventURL label span {
	padding:0 2px;
	}

.addEventsForm h3 {
	font-size: 1.4em;
	font-weight: 700;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top: 15px;
	color: #000;
	margin-bottom: 16px;
	height:1%;
	}
	
.addEventsForm .requiredDescription {
	clear: both;
	margin-bottom: 10px;
	float: none;
	}


.checkboxRow input {
	width: 20px!important;
	float: left;
	margin-left: 142px;
	margin-right: 10px;
	border: none!important;
	}
	
.checkboxRow label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}
	
.disclaimer p {
	margin: 0 0 10px 167px;
	clear: both;
	}

.addEventsForm .checkbox input {
	width: 13px!important;
	height:13px;
	float: left;
	margin-left: 104px;
	margin-right: 10px;
	border: none!important;
	}

.addEventsForm .checkbox label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}

.addEventsForm .buttonRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	margin-top: 10px!important;
	}
	
/* --- filters --- */

.filters {
	width: 120px;
	float: left;
	}
	
.filters ul {
	margin-bottom: 24px;
	}
	
.filters ul li {
	line-height:1.5em;
	}
	
.filters ul li a {
	font-size: 1.1em;
	}

.filterRemove a {
	background: url(/_images/iconClose1.gif) 0 0 no-repeat;
	padding-left: 14px;
	}
	
.filterRemove a:hover {
	background: url(/_images/iconClose2.gif) 0 0 no-repeat;
	}
	
.filters h2 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 8px;
	}
	
.filters h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	}
	
.filters h3 a {
	color: #000;
	}

/* --- Xcol ads --- */

#xcol #xcolAds {
	margin-right: 20px;
	margin-bottom: 15px;
	}

#xcolAds img, #xcolAds object, #xcolAds embed {
	}

#xcol #xcolAds p, .mpu p {
	text-align: center;
	margin-bottom: 3px;
	color: #999;
	}

#xcol #xcolAds p {
	width: 120px;
	}


/*	----- Do Not Modify -----*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active .replaceHeaderDynamic h2{
	 border-top:1px solid #bcbdc0;
	 border-bottom:1px solid #bcbdc0;
	 font-size:2em;
}

.sIFR-active .replaceHeaderDynamic h2 span {
	 visibility:hidden;
}

/*.sIFR-alternate: sifr has loaded but flash has not leaded or is being blocked (flashblock etc):
.replaceHeaderDynamic h2 .sIFR-alternate {
	font-size:1.6em;
	}*/
	
/*============ report abuse ==================*/
.reportAbuse {
    float:right;
    font-size:1.1em;
    margin:10px 0;
}

.reportAbuse a {
    color:#0083c3;
    text-decoration:none;
}
.reportAbuse a:hover {
    color:#ec008c;
    text-decoration:underline;
}

/*============ Destination Guides ==================*/

body#destguide #cmsPlainContent {
	margin:0;
	padding:0;
}
body#destguide #cmsPlainContent h1 {
	display:none;
}
body#destguide #destGuideWrap h1 {
	float:none;
	height:35px;
	display:block;
	text-indent:-1000px;
	margin-bottom:20px;
	background: transparent url(/_images/destinationGuide/bkgDgHeader.gif) no-repeat top center;
}
body#destguide #destGuideWrap h2 {
	float:none;
	height:40px;
	display:block;
	text-indent:-1000px;
	margin-bottom:10px;
	background: transparent url(/_images/destinationGuide/bkgDgSubHeader.gif) no-repeat top center;
}
body#destguide #destGuideWrap p.intro {
	font-family: Times, Georgia, serif;
	font-size:1.6em;
	color:#333;
}
body#destguide #destContainer {
	margin: 10px 0 15px 0;
	padding-bottom:10px;
	background: transparent url(/_images/destinationGuide/bkgDottedLine.gif) repeat-x bottom left;
}
	body#destguide #destContainer a.destination {
		display:block;
		float:left;
		width: 195px;
		height: 146px;
		position:relative;
		margin:0 7px 7px 0;
	}
	body#destguide #destContainer a.destination span {
		display:block;
		background:#fff;
		font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
		font-size:1.4em;
		position:absolute;
		left:0;
		bottom:10px;
		padding: 2px 5px 2px 2px;
		cursor:pointer;
	}
	body#destguide #destContainer a:hover span {
		text-decoration:none;
		color:#fff;
		background: #ec008c;
		
	}
}
