html, body
{
	height: 100%;
}

body
{
	margin: 0 auto;
	padding: 0;
	background: #585756 url("../themes/site_themes/default/bg.png");
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 11px;
}

h3
{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h3.black
{
	font-size: 24px;
	color: #000000;
}

h4
{
	font-size: 18px;
}

a, a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	
}

.header
{
	background-image: url("../themes/site_themes/default/head_back.jpg");
	background-repeat: no-repeat;
	height: 90px;
}

.logo
{
	position: absolute;
}

.subLinkContainer
{
	float: right;
}

.subLinks
{
	position: absolute;
	color: #fff;
	margin: 5px 0 0 25px;
	font-size: 11px;
}

.subLinks ul
{
	margin: 0 0 0 20px;
	padding: 0;
   list-style: none;
}

.subLinks li
{
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 10px;
	
}

.menuBar
{
	background-image: url("../themes/site_themes/default/headbar.png");
	background-repeat: repeat-x;
	height: 30px;
}

.nav
{
	position: absolute;
	z-index: 2;
	padding: 3px 5px 5px 5px;
	margin-left: 100px;
	font-weight: bold;
	font-size: 12px;
}

.nav ul
{
     list-style: none;
     padding: 0;
     margin: 0;
}

.nav li
{
     float: left;
     margin-right: 4px;
     padding: 3px 25px;
     background-color: #222222;
     cursor: pointer;
}

.nav li:hover
{
     background-color: #333333;
}

.content
{
	margin: 0 auto;
	padding: 10px 15px;
	width: 980px;
}

.announcements
{
	float: left;
	padding: 10px;
}

.announcements div
{
       position: absolute;
       margin: 0;
       padding: 5px;
}

.announcements p, .announcements h3
{
       padding: 0;
       margin: 0;
       width: 60%;
}

.series
{
	float: left;
	margin-left: 10px;
	padding: 10px;
}

.series div
{
	position: absolute;
	width: 300px;
	padding: 5px;
}

.series p, .series h3
{
       padding: 0;
       margin: 0;
       width: 65%;
}

.news
{
	background-image: url('../themes/site_themes/default/newsBg.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 275px;
	width: 275px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

.newsContainer
{
	position: absolute;
	overflow: hidden;
	padding: 0 13px;
	width: 249px;
	height: 217px;
}

.newsSlider
{
	position: absolute;
	width: 249px;
	overflow: auto;
}

.newsButtons
{
	margin: 5px 5px 0 0;
}

.news img.up, .news img.down
{
	
}

.news .entry
{
	background-image: url('../themes/site_themes/default/transparent.png');
	font-size: 10px;
	margin-bottom: 2px;
}

.news div.entry
{
	padding: 3px 3px 1px 3px;
}

.news h4, .blog h4
{
	margin: 15px 0 5px 0;
	padding: 0;
}

.news h4
{
	margin: 15px 0 5px 15px;
}

.newsDate
{
	float: right;
	color: #7ec7e2;
}

.newsTitle
{
	font-weight: bold;
}

.newsLink
{
	float: right;
	background-image: url('../themes/site_themes/default/transparent.png');
	padding: 2px 4px;
}

.blog div
{
	padding: 0 15px;
	width: 245px;
}

.bottomMid
{
	float: left;
	margin: 10px;
}

.podcasts
{
	width: 278px;
	height: 102px;
	background-image: url('../themes/site_themes/default/listen.jpg');
	background-repeat: no-repeat;
        background-position: 10px 10px;
	padding: 15px;
	margin-bottom: 10px;
       color: #fff;
}

.podcastView
{}

.podcasts .intro
{
	width: 175px;
}

.podcasts h4
{
	color: #d5ba74;
	margin: 0;
	padding: 0;
}

.podcasts .subscribe
{
	position: absolute;
	margin: -15px 0 0 250px;
}

.podcasts span, .podcastView span
{
	float: right;
}

.directions
{
	width: 308px;
	height: 132px;
	background-image: url('../themes/site_themes/default/directions.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.directions div
{
	position: absolute;
	width: 282px;
	margin-left: 13px;
}

.directions p
{
	background-image: url('../themes/site_themes/default/transparent.png');
	padding: 2px 4px;
	margin: 3px 0 0 0;
}

.directions h4
{
	padding: 0;
	margin: 12px 0 5px 0;
}

.directions img, .blog img, .podcasts img
{
	margin-top: 10px;
}

.blog
{
	background-image: url('../images/blog.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 275px;
	width: 287px;
	margin-top: 10px;
	float: left;
}

/*.footer
{
	margin-top: 65px;
	width: 100%;
	background-image: url('../themes/site_themes/default/bottomBg.png');
	background-repeat: repeat-x;
	height: 200px;
	background-color: #000000;
}
*/
.bgWhite
{
	background-color: #fff;
}

.clear
{
	margin: 0;
	padding: 0;
	height: 0px;
	clear: both;
}

.center 
{
       text-align: center;
}

img 
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Content Pages */

.pageBody
{
	background-color: #fff;
	color: #333333;
	padding: 10px;
}

.pageLeft
{
	float: left;
	width: 200px;
}

.pageBody h3
{
	margin-bottom: 5px;
}

.pageLeft ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pageLeft li
{
	padding: 5px 15px;
	margin-bottom: 3px;
	background-color: #861d12;
	font-weight: bold;
}

.pageLeft li a, .pageLeft li a:active
{
	color: #fff;
}

.pageRight
{
	float: left;
	width: 750px;
	color: #000000;
	padding: 0 0 0 10px;
}

.pageRight ul
{
	margin: 0 20px;
}

.pageRight ol
{
	margin: 10px 20px;
}

.pageRight h4
{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.podcastView table
{
	margin: 0;
	padding: 0;
}

.podcastView td
{
	padding: 2px 10px;
	color: #333333;
	background-color: #f3f3f3;
}

.podcastView td a, .podcastView td a:visited
{
	color: #BBE7FF;
}

.pageContent
{
	padding: 10px;
}

.pageBody a, .pageBody a:visited
{
	color: #1379a9;
	text-decoration: none;
}

.pageBody a:hover
{
	text-decoration: underline;
}
