/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000099;
	background-attachment: scroll;
	background-image: url(filings.jpg);
	background-repeat: repeat;
}

a:link, a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	color: #FF00FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px 10px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #FF0000;
}

h2{
 font-size: 114%;
 color: #FFFF00;
}

h3{
	font-size: 100%;
	color: #FFFF99;
	margin-bottom: 10px;
}

h4{
 font-size: 87%;
 font-weight: normal;
 color: #00FFFF;
}

h5{
	font-size: 75%;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

ul{
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

hr {
	width: 75%;
}

table {
	border: 0px;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	width: 100px;
}

#content{
    float:none;
	width:100%;
	margin: 0;
	padding: 0 0 0 0;
}

#globalsubnav{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	padding: 0px;
	margin: 0;
	border: 2px;
	border-color: #000000;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	margin-left: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #000099;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #000099;
	width: 100;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;  
/*	width: 100%;  */
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
/*	border-top: 1px solid #cccccc;  */
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #cccccc;  */
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
li {
	color: #FFFFFF;
	margin: 0px;
}
.citation {
	font-size: smaller;
	font-style: italic;
	margin-top: -10px;
	margin-left: 6em;
	margin-bottom: 10px;
}
.reviewquote {
	color: #FFCC00;
	margin-right: 2em;
	margin-left: 2em;
}
.pgtitle {
	text-align: center;
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.photocaption {
	text-align: center;
}
.pgsubtitle {
	font-size: large;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.currpg {
	color: #FFFF00;
	font-size: small;
}
.sitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.sitetitle img {
	border: 0px;
	margin: 0px;
}
.pgfooter {
	color: #FFFFFF;
}

.credititem {
	padding: 5px;
}

.credititem_sm {
	padding: 5px;
	font-size: 85%;
}
.credithdg {
	padding: 5px 5px 5px 0px;
	margin: 0px;
}
.newspaper {
	background-color: #FFFFFF;
	color:#000000;
	margin: 20px;
	border: 20px;
	border-color: #000000;
	position: relative;
	width: 100%;
	left: 1px;
}

.newspaper p {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	margin: 10px;
	text-indent: 25pt;
}

.newspaper h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 225%;
	color: #000000;
}	

.newspaper h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #000000;
}	

.newspaper h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%; 
	color: #000000;
}	

.newspaper h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium; 
	color: #000000;
}	

.newspaper a:link {
    color:#000000;
	text-decoration: none;
}

.newspaper a:visited {
    color:000000;
	text-decoration: none;
}

.newspaper a:hover {
    color:#FF0000;
	font-weight: bolder;
	text-decoration: none;	
}

.newspaper table {
    width:100%;
	border:=2px;
	align:center;
	cellspacing:0px;
	border-color:#000000;
}
.DJname {
	font-size: 200%;
	text-align: center;
}
.dirchor {
	font-size: 125%;
}
.unions {
	font-size: 75%;
}
.photosshowname {
}
.showname {
	font-style: italic;
	font-variant: small-caps;
	font-size: 150%;
}
.shownametext {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFF00;
}
.shownamecredit {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
}
.shownameaward {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 150%;
	color: #FFCC00;
}
.shownamereview {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 150%;
	color: #FFFF00;
}

.shownamenews {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
}

.shownametext:before {
/***    content:open-quote;    ***/
}

.shownametext:after {
/***    content:close-quote;    ***/
}


.photocaption {
}
.photoshow {
}

.phototable table{
	text-align: center;
	width: 90%;
	border: 0px;
	padding: 0px;
}

.phototable td {
	text-align: center;
	vertical-align:middle;
}

.phototable img {
	margin: 6px;
	border: 4px double #FFFFFF;
}
.submenu {
	font-size: 75%;
	margin-right: 10px;
	margin-left: 10px;
}
img {
	margin: 10px;
	border: 2px #000000;
}


.songname {
	font-style: italic;
}
.songnamenews {
	font-style: italic;
	color: #000000;	
}
.songname:before {
    content:open-quote;
}

.songname:after {
    content:close-quote;
}

q:lang(en) { quotes: '"' '"' "'" "'" }

q:lang(fr) { quotes: "«" "»" "<" ">" }

.contactinfo img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.contactinfo a:link, a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.contactinfo a:visited {
	color: #FF00FF;
	text-decoration: underline;
}

.contactinfo a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;
}

.credittable tr { 
    vertical-align:top;
}

.credittable p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#videoshow {
	position:absolute;
	width:640px;
	height:530px;
	z-index:2;
	left: 310px;
	top: 235px;
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

#videomenu {
    position:absolute; 
	width:300px; 
	height:115px; 
	z-index:2; 
	left: 0px; 
	top: 235px;
}
 
.newsitem {
	background-color: #ffffff;
	padding: 1em;
	margin: 2em 4em;
	position: static;
	border: thick double #FF0000;
	width: 80%;
}
.newsdateline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.newsstory {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.newsstory a:link {
	text-decoration: underline;
	color: #000099;
}

.newsstory a:visited {
	color: #FF00FF;
	text-decoration: underline;
}

.newsstory a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight:normal;
}
.th {
	font-size: smaller;
}
