@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #4d85c5;
	font: normal 15px "Trebuchet", Verdana, Arial, Geneva;
}
html {
	font: normal 13px "Trebuchet", Verdana, Helvetica, Sans-Serif;
}
table {
	background-color: #FFFFFF;
}
a:link {
	font-family: "trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	font-family: "trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
a:hover {
	font-family: "trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #666666;
	font-family: "trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
.footer {
	background-color: #f5f5f5;
	font-size: 13px;
	font-family: "trebuchet MS", Verdana, Helvetica, Sans-Serif;
	padding: 2px;
}
.leftside {
	background-image:url(../images/web_ui/ui_leftside.gif);
}
.rightside {
	background-image:url(../images/web_ui/ui_rightside.gif);
}

#imgpadding {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#mailingaddress {
	margin-top: 4px;
	background-color: #f5f5f5;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	margin-bottom: 20px;
}

#box {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
 	width: 300px;
  	background: url(../images/web_ui/div-bottom300.gif) no-repeat bottom left;
	text-align:left;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
}
#box h1 {
 	 color: #333;
	  border-bottom: 1px solid #9BCFD9;
	  padding-left: 10px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  background: url(../images/web_ui/h3-bg300.gif) no-repeat top left;
	  font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	  font-size: 18px;
}
#boxbottom {
	padding-bottom: 20px; 
}
#padding {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#pageheader h1 {
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 30px;
	margin-top: 15px;
	margin-left: 20px;
}
#pagecontent {
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 40px;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #666666;
	width: 700px; 
	float: left; 
	padding-bottom: 20px; 
}
#tv {
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 40px;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	color: #666666;
	width: 700px; 
	float: left; 
}
#radio {
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 40px;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	color: #666666;
	width: 700px; 
	float: left; 
}
.radiotv_content {
	padding-left: 5px;
}
#radio_stations {
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 40px;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #666666;
	float: left; 
}
#radio_location {
	background-color: #3399cc;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #ffffff;
	padding-left: 5px;
}
#radio_location_int {
	background-color: #83C1E0;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #000000;
	padding-left: 5px;
}

#tv_stations {
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 40px;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #666666;
	float: left;
}
#tv_location {
	background-color: #003366;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #ffffff;
	padding-left: 5px;
}
#tv_location_int {
	background-color: #83C1E0;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #000000;
	padding-left: 5px;
}
/* Nav CSS */

#navcontainer { 
	width: 165px; 
	margin-left: 10px;
	margin-top: 8px;
}
#navcontainer ul {
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#navcontainer a {
	display: block;
	padding-left: 40px;
	padding-bottom: 9px;
	padding-top: 5px;
	width: 120px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#navcontainer a:link, #navlist a:visited {
	color: #777777;
	text-decoration: none;
}

#navcontainer a:hover {
	background-image:url(../images/web_ui/nav_bg.jpg);
	color: #000;
}
/* End Nav */


.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
div.row {
  clear: both;
  padding-top: 10px;
}
div.row span.label {
  float: left;
  width: 200px;
  text-align: left;
  font-size: 23px;
}
code {font-family:"trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
.contact_textfield {
	width: 300px;
	font-family:"trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 14px;
}
.contact_textarea {
	width: 300px;
}
.question {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}
.answer {
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 40px;
}

#wrapper { 
 margin: 0 auto;
 width: 700px;
}
#leftcolumn { 
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 120px;
 float: left;
 height: 175px;
}
#leftmiddlecolumn { 
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 120px;
 float: left;
 height: 175px;
}

#middle { 
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 120px;
 float: left;
 height: 175px;
}
#rightmiddlecolumn { 
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 120px;
 float: left;
 height: 175px;
}
#rightcolumn { 
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 width: 120px;
 float: left;
 height: 175px;
}
#leftbottomcolumn {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 160px;
}
#middlebottomcolumn {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 160px;
}
#rightbottomcolumn {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 160px;
}
#leftbottomcolumn2 {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 30px;
}
#middlebottomcolumn2 {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 30px;
}
#rightbottomcolumn2 {
 color: #333;
 margin: 10px 0px 0px 0px;
 width: 225px;
 float: left;
 height: 30px;
}
img.promoimage {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/img_bg.jpg') no-repeat;
	width: 108px;
	height: 151px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 10px;
}
.homeicon {
	float:left;
	width:24%;
	text-align:center;
	padding: 0 0 20px 0;
}
.homeicon a:hover img {
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}