body { 
	background: #E2E2E2; 
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #222;
	}
	
#container { 
	width: 950px;
	width: expression('960px');
	background: #FFF;
	padding: 5px;
	margin: 0 auto;
	text-align: left; 
	display: block;
	}

	
/* LAYOUT STYLES
-------------------------------------------------*/	
.separatorRow {
	border-bottom:2px solid #999999;
	margin-bottom:5px;
	width: 731px;
}
.separatorRowList {
	border-top:2px solid #999999;
	margin-bottom:5px;
	width: 731px;
}

.separatorRowShort {
	border-top:0px solid #999999;
	margin-bottom:5px;
	width: 483px;
}

#column1 { 
	width: 154px; 
	display: block; 
	float: left; 
	border-top: 1px solid #6f6c65;
	padding: 10px 0 0 0;
	}
	
#column2 { 
	width: 483px; 
	width: expression('493px'); 
	display: block; 
	float: left; 
	border-top: 1px solid #6f6c65;
	padding: 10px 5px;
	padding: expression('10px 0px 10px 5px;');
	}
	
	#column2.twoColumnLayout { 
		width: 786px; 
		width: expression('796px'); 
		}

#column3 { 
	width: 303px; 
	display: block; 
	float: left; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

#footer { 
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left; 
	display: block;
	}
	
.clear { 
	display: block; 
	clear: both;
	}
	
.float { 
	float: left;
	margin: 0 3px;
	}
	
a { 
	color: #059; 
	text-decoration: underline;
	cursor: pointer;
	}
	
a:hover { 
	color: #38B; 
	}
	
.blackBar { 
	clear: both; 
	display: block;
	margin: 5px 0 0 0;
	border-top: 5px solid #000;
	height: 13px;
	background: #6f6c65;
	}
	
h1 { 
	margin: 5px 0 10px 0; 
	background-repeat: no-repeat;
	background-position: 0;
	height: 23px; 
	text-indent: -5000px;
	line-height: 23px;
	behavior: url(/scripts/iepngfix.htc);
	}
	
h2 { 
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	letter-spacing: -0.02em;
	behavior: url(/scripts/iepngfix.htc);
	}
	
ul, ol { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
	}
	
	ul li, ol li { 
		padding: 0 0 0 10px;
		background: url(../images/common/arrow-black.gif) no-repeat 0 3px;
		}

p { margin: 0 0 10px 0; }

.centered { text-align: center; }

table { 
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #222;
	}


 .form-submit {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0d6094;
	border: 1px solid #666666;
	vertical-align: text-bottom;
	color: #ffffff;
	font-weight: normal;
	width: 50px;
	height: 20px;
	margin: 0px;
	cursor: pointer;
			}

 .form-submit:hover {
	background-color: #4485ad;
	}



/* TOP SECTION STYLES 
-------------------------------------------------*/

#topSection { 
	height: 105px;
	width: 950px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
	#topSection.style01 { background-image: url(../images/banners/banner-01.jpg); }
	#topSection.style02 { background-image: url(../images/banners/banner-02.jpg); }
	#topSection.style03 { background-image: url(../images/banners/banner-03.jpg); }
	#topSection.style04 { background-image: url(../images/banners/banner-04.jpg); }
	#topSection.style05 { background-image: url(../images/banners/banner-05.jpg); }
	
	
#logo { 
	display: block; 
	float: left; 
	width: 200px;
	}
	
	#logo h1 {
		margin: 0; 
		text-indent: -5000px;
		}
		
