/* CSS Document */
/* www.thetiger.fm */
/* Author: Justin Williams */
/* Contact: justin@virticle.com */

body {
	background: #0D0D0D url('/site/images/backbg.gif') top center repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#main {
	width: 100%;
	display: block;
	background: #0D0D0D url('/site/images/page-bg.gif') top left repeat-x;
}
.page {
	clear: both;
	width: 755px;
	display: block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
}

.header {
	width: 755px;
	clear: both;
}

.logo {
	width: 286px;
	float: left;
	height: 187px;
}

.banner {
	width: 469px;
	height: 75px;
	float: left;
	background-image: url('/site/images/bannerad.jpg');
	background-repeat: no-repeat;
}

.onair {
	width: 469px;
	height: 112px;
	float: left;
}

.hsep {
	width: 755px;
	height: 14px;
	display: block;
	clear: both;
}

.navcontainer {
	width: 755px;
	float: left;
	clear: both;
}

.navlink {
	float: left;
}

.pagebody {
	clear: both;
	float: left;
	width: 755px;
}
.pagebody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.leftcol {
	width: 200px;
	height: 394px;
	color: #FFF;
	float: left;
	clear: left;
	background-image: url('/site/images/left_col.jpg');
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

.centercol {
	width: 380px;
	/*height: 394px;*/
	color: #FFF;	
	float: left;
	clear: none;
	background-image: url('/site/images/center_col.jpg');
	background-repeat: no-repeat;
}

.center-content {
	width: 370px;
	padding: 10px 5px 0px 5px;
	color: #FFF;
	font-size: 12px;
}

.breadcrumbs {
	/*width: 366px;*/
	padding: 0px 2px 2px 2px;
	color: #FFF;
	font-size: 8pt;
}

.rightcol {
	width: 175px;
	height: 394px;
	color: #FFF;		
	float: left;
	clear: right;
	background-image: url('/site/images/right_col.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.listcol {
	width: 555px;
	float: left;
	clear: right;
	background-image: url('/site/images/list-col.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.list-content {
	width: 545px;
	padding: 10px 5px 0px 5px;
	color: #fff;
	font-size: 12px;
}

.right-content {
	width: 160px;
	padding: 10px 5px 0px 10px;
	color: #FFF;
	font-size: 12px;
}

.footer {
	display: block;
	clear: both;
	float: left;
	width: 755px;
	text-align: center;
	color: #FFF;
	font-size: 8pt;
	padding: 0px;
	margin: 30px 0px 15px 0px;
}
.footer:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left-content {
	width: 175px;
	padding: 10px 10px 0px 15px;
	color: #FFF;
	font-size: 12px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #ff6600;
}

h2 {
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 14pt;
	padding: 0px;
	margin: 10px 0px 15px 0px;
}

.small-content {
	font-size: 8pt;
	color: #FFF;
}

a:link, a:visited, a:active {
	color: #FFA061;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}

.navlinks {
	margin: 0px 0px 0px 1px;
	list-style: none;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	padding: 0px;
}

.navlinks li {
	margin-bottom: 3px;
}

li.current {
	color: #FFA061;
	font-weight: bold;
}

.navlinks a:link, .navlinks a:visited, .navlinks a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.navlinks a:hover {
	color: #FFA061;
	text-decoration: none;
	font-weight: bold;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #ff6600;
	text-decoration: none;
}

.breadcrumbs a:link, a:hover {
	text-decoration: none;
}

.clearer {
	clear: both;
	float: left;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.colID {
	color: #000000;
	vertical-align: bottom;
}