* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #589dc5;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	color: #999;
}
.month {
  padding: 5px;
}

.monthsel {
  padding: 5px;
  background: #ddd;
  border: 1px solid #999;
}a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
input {vertical-align: middle}
#wrapper {
	width: 992px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('/images/main-bottom.gif');
	background-position: center 100%;
	background-repeat: no-repeat;
}

#wrapper2 {
	width: 992px;
	margin: 0 auto;
	_height: 100%;
	background: url('/images/main-bg.png');
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 374px;
	margin: 0 auto;
	width: 978px;
	background: url('/images/main-top.jpg');
	clear: both;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0px 119px;
	width: 890px;
	margin: 0 auto;
	font-size: 11pt;
	text-align: justify;
}

#content a {
	color: #0b639a;
}

#content a:hover {
	color: #2e80ad;
}

/*
#wrapper3 {
	width: 992px;
	margin: 0 auto;
	background: url('images/main-bg.png');
	background-position: top left;
}


 Footer
-----------------------------------------------------------------------------*/
#end {
    position: relative;
    height: 109px;
}

#footer {
	width: 978px;
	margin: -109px auto 0;
	height: 109px;
	position: relative;
	background: url('/images/bottom.jpg');
	text-align: center;
}

#topnav {
	padding: 121px 0 0 45px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

#topnav a {
	color: #fff;
	opacity: .70; filter:Alpha(Opacity=70);
	text-decoration: none;
}

#topnav a:hover {
	opacity: 1; filter:Alpha(Opacity=100);
	text-decoration: underline;
}

#botnav {
	padding: 20px 20px 5px 20px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	width: 910px;
}

#botnav a {
	color: #fff;
	opacity: .70; filter:Alpha(Opacity=70);
	text-decoration: none;
	padding: 0 12px;
}

#botnav a:hover {
	opacity: 1; filter:Alpha(Opacity=100);
	text-decoration: underline;
}

#botnav b {
	padding: 0 12px;
}
div.thumb {
  float: left;
  padding: 0 15px 10px 0;
  width: 162px;
  }

div.podcast {
  float: left;
  padding: 0 15px 10px 0;
  width: 430px;
  }

  
div.thumb p {
   text-align: center;
   }
   
div.thumb img{
	border: 1px solid;
	}
	
ul li {
    margin-left: 30px;
}

ul {
    margin-top: 0px;
    margin-bottom: 20px;
}

#copy {
	color: #fff;
	font-size: 9pt;
	margin: 0 auto;
}

#copy a{
	color: #fff;
}

#copy img {
	padding-top:6px;

}

#pager {
	display:block;
	text-align:left;
	height:26px;
	line-height:25px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#pager a, #pager b {
	padding: 4px 6px;
	height: 25px;
	width: 25px;
}

#pager a:link, #pager a:visited{
	border:1px solid #CCCCCC;
	margin-left:5px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	font-weight:normal;
}

#pager a:hover {
	background-color:#DDEEFF;
	border:1px solid #589DC5;
	color:#0072BC;	
}

#pager b {
	border:1px solid #589DC5;
	margin-left:5px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#pager .disabled_tnt_pagination {
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:8px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

.lightview img {
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #999;
	float: right;
}

#news {
	margin-left: 20px;
	padding: 20px;
	border: 1px solid #999;
	background-color:#F5F5F5;
	float: right;
	width: 310px;
	font-size: 14px;
	height: 100%;
	clear: both;
}

.inv {
	display: none;
}
.vis {
	display: normal;
}

#flash {
	position: relative;
	right: 49px;
	top: 32px;
	float: right;
}

.navhome
{
    float: left;
    width: 15px;
    height: 15px;
    z-index: 1000;
    left: 344px;
    top: 21px;
    position: relative;
    font-size: 15px;
}

#flash a
{
    text-decoration: none;
}

#flash a:hover
{
    border: 1px solid #999;
}

.navfeedback
{
    float: left;
    width: 15px;
    height: 15px;
    z-index: 100;
    left: 374px;
    top: 21px;
    position: relative;
    font-size: 15px;
}

