/* CSS Document */

body {
	font-family: arial;
	font-size: 11px;
	color: black;
	text-align: center;
	margin: 0px auto;
}

div, p, form {
	padding: 0px;
	margin: 0px;
}

select	{background: #ed1c24 ; font-family: Verdana ; font-size: 8pt ; color: #ffffff ;}

.content p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	margin: 0px;
}

.content ul {
	margin: 0;
	padding: 5px 0 5px 25px;
}

.content p ul {
	margin: 0;
	padding: 0 0 0 25px;
}

.content .numbaList li {
	list-style: decimal none;
}

.content li {
	font: 12px/15px Arial, Helvetica, sans-serif;
	list-style: url(../images/bullet.gif);
	margin: 0;
}

.main {
	margin: 0px auto;
	background: #fff;
	padding: 0;
}

.banner {
	background: #ed1c24;
	width: 791px;
	height: 82px;
}

.banner a.logo {
	position: absolute;
	width: 62px;
	height: 65px;
	border: 0;
	top: 9px;
	left: 29px;
	background: transparent;
	z-index: 20;
}

a.legal, a.legal:link, a.legal:visited, a.legal:hover, a.legal:visited:hover  {
	position: absolute;
	top: 9px;
	left: 677px;
	background: transparent;
	z-index: 20;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.downbanner {
	display: none;
}

.downbanner li {
	float: left;
	padding: 0;
	margin: 0;
	height: 23px;
	list-style: none;
	display: block;
}

.content {
	height: auto;
	padding: 0px 20px 40px 20px;
	margin-bottom: 30px;
	text-align: left;
}

#home .content {
}

/* ************************************************************************* */

/* SPAN */

.tableStyle1 {
	width: 95%;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
}

.tableStyle1 .borderR {
	border-right: 1px solid #ccc;
	border-bottom: none;
}

.tableStyle1 thead td {
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
}

.tableStyle1 thead .subtitle td {
	color: #000;
	padding: 0 0 5px 10px;
	border-bottom: none;
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
}

.tableStyle1 thead .boxContainer td {
	padding: 0;
	border-bottom: none;
	margin: 0;
}

.tableStyle1 thead .boxContainer .headerL {
	color: #000;
	margin: 0;
	text-align: center;
	font-size: 13px;
	padding: 4px 0 0 0;
	background: url(../images/bg_table_box.gif) no-repeat left top;
	height: 19px;
	width: 99%;
	border-right: 1px solid #ccc;
	display: block;
}

.tableStyle1 thead .boxContainer .headerM {
	color: #000;
	margin: 0;
	text-align: center;
	font-size: 13px;
	padding: 4px 0 0 0;
	background: url(../images/bg_table_box.gif) no-repeat center top;
	height: 19px;
	width: 99%;
	border-right: 1px solid #ccc;
	display: block;
}

.bigSeparator {
	padding: 0;
	margin: 10px 0;
	width: 95%;
	border-bottom: 3px solid #ed1c24;
}

.tableStyle1 thead .boxContainer .headerR {
	color: #000;
	margin: 0;
	text-align: center;
	font-size: 13px;
	padding: 4px 0 0 0;
	background: url(../images/bg_table_box.gif) no-repeat right top;
	height: 19px;
	width: 100%;
	display: block;
}

.tableStyle1 tfoot td {
	padding: 10px 2px;
	font-size: 10px;
	line-height: 13px;
	border: none;
	text-align: left;
}

