/******* GLOBAL *******/

html,body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) repeat-y #fff top center;
	/*background: url(../images/xmasBG.jpg) repeat-y #fff top center;*/
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
}

#wrapper {
	background-color: #ffffff;
	border-top: 0px;
	border-left: solid 2px #dfdfdf;
	border-right: solid 2px #dfdfdf;
	border-bottom: 0px;
	width: 764px;
	margin: 0 auto;
}

/****** HEADER ******/

#header {
	border: solid 1px #686868;
	border-top-width: 0px;
	width: 762px;
	height: 79px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#header a#listen_live_link {
	position: absolute;
	display: block;
	top: 0; right: 0;
	width: 185px;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/listen_live.gif) top center no-repeat;
}

#subHeader {
	width: 764px;
	height: 183px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#navbar {
	background: url(images/nav-bg.jpg) #e4e4e4 repeat-y top right;
	width: 156px;
	height: 171px;
	margin: 0px;
	text-align: right;
	border: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.navBtn {
	background: url(images/nav-separator.jpg) no-repeat bottom right;
	width: 156px;
	height: 24px;
}

.navBtn a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}

.navBtn1 {
	background: url(images/nav-separator.jpg) no-repeat bottom right;
	width: 156px;
	height: 24px;
	margin-top: 2px;
}

.navBtn1 a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn1 a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}

.navBtn2 {
	width: 156px;
	height: 24px;
}

.navBtn2 a {
	font-size: 13px;
	font-weight: bold;
	color: #2a4983;
	text-decoration: none;
	margin-right: 12px;
	line-height: 23px;
}

.navBtn2 a:active,a:hover {
	color: #b30800;
	text-decoration: underline;
}

#onair {
	background-color: #fff;
	width: 608px;
	height: 171px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#onair-ph {
	margin: 7px 7px 5px 7px;
}

#redBar {
	background: url(images/onair-shdw.jpg) #b30800 no-repeat top right;
	width: 764px;
	height: 15px;
	float: left;
}

/***** BODY ******/

#mainContent {
	margin: 0px 2px 2px 2px;
	padding: 12px;
	background-color: #fff;
}

#adsBox {
	width: 278px;
	float: left;
	background-color:#FFFFFF;
}

.adLeft {
	margin: 0px 7px 14px 0px;
	float: left;
}

.adRight {
	margin: 0px 0px 14px 7px;
	float: right;
}

#content {
	width: 450px;
	border-left: solid 3px #dfdfdf;
	float: right;
	background-color:#fff;
}

#titleBar {
	border-left: 3px solid #002073;
	height: 19px;
	margin: 0px 0px 8px 14px;
	padding: 0px 0px 0px 3px;
	font-weight: bold;
	font-size: 16px;
}

#titleBar-box {
	width: 23px;
	height: 19px;
	background-color: #8d9fce;
	float: left;
	margin-right: 5px;
}

#newsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f78b7;
	padding: 5px;
	border: solid 4px #d8d8d8;
	margin: 0px 13px 8px 14px;
}

#teasers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px 24px 8px 24px;
	background-color:#fff;
}

/****** TEASER SETTINGS ******/

.teaserContainer {
	width:405px;
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
	margin-top:0;
}

.teaserTitle {
	background-color: #ccc;
	padding: 5px 5px 5px 4px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

.teaserImage img {
	width:100px;
	margin: 5px 6px 3px 0px;
	border: 0px;
}

.teaserContent {
	width:305px;
	padding-top:5px;
	margin: 0px 0px 0px 0px;
}

.teaserAudio {
	float: left;
	margin-right: 15px;
}

.teaserVideo {
	float: left;
}

.teaserLink {
	float: right;
}

