@charset "UTF-8";
/* CSS Document */
/*  html, body   */

html {
	font-size: 				12px; 
	background-color:			#CCCCCC;
}

html, body {
	margin:				0; 
	padding:				0;
	font-family: 			Tahoma, Verdana;
	background-image:			url('http://www.iowabroadcasting.com/images/bg.jpg'); 
	background-repeat: 		repeat-x, repeat-y;
	background-position:		center;
}


/* Baseline values for browser consistency*/
div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:				0;
	padding:				0;
}

img {
	margin:				0px;
	padding:				0px;
	border:				0px;
}


ul {list-style:				none;}

a {outline:					0;}

.clear {clear: both;}



/* Site Structure */

#container {
	margin:				0px auto; 
	width:				960px;
	postition:				relative;
}

#top {
	align:					center;
	margin:				0px;
	width:				960px; 
}

#footer {
	text-align:				center; 
	width:				960px; 
	min-height:			90px;
	font-family: 			Tahoma, Verdana; 
	font-size: 				12px; 
	font-weight: 			none;
	color: 				#666666; 
	padding:				0px 0px 10px 0px;
}

#content {
	width:				925px;
	margin:				20px 10px 0px 10px;
	align:					center;
	min-height:			300px;
	float:					left;
	background-color:		#FFFFFF;
}

#LeftColumn {
	width:				640px;
	margin:				10px 10px 10px 15px;
	min-height:			300px;
	float:					left;
}

#LeftColumn p {
	margin:				0px 0px 15px 0px;
}

#news {
	width:				640px;
	min-height: 			150px;
	margin:				20px 10px 10px 15px;
	float:					left;
	background-color:		#CCCCCC;
	font-family: 			Tahoma, Verdana; 
	font-size: 				12px; 
	font-weight: 			none;
	color:			 	#333333;
	text-align:				left;
}

#news p {
	margin:				20px 20px 20px 20px;
}


#RightColumn {
	width:				260px;
	margin:				20px 7px 10px 10px;
	float:					left;
	min-height:			300px;
}

.RightGray {
	width:				260px;
	min-height:			300px;
	margin:				20px 7px 10px 10px;
	background-color:		#CCCCCC;
	float:					left;
	padding:				10px 0px 10px 0px;
	text-align: 				center;
}

.RightGray2 {
	width:				260px;
	min-height:			300px;
	margin:				20px 7px 10px 10px;
	background-color:		#CCCCCC;
	float:					left;
	padding:				10px 3px 10px 3px;
	text-align: 				left;
}


.RightGreenFeature {
	width:				240px;
	min-height:			100px;
	margin:				10px 10px 20px 10px;
	background-color:		#CCFFCC;
	float:					right;
	border:			2px solid #009933;
}

.Table_Left {
	width:				50%;
	float: 				left;
}

.Table_Right {
	width:				50%;
	float: 				right;
}

.entry {
	background-image:			url('http://www.iowabroadcasting.com/images/divider1.jpg') no-repeat scroll center bottom;
	margin-top:				25px;
	padding-bottom:				38px;
}


/* TABLES */


#LargeTable2 {
	width: 700px;
	margin: 0;
}

#LargeTable2 th {
	background: #CCFFCC;
	color: #000000;
}

#LargeTable2 tr.one {
	background: #FFFFFF;
	color: #000000;
	padding: 7px;
}

#LargeTable2 tr.two {
	background: #CCCCCC;
	color: #000000;
	padding: 7px;
}


#LargeTable2 td.left {
	width: 120px;
	vertical-align: top;
	padding: 7px;
}

#LargeTable2 td.right {
	width: 350px;
	vertical-align: top;
	padding: 7px;
}

table.map { margin: 0px auto 0px auto; }
table.map body {text-align:center;}
table.map td { vertical-align: top; width: 33%; }


table.features { align: center; width: 100%; border: 2px solid #009933; margin-left:auto; margin-right:auto; border-collapse: collapse; }
table.features td { vertical-align: top; width: 33%; padding: 7px; background-color: #CCFFCC; border: 2px solid #009933; }
table.features th { vertical-align: top; width: 33%; padding: 7px; background-color: #009933; font-family: Tahoma, Verdana; font-size: 16px; color: #FFFFFF; }

table.audio { align: center; width: 650px; border: 0px solid #009933; margin-left:auto; margin-right:auto; border-collapse: collapse; }
table.audio td.left { width: 250px; vertical-align: top; padding: 7px; }
table.audio td.right { width: 400px; vertical-align: middle; padding: 7px; }

table.video { align: center; width: 100%; border: 0px; margin-left:auto; margin-right:auto; border-collapse: collapse; }
table.video td { vertical-align: top; }

/* Navigation Menu */

#navmenu { 
	margin:			0px;
	padding:			0px;
	align:			center;
	color:			#FFFFFF;
	width:			960px;
	background-color:		#009933;
}

#navmenu ul li { float: left; position: relative;}

#navmenu ul {
	margin: 0px 10px 0px 5px;
	list-style: none;
	width: 945px; /* Width of Menu Items */
	padding: 5px 0px 0px 0px;
	height: 35px;
	}

/* Make list horizontal */
#navmenu ul li {float: left; position: relative; }

/* Styles for Menu Items */
#navmenu ul li {
	width: 185px;
	float: left;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #009933; /* IE6 Bug */
	padding: 5px 0px 0px 0px;
	height: 25px;
}

#navmenu ul li.short {
	width: 140px;
	float: left;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #009933; /* IE6 Bug */
	padding: 5px 0px 0px 0px;
	height: 25px;
}

