body {
	margin-top: 15px;
	background-color: #999999;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, helvetica;
	color: #333333;
}

a, a:visited {
	color: #0000ee;
}

/** page structure **/

.block {
	
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: #ffffff;
	background-image: url(images/blockTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.blockInner {
	padding: 10px 16px 10px 16px;
	text-align: left;
	background-image: url(images/blockBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bar {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #B21C14;
	background-image: url(images/bar_banner.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #cccccc;
	background-image: url(images/footerBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/** header **/

.header {
	position: relative;
	background-image: url(images/bar_double.gif);
	background-repeat:  no-repeat;
	background-position: center 54px;
}

.header .date {
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
}

.header .logo {
	text-align: left;
}

.header .title {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 54px;
	text-decoration: none;
	text-transform: capitalize;
	color: #343434;
	float: left;
	margin-bottom: 10px;
}

.header .mastheadImage {
	clear: left;
	margin: 4px;
	text-align: center;
}

.header .mastheadCopyright {
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}

/** navigation **/
.topNavigation {
	color: #ffffff;
	text-align: left;
	padding: 8px 18px 8px 18px; 
}

.topNavigation a, .topNavigation a:visited {
	color: #ffffff;
	margin: 0px 5px 0px 5px;
}

.topNavigation a.current {
	text-decoration: none;
}

.footerNavigation {
	font-size: 10px;
	padding: 8px 18px 8px 18px; 
}

.footerNavigation a, .footerNavigation a:visited {
	color: #333333;
}

.footerNavigation a.current {
	text-decoration: none;
}

/** side bars **/
.rightSideBar {
	float: right;
	width: 160px;
}

.leftSideBar {
	clear: left;
	float: left;
	width: 160px;
}


.rightSideBar2 {
	float: right;
	width: 306px;
	padding-left: 7px;
}

.leftSideBar2 {
	clear: left;
	float: left;
	padding-right: 7px;
	width: 306px;
}

/** main content **/
.mainBlock {
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 777px 0px;
}

.main {
	float: left;
	width: 764px;
}

.body {
	float: right;
	width: 574px;
}

.body img {
	margin: 8px;
}

.sectionHeader {
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: solid 1px #666666;
	margin-bottom: 6px;
}

.sectionBody {
	border-top: solid 1px #ffffff;
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 175px 0px;
	width: 764px;
}



.sectionBodyFull {
	border-top: solid 1px #ffffff;
}

.sectionBodyFull .body {
	float: none;
	width: 100%;
}

.splitBlock3 {
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 635px 0px;
}

.sectionBodyNarrow {
	border-top: solid 1px #ffffff;
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 315px 0px;
}

.sectionBodyNarrow .body {
	width: 300px;
	margin-right: 7px;
}

.sectionBodySplit {
	border-top: solid 1px #ffffff;
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 330px 0px;
}

.sectionBodySplit .leftSideContent {
	clear: left;
	float: left;
	width: 315px;
}

.sectionBodySplit .rightSideContent {
	float: right;
	width: 397px;
}

.sectionBodyHome {
	border-top: solid 1px #ffffff;
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 324px 0px;
}

.sectionBodyHome .leftSideContent {
	clear: left;
	float: left;
	width: 309px;
}

.sectionBodyHome .rightSideContent {
	float: right;
	width: 413px;
}

.sectionHeaderWithBar {
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: solid 1px #666666;
	margin-bottom: 1px;
}

.sectionBar {
	height: 25px;
	background-color: #EDD9D9;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 2px;
}

.leftRule {
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.splitBlock {
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 475px 0px;
}

.splitBlock .leftSideContent {
	clear: left;
	float: left;
	width: 460px;
}

.splitBlock .rightSideContent {
	float: right;
	width: 460px;
}

.jobCompanySection {
	padding-top:20px;
}

.jobCompanySplit {
	background-image: url(images/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: 600px 0px;
}




.title, a.title:visited {
	display: block;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

.title2, a.title2:visited {
	display: block;
	font-size: 18px;
	font-family: Verdana, Arial, helvetica;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

.title2lead, a.title2lead:visited {
	color: #000000;
}

.locationBody .title {
	padding: 16px 0px 3px 14px;
	border-top: solid 1px #666666;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.author {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

.author img {
	margin: 0px;
}

.sectionBodyFull .author {
	color: #313131;
}

.article {
	margin-top: 20px;
}


.locationBody .image {
	float:left;
	margin: 14px;
}

.locationBody .address {
	width: 200px;
	float:left;
}

.companyBody .image {
	float: right;
	margin: 14px;
}

.companyBody .address {
	width: 400px;
	float: left;
}

.address h1 {
	font-size: 22px;
	font-weight: normal;
}


.listTitle, a:visited.listTitle {
	display: block;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
	color: #333333;
}

.featureAbstract {
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.featureAbstract .title {
	color: #942923;
	margin-bottom: 8px;
}

.featureAbstract .abstract {
	margin-top: 6px;
	margin-bottom: 8px;
}

.featureAbstract .image {
	float: left;
	margin-right: 8px;
}

.featureAbstract img {
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.featureAbstract .category {
	color: #000000;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.featureAbstract .location {
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial, helvetica;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}


.featuredItem {
	clear: left;
	background-color: #F0F0F0;
	border-bottom: solid 1px #000000;
	padding: 4px 8px 4px 8px;
	margin-bottom: 8px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ACACAC;
}

.featuredItemImage {
	padding: 10px;
	text-align: center;
}

.featuredItem .item {
	color: #626262;	
}
/** Lists */

.articleHeader , .articleHeader:visited {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 2px 8px;
	border-bottom: solid 1px #333333;
	color: #696969;
	text-decoration: none;
	display: block;
}

.articleGroupHeader{
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 3px 8px;
	margin-bottom: 2px;
	color: #990000;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.articleList {
	padding: 0px 0px 0px 24px;
	margin: 0px;
	color: #0F54A2; 
}

.articleList li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.articleList li a, .articleList li a:visited  {
	color: #0000ee;
	text-decoration: none;
	font-weight: bold;
}

.articleList li a:hover  {
	text-decoration: underline;
}

.articleList li .source {
	padding: 3px 0px 3px 0px;
	font-size: 10px;
	color: #989898;
	text-transform: uppercase;
}

.articleList li .source img {
	margin: 0px;
}

.listHeader {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 3px 8px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #696969;
}

.list {
	padding: 0px 0px 15px 24px;
	margin: 0px;
	color: #0F54A2; 
}

.list li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.listSponsor {
	font-size: 10px;
	color: #989898;
	text-transform: uppercase;
	text-align: right;
	padding: 2px 4px 2px 4px;
	border-bottom: solid 1px #333333;
	margin-bottom: 20px; 
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/** Tags **/

.tags {
	padding-left: 34px;
	background-image: url(images/icon_tag.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-size: 10px;
}

.cityTags {
	background-image: url(images/icon_globe.gif);
	text-transform: uppercase;
}

.commentTags {
	background-image: url(images/icon_comments.gif);
	text-transform: uppercase;
}

.leaveCommentTags {
	background-image: url(images/icon_leaveComment.gif);
	text-transform: uppercase;
}

/** Related Stories **/

.relatedStories {
	margin-top: 20px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.relatedStories div {
	padding-left: 34px;
	background-image: url(images/icon_stories.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

/** Comments **/

.comments {
	margin-top: 20px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.comments div {
	padding-left: 34px;
	background-image: url(images/icon_comments.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.leaveComment {
	margin-top: 20px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.leaveComment div {
	padding-left: 34px;
	background-image: url(images/icon_leaveComment.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.comment {
	margin-top: 8px;
	background-color: #F0F0F0;
	padding: 8px;
}

.comment .created {
	background-image: url(images/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 24px;
	margin-bottom: 4px;
}

.postComment {
	margin-top: 8px;
}

/** Archive Browser **/

.archiveBrowser .year {
	color: #4174AB;
	font-weight: bold;
	border-bottom: solid 1px #333333;
	padding-top: 4px;
	padding-bottom: 6px;
}

.archiveBrowser .header {
	color: #303030;
	font-weight: bold;
	border-bottom: solid 1px #333333;
	padding-top: 4px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.archiveBrowser .selected {
	color: #333333;
}

.archiveBrowser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: solid 1px #333333;
}

.archiveBrowser ul li {
	margin: 0px;
	padding: 4px 6px 6px 26px;
	background-image: url(images/bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.archiveBrowser ul li.selected {
	font-weight: bold;
}

.archiveBrowser a, .archiveBrowser a:visited {
	text-decoration: none;
}

/** Panels **/

.panel {
	width: 160px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
}

.panel .item {
	padding: 4px 8px 4px 8px;
	border-top: solid 1px #ffffff;
	font-size: 10px;
}

.panel .header {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}

.panel .action {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 25px;
	text-decoration: none;
}

.panel .action:hover {
	text-decoration: underline;
}

.panel .action img {
	border: 0px;
	vertical-align: middle;
}

.panel .button {
	margin-top: 4px;
	float: right;
}

.panel .textBox {
	width: 140px;
	margin-top: 4px;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.panel .button img {
	border: 0px;
	vertical-align: middle;
}

.cityPanel .header {
	background-color: #A84341;
	background-image: url(images/cityPanelTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
	color: #ffffff;
}

.cityPanel {
	background-color: #EDD9D9;
	color: #0D54A2;
	background-image: url(images/cityPanelBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.cityPanel .action, .cityPanel .action:visited {
	color: #B21C14;
	padding-left: 20px;
}

.cityPanel .link {
	background-image: url(images/icon_link.gif);
}

.tools .header {
	background-image: url(images/toolPanelTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
}

.tools {
	background-color: #ECECEC;
	color: #666666;
	background-image: url(images/toolPanelBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tools .action, .tools .action:visited {
	color: #666666;
}

.tools .print {
	background-image: url(images/icon_print.gif);
}

.tools .email {
	background-image: url(images/icon_email.gif);
}

.tools .digg {
	background-image: url(images/icon_digg.png);
}

.tools .delicious {
	background-image: url(images/icon_delicious.gif);
}

.tools .rss {
	background-image: url(images/icon_rss.png);
}

.tools .typeSize, .tools .typeSize:visited {
	display: inline;
	margin-left: 6px;
	padding: 0px 0px 0px 0px;
}


/** home **/
.currentIssue {
	height: 56px;
	background-image: url(images/img_currentIssue.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}


/** Search **/
.searchresult {
	margin-top: 2px;
	margin-bottom: 6px;
}

.searchresult .title, .searchresult .title:visited {
	font-family: Verdana, Arial, helvetica;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 2px;
}

.searchresult .title:hover {
	text-decoration: underline;
}

.searchresult .type {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 2px;
}

.pager {
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding-bottom: 6px;
	border-bottom: solid 1px #333333;
	margin-bottom: 6px;
}

.pagination, .pagination a {
	display: inline;
	font-size: 10px;
}

.pagination .current {
	text-decoration: none;
}


/*Insider's Guide*/

.bodyGuide {
	float: right;
	width: 764px;
}
.bodyGuide h1{
color:#B21C14;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-decoration: none;
	font-weight:300;
	padding-bottom:3px;
margin-bottom:3px;
}
.bodyGuide h2{
color:#777;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight:normal;
	padding-bottom:3px;
margin-bottom:3px;
}
.bodyGuide h3{
color:#B21C14;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:22px;
text-decoration:none;
font-weight:normal; 
padding-bottom:3px;
margin-bottom:3px;
}
.bodyGuide h4{
color:#5f93bd;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
font-weight:normal; 
padding-bottom:3px;
margin-bottom:3px;
}
a.video {
	padding:0 0 0 30px;
	text-decoration:none !important;
	background-image: url(../images/videoplay.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

.bodyGuide img {
	margin: 8px;
	vertical-align: text-bottom;
}
.bodyGuide .leftcontent{

	width:367px;

	float:left;

	display: block;

	padding-top: 0px;

	padding-right: 5px;

	padding-bottom: 0px;

	padding-left: 10px;

}
.bodyGuide .rightcontent{

	width:367px;

	float:right;

	display: block;

	padding-top: 0px;

	padding-right: 5px;

	padding-bottom: 0px;

	padding-left: 10px;

}
.bodyGuide .leftcontent h1, .bodyGuide .rightcontent h1{
color:#B21C14;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
text-decoration:none;
font-weight:normal; 
}

.guideItem{
	height:90px;
	width:360px;
	display:block;
	clear:both;
}
.guideItem p{
padding-top:15px;
}
.guideThumb {
	border: 1px solid #ccc;
	float:left;
}
.guideThumb2 {
	border: 1px solid #ccc;
	clear:both;
}
.purelogo{
float:left;
padding: 10px 0px 0px 0px;
}
.Item24{
	height:170px;
	width:100%;
	display:block;
	clear:both;
	text-align: left;
}

.Itemname24{
color:#373737;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-decoration:none;
font-weight:normal;
padding-bottom:3px;
margin-bottom:3px;
padding-top:80px;
}
.bodyGuide .Thumb24 {
	float: left;
	vertical-align: text-top;
	border: 1px solid #ccc;
}
.sectionBodyGuide {
	border-top: solid 1px #ffffff;
	width: 764px;
}
.bodyGuide hr

{
color: #fff;
background-color: #fff;
border: 1px dotted #c1c8c1;
border-style: none none dotted;
clear: both;
display:block;
padding-top: 2px;
padding-bottom: 2px;
margin-bottom: 5px;

}
#clearer {

	width: 100%;

	margin-top:2px;

	padding-top:2px;

	display:block;

	clear:both;

}
.videoplay{
float:left;
border:none;
}
.filterDevent{
margin-left: -10px;
padding-left: 25px;
border:none;
}

/* 3 column */
#leftSide, #rightSide {
width:226px;
}

#leftSide {
float:left;
padding:0px 5px 1000px 5px;
margin:0px 0px -1000px 0px;
}
#tableHolder ul{
list-style-type: none;
padding: 0;
margin-left: 0;
margin-bottom:3px;

}
#tableHolder ul li{

padding: 3px 0 3px 0;
margin-bottom:3px;

}
#tableHolder h2{
color:#373737;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-decoration:none;
font-weight:normal;
padding-bottom:3px;
margin-bottom:3px;
}


#rightSide {
float:right;
padding:0px 5px 1000px 5px;
margin:0px 0px -1000px 0px;
}

#tableHolder {
width:708px;
margin:0px auto 0px auto;
overflow:hidden;
}
#tableHolder .clearer{
width: 100%;
line-height:1px;
margin-top:5px;
padding-top:5px;
display:block;
clear:both;
}

#center {
width:226px;
float:left;
padding: 0px 5px;
}



/** cms authoring **/

.console {
	position:relative;
	top: -15px;
	float: left;
}

.contentBlockTitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.listbox {
	width: 180px;
	height: 300px;
	border-color: Silver;
	border-width: 1px;
}


.RadEContentBordered {
	background-color: #ffffff;
}


table.dataListTable {
	width:100%;
}

table.dataListTable td {
	width:33%;
	padding-bottom:4px;
}


.calloutCityTitle {
	color:#666666;
	font-size:12px;
	letter-spacing:2px;
	line-height:12px;
	margin-bottom:12px;
	text-align:right;
}
a.calloutHeading:link, a.calloutHeading:visited {
	color:#942923;
	display:block;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:20px;
	margin:0;
	padding:6px 0 0;
	text-decoration:none;
}

.insiderPlaces h4 {
	color:#9D1F08;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:12px;
}

#insiderPlaces h5 {
	margin:0 0 10px;
	padding:0 0 0 6px;	
}

/* 
	Control Layouts - JOBS 
    -----------------------------
*/
.jobs {
	background-image:url(../images/wide_column_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:20px;
}

#tabs, .bottomBorder {
	border-bottom:1px solid #999999;
}

#tabs ul.tabbedItems {
	border-bottom:1px solid #999999;
	float:left;
	list-style:none;
	padding:0 0 .2em 0;
	margin:0;
	width:100%;
	font-size:1.5em;
	line-height:1em;
}

#tabs ul.tabbedItems li {
	float:left;
	margin:0 44px 0 0;
	padding:0 16px 0 0;
}

#tabs ul.tabbedItems li a {
	text-decoration:none;
}

.ui-tabs-nav {
}

.ui-tabs-nav ul {
}

.ui-tabs-nav li {
	background-image:url(../images/nav_jobs_off.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.ui-tabs-nav li a {
	color:#942923;
}

.ui-tabs-nav li a:hover {
	color:#a46963;
}

.ui-tabs-nav li.ui-tabs-selected, .ui-tabs-nav li.ui-tabs-selected:hover  {
	background-image:url(../images/nav_jobs_on.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color:#a46963;
}

.ui-tabs-panel {
	clear:left;
}

.ui-tabs-hide {
	display:none;
}

.bullet-list {
	color:#5d90ab;	
}

.bullet-list li span {
	color:#333333;
	display:block;
	width:100%;
}       
