/*

1. Redifines
2. Classes

*/

/*		1. REDFINES			*/

BODY, HTML
{	height: 100%;
}

BODY
{	background-color: #F1F1F1;
	margin: 0px;
	font-family: "Lucida grande", Arial, Helvetica;
	font-size: 0.7em;
	color: #333333;
	text-align: center;
}

IMG
{	border: none;
}

A
{	text-decoration: none;
}

H3
{	font-weight: normal;
	font-size: 1.4em;
	margin: 5px 0px 10px 0px;
}

P
{	font-weight: normal;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

ADDRESS
{	font-size: 0.95em;
	color: #666666;
	line-height: 1.4em;
}

HR
{	height: 1px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

TEXTAREA
{	font-family: "Lucida grande", Arial, Helvetica;
	font-size: 1.0em;
}

INPUT.button,
A.button
{	width: 120px;
	height: 25px;
	background: url(../site_mainGraphics/global/buttons/background_120x25.png) no-repeat left center;
	color: #CCCCCC;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border: none;
}

A.button
{	display: block;
}

INPUT.left,
INPUT.center,
INPUT.right,
A.left,
A.center,
A.right
{	padding: 0px 10px 0px 10px;
	background: url(../site_mainGraphics/global/buttons/background_250x25.png) no-repeat left center;
}

INPUT.center,
A.center
{	background-position: center center;
}

INPUT.right,
A.right
{	background-position: right center;
}

INPUT.highlighted,
A.highlighted
{	color: #FF9900;
}

/*		Global alert		*/

DIV#global_popup
{	position: absolute;
	top: 100px;
	left: 180px;
	width: 640px;
	height: 180px;
	border: solid 10px #171717;
	background-color: #000000;
	color: #FFFFFF;
}

DIV#global_popup A
{	color: #FFFFFF;
}

DIV#global_popup H1
{	font-size: 2.5em;
	font-family: 'Big Caslon', Georgia;
	font-weight: normal;
	margin: 20px 20px 0px 20px;
}

DIV#global_popup H2
{	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 20px 20px 20px;
}

DIV#global_popup DIV#close_button
{	position:absolute;
	top: 10px;
	left: 615px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.2em;
	font-weight: bold;
}

DIV#global_popup DIV#close_button A
{	color: #FF6600;
}

/*		Overflowing menu items		*/

DIV.overflowing_menu_items
{	position: absolute;
	z-index: 10000;
	text-align: left;
	background-color: #D7D7D7;
	padding-bottom: 10px;
	margin-top: 1px;
}

DIV.overflowing_menu_items A
{	display: block;
	padding: 10px 10px 0px 10px;
	color: #333333;
}

/*	/	Overflowing menu items		*/

/*	 /	Global alert		*/

DIV#page_container
{	position: relative;
	width: 1000px;
	min-height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: left;
}

DIV#page_container DIV.top_container
{	position: relative;
	width: 100%;
	height: 155px;
}

DIV#page_container DIV.top_container IMG
{	margin-top: 15px;
}

DIV#page_container DIV.top_container DIV.navigation_container
{	position: absolute; 
	top: 90px;
	left: 0px;
	width: 740px;
	height: auto;
}

DIV#page_container DIV.top_container DIV.navigation_container A
{	padding: 5px 12px 7px 12px;
	border-right: solid 1px #999999;
	color: #FFFFFF;
	display: block;
	float: left;
}

DIV#page_container DIV.top_container DIV.navigation_container A.selected
{	color: #FF9900;
}

DIV#page_container DIV.top_container DIV.navigation_container DIV
{	height: 25px;
	overflow: hidden;
}

DIV#page_container DIV.top_container DIV.navigation_container DIV#top_level
{	width: 100%;
	height: 25px;
	background: url(../site_mainGraphics/top_navigation/background.jpg) no-repeat left top;
}

DIV#page_container DIV.top_container DIV.navigation_container DIV#sub_level
{	width: 100%;
	height: 25px;
	background: #CCCCCC url(../site_mainGraphics/top_navigation/sub_level_background.jpg) no-repeat 0px -5px;
}

DIV#page_container DIV.top_container DIV.navigation_container DIV#sub_level A
{	color: #333333;
	padding: 5px 8px 7px 8px;
	border: none;
	white-space: nowrap;
}

DIV#page_container DIV.top_container DIV.navigation_container DIV#sub_level A.selected
{	text-decoration: underline;
}

DIV#page_container DIV#column_1
{	width: 740px;
	margin-left: 15px;
	float: left;
}

DIV#page_container DIV#column_1 DIV.content_wrapper
{	clear: left;
	display: inline;
}

DIV#page_container DIV#column_1 DIV.content_wrapper IMG
{	border: none;
	padding: 0px !important;
	display: block;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1
{	width: 440px;
	margin-right: 15px;
	float: left;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 H3
{	height: 25px;
	background: url(../site_mainGraphics/global/col_1_1_H3_background.png) no-repeat left top;
	padding: 5px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	font-size: 1.0em;
	color: #FFFFFF;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.news_intro_50
{	position: relative;
	background: url(../site_mainGraphics/global/col_1_2_P_background_F1F1F1.png) no-repeat left bottom;
	width: 215px;
	height: 234px;
	background-color: #F1F1F1;
	margin: 10px 0px 0px 0px;
	float: left;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.right
{	background-position: right bottom;
	margin: 10px 0px 0px 10px;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.news_intro_50 H3
{	height: auto;
	margin: 5px 0px 0px 0px;
	font-family: "Big Caslon", "Times New Roman", Times;
	font-size: 1.3em;
	background: none;
	color: #000000;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.news_intro_50 P
{	padding: 5px 10px 5px 10px;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.news_intro_50 DIV
{	position: absolute;
	top: 205px;
	left: 10px;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.news_intro_50 DIV A
{	background: url(../site_mainGraphics/global/read_more_arrow.png) no-repeat left center;
	padding: 5px 0px 5px 17px;
	display: block;
	color: #FF6600;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news
{	clear: left;
	float: none;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news H3
{	height: 25px;
	background: url(../site_mainGraphics/global/col_1_2_H3_background.png) repeat-x left top;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 1.0em;
	color: #FFFFFF;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news H3 A
{	background: url(../site_mainGraphics/global/read_more_arrow_CCC.png) no-repeat right center;
	padding: 0px 18px 2px 0px;
	color: #CCCCCC;
	display: block;
	float: right;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news H3 A:hover
{	background-image: url(../site_mainGraphics/global/read_more_arrow_FFF.png);
	color: #FFFFFF;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news P
{	height: 200px;
	background: #D7D7D7 url(../site_mainGraphics/global/col_1_2_P_background.png) no-repeat left bottom;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #333333;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news P A
{	display: block;
	color: #000000;
	padding: 5px 10px 7px 15px;
	border-bottom: solid 1px #F5F5F5;
	line-height: 1.3em;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_1 DIV.third_party_news P A I
{	display: block;
	color: #666666;
}

/*		COL 1-2		*/

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2
{	width: 284px;
	float: left;
}

/*		Highlights		*/

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 H3.highlights
{	background: url(../site_mainGraphics/global/col_2_H3_background_171717.png) repeat-x left top;
	height: 22px;
	overflow: hidden;
	margin-top: 0px;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights
{	height: 313px;
	background: #171717 url(../site_mainGraphics/global/col_2_P_background_171717.png) no-repeat left bottom;
	margin: 0px 0px 10px 0px;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights
{	overflow: hidden;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights A
{	background: url(../site_mainGraphics/global/read_more_arrow.png) no-repeat 10px 8px;
	padding: 5px 10px 5px 30px;
	display: block;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #000000;
	color: #999999;
	line-height: 1.4em;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights A:hover
{	background-image: url(../site_mainGraphics/global/read_more_arrow_FFF.png);
	background-color: #000000;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights A:hover B
{	display: block;
	color: #FF9900;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights A SPAN
{	display: block;
	font-style: italic;
	color: #666666;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 DIV#highlights A B
{	display: block;
	color: #CCCCCC;
}

/*	/	Movie player		*/

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 A.selected
{	text-decoration: underline;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 H3
{	height: 25px;
	background: url(../site_mainGraphics/global/col_1_2_H3_background.png) no-repeat left top;
	padding: 5px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	font-size: 1.0em;
	color: #FFFFFF;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 H3 A
{	background: url(../site_mainGraphics/global/read_more_arrow_CCC.png) no-repeat right center;
	padding: 0px 18px 2px 0px;
	color: #CCCCCC;
	display: block;
	float: right;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 H3 A:hover
{	background-image: url(../site_mainGraphics/global/read_more_arrow_FFF.png);
	color: #FFFFFF;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 H3.first
{	background: url(../site_mainGraphics/global/col_1_2_H3_first_background.png) no-repeat left top;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 P
{	height: 200px;
	background: #D7D7D7 url(../site_mainGraphics/global/col_1_2_P_background.png) no-repeat left bottom;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #333333;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 P A
{	display: block;
	color: #000000;
	padding: 5px 10px 7px 15px;
	border-bottom: solid 1px #F5F5F5;
	line-height: 1.3em;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 P A I
{	display: block;
	color: #666666;
}

DIV#page_container DIV#column_1 DIV.content_wrapper DIV#column_1_2 P.first
{	background-image: none;
	margin-bottom: 0px;
}

/*		COL 2		*/

DIV#page_container DIV#column_2
{	width: 215px;
	margin-left: 15px;
	float: left;
}

/*		Function menu		*/

DIV#page_container DIV.top_container DIV#function_menu_container
{	position: absolute; 
	top: 0px;
	left: 0px;
	width: 215px;
	height: 30px;
	background: url(../site_mainGraphics/function_menu/background.png) no-repeat left top;
}

DIV#page_container DIV.top_container DIV#function_menu_container A
{	padding: 4px 0px 7px 0px;
	border-right: solid 1px #999999;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	width: 33%;
}

/*	/	Function menu		*/

DIV#page_container DIV#column_2 DIV.content_wrapper IMG
{	border: none;
	padding: 0px !important;
	display: block;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container
{	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: url(../site_mainGraphics/top_search/background.png) no-repeat left top;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container FORM
{	margin: 5px 10px 5px 10px;
	display: block;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container FORM INPUT
{	width: 38%;
	margin-right: 1.5%;
	float: left;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container FORM LABEL
{	width: 40%;
	float: left;
	display: block;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container P
{	padding: 8px 10px 8px 10px;
}

DIV#page_container DIV#column_2 DIV.top_container DIV#login_container P A
{	color: #333333;
	text-decoration: underline;
}

/*		Fast nav		*/

DIV#page_container DIV#column_2 DIV.content_wrapper H3
{	height: 25px;
	background: url(../site_mainGraphics/global/col_1_2_H3_background.png) no-repeat left top;
	padding: 5px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	font-size: 1.0em;
	color: #FFFFFF;
}

DIV#page_container DIV#column_2 DIV.content_wrapper H3 A
{	background: url(../site_mainGraphics/global/read_more_arrow_CCC.png) no-repeat right center;
	padding: 0px 18px 2px 0px;
	color: #CCCCCC;
	display: block;
	float: right;
}

DIV#page_container DIV#column_2 DIV.content_wrapper H3 A:hover
{	background-image: url(../site_mainGraphics/global/read_more_arrow_FFF.png);
	color: #FFFFFF;
}

DIV#page_container DIV#column_2 DIV.content_wrapper H3.first
{	background: url(../site_mainGraphics/global/col_1_2_H3_first_background.png) no-repeat left top;
}


/*		Footer		*/

DIV#page_container DIV#footer
{	width: 970px;
	height: 150px;
	background: url(../site_mainGraphics/footer/background.png) repeat-x 0px 10px;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	clear: both;
	display: block;
}

DIV#page_container DIV#footer P
{	float: left;
	color: #333333;
	margin: 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}

DIV#page_container DIV#footer P A
{	color: #F1F1F1;
}

DIV#page_container DIV#footer P A:hover
{	text-decoration: underline;
}