.tableStyle1 tbody td {
	padding: 10px 2px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.tableStyle1 .operator {
	color: #ed1c24;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

.tableStyle1 .empty {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	margin: 0;
	text-align: left;
	width: 5px;
}

/* **** */
a, a:link, a:visited {
	text-decoration: none;
	color: #ed1c24;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

tbody .operator a:link, tbody .operator a:visited {
	text-decoration: none;
	color: #ed1c24;
	cursor: pointer;
	padding-right: 0px;
	background: none;
}

tbody .operator a:hover, tbody .operator a:visited:hover {
	text-decoration: underline;
	color: #ed1c24;
	cursor: pointer;
	padding-right: 0px;
	background: none;
}

tbody a:link, tbody a:visited {
	text-decoration: none;
	color: #000;
	cursor: default;
	/*background: url(../images/tooltip_icon.gif) no-repeat right top;*/
	position: relative;
	padding: 0;
	margin: 0;
}

tbody a:hover, tbody a:visited:hover {
	text-decoration: none;
	cursor: default;
	font-weight: 500;
}

tbody a span {
	display: none;
}

html tbody a:hover span {
	display: block !important;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 150px;
	border: 1px solid #ed1c24;
	background-color: #ebebeb;
	color: #000;
	margin: 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

tbody p {
	display: inline;
}

/* GENERIC */
img {
	border: 0px solid;
	text-decoration: none;
}

.clear {
	clear: both !important;
	clear: none;
	height: 0px;
}

.clear1 {
	clear: both !important;
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.maincol {
	width: 630px;
	margin: 0 0 20px;
}

.contactForm {
	width: 360px;
	float: left;
	margin: 0 0 20px;
}

.contactForm ul {
	width: 360px;
	margin: 0;
	padding: 0;
}

.contactForm li {
	list-style: none;
}

.image_top0_left_0 {
	position: absolute;
	top: -4px;
	left: -1px;
}

h1 {
	color: #d10000;
	padding: 0px;
	margin: 15px 0 0 0;
	font: normal 28px Georgia, Times New Roman, Times, serif;
}

.relative {
	position: relative;
}

/* ******************************************************** */

/* NAV SUP */
.downbanner li a, .downbanner li a:link, .downbanner li a:visited {
	text-decoration: none;
	font-size: 7pt;
	color: #333;
	font-weight: bold;
	background: url(../images/nav/bg_btn.gif) no-repeat right top;
	padding: 6px 20px 7px 20px;
	margin: 0px;
	display: block;
}

#home .btn1 a:link, #home .btn1 a:visited, #section1 .btn1 a:link, #section1 .btn1 a:visited, #section2 .btn2 a:link, #section2 .btn2 a:visited, #section3 .btn3 a:link, #section3 .btn3 a:visited, #section4 .btn4 a:link, #section4 .btn4 a:visited, #section5 .btn5 a:link, #section5 .btn5 a:visited {
	color: #fff;
	background: url(../images/nav/bg_btn.gif) no-repeat right -27px;
}

#home .btn1 a:hover, #section1 .btn1 a:hover, #section2 .btn2 a:hover, #section3 .btn3 a:hover, #section4 .btn4 a:hover, #section5 .btn5 a:hover {

}

.downbanner li a:hover, .downbanner li a:visited:hover {
	color: #000;
	background: url(../images/nav/bg_btn.gif) no-repeat right -54px;
}

.lowest {
	background: #ccc;
	color: #000;
}

.nav_sup_cont {
	height: 17px;
	padding: 6px 30px 0px 30px;
	float: left;
	text-align: center;
	border-right: 1px solid #aaa;
}

.nav_sup_cont_right {
	display: none;
}

/* in the content */ 

.menu_left {
	/*float: left;*/
	padding: 0 20px 0 10px;
	width: 610px;
}

.content_right {
	float: left;
	width: auto;
	height: 100%;
	padding-top: 27px;
}

.content_right2 {
	display: none;
}

/* in the footer */ 


/* In the Left */


p#news1 {
	padding-top: 40px;
}

.table_link {
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	padding-bottom: 10px;
	float: left;
}

p#links {
	font-weight: normal;
}

p#links a {
	color: #ed1c24;
}

.menu_left a {
	color: #ed1c24;
	;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

.menu_left a:hover {
	text-decoration: underline;
}

.logo-link {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 7px;
	width: 9px;
}

.link {
	position: absolute;
	top: 2px;
	left: 10px;
	text-align: left;
	width: 200px;
}

.bulle {
	height: 269px;
	width: 305px;
	background: url(../images/home/submit/carre_bg.gif) no-repeat;
	text-align: left;
}

.bulle2Left {
	height: 100%;
	display: block;
	width: 10px;
	text-align: left;
	float: left;
}

.bulle2 {
	height: 280px;
	background: url(../images/home/submit/carre_bg2.gif) no-repeat right top;
	text-align: left;
	float: left;
	position: relative;
	width: 320px;
}

.bulle_inside {
	padding-top: 16px;
	padding-left: 10px;
	text-align: left;
	height: 75px;
}

.bulle_inside div.text_inside {
	color: #ed1c24;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	text-align: left;
}

.bulle_inside select {
	font-size: 11px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: left;
	width: 220px;
}

.radio {
	margin: 0px;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 10px;
}

option {
	text-align: left;
}

#footer {
	clear: both;
	margin: 0;
	padding: 9px 0 9px 15px;
	border-top: 1px solid #999;
	font-size: 9px;
	color: #333;
	text-align: left;
	width: 776px;
}

