@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#33aba1 url(/images/t/bg_gradient.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/images/t/bg_container.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 19px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	clear:both;
	width:960px;
	height:50px;
	background: url(/images/t/bg_nav.jpg) repeat-x;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	list-style:none;
	width:auto;
	display:inline-block;
}
#nav li a {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	margin:10px 0;
	display:block;
	line-height:30px;
	border-right:1px solid #fff;
	padding-right:39px;
	margin-left:39px;
	text-align:center;
}
#nav li.last a {border:none;}
#nav li a:hover {text-decoration:underline;}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#b9d989 url(/images/t/shadow_sidebars.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px; /* padding keeps the content of the div away from the edges */
	min-height:600px;
	text-align:center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#b9d989 url(/images/t/shadow_sidebars.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/t/shadow_main.jpg) repeat-x;
	float:left;
	width:520px;
} 
#footer { 
	background:#fff;
	margin-top:20px;
	width:960px;
} 
#footer p.contact {
	background:#3d3e3d;
	color:#fff;
	text-align:center;
	font-size:9px;
	margin:0;
	padding:1px 0;
	height:13px;
	line-height:0;
}
.space-5px { padding:0 5px }
#footer p {
	padding:20px;
}
#footer-nav {
	margin:0;
	height:50px;
	padding:30px 0;
	text-align:center;
	list-style:none;
	padding-left:170px;
}
#footer-nav li {
	float:left;
	list-style:none;
	padding-right:40px;
	display:inline;
}
#footer-nav li.last {padding:0;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {float:left;}
.right {float:right;}
img#logo {padding:13px 18px; border:none;}

#co_news {padding:0 0 20px 0;}
#co_news ul li {
	padding:3px 0 3px 15px;
	background:url(/images/t/arrow_list.gif) 0px 5px no-repeat;
}

#sponsors li {padding-bottom:10px;}

#google_ads {	
	padding:10px;
	background:#fff;
	width:140px;
	text-align:center; 
}

#mainContent h1 {
	padding-bottom:15px;
	margin-bottom:25px;
	font-size:28px;
	font-weight:bold;
	border-bottom:1px solid #d6d6d6;
	text-transform:capitalize;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h3 { font-weight:bold }
#mainContent { font-size:12px; }
#mainContent dl { margin-bottom:10px; }
#mainContent dt { font-weight:bold; margin-top:15px; padding-bottom:3px; }
#mainContent dd { padding:2px 0; }
#mainContent dd.last { border-bottom:1px solid #d6d6d6; padding-bottom:15px;}
#mainContent h3 {padding-bottom:3px;}
#mainContent p { padding-bottom:5px; }
strong { font-weight:bold; }

h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}

table {
	margin-bottom:10px;
}
table tr td {
	padding:3px 10px 3px 0;
}
p {
	margin-bottom:10px;
}
h2 {
	font-weight:bold;
	margin-bottom:10px;
	color:red;
}

#on-air-frame {
	width:125px;
	height:170px;
	background:url(/images/t/on_air_bg.jpg) no-repeat;
	padding:11px 10px;
	margin:0 auto;
	margin-bottom:20px;
}
#on-air { text-align:center; }
#on-air h3 {
	color:#523f1d;
	font-weight:bold;
	padding-bottom:10px;
}

/***** =program *****/
div.program {height:160px;}
div.program h2 {
	padding:3px 0 3px 18px;;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#acacac url(/images/t/hdr_program_arrow.gif) 8px center no-repeat;
}
div.program h2 a {color:#363636; text-decoration:none;}
div.program h2 a:hover {text-decoration:underline;}
div.program div.content {padding:8px;}
div.program ul {padding-bottom:10px;}
div.program img {border:1px solid #c2c2c2;}

.even {background:#fff;}
.odd {background:#f4f4f4;}

#contests {
	width:515px;
}
#contests div.box-wrapper {
	background:#6b6969;
	margin:0;
	padding:0;
}
#contests div.content {
	background:none;
	padding:5px;
	height:300px;
}
#contests div.content p img {
	padding:0;
	border:2px solid #fff;
	margin-bottom:5px;
}
#contest-bar li {
	float:left;
	padding-right:15px;
	height:40px;
}
#contest-bar li.active a img {
	border:2px solid #fff200;
	padding:0;
}
#contest-bar li a img { padding:2px; }

div#slideshow {
	text-align:center;
}
div#contests {
	background:#252525;
}
#contest .slideshow-images { border:2px solid #fff; }
div.contest {
	padding-bottom:20px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:10px;
}
div.contestBanner { padding-bottom:20px; }

#logos {clear:both; text-align:center;}
#logos img {padding:10px;}

ul.error_list {color:red;}

label[for="fb_field_17"], label[htmlFor="fb_field_17"] {float:left; margin-top:40px;}
#fb_field_17{margin-top:40px;}

label[for="fb_field_26"], label[htmlFor="fb_field_26"] {float:left; margin-top:40px;}
#fb_field_26{margin-top:40px;}