#topRight { 
	float: right;
	width: 309px;
	}
	
	#address { 
		height: 47px;
		width: 309px;
		text-indent: -5000px;
		background: url(../images/common/address.png) no-repeat;
		behavior: url(/scripts/iepngfix.htc);
		margin: 0;
		}
		
		.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0d6094;
	border: 1px solid #666666;
	vertical-align: text-bottom;
	color: #ffffff;
	font-weight: normal;

}
		
	#buttons { 
		display: block;
		height: 24px;
		margin: 0;
		}
		
		#buttons a.subscribeFeed {
			display: block;
			height: 24px;
			width: 174px;
			text-indent: -5000px;
			background: url(../images/common/subscribeFeed.png) no-repeat;
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}
		
		#socialButtons { 
		display: block;
		height: 24px;
		margin: 0;
		}
		
		#socialButtons .social {
			display: block;
			height:24px;
			line-height:24px;
			background-image:url(/images/common/becomeAFan.png);
			behavior: url(/scripts/iepngfix.htc);
			background-position:0 0px;
			background-repeat:no-repeat;
			margin: 4px 0px 0 0px;
			padding: 0px 0 0px 124px;
			}	
			
		#socialButtons .social a {
			outline:none;
			text-decoration:none;
			text-indent:-5000px;
			height:24px;
			line-height:24px;
			}
		
		#socialButtons .social a.facebook {
			width:27px;
			background-image:url(/images/common/facebook.png);
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}
			
		#socialButtons .social a.linkedIn {
			width:26px;
			background-image:url(/images/common/linkedIn.png);
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}
			
		#socialButtons .social a.shareThis {
			width:24px;
			background-image:url(/images/common/shareThis.png);
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}
			
		#socialButtons .social a.twitter {
			width:27px;
			background-image:url(/images/common/twitter.png);
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}	
		
		#socialButtons .social a:hover {
			background-position:0 -24px;
			}
	
		#buttons a.share {
			display: block;
			height: 24px;
			width: 130px;
			text-indent: -5000px;
			background: url(../images/common/share.png) no-repeat;
			behavior: url(/scripts/iepngfix.htc);
			float: left;
			}

	#topNav { 
		height: 34px;
		width: 309px;
		margin: 0;
		position: relative;
		z-index: 0;
		}

	#topNav2 { 
		height: 30px;
		width: 309px;
		margin: 0;
		position: relative;
		z-index: 0;
		}
		
		#topNavLeft {
			height: 34px;
			width: 10px;
			float: left;
			display: block;
			background: transparent url(../images/common/bg-topNav.png) no-repeat 0 0;
			behavior: url(/scripts/iepngfix.htc);
			}
			
		#topNavRight { 
			float: left;
			width: 299px;
			display: block;
			}
		
		#topNavTop { 
			height: 10px;
			height: expression('5px');
			width: 299px;
			float: left;
			display: block;
			background: transparent url(../images/common/bg-topNavTop.png) no-repeat 0 0;
			behavior: url(/scripts/iepngfix.htc);
			}
			
		#topNavMenu {
			display: block;
			background: #FFF; 
			width: 299px;
			height: 29px;
			height: expression('20px');
			}
		
		#topNav ul, #topNav2 ul { 
			display: block;
			margin: 5px 0 0 0;
			margin: expression('-5px 0 0 0');
			padding: 0 0 0 5px;
			padding: expression('0');
			list-style-type: none;
			}
			
		#topNav ul li, #topNav2 ul li { 
			float: left; 
			height: 18px;
			line-height: 18px;
			margin: 0;
			padding: 0;
			background-image: none;
			background-color: #FFF;
			}
			
		#topNav ul li a, #topNav2 ul li a { 
			display: block;
			height: 18px;
			line-height: 18px;
			text-decoration: none;
			outline: none;
			text-indent: -5000px;
			background-position: 0 0;
			background-repeat: no-repeat;
			}
			
			#topNav ul li.advertise a, #topNav2 ul li.advertise a { background-image: url(../images/topNav/advertise.gif); width: 134px; }
			#topNav ul li.enews a, #topNav2 ul li.enews a { background-image: url(../images/topNav/enews.gif); width: 67px; }
			#topNav ul li.subscribe a, #topNav2 ul li.subscribe a { background-image: url(../images/topNav/subscribe.gif); width: 82px; }
			
			#topNav ul li a:hover, #topNav2 ul li a:hover { background-position: 0 -18px; }
			
			
			
	
/* SEARCH BAR
-------------------------------------------------*/

