@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	background-image: url(../layout/Background_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 200px; /* must be same height as the footer */
	background-image: url(../layout/radio_01.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/*Top header area*/

#header {
	margin-right: auto;
	margin-left: auto;
}
#topcap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
#topicons {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 900px;
	padding-left: 17px;
}
#topbannercontainer {
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#topbanner {
	width: 917px;
	margin-right: auto;
	margin-left: auto;
}
#toplogo {
	float: left;
	width: 348px;
	height: 80px;
	margin-left: 17px;
}
#topmidbanner {
	float: left;
	width: 235px;
	height: 70px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#toprightbanner {
	float: left;
	width: 295px;
	height: 67px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}
#navigation {
	background-image: url(../layout/TSJ__07.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#navcontainer {
	width: 900px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 17px;
}
.navlink {
	float: left;
	width: 115px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #333;
}
.navlink a {
	float: left;
	width: 115px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	text-decoration: none;
	padding-top: 6px;
}
.navlink a:hover {
	float: left;
	width: 115px;
	height: 24px;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-image: url(../layout/radiohover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.navlinkactive  a {
	float: left;
	width: 115px;
	height: 24px;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-image: url(../layout/radioactive.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentcontainer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Content area*/

#content {
	width: 917px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Content left column*/

#leftcol {
	width: 717px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#horizontaladcontainer {
	height: 100px;
	width: 680px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}
#homefeatures {
	float: left;
	width: 690px;
	padding-bottom: 10px;
	margin-left: 17px;
}
#journalfeatures {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	width: 690px;
	padding-bottom: 10px;
	margin-left: 17px;
	margin-bottom: 10px;
}
#journalseries {
	float: left;
	width: 690px;
	padding-bottom: 10px;
	margin-left: 17px;
}
#spacer {
	float: left;
	width: 680px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#articledetail {
	float: left;
	width: 680px;
	padding-bottom: 10px;
	margin-left: 17px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
	margin-bottom: 10px;
}
.articledetail a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.articledetail a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3854AD;
	font-weight: bold;
	text-decoration: none;
}
.journalseriesbox {
	width: 149px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.homefeaturebox {
	width: 209px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.homefeaturethumb {
}
#homesnapshots {
	float: left;
	width: 690px;
	margin-left: 17px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.homesnapshotbox {
	width: 124px;
	float: left;
	margin-left: 10px;
}
.homesnapshotsthumb {
}
#tsjbyissue {
	float: left;
	width: 336px;
	padding-bottom: 10px;
	margin-left: 17px;
}
#tsjpastarticles {
	float: left;
	width: 336px;
	padding-bottom: 10px;
	margin-left: 17px;
}
.pastarticlesbox {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 175%;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
#tsjsubscribe {
	float: left;
	width: 336px;
	padding-bottom: 10px;
	margin-left: 17px;
	height: 135px;
}
.subscribebox {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 175%;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 20px;
}
.tsj {
	color: #B64914;
	text-transform: uppercase;
}
.hometitlebar {
	background-image: url(../layout/TSJ__11.png);
	width: 507px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 8px;
	float: left;
	margin-bottom: 5px;
}
.smalltitlebar {
	background-image: url(../layout/TSJ__11.png);
	width: 348px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 8px;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
#homewebcontent {
	height: 300px;
	float: left;
	width: 690px;
	margin-left: 17px;
}
.sectitle {
	font-weight: bold;
	color: #6E635C;
	text-transform: uppercase;
}
#articlecopy {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 680px;
}

/*Content right column*/

#rightcol {
	width: 200px;
	float: right;
	padding-bottom: 20px;
}
#tsjsubs {
	height: 100px;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#verticaladcontainer {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

/*Content header area*/

#homeheader {
	width: 900px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
}
#journalheader {
	background-image: url(../layout/journal_header_05.png);
	background-repeat: no-repeat;
	width: 917px;
	float: left;
	height: 340px;
	margin-top: 10px;
}
#articleheader {
	width: 917px;
	float: left;
	height: 102px;
}
#articleheadercap {
	background-image: url(../layout/article_header_05.png);
	height: 17px;
	width: 915px;
	float: left;
	background-repeat: no-repeat;
}
#articleheaderbanner {
	background-image: url(../layout/article_header_10.png);
	float: left;
	height: 85px;
	width: 917px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#contentslider {
	float: left;
	height: 370px;
	width: 680px;
	z-index: 1;
	position: relative;
}
#contentslidernav {
	background-color: #32231A;
	width: 680px;
	float: left;
}
.sliderlink {
	border: 1px solid #FFF;
	height: 10px;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #3A5A8E;
}
.sliderlink a {
	color: #FFF;
	text-decoration: none;
}
.sliderlink a.hover {
	color: #FFF;
	text-decoration: none;
}
#homebullets {
	float: right;
	width: 200px;
	height: 390px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	padding-left: 10px;
}
.dottedlinewide {
	margin-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	height: 15px;
	width: 900px;
	float: left;
	margin-bottom: 10px;
}
.homefeaturebullets {
	width: 200px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}