#navmenu ul li.short2 {
	width: 50px;
	float: left;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #009933; /* IE6 Bug */
	padding: 5px 0px 0px 0px;
	height: 25px;
}

/* Styles for Sub-menu links */
#navmenu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #CCFFCC;
	background: #009933; /* IE6 Bug */
	height: 30px;
	width: 175px;
	font-weight: none;
	}

#navmenu ul li ul li a:hover {
	display: block;
	text-decoration: none;
	color: #009933;
	background: #CCFFCC; /* IE6 Bug */
	height: 30px;
	width: 175px;
	font-weight: none;
	}

/* Styles submenu - hidden */	
#navmenu li ul {
	position: absolute;
	width: 155px;
	margin: 30px 0px 0px 0px;
	top: 0;
	left: 0;
	display: none;
	padding: 5px 0px 0px 0px;
	}



/* Fix IE. Hide from IE Mac \*/
* #navmenu html ul li { float: left; height: 1%;}
* #navmenu html ul li a { height: 1%; }
/* End */

/* Hover Styles */

#navmenu ul li a { color: #FFFFFF; background: #009933; font-weight: none; text-decoration: none;}

#navmenu ul li a:hover { color: #FFFFFF; background: #009933; font-weight: none; text-decoration: underline;}

#navmenu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#navmenu li:hover ul, #navmenu li.over ul { display: block; } /* The magic */


.clear { clear: both; }

/* Links */

a, a:link {color:#009933; text-decoration:underline; font-weight:bold;}
a:visited {color:#999999; text-decoration:underline;}
a:hover {color:#006633; text-decoration:underline; font-weight:bold;}

/* Centered Images */
img.center {
	display: 				block;
	margin: 				5px auto 5px auto;
}

/* Images for Special Feature archive */
.align-right { float:right; margin: 0px 0px 15px 15px; }
.align-left { float:left; margin: 0px 15px 15px 0px; }
.frame { padding: 5px; border: 1px solid #aaa; }

/* Text */
.news-heading {
	margin-left:			20px;
	font-family: 			Tahoma, Verdana;
	font-size:				14px;
	font-weight:			bold;
}

.news-indent {
	margin-left:			20px;
	font-family: 			Tahoma, Verdana;
	font-size:				13px;
	font-weight:			none;
}

h1 {
	font-family: 			Tahoma, Verdana;
	font-size:				24px;
	font-weight:			bold;
	letter-spacing:			-1.5px;
	color:				#009933;
	background-image:		url('http://www.iowabroadcasting.com/images/heading-bg.jpg');
	background-position: 	bottom left;
	background-repeat:		no-repeat;
	background-spacing: 	10px;
	margin: 				0px 0px 10px 0px;
}

h2 {
	font-family: 			Tahoma, Verdana;
	font-size:				16px;
	font-weight:			bold;
	letter-spacing:			2px;
	color:				#009933;
}

h3 {
	font-family: 			Tahoma, Verdana;
	font-size:				18px;
	font-weight:			bold;
	color:				#000000;
	margin: 				50px 0px 10px 0px;
	text-align: 			center;
}

.GreenHeading {
	font-family: 			Tahoma, Verdana;
	font-size:				16px;
	font-weight:			bold;
	color:				#009933;
	margin: 				5px 0px 5px 0px;
	text-align: 			center;
}

.GreenHeadingLeft {
	font-family: 			Tahoma, Verdana;
	font-size:				16px;
	font-weight:			bold;
	color:				#009933;
	margin: 				5px 0px 5px 0px;
	text-align: 			left;
	letter-spacing: 1px; 
}

.BlackHeading {
	font-family: 			Tahoma, Verdana;
	font-size:				14px;
	font-weight:			bold;
	color:				#000000;
	margin: 				5px 0px 5px 0px;
	text-align: 			center;
}

.history {
	font-family: 			Tahoma, Verdana;
	font-size:				12px;
	font-weight:			none;
	color:				#000000;
	margin: 				5px;
	text-align: 			left;
}

blockquote {
text-align: left;
margin: 10px;
padding: 15px;
background-color: #CCFFCC;
}

.green { color: #009933; }

.greenbold {
	font-family: 			Tahoma, Verdana;
	font-size:				15px;
	font-weight:			bold;
	letter-spacing:			1px;
	color:				#009933;
}

.whatsnew {
	font-family: 			Tahoma, Verdana;
	font-size:				19px;
	font-weight:			bold;
	letter-spacing:			1px;
	color:				#009933;
	margin: 				0px 0px 10px 0px;
	text-align:				center;
}

.todayinhistory {
	font-family: 			Tahoma, Verdana;
	font-size:				20px;
	font-weight:			bold;
	color:				#009933;
	background-image:		url('http://www.iowabroadcasting.com/images/heading-bg.jpg');
	background-position: 	bottom left;
	background-repeat:		no-repeat;
	background-spacing: 	10px;
	margin: 				0px 0px 10px 0px;
}




img.bios { border: 2px solid #009933; }




li.list { margin: 15px; }

li.list2 { margin: 0px 0px 10px 15px; }




/* QUICKTIME INFO */

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}