#searchBanner { 
	background: #821; 
	padding: 3px 10px;
	line-height: 19px;
	margin: 5px 0 5px 0;
	}
	
	#welcomeMessage { 
		width: 550px;
		float: left; 
		color: #FFF;
		font-size: 11px;
		}
		
		#welcomeMessage a { 
			color: #FFF; 
			text-decoration: underline;
			}
		
		#welcomeMessage a:hover { 
			color: #fc7
			}
		
	#searchBox { 
		width: 290px;
		float: right;
		text-align: right;
		}
		
		input#search { 
			width: 150px;
			padding: 2px;
			border: 0;
			height: 19px;
			}
			
		input#submit {
			background: #000;
			padding: 7px;
			border: expression('7px solid #000');
			}
	
/* SEARCH BAR
-------------------------------------------------*/

#mainNav ul { 
	margin: 0;
	padding: 10px 0 0  0;
	list-style-type: none;
	background: #6f6c65;
	width: 154px;
	}
	
	#mainNav ul li { 
		height: 19px;
		line-height: 19px;
		border-top: 1px solid #9e9d99;
		padding: 0;
		background-image: none;
		}
		
	#mainNav ul li a { 
		display: block;
		color: #FFF;
		background: url(../images/common/arrow-white.gif) no-repeat 140px 7px;
		padding: 0 0 0 10px;
		font-weight: bold;
		height: 19px;
		}
		
	#mainNav ul li a:hover, #mainNav ul li.selected a { 
		background: #4E4E4E url(../images/common/arrow-grey.gif) no-repeat 140px 7px;
		}
		
	
/* CAREER CENTER STYLES
-------------------------------------------------*/		
		
#careerCenter { 
	background: url(../images/common/bg-careerCenter.gif) repeat-x 0 bottom;
	padding: 10px 5px;
	}		
	
	#careerCenter h1 { 
		background-image: url(../images/common/h1-careerCenter.gif); 
		height: 16px;
		margin: 0 0 10px 0;
		}
		
	#careerCenter h2 { 
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 15px 0 2px 0;
		}
		
	#careerCenter ul { 
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#careerCenter ul li { 
			background: url(../images/common/arrow-grey.gif) no-repeat 0 3px;
			padding: 0 0 0  10px;
			}
		
	
/* LEFT SPONSORS STYLES
-------------------------------------------------*/		

#sponsorsLeft { 
	border-left: 1px solid #6f6c65;
	border-right: 1px solid #6f6c65;
	padding: 5px 0 0 0;
	}
	
	#sponsorsLeft h2 { 
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		}
		
	.sponsor { 
		padding: 5px;
		border-bottom: 1px solid #6f6c65;
		}
		
	
/* FLASH/HOMEPAGE ONLY STYLES
-------------------------------------------------*/

#bookmark { 
	clear: both;
	margin: 40px 0 5px 0;
	text-align: center;
	}

/* FLASH/HOMEPAGE ONLY STYLES
-------------------------------------------------*/

#flash { 
	margin: -5px 0 0 0;
	}
	
	
/* LINKS AREA STYLES
-------------------------------------------------*/

#links { 
	margin: 10px 0;
	padding: 5px 0 5px 20px;
	}
	
#briefcaseListings { 
	float: left; 
	width: 272px;
	width: expression('282px');
	padding: 0 10px 0 0;
	border-right: 1px solid #6f6c67;
	}	
	
	#briefcaseListings h1 { background-image: url(../images/common/h1-briefcaseListings.png); }
	
	
#briefcaseListings2 { 
	float: left; 
	width: 450px;
	width: expression('450px');
	padding: 0 10px 0 0;
	}	
	
	#briefcaseListings2 h1 { background-image: url(../images/common/h1-briefcaseListings.png); }

#briefcaseListings2 leftCol{
	width:210px;
	padding: 0 5px 0 0px;
	float:left
	}

#briefcaseListings2 rightCol{
	width:210px;
	padding: 0 0 0 220px;
	float:right
	}

#mostPopular { 
	float: left; 
	width: 150px;
	width: expression('160px');
	border-left: 1px solid #6f6c67;
	margin: 0 0 0 -1px;
	padding: 0 0 0 10px;
	}	
	
	#mostPopular h1 { background-image: url(../images/common/h1-mostPopular.png); }
	
	.noBullet { background-image: none; font-style: italic; }
	
	.no1 { background-image: url(../images/common/no1.gif); padding-left: 18px; }
	.no2 { background-image: url(../images/common/no2.gif); padding-left: 18px; }
	.no3 { background-image: url(../images/common/no3.gif); padding-left: 18px; }
	.no4 { background-image: url(../images/common/no4.gif); padding-left: 18px; }
	.no5 { background-image: url(../images/common/no5.gif); padding-left: 18px; }
	
	.doubleArrow { background-image: url(../images/common/arrow2.gif); padding-left: 18px; font-style: italic; }
	.doubleArrowBlog {
	background-image: url(../images/common/arrow2.gif);
	right: auto;
	padding-left: 18px;
	font-style: italic;
	background-repeat: no-repeat;
}

	
/* ONLINE EXCLUSIVES STYLES
-------------------------------------------------*/

#onlineExclusives { 
	margin: 10px 0;
	padding: 5px 20px;
	background: #c1cab5;
	}

	#onlineExclusives h1 { background-image: url(../images/common/h1-onlineExclusives.png); }
	
	#onlineExclusives img { border: 1px solid #6f6c67; }
	
	#onlineExclusives .leftColumn { 
		float: left; 
		width: 245px; 
		display: block;
		}

	#onlineExclusives .rightColumn { 
		float: left; 
		width: 195px; 
		display: block;
		}
		
	#onlineExclusives h2 { 
		font-weight: bold;
		letter-spacing: 0;
		font-size: 13px;
		}
		
		#onlineExclusives h2 a { text-decoration: underline; }
		
		#onlineExclusives .by { font-style: italic; font-weight: bold; font-family: Georgia, serif; }
		
#toolbox {
	width: 245px;
	height: 75px;
	}
	
	#toolbox a { 
		width: 245px;
		height: 70px;
		display: block;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		background: url(../images/common/toolbox.png) no-repeat 0 0;
		behavior: url(/scripts/iepngfix.htc);
		}
	
#toolbox2 {
	width: 245px;
	height: 110px;
	padding-top: 20;
	}
	
	#toolbox2 a { 
		width: 245px;
		height: 70px;
		display: block;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;
		background: url(../images/common/toolbox.png) no-repeat 0 0;
		behavior: url(/scripts/iepngfix.htc);
		}

/* BLOG AREA STYLES
-------------------------------------------------*/

#blogs { 
	margin: 10px 0;
	padding: 5px 0 5px 20px;
	}
	
	#blogs h1 { background-image: url(../images/common/h1-featuredBlogs.png); }
	
	
#blogProfiles { 
	float: left; 
	width: 230px;
	width: expression('240px');
	padding: 0 10px 0 0;
	border-right: 1px solid #6f6c67;
	}	
	
	.blogProfile { 
		clear: both;
		margin: 0 0 5px 0;
		}
		
		.blogProfile .image { 
			float: left;
			width: 105px;
			display: block;
			}
			
			.blogProfile .image img { border: 1px solid #6f6c67; }

			
		.blogProfile .profile { 
			float: left;
			width: 110px;
			display: block;
			}
		
		.blogProfile a { 
			font-size: 13px;
			font-weight: bold;
			}
	
#blogTopics { 
	float: left; 
	width: 192px;
	width: expression('202px');
	border-left: 1px solid #6f6c67;
	margin: 0 0 0 -1px;
	padding: 0 0 0 10px;
	}	
		
#blogMore { 
		padding: 0 0 0 10px;
		background: url(../images/common/arrow-black.gif) no-repeat 0 3px;
		}

	
/* CALENDAR OF EVENTS STYLES
-------------------------------------------------*/

#calendarEvents { 
	margin: 10px 0;
	padding: 5px 20px;
	background: #c1cab5;
	}

	#calendarEvents h1 { background-image: url(../images/common/h1-calendarEvents.png); float: left; width: 180px; }
	
