@import url(http://www.northcountrypublicradio.org/ncpr_adv.css);

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.menulink, a:visited.menulink {
	color: #990000;
	text-decoration: none;
}

a:hover.menulink{
	color: #9999CC;
	text-decoration: none;
}

a.menulink_blue, a:visited.menulink_blue {
	color: #0000FF;
	text-decoration: none;
}

a:hover.menulink_blue{
	color: #FF0000;
	text-decoration: none;
}

a.smalltext, a:visited.smalltext {
	text-decoration: none;
}

a:hover.smalltext{
	text-decoration: underline;
}
.newmenulink {
	font-size: 10px;
	font-weight: bold;
	color : White;
	text-decoration: none;
}

a.newmenulink, a:visited.newmenulink {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.newmenulink{
	color: #9999CC;
	text-decoration: none;
}

b {
	font-weight: bold;
}

body, p, div,  table, tr, td, th, h1, h2, h3, h4 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body, p, div, table, tr, td, th {
	color: #000000;
	font-size: 10pt;
}

h1 {

	color: #3d5d32;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top:0px;
}

h2 {
	color: #e87d1e;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:6px;
}

h3 {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #7a7000;
	font-size: 10pt;
	font-weight: bold;
	margin-top:4px;
}

.caption {
	color: #999999;
	font: normal normal 8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.headline {
	padding-bottom: 0px;
}

.menulink {
	font-size: 10px;
	font-weight: bold;
}

.menulink_blue {
	font-size: 10px;
	font-weight: bold;
}

.smalltext {
	font-size: 8pt;
}

.nprModText {
	font-size: 8pt;
}

.nprModHead {
	font-size: 8pt;
}

.nprModAudioLinks {
	font-size: 8pt;
}

.topmenu {
	font-size: 10px;
}

.underwriter {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	text-align: center;
}

.title {
	font-weight: bold;
}

.topnav {
    margin: 0px;
    padding: 0px;
    background-color: #e87d1e;
}
.subnav {
    margin: 0px;
    padding: 0px;
    background-color: #fae5d2;
}
.navItem {
	width: 90px; 
	min-width: 90px; 
    padding: 0px;
    margin: 0px;
	font-weight:bold;
	font-size:11px;
}
.topnav a, .subnav a {
	width: 90px; 
	min-width: 90px; 
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
}
.topnav a:link, .topnav a:visited {
	color: white;
    display: block;
}
.topnav a:hover, .topnav a:active {
	color: #fae5d2;
    background-color: #3d5d32;
    display: block;
}
.subnav a:link, .subnav a:visited {
	color: #e87d1e;
    display: block;
}
.subnav a:hover, .subnav a:active {
	color: White;
    background-color: #ccdbe0;
    display: block;
}

/* Structure */
#navwrapper {
    margin: 0px auto;
    padding: 0px;
}
#mainmenu, .subnav {
    list-style-type: none;
}
#mainmenu li, .subnav .navItem {
	display: inline;
}
#mainmenu>li, .subnav>.navItem {
	display: -moz-inline-box;
	display: inline-block;
}
.subnav {
    display: none;
}