#footer a, #footer a:link, #footer a:visited {
	margin: 0 0 0 15px;
	padding: 0;
	text-decoration: none;
	color: #333;
}

h2#first {
	margin-top: 0;
	padding-top: 0;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
	color: #000;
}

.language {
	display: none;
}

.red, .red:link, .red, #footer .language a.red, #footer .language a.red:visited, a.red, .red:hover, #footer .language a.red:hover, #footer .language a.red:visited:hover {
	color: #ed1c24;
}

.more, .more:link, .more:visited, .content .more {
	display: none;
}

.content .whatSelected {
	margin: 0;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 30px 0;
}

.content .whatSelected li {
	color: #000;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding: 0 30px 0 0;
	margin: 0;
	float: left;
	list-style: none inside;
}

.whatSelected h2 {
	color: #9a9a9a;
	font: 12px Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin: 0;
	display: inline;
}

.btnContainer {
	display: none;
}

.btnContainer .btnHolder {
	display: inline;
	margin: 0;
	padding: 0;
	cursor: hand;
}

.btnContainer .btnHolder a {
	float: left;
	background: white url("../images/big_red_btn.gif") no-repeat left top;
	margin: 10px;
	padding: 0 0 0 5px;
	text-decoration: none;
	white-space: nowrap;
}

.btnContainer .btnHolder a span {
	float: left;
	display: block;
	background: white url("../images/big_red_btn.gif") no-repeat right top;
	padding: 9px 30px 9px 25px;
	font-weight: bold;
	color: white;
	cursor: hand;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
}

.btnContainer a span {
	float: none;
}

.btnContainer a:hover {
	background-position: 0% -31px;
}

.btnContainer a:hover span {
	background-position: 100% -31px;
}

tfoot ul {
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

tfoot ul .col1 {
	float: left;
	margin: 0px 8px 0px 0px;
	width: 17px;
	padding: 3px;
	list-style: none;
	text-align: center;
}

tfoot ul li {
	list-style: none;
}

tfoot ul .col2 {
	float: left;
	width: 423px;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	list-style: none;
}

tfoot ul .clearLi {
	float: none;
	clear: left;
	height: 5px;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

h2 {
	padding: 0;
	margin: 15px 0 5px 0;
	color: #ed1c24;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	padding: 0;
	margin: 10px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

.content .evidence {
	width: 630px;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0 10px 10px 0;
	color: #ed1c24;
}

.content .evidence ul {
	display: none;
}

.content .evidence li {
	font-size: 1em;
	line-height: 1.3em;
	color: #ed1c24;
	list-style: decimal;
}

.content .evidence span {
	font-size: 0.8em;
	color: #000;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	margin: 0px;
	display: block;
}

.tooltip {

}

/*.indentor{
	margin: 0 0 0 20px;
}*/
p b {
	color: #333;
}

.label {
	width: 100px;
	padding: 10px 20px 5px 0;
	text-align: right;
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	display: table-cell;
	vertical-align: middle;
}

.field {
	width: 230px;
	padding: 5px 0;
	margin: 0;
	float: left;
	vertical-align: middle;
}

.field input {
	width: 230px;
	color: #666;
}

.field textarea {
	width: 230px;
	height: 80px;
	color: #666;
	vertical-align: middle;
	font: 11px Arial, Helvetica, sans-serif;
}

.submitarea {
	width: 230px;
	padding: 5px 0;
	margin: 0;
	float: left;
	text-align: right;
}

.submitarea .sendit {
	border: 0px solid white;
	color: #ed1c24;
	font-weight: bold;
	font-size: 1em;
	padding-right: 10px;
	text-align: left;
}

.top {
	margin: 0;
	background: no-repeat url(../images/btn_top.gif) 0 6px;
	width: 10px;
	height: 12px;
	float: right;
}

.accesskeys {
	display: none;
}
.skip {
	display:none;
}
