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

/*
main
	logo
	horiz_line
	top_img
	top_main
		content_logos
		top_text
			tagline
	bottom_main
	footer
*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f6f6f;
}

a:link {
	color: #3aa9b6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3aa9b6;
}
a:hover {
	text-decoration: underline;
	color: #3aa9b6;
}
a:active {
	text-decoration: none;
	color: #3aa9b6;
}

.reddish {
	color: #3aa9b6;
}

#main {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 880px;
	text-align: left;
	position: relative;
}
#header {
	height: 90px;
	width: 880px;
	top: 20px;
	position: absolute;
}
#policy_header {
	height: 90px;
	width: 880px;
	top: 20px;
	position: relative;
}
#logo {
	width: 300px;
	float: left;
	margin-left: 17px;
}

#network_links {
	width: 354px;
	float: right;
	margin-top: 20px;
}
.color_strip {
	width: 880px;
	background-image: url(images/color_strip_thin.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thick {
	height: 5px;
}
.thin {
	height: 2px;
	margin-bottom: 20px;
}

#top_main {
	text-align: left;
	width: 880px;
	height: 323px;
	margin-bottom: 8px;
	background-image: url(images/blue_photo_nbc.gif);
	background-repeat: no-repeat;
	background-position: 411px 0px;
	background-color: #39A5B3;
	position: absolute;
	top: 90px;
}
#policy_main {
	width: 880px;
	position: relative;
}
#tagline {
	margin-top: 108px;
	margin-left: 32px;
}
#top_text {
	margin-left: 32px;
	margin-top: 65px;
}

#tagline2 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 32px;
}
#bottom_main {
	width: 880px;
	position: relative;
	height: 300px;
	position: absolute;
	top: 413px;
}
#bottom_text {
	width: 520px;
	text-align: left;
	margin-left: 32px;
	margin-top: 30px;
}
#press {
	width: 220px;
	left: 620px;
	top: 45px;
	padding-top: 20px;
	background-image: url(images/press_title.gif);
	background-repeat: no-repeat;
	position: absolute;
	font-size: 11px;
	color: #333333;
}

.clearer {
	clear: both;
}

.footer {
	width: 880px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 700px;
}
.policy_footer {
	width: 880px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	position: relative;
}

/* nav_01 */
#nav_link1 a {
	display: block;
	width: 146px;
	height: 22px;
	background: url("images/gstv_btn.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#nav_link1 a:hover {	
	background-position: -146px 0;
	}
	
/* nav_02 */
#nav_link2 a {
	display: block;
	width: 208px;
	height: 22px;
	background: url("images/dmedia_btn.gif") 0 0 no-repeat;
	border: 0;
	float: left;
	}
#nav_link2 a:hover {	
	background-position: -208px 0;
	}
