body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
}

#printheader {
	display: none;
}

#logoheaderwrap {
	background: url(/i/logoheader_bg.jpg) repeat-x;
	text-align: center;
}

#logoheader {
	text-align: center;
}

#logoheaderwraphd {
	background: url(/i/logoheaderhd_bg.jpg) repeat-x;
	text-align: center;
}

#logoheaderhd {
	text-align: center;
}

#logo {
	width: 800px;
	text-align: left;
}

#menuwrapper {
	background: url(/i/home_menu_bg.jpg) repeat-x;
	text-align: center;
}

#menu {
	text-align: center;
	font-size: 10px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 12px 10px 12px 10px;
	margin: 0px;
	border-right: 1px solid #fff;
}

#menu a:hover {
	background: url(/i/home_menu_bg_over.jpg) repeat-x;
}

.mainmenusel {
	background: url(/i/home_menu_bg_over.jpg) repeat-x;
}

#menuwrapperhd {
	background: url(/i/home_menuhd_bg.jpg) repeat-x;
	text-align: center;
}

#menuhd {
	width: 800px;
	text-align: center;
	font-size: 10px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

#menuhd a {
	color: #fff;
	text-decoration: none;
	padding: 12px;
	margin: 0px;
	border-right: 1px solid #fff;
}

#menuhd a:hover {
	background: url(/i/home_menuhd_bg_over.jpg) repeat-x;
}

.mainmenuselhd {
	background: url(/i/home_menuhd_bg_over.jpg) repeat-x;
}

#submenuwrapper {
	width: 200px;
	float: right;
	margin: 20px 0px 30px 30px;
}

#submenu {
	font-size: 12px;
	padding: 0px 10px 15px 10px;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
	background-color: #fffef8;
}

#submenu ul {
	padding: 0px;
	margin: 0px;
}

#submenulevel1 {
	font-size: 9px;
	color: #ff920f;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#submenulevel1 a {
	color: #ff920f;
}

#submenulevel1 a:hover {
	color: #006699;
}

.submenulevel2 {
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	background: url(/i/bullet_submenulevel2.gif) no-repeat 2px 7px;
	font-weight: bold;
}

.submenulevel2 a {
	color: #ff920f;
	text-decoration: none;
}

.submenulevel2 a img {
	border: 0;
}

.submenulevel2 a:hover {
	color: #006699;
}

.submenulevel2sel {
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	background: url(/i/bullet_submenulevel2sel.gif) no-repeat 0px 8px;
	font-weight: bold;
}

.submenulevel2sel a {
	color: #666;
	text-decoration: none;
}

.submenulevel2sel a:hover {
	color: #006699;
}

.submenulevel2selon {
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	background: url(/i/bullet_submenulevel2sel.gif) no-repeat 0px 8px;
	font-weight: bold;
}

.submenulevel2selon a {
	color: #006699;
	text-decoration: none;
}

.submenulevel3 {
	list-style-type: none;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
}

.submenulevel3 a {
	color: #666;
	text-decoration: none;
}

.submenulevel3 a:hover {
	color: #006699;
}

.submenulevel3on {
	list-style-type: none;
	padding: 3px 0px 3px 20px;
	background: url(/i/bullet_submenulevel3on.gif) no-repeat 13px 5px;
	font-weight: bold;
}

.submenulevel3on a {
	color: #006699;
	text-decoration: none;
}

#submenuhd {
	background: url(/i/submenuhd_bg.jpg) no-repeat center center;
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

#submenuhd ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#submenuhd li {
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	/*background: url(/i/submenuhd_divider.png) no-repeat top center; HAVE TO PUT THIS AS IMG INLINE FOR IE PNG SUPPORT */
}

#submenuhd a {
	color: #63939f;
	font-weight: bold;
	text-decoration: none;
}

#submenuhd a:hover {
	color: #c8dade;
}

#hdradiowrapper {
	background: url(/i/hd_radio_bg.jpg) repeat-x;
	text-align: center;
}

#hdradio {
	text-align: left;
	width: 800px;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;
	line-height: 40px;
	padding: 4px 0px 4px 25px;
}

#hdradio a {
	padding: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
}

#hdradio a:hover {
	color: #000;
}

#contentwrapper {
	background-color: #fffef8;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 760px;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	padding: 0px 0px 20px 0px;
	background-color: #fffef8;
}
	
#actualcontent {
	color: #333;
	font-size: 12px;
}

#actualcontent a {
	color: #ff9900;
}

#actualcontent a:hover {
	color: #333;
}

#actualcontent h1 {
	font-size: 22px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #ff920f;
}

#actualcontent h2 {
	font-size: 18px;
	color: #006699;
	line-height: 18px;
}

#actualcontent h3 {
	font-size: 14px;
	color: #006699;
}

#actualcontent ul {
	margin: 0px;
	padding: 0px;
}

#actualcontent ul li {
	margin: 0px;
	padding: 3px 0px 3px 12px;
	list-style-type: none;
	background: url(/i/bullet_actualcontent.gif) 5px 5px no-repeat;
}

#actualcontent ol {
	margin-left: 25px;
	padding-left: 0px;
}

#actualcontent ol li {
	color: #666;
	padding: 3px 0px 3px 0px;
}

#footerwrapper {
	text-align: center;
	font-size: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer {
	color: #999;
	width: 800px;
}

#printfooter {
	display: none;
}

#footer a {
	color: #ff920f;
	padding: 0px 5px 0px 5px;
}

#footer a:hover {
	color: #333;
}

/*STATION LIST TABLE*/
#stationlist td {
	padding: 10px;
}

#stationlist thead td {
	font-weight: bold;
	color: #999;
	font-size: 1em;
	white-space: nowrap;
}
#stationlist thead td {
	border-bottom: 2px solid #999;
	background: url(/i/stationlist_toprow_bg.gif) bottom;
	height: 60px;
	vertical-align: bottom;
}

#stationlist tbody {
	font-size: .9em;
}
#stationlist tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
}
.row0 td {
	background: url(/i/stationlist_row0_bg.gif) center center;
}
.row1 td {
	background: url(/i/stationlist_row1_bg.gif) center center;
}

#stationlist tfoot td {
	background: url(/i/stationlist_bottomrow_bg.gif) top;
	height: 80px;
	vertical-align: top;
}
/*END STATION LIST TABLE*/

/*IN THE NEWS*/
#inthenews p {
	padding: 0px;
	margin: 0px;
}
/*END IN THE NEWS*/

/*HD PRODUCTS TABLE*/
#hdradioproducts thead {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}
.brand {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}
/*END HD PRODUCTS TABLE */
.pspec {
	border: 1px solid rgb(0, 102, 153);
}
.pspecleft {
	border: 1px solid rgb(0, 102, 153);
	margin-left: 15px;
	margin-bottom: 15px;
}
.pspecright {
	border: 1px solid rgb(0, 102, 153);
	margin-right: 15px;
	margin-bottom: 15px;
}

/*SITEMAP*/
#sitemap a {
	color: #006699;
}
/*SITEMAP END*/


/*CONTACTFORM*/
#contactform {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#contactform h3 {
	margin: 0px;
	padding: 0px;
}
#contactform .formlabel {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-weight: bold;
}
#contactform .formlabelrequired {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-weight: bold;
	color: red;
}
#contactform .formfield {
	margin: 0px;
	padding: 0px;
	color: #333;
}
/*CONTACTFORM END*/

