/*Generic CSS*/


body{
	background: #889497;
	text-align: center;
	line-height: 1.7em;
	color: #444;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

h2{
	color: #135698;
	font-size: 18px;
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 0;
}

#master_container{
	width: 970px;
	margin: 0 auto 5px auto;
	background: #fff;
	border: 1px solid #444;
	border-top: none;
}

#inner_container{
	text-align: left;
}

#header{
	background: #d0e0ee url('images/bg_clouds.jpg');
	height: 110px;
}
#topnav{
	float: right;
	width: 226px;
	margin-top: 22px;
}
#topnav img.rb{
	border-right: 1px solid #00488f;
}

#footer{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #555;
	font-size: 10px;
}

#mediaproof{
	position: relative;
	top: -35px;
	left: -50px;
	float: right;
}

.nav{
}

.nav div{
	float: left;
	border-right: 1px solid #d0dfed;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

#content_master{
}


.subnav{
	width: 150px;
	float: left;
	text-align: right;
}

.subnav div{
	text-align: right;
	padding: 6px 10px;
	cursor: pointer;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
}
.subnav .active{
	background: #00488f;
}
.subnav .off{
	background: #fff;
}
.subnav .on{
	background: #ffdd99;
}

.subnav .active a{
	color: #fff;
	text-decoration: none;
}

.subnav .off a{
	color: #999;
	text-decoration: none;
}

.subnav .on a{
	color: #999;
	text-decoration: none;
}







#content{
	width: 790px;
	float: left;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left: 20px;
}

.info_card{
	/*border: 1px solid #ccc;*/
	width:610px;
	margin-left: 90px;
}

.info_card #hdr{
	height: 105px;
}
.info_card #hdr_title{
	font-family: georgia, 'times new roman', serif;
	font-size: 20px;
	padding: 0 0 8px 8px;
	color: #00488f;
	border-bottom: 1px solid #ccc;
}
.info_card #text{
	margin: 10px;
}


.info_card #stage{
	width: 240px;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}

.info_card .network_content{
	font-family: georgia, 'times new roman', serif;
	font-size: 14px;
	width: 335px;
	float: left;
}

/*
.info_card .network_content:first-letter{
	font-size: 300%;
	line-height: 1em;
}
*/

.logo_click{
	text-align: center;
	background: #eee;
	padding: 12px;
}

.logo_click a{
	color: #00488f;
	text-decoration: none;
}

#logos{
	text-align: right;
	margin: 10px;
}

.logo_popup{
	position: absolute;
	top: 0;
	left: 0;
}

#logos img{
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #aaa;
	cursor: pointer;
}



.clear{
	clear: both;
}


a{
	color: #00488f;
}