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

/* *** BODY *************** */

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: white;
}

a,
a:active,
a:visited {
	color: #8C0000;
}

a:hover {
	color: #CA0404;
}

.clear,
.clear a,
.clear a:active,
.clear a:visited {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
	text-align: right;
	text-decoration: none;
}

.clear a:hover {
	color: #ce0007;
}

/* *** LAYOUT *************** */

#header {
	width: 100%;
	height: 90px;
	border-bottom: 5px solid #eee;
	background: url(gfx/body_bg_gradient.gif) repeat-x #f5f5f5;
}

#header_content {
	width: 800px;
	height: 90px;
	border-right: 1px solid #eaeaea;
	background: url(gfx/header_bg_gradient.gif) repeat-x;
	position: relative;
}

	#header_img {
		position: absolute;
		top: 0;
		right: 0;
		width: 580px;
		height: 90px;
		background-image: url(gfx/header_img.jpg);
	}
	
	#header_logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		margin-right: 15px;
	}
	
	#header_logo a img {
		border: 0;
	}

#image {
	width: 800px;
	height: 150px;
	border-right: 1px solid #ddd;
	border-bottom: 5px solid #efefef;
	background: url(gfx/page_img.jpg);
}

#page {
	width: 100%;
	border-top: 5px solid #ce0007;
	background: #f5f5f5;
	position: relative;
}

#page_content {
	width: 555px;
	min-height: 350px;
	border-right: 1px solid #eaeaea;
	background: white url(gfx/page_bg_q.gif) no-repeat 50px 50px;
	position: relative;
	padding: 20px 15px 20px 230px;
}

#page_content ul li span.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
}

#page_content ul li span.intro {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #777;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* *** CONTENT *************** */

#page_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #ce0007;
	margin: 25px 0 5px 0;
	padding: 0;
	font-weight: normal;
}

#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ce0007;
	margin: 25px 0 5px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	padding: 0;
	margin: 10px 0 15px 0;
}


#page_content p.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	padding: 0;
	margin: -5px 0 15px 0;
}

#page_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	list-style-type: none;
	padding: 0;
	margin: 10px 15px;
}

#page_content ul li {
	padding-left: 15px;
	line-height: 11.5pt;
	background: url(gfx/icon_tick.gif) no-repeat left 3px;
	margin-bottom: 10px;
}

#page_content ul li a,
#page_content ul li a:active,
#page_content ul li a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#page_content ul li a:hover {
	color: #ce0007;
}

/* *** MENU *************** */

ul#menu {
	position: absolute; 
	top: 20px; 
	left: 10px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li {
	width: 200px;
	margin:  0 0 5px 0;
	background: none;
	padding: 0;
	position: relative;
	line-height: 11.5pt;
}

ul#menu li a,
ul#menu li a:active,
ul#menu li a:visited {
	display: block;
	width: 163px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 10px solid #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444;
	text-decoration: none;
	padding: 5px 10px;
	background: white;
}

ul#menu li a:hover {
	border-top: 1px solid #ce0007;
	border-bottom: 1px solid #ce0007;
	border-right: 1px solid #ce0007;
	border-left: 10px solid #ce0007;
	color: #ce0007;
}

ul#menu li a.sublist {
	background-image: url(gfx/icon_arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 167px center;
}

ul#menu li a.sublist:hover {
	background-image: url(gfx/icon_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 167px center;
}


ul#menu li a.selected {
	border-top: 1px solid #ce0007;
	border-bottom: 1px solid #ce0007;
	border-right: 1px solid #ce0007;
	border-left: 10px solid #ce0007;
	color: #ce0007;
	font-weight: bold;
}

/* *** FOOTER *************** */

#footer {
	width: 800px;
	border-right: 1px solid #eaeaea;
	position: relative;
	background: white;
}

#footer_line {
	width: 760px;
	height: 5px;
	margin: 0 auto;
	background: #f7f7f7;
	border-bottom: 1px solid #e4e4e4;
}

#footer_content {
	width: 760px;
	margin: 0 auto;
}

#footer_content .col {
	width: 760px;
	/*height: 75px;*/
	margin: 10px 0;
	float: left;
	text-align: center;
}

#footer_content .cw_240 {
	width: 240px;
	margin-right: 10px;
	float: left;
}

#footer_content .cw_175 {
	width: 175px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

#footer_content .col span,
#footer_content .cw_175 span {
	width: 100%;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #bbb;
	display: block;
	margin-bottom: 10px;
}
#footer_content .col img{
	border: 0;
	margin: 10px 0;	
}
#footer_content .main-partners{
	width: 500px;
}
#footer_content .main-partners img{
	margin: 10px 40px;
}
#footer_content .supporting-partners{
	clear: left;
}
#footer_content .media-partners img{
	margin: 35px 0;
}

#page_maxwidth { }
#page_maxwidth #header_content 				{ width: 100%; border-right: 0; }
#page_maxwidth #page 						{ width: 100%; }
#page_maxwidth #page_content 				{ width: auto; border-right: 0; }
#page_maxwidth #footer						{ width: 100%; border-right: 0; }
#page_maxwidth #footer_line					{ width: 98%; }
#page_maxwidth #footer_content				{ width: 98%; }

/* ******** TABLE *********** */

#page_content table {
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	border-collapse: collapse;
}

#page_content table th {
	background: #ce0007;
	vertical-align: top;
	color: white;
	font-size: 9pt;
}

#page_content table td.subh {
	background: #eee;
}

#page_content table th,
#page_content table td {
	padding: 3px;
	text-align: center;
}

#page_content table tr td {
	border-bottom: 1px solid #ddd;
}

#page_content table tr:hover {
	background: #FDE8E8;
}

#page_content table tr:hover td {
	border-bottom: 1px solid #ce0007;
}

#page_content table tr td.subh,
#page_content table tr:hover td.subh  {
	border-bottom: 1px solid #ddd;
}

#page_content table .tabcol_rm_lp 	{ width: 20px; }
#page_content table .tabcol_rm_name { text-align: left; }
#page_content table .tabcol_rm_val 	{ width: 90px; }

.tab_rw td:first-child + td { text-align: left !important; font-weight: bold; }
.tab_rw td:first-child + td + td + td + td + td + td + td + td + td { text-align: left !important; }
.tab_rw td:first-child + td + td + td + td + td + td + td + td + td + td { text-align: left !important; }

.tab_rm td:first-child + td { text-align: left !important; }