.calendarEventsLinks { 
	float: right;
	width: 200px;
	text-align: right;
	font-size: 12px;
	line-height: 23px;
	padding: 5px 0 0 0;
	color: #059;
	}
	
.eventsRow { 
	clear: both;
	border-top: 1px solid #6f6c67;
	}
	
	.event { 
		display: block;
		float: left;
		width: 95px;
		border-left: 1px solid #6f6c67;
		padding: 5px 5px 0 5px;
		}
		
	.first { 
		border: none; 
		}
	
	
/* ON SHELVES NOW STYLES
-------------------------------------------------*/

#onShelvesNow {
	margin: 0 0 5px 0;
	background: #6d6d65 url(../images/common/current-topRight.gif) no-repeat right top;
	padding: 10px 5px 0 10px;
	display: block;
	clear: both;
	}
	
	#onShelvesNow h1 { 
		margin: 0 0 10px 0; 
		background: url(../images/common/h1-onShelvesNow.png) no-repeat 0 0; 
		height: 40px;
		width: 95px;
		}
		
	#onShelvesNow a { color: #FFF; }
	#onShelvesNow a:hover { color: #bd3; }
	
	#onShelvesNow2 a { 
	color: #FFF;
	text-decoration: none;
	 }
	#onShelvesNow2 a:hover { 
	color: #FFF;
	text-decoration: underline;
		}

		
	#onShelvesNow li { background-image: url(../images/common/arrow-white.gif); color:#FFFFFF;}
		
	#onShelvesNow .leftColumn { 
		float: left; 
		width: 95px;
		border-right: 1px solid #FFF;
		padding: 0 0 10px 0;
		}	
	
	#onShelvesNow .rightColumn { 
		float: left; 
		width: 170px;
		width: expression('180px');
		border-left: 1px solid #FFF;
		margin: 0 0 0 -1px;
		padding: 0 0 10px 10px;
		}	
		
	#onShelvesNow h2 { 
		text-indent: -5000px;
		width: 170px;
		height: 12px;
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		}	
		
		#onShelvesNow h2.current { background-image: url(../images/common/h2-inCurrentIssue.png); }
		#onShelvesNow h2.upcoming { background-image: url(../images/common/h2-inUpcomingIssue.png); margin-top: 10px; }

	
/* BUSINESS & PROFESSIONAL DIRECTORY STYLES
-------------------------------------------------*/		
		
