@charset "utf-8";
/* CSS Document */
html, body{ height:100%}
* {
	outline-color: -moz-use-text-color;
	outline-style: none;
}
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: #333333;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #a2c9e3;
}
a {
	color:#333333;
	text-decoration:none;
}
.impTxt{
	font-style:italic;
	color:#FF0000;
	padding-right:5px;
	margin:0;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.thrColFixHdr #header {
	padding: 0;
}
.thrColFixHdr #container #header .newsletterTxt {
	float:left;
	font-size: 11pt;
	color: #6D6D6D;
	line-height: 20px;
	position: absolute;
	left: -190px;
}
.thrColFixHdr #container #header #subscribe {
	background:url(images/textbox-bg.gif) no-repeat scroll 0 0 transparent;
	height:40px;
	margin:0;
	position:relative;
	width: 268px;
}
.thrColFixHdr #container #header input {
	float:left;
	padding:6px;
}
.thrColFixHdr #container #header #subscribe .text {
	background-color:transparent;
	border:medium none;
	color:#818181;
	font-size:13px;
	left:35px;
	margin-right:5px;
	position:absolute;
	top:6px;
	width:195px;
}
.thrColFixHdr #container #header #subscribe .submit-btn {
	background:url(images/newsletter-btn.gif) no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	height:28px;
	position:absolute;
	right:8px;
	text-indent:-999em;
	top:8px;
	width:28px;
	font-size: 0px;
	color: #FFFFFF;
}
.thrColFixHdr #header .topNavigation {
	right:0px;
	top:28px;
	font-size: 9pt;
	color: #999999;
	float: right;
	position:relative;
	padding: 10px;
	font-weight: bold;
	background-color: #EAF2FD;
	border: 2px solid #FBFDFF;
}
.thrColFixHdr #header .newsletter {
	font-size: 11pt;
	text-align: right;
	float: right;
	clear: right;
	margin-top: 15px;
	display: none;
}
.thrColFixHdr #header .logo {
	height: 94px;
	width: 272px;
	float:left;
	cursor: pointer;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header .olApRb {
	position:absolute;
	right:-10px;
	top: 84px;
	height: 153px;
	width: 155px;
	z-index: 1;
}
.thrColFixHdr #header .navigation {
	background-color:#e8813c;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	height:30px;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
.thrColFixHdr #header .subNav {
	background-color:#D83000;
	height:3px;
	font-size: 0pt;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
.thrColFixHdr #header .currentPage {
	background-color:#D83000;
}
.thrColFixHdr .contentOuter {
	background-color:#FFFFFF;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	border: 3px solid #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
}
.thrColFixHdr #sidebar2 {
	width: 260px;
	float: right;
	padding: 0 20px;
}
.thrColFixHdr #mainContent {
	margin-right: 300px;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent2 {
	margin-right: 300px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #footer {
	font-size: 11px;
	line-height: 22px;
	padding: 10px 18px 10px 20px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 0px;
	line-height: 0px;
}
.thrColFixHdr #container #header .navigation a {
	color: #FBE6D7;
	text-decoration: none;
}
.thrColFixHdr #container #header .topNavigation a:hover {
	color: #CC3300;
	margin-right: 5px;
	margin-left: 5px;
}
.thrColFixHdr #container #header .topNavigation a {
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.thrColFixHdr #container #header .navigation ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #header .navigation li {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0px 10px;
}
.thrColFixHdr #container #header .navigation li:hover {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0px 10px;
	background-color:#D83000;
}
.thrColFixHdr #container .contentOuter p {
	font-size: 10pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container .contentOuter a {
	color: #339999;
	text-decoration: none;
}
.thrColFixHdr #container .contentOuter #mainContent h2 {
	color:#a03415;
	margin-top:0;
}