/*Footer area*/

#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 150px;
	clear:both;
}
#footercontent {
	margin: auto;
	background-color: #DDDCD7;
	padding-bottom: 20px;
	height: 200px;
}
#botlinkcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
.botlinks {
	float: left;
	width: 124px;
	margin-right: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #6E635C;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-left: 5px;
	height: 65px;
}
.botlinks a {
	color: #6E635C;
	text-decoration: none;
}
.botlinks a:hover {
	color: #B64914;
	text-decoration: none;
}

#copyright {
	width: 900px;
	height: 30px;
	color: #6E635C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#botlogo {
	float: right;
}
#tabtop {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#tabbottom {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

/*Opera Fix*/

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


.featuretitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.featuretitle a {
	color: #333;
	text-decoration: none;
}
.featuretitle a:hover {
	color: #3854AD;
	text-decoration: none;
}
.bullettitle {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #D66C2A;
	float: left;
}
.storyby {
	font-style: italic;
}
.author {
	text-transform: uppercase;
}
.short {
}
.articlelink a {
	text-decoration: underline;
	color: #B64914;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #001861;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B64914;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	margin-top: 10px;
}
.articletitle {
	font-weight: bold;
	color: #D66C2A;
}
#articlecopy p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
#articlecopy a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #B64914;
	text-decoration: underline;
}
.articlebyline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}
.photocaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
	font-style: italic;
}
#addthis {
	float: left;
	margin-top: 30px;
}
#addthis a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06F;
	text-decoration: none;
	font-weight: normal;
}
#addthis a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06F;
	text-decoration: none;
	font-weight: normal;
}
#sweepstakes {
	float: left;
	width: 680px;
	background-color: #edebe5;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#sweepstakes p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
#topsearch {
	width: 210px;
	margin-top: 5px;
	height: 20px;
	float: right;
}
#articleissue {
	margin-left: 90px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
}
.subtableheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #001861;
	padding-top: 5px;
}
.subfieldlabels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.subformfields {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.snapshotcontainer {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px;
	width: 150px;
	margin-right: 10px;
	border: 1px dotted #333;
	height: 175px;
	text-align: center;
}
.recordcount {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
}
#dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	height: 15px;
	margin-bottom: 10px;
	width: 680px;
}
#journaltoc {
	float: left;
	width: 690px;
	margin-left: 17px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-bottom: 10px;
	height: 179px;
}
.storycontainer {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding: 5px;
	width: 660px;
	margin-left: 10px;
}
.pagenumber {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333;
	float: left;
	width: 50px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.authorbox {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	float: left;
	width: 260px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.shortbox {
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.archivecontainer {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 660px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.archivecontainer a{
	color: #B64914;
	text-decoration: underline;
}
.crewmemberbox {
	margin-bottom: 10px;
	width: 150px;
	margin-right: 17px;
	float: left;
}
#placeholder {
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 600px;
}
.articlephoto {
	margin-left: 10px;
}#sponsorbanners {
	float: left;
	margin-bottom: 20px;
	margin-left: 17px;
	background-color: #DDDCD7;
	padding: 10px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #6E635C;
}
.sponsorpremium {
	height: 100px;
	width: 290px;
	margin-left: 15px;
	float: right;
}
#radioheader {
	width: 917px;
	float: left;
	height: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../layout/homeheader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#video {
	height: 400px;
	width: 690px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-right: 10px;
}
#radioadcontainer {
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
.hometitlebarwide {
	background-image: url(../layout/TSJ__11.png);
	width: 707px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 8px;
	float: left;
	margin-bottom: 5px;
}
.stationlogo {
	float: left;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.rightcolad {
	margin-bottom: 10px;
}
#broughttoyouby {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #6E636E;
	padding-left: 17px;
}
#mpplayer {
	margin-left: 10px;
}