#businessDirectory { 
	background: url(../images/common/bg-careerCenter.gif) repeat-x 0 bottom;
	padding: 10px 5px;
	color: #555;
	}		
	
	#businessDirectory h1 { 
		background: url(../images/common/h1-businessDirectory.gif) no-repeat 0 0; 
		height: 18px;
		margin: 0 0 10px 0;
		display: block;
		width: 295px;
		}
		
	#businessDirectory .row { 
		clear: both;
		font-size: 11px;
		font-weight: normal;
		margin: 0 0 4px 0;
		}
			

	#businessDirectory .leftColumn { 
		display: block;
		float: left; 
		width: 100px;
		line-height: 20px;
		}	

	#businessDirectory .rightColumn { 
		display: block;
		float: left; 
		width: 180px;
		}
		
	#businessDirectory input.text { 
		width: 180px;
		padding: 1px 3px;
		color: #555;
		font-style: italic;
		font-size: 10px;
		}	
		
		.floatL { 
			float: left;
			width: auto;
			}
			
		.floatR { 
			float: right;
			width: auto;
			}
	
	#businessDirectory input#submit {
		background: #BCBCBC;
		padding: 7px;
		border: 1px solid #9b9b9b;
		display: block;
		border: expression('7px solid #BCBCBC');
		}
		
		.submitButton {
			background: #BCBCBC;
			padding: 7px;
			border: 1px solid #9b9b9b;
			display: block;
			border: expression('7px solid #BCBCBC');
		}

	#businessDirectory .select { 
		width: 150px;
		padding: 1px 0;
		color: #555;
		font-style: italic;
		font-size: 10px;
		}
		
		
		.select { 
		width: 161px;
			height: 22px;
			padding: 1px 3px;
			color: #555;
			
			font-size: 10px;
		}	
		
		#businessDirectory .selectLong { 
		width: 300px;
		padding: 1px 0;
		color: #555;
		font-style: italic;
		font-size: 10px;
		}	
		
		.selectLong { 
			width: 220px;
			height: 22px;
			padding: 1px 3px;
			color: #555;
			
			font-size: 10px;
		}	
		
		.selectMulti { 
			width: 731px;
			height: 110px;
			padding: 1px 3px;
			color: #555;
			font-size: 10px;
		}	
		
	#or { 
		display: block;
		min-height: 40px;
		height: expression('40px');
		background: url(../images/common/bg-or.gif) no-repeat 28px 18px;
		}
	
	h3.directorySearch {
	font-size:18px; 
	font-weight:bold; 
	color:#000000;
	margin:0px 0px 10px 0px;
	}
	
	.searchType {
	color:#882211; 
	text-transform:uppercase; 
	font-weight:normal; 
	font-weight:lighter;
	}
	
	#searchResultsLeft {
	display:block;
	width:350px;
	margin:5px 15px 20px 0px;
	padding:0 15px 0 0px;
	border-right:1px solid #999999;
	float:left;
	}
	
	#searchResultsRight {
	display:block;
	width:350px;
	margin:5px 0px 20px -16px;
	padding:0 0 0 15px;
	border-left:1px solid #999999;
	float:left;
	}
	
	#professionalResult {
	margin:5px 0px 10px 0px;
	padding: 5px 0 0px 0px;
	display:block;
	min-height: 150px;
	height:expression('150px');
	border-bottom: 1px solid #999999;
	}
	
	#professionalResult .details {
	padding:0px 0px 5px 5px;
	}
	
	#professionalResult img.prof {
	padding: 0px 10px 10px 0px;
	}
	
.searchBlackBar { 
	clear: both; 
	display: block;
	margin: 5px 0 0 0;
	border-top: 5px solid #000;
	height: 13px;
	background: #6f6c65;
	}
	
.clearSpacer {
	clear:both;
	display:block;
	height:1px;
	width:600px;
	}
	
/* ARTICLES STYLES
------------------------------------------------*/		
		
		.articlesOverview img {
	padding: 0 10px 20px 0px;
	}
		.articlesClip {
		padding-right:10px;
		font-size: 10px;
	}
		
/* ADVERT STYLES
-------------------------------------------------*/		

#advert { 
	clear: both; 
	margin: 5px 0;
	}


/* ADVERTISER DETAILS STYLES
-------------------------------------------------*/		

#advertiser .photo {
	background: url(../images/common/advert-photo-bg.jpg) no-repeat;
	padding: 10px;
	width: 461px;
	width:expression('440px');
	height: 239px;
	margin-top: -5px;
}

#advertiser .video {
	background: url(../images/common/advert-video-bg.jpg) no-repeat;
	padding: 10px;
	width: 461px;
	width:expression('440px');
	height: 275px;
	margin-top: -5px;
}

#breadCrumbs {
	margin: 0 0 5px 10px;
	font-size: 12px;
	color: #0d6094;
	line-height: 18px;
}



#businessInfo {
	margin: 0 -10px 0 0px;
	padding:0 0 0 10px;
}

#advertiser #logo {
	
}

#advertiser #businessInfo h2 { 
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 0px 0px;
	padding: 0px;
	letter-spacing: normal;
	}

#address-main { 
	font-size: 11px;
	line-height: 14px;
	}	
	
#advertiser #socialNet {
	margin: 0 28px 16px 10px;
	padding: 5px 0 5px 0px;
	border-bottom: solid 1px #6e6c65;
	border-top: solid 1px #6e6c65;
	height: 31px;
	}

#advertiser #socialNet a {
	float: left;
	display: block;
	height: 31px;
	margin-right: 10px;
	text-indent: -5000px;
}	

#advertiser #socialNet a:hover {
	background-position: 0px -31px;
}	


#advertiser #facebook a {
	width: 81px;
	background: url(../images/common/logo-facebook.jpg) no-repeat 0px 0px;
	margin-right: 13px;
}


