/*
CSS Reset by Eric Meyer - Released under Public Domain
http://meyerweb.com/eric/tools/css/reset/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,  caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0; font-size: 100%;vertical-align: baseline; background: transparent;}
*/
HTML, BODY, DIV, SPAN, H1, H2, H3, P
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	width: 1263px;
	margin: auto;
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	background-color: #E7E7E7;
	line-height: 1.5;
}
HR.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
H1
{
	font-size: 26px;
	font-family: Tahoma, verdana, helvetica;
	font-weight: normal;
}
h1,h2,h3,h4
{
	line-height:1.2;
}
.hide
{
	display: none;
}
div#top_menu li.level_1 a
{
	text-transform: uppercase;
}
div#top_menu a.item_2
{
	border-bottom: 2px solid #FFCA00;
}
div#top_menu a.item_0,
div#top_menu a.item_3
{
	border-bottom: 2px solid #F00;
}
div#top_menu a.item_1,
div#top_menu a.item_4
{
	border-bottom: 2px solid #4F299E;
}
.grayline
{
	border-bottom: 2px solid #D3D3D3;
}
.gray_1
{
	color: #B8B8B8;
}
.gray_2
{
	color: #737373;
}
.gray_3
{
	color: #323232;
}
IMG#logo_ccong
{
	float: left;
	margin: 0 20px 0 30px;
	border:none;
}
DIV#body UL.menu
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
DIV#body UL.menu LI.level_1
{
	float: left;
	list-style: none;
	padding: 0 0 30px;
	margin: 0 5px;
}
DIV#body UL.menu UL.level_2
{
	padding: 0;
	margin: 4px 17px;
	color: #FFCA00;
	list-style: disc;
}
DIV#body UL.menu A.level_1
{
	font-family: Arial, verdana, helvetica;
	font-size: 14px;
	color: #323232;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom-width: 6px;
	display: block;
	font-weight: bold;
}
DIV#body UL.menu A.level_2
{
	font-family: Tahoma, Arial, verdana, helvetica;
	font-size: 11px;
	color: #15A893;
	text-decoration: none;
}
DIV#body
{
	z-index: 1;
	width: 960px;
	padding-top: 35px;
	float: left;
	background: #E7E7E7 url(../img/body_bg_head.jpg) no-repeat left top;
	position: relative;
}
DIV#body DIV.body
{
	margin: 30px 30px 50px;
	background-color: #FFF;
	padding: 30px 0;
}
DIV#body DIV.foot
{
	z-index: -1;
	height: 119px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E7E7E7 url(../img/body_bg_foot.jpg) no-repeat left bottom;
}
DIV#right_footer
{
	width: 267px;
	padding: 35px 35px 0 0;
	float: left;
	background: #FBFBFB url(../img/body_bg_head.jpg) no-repeat right top;
	text-align: right;
}
DIV#right_footer H2
{
	border-bottom-width: 5px;
	width: 170px;
	float: right;
}
DIV#right_footer DIV
{
	clear: both;
}
DIV#footer DIV.frame_1
{
	width: 960px;
	height: 13px;
	float: left;
	background: transparent url(../img/foot_pattern_1.jpg);
}
DIV#footer DIV.frame_2
{
	width: 302px;
	height: 13px;
	float: left;
	background: transparent url(../img/foot_pattern_2.jpg);
}
DIV#footer DIV.banner
{
	height: 130px;
}
map area{outline:none;}
div.network
{
	width:170px;
	float:right;
	text-align: center;
	font-size:10px;
	
}
div.network a, div.network a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.teaser-title
{
	font-size: 12px;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 15px;
}

.video
{
	position: relative;
	padding-bottom: 56%;
}

.video IFRAME
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.tiny-container P
{
	color: #777;
}