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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #676767;
	background-image: url(images/gif/bg_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
.thrColFix #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	width: 241px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
	width: 700px;
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFix #container #header {
	background-image: url(images/gif/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
.thrColFix #container #header #logo_im {
	background-color:#c00;
	background-repeat: no-repeat;
	background-position: right top;
	height:102px
}
.thrColFix #container #header #bcrumb {
	background-image: url(images/gif/divide_red.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #666;
	float: left;
	width: 98%;
	font-size: 1.1em;
}
.thrColFix #container #header #bcrumb a {
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/gif/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
}
.thrColFix #container #header #bcrumb a:hover {
	color: #cc0000;
	
}
.reversed {
	background-image: url(images/gif/title_bg_reverse.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #FFF;
	font-size: 1.4em;
	background-color: #CB0000;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thrColFix #container #sidebar1 ul li {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
	margin-right: 10px;
	line-height: 1.5em;
	color: #000;
	padding-left: 10px;
	background-image: url(images/gif/bullet_redongrey.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
h1 {
	background-image: url(images/gif/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em;
	color: #cc0000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: 800;
	background-color: #E4E4E4;
	margin: 0px;
}
.thrColFix #container #mainContent .col1 {
	width: 310px;
	float: left;
	padding: 20px;
	margin: 0px;
}
.thrColFix #container #mainContent .coldouble {
	width: 620px;
	float: left;
	padding: 20px;
	margin: 0px;
}
* html .thrColFix #container #mainContent .col1 {
	width: 350px;
	w\idth: 310px;
}

.thrColFix #container #mainContent .col2 {
	width: 310px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	display:inline
}
.divide {
	background-image: url(images/gif/divide_greydots.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.thrColFix #container .address {
	float: left;
	background-image: url(images/gif/divide_red.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: left;
	width: 201px;
}
.thrColFix #container .note {
	float: left;
	background-image: url(images/gif/divide_red.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: left;
	width: 201px;
	font-size: 0.9em;
}



.thrColFix #container .partners {
	height: 100px;
	background-image: url(images/gif/logos_partners.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.thrColFix #container .footer {
	background-color: #CCC;
	padding: 5px;
}
.thrColFix #container .img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.thrColFix #container .img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.thrColFix #container #header #bcrumb p {
	font-size: 1em;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/gif/arrow_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.thrColFix #container #sidebar1 ul li a {
	color: #333;
	text-decoration: none;
}
.thrColFix #container #sidebar1 ul li a:hover {
	color: #C00;
}
.thrColFix #container #mainContent .section ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.thrColFix #container #mainContent .section a {
	color: #C00;
	text-decoration: none;
}
.thrColFix #container #mainContent .section .button {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #C00;
	width:230px;
	color: #FFF;
	font-size: 1.2em;
	background-image: url(images/gif/arrow_right_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.thrColFix #container #mainContent .section .button:hover {
	text-decoration:underline
}
.thrColFix #container #mainContent .section h2 {
	color: #C00;
	display: block;
	font-size: 1.6em;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFix #container #mainContent .section .table .title {
	background-color: #EBEBEB;
}
.thrColFix #container #mainContent .section .table .odd {
	background-color: #FFE6E6;
}
.thrColFix #container #mainContent .section .table .even {
	background-color: #FFF9F9;
}
.thrColFix #container #mainContent .section .table {
	font-size: 1em;
}

.thrColFix #container .note p .button {
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	background-color: #C00;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/gif/arrow_right_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.thrColFix #container .note p .button:hover {
	text-decoration: underline;
}
.note p {
	font-size: 12px;
}
.thrColFix #container .address p .button {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #C00;
	color: #FFF;
	background-image: url(images/gif/arrow_right_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration:none;
	width:181px;
	margin-top:10px
}