#advertiser #linkedin a {
	width: 99px;
	background: url(../images/common/logo-linkedin.jpg) no-repeat 0px 0px;
}	

#advertiser #twitter a {
	width: 99px;
	background: url(../images/common/logo-twitter.jpg) no-repeat 0px 0px;
}	

#address-more {
	float: left;
	margin: 0 0 0 10px;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
}

#mainContent {
	margin: 0 20px 0 10px;
	line-height: 16px;
}	

#mainContent ul, ol { 
		padding: 0 0 12px 0px;
		}	


#mainContent ul li, ol li { 
		padding: 0 0 0 8px;
		background: url(../images/common/advert-icon-bullet.gif) no-repeat 0 6px;
		}	
	
#proffessionals h2 { 
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 28px 14px 0px;
	padding: 10px 0 5px 0px;
	letter-spacing: normal;
	border-bottom: solid 1px #6e6c65;
	}

#individual {
	float: left;
	width: 190px;
	width: expression('190px');
	margin: 0 15px 15px 0px;
	height: 60px;
}

#individual #photo {
	float: left;
	width: 50px;
	margin-right: 12px;
}

#individual #photo img {
	border: solid 1px #727069;
}


#individual #details {
	float: left;
	width: 128px;
	font-size: 11px;
	line-height: 14px;
}

#individual #details a {
	font-weight: bold;
	}



#proffessionals {
	margin: 0px -10px 0 0px;
	padding:0px 0 0 10px;
}	
	
	

	
	
/* RIGHT SPONSORS STYLES
-------------------------------------------------*/		

#sponsorsRight { 
	padding: 5px 0 0 0;
	}
	
	#sponsorsRight h2 { 
		font-size: 10px;
		font-weight: bold;
		}
		
	#sponsorsRight .sponsor { 
		border: none;
		}
		
		#sponsorsRight .leftColumn { 
			float: left; 
			width: 110px;
			}
			
			#sponsorsRight .leftColumn img { border: 1px solid #6f6c67; }

		#sponsorsRight .rightColumn { 
			float: left;
			width: 170px;
			}
			
/*			#sponsorsRight a { 
				font-weight: bold;
				}*/
			
	
/* VIDEO AREA STYLES
-------------------------------------------------*/		

#video { 
	padding: 5px 0 0 0;
	width: 303px;
	background: url(../images/common/bg-videos.jpg) no-repeat 0 0;
	}
	
	#video h2 {
		margin: 0 10px 0 10px;
		font-style: italic;
		color: #6d6c67;
		font-size: 11px;
		}
		
	#video p { 
		color: #059;
		font-size: 12px;
		margin: 0 10px 5px 10px;
		font-weight: bold;
		}
		
	#video flashvideo {
		padding: 5px 0 0 0;
		}
		

/* FOOTER STYLES
-------------------------------------------------*/

#footer { 
	clear: both;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	font-size: 10px;
	padding: 10px 0 40px 0;
	}	
	
#footerNav { 
	float: left; 
	width: 650px;
	}
	
	#footerNav ul { 
		margin: 0;
		padding: 0;
		list-style-type: none;
		clear: both;
		}
		
	#footerNav ul li { 
		background-image: none;
		border-left: 1px solid #999;
		float: left; 
		margin: 0 0 0 5px;
		padding: 0 0 0 5px;
		}
		
	#footerNav ul li.first { margin: 0; padding: 0; border: none; }
		
#copyright { 
	float: right;
	width: 208px;
	}	
	
	#copyright .copyright {
		width: 208px;
		height: 13px;
		display: block;
		text-indent: -5000px;
		background: url(../images/common/copyright.gif) no-repeat 0 0;
		}
		
	#copyright .hrs a {
		width: 208px;
		height: 13px;
		display: block;
		text-indent: -5000px;
		text-decoration: none; 
		outline: none;
		background: url(../images/common/highrock.gif) no-repeat 0 0;
		}
		


/* STORY STYLES
-------------------------------------------------*/

#article { 
	padding: 0 10px;
	}

	#article .articleImage img { 
		width: 463px;
		}
			
	.twoColumnLayout #article .articleImage img { 
		width: 766px;
		}
		
	.arialLink { 
		margin: 10px 0 5px 0;
		}
	
	.blueTitle { 
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
		color: #059;
		}
	
	.subTitle1 { 
		font-size: 16px;
		line-height: 18px;
		color: #000;
		}

	.subTitle { 
		font-size: 14px;
		line-height: 18px;
		color: #000;
		}
		
		.subTitleSub { 
		font-size: 14px;
		line-height: 18px;
		color: #222;
		font-weight:bold;
		}
		
	.author { 
		font-weight: bold;
		color: #059;
		}

/* BEST OF WEB STYLES
-------------------------------------------------*/	


#bestContainer {
		background:url(../images/bestOfWeb/bestOfWeb-topBG.gif) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		size:12px;
		}

		
.bestHeader {
		margin: 0px 13px;
		}
		
#bestEntry {
		margin: 10px 0px 0px 10px; float:left;
		}
		
#bestEntry img {
		 padding: 5px 5px 5px 5px;
		 border: solid 1px #e9e9e9;
		 width: 160px;
		 height: 110px;
		 margin: 0 0 5px 0px;
		 }							
		
#bestEntry #text {
		margin: 0 0 0 14px; width:160px;
		}		

#bestEntry #text a {
		color: #0d6094;
		text-decoration:underline;
		}

#bestEntry #input1 {
		margin-top:3px;
		}

#bestEntry #input2 {
		float:left;
		width:10px;
		margin: 0 0 0 -4px;
		padding: 0px;
		}
		
#bestEntry #vote {
		float:left;
		margin: 2px 0 0 12px;
		}

.bestTitle {
		color:#2558a8;
		font-weight:bold;
		}

.bestSelect {
		padding: 0px 6px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

#bestFooter {
		border-top: solid 1px #d5d4d2;
		margin: 20px 13px 0px 13px;
		}
		
#bestFooter #text {
		padding: 6px 0px;
		}		


/* E-NEWS SIGNUP STYLES
-------------------------------------------------*/	


#SignUp {
	padding: 10px 0 0 10px;	
	}

#SignUp ul {
	margin: 0px;
	float: left;
	list-style-type: none;
	}

#SignUp ul li {
	background-image: none;
	height: 22px;
	line-height: 24px;
	}


#SignUp ul#text {
	text-align: right;
	}

#SignUp .required {
	font-size: 10px;
	color: #821;
}




#SignUp .submit {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0d6094;
	border: 1px solid #666666;
	vertical-align: text-bottom;
	color: #ffffff;
	font-weight: normal;
	width: 50px;
	height: 20px;
	margin: 10px 0 0 74px;
	cursor: pointer;
			}

#SignUp .submit:hover {
	background-color: #4485ad;
	}

#SignUp input { 
		width: 150px;
		padding: 1px 0;
		color: #555;
		font-style: italic;
		font-size: 10px;
		}
		
		

/* CALENDAR STYLES

-------------------------------------------------*/

 ul.calendar-nav  {
	float: left;
	margin:10px 0 20px 0px;
	padding: 0px;
	list-style-type: none;
}	


 ul.calendar-nav li {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0 6px 0 0px;
	list-style-type: none;
	background: none;
	line-height: 10px;
}


 ul.calendar-nav li.right {
	border-left: solid 1px #000000;
	padding-left: 6px;	
	}	



.cal-item {
	
}

.cal-date {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #515151;
	line-height: 15px;

}	


.cal-title {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #9c0000;
	line-height: 15px;
}

.cal-location {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-style: italic;
	color: #515151;
	line-height: 15px;
}

.cal-content {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.cal-content a {
	font-size: 12px;
	color: #084d88;
	line-height: 15px;
	text-decoration: none;
}
		



/* ABOUT US STYLES
-------------------------------------------------*/	
.staffText {
padding: 0 0 0 5px;}

.bioText {
margin: 0 0 10px 0;}

tableBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px:
}

