@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
} 
.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;
	background-repeat: repeat-x;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 16px;
} 
.thrColFixHdr #footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F48126;
} 
.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: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #header #topbar {
	height: 22px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/topbar-bg.jpg);
}
.thrColFixHdr #container #header #logobar {
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;

}
.thrColFixHdr #container #header #slogan {
	width: 635px;
	margin-top: 45px;
	margin-left: 140px;
	margin-bottom: 25px;
}
.thrColFixHdr #container #header #slides {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F48126;
	margin-top: 5px;
}
.sidebarH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F48126;
}
.sidebar_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.thrColFixHdr #container #footer #ftcnt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #container #footer #ftcnt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F48126;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F48126;
}
.thrColFixHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48126;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #333333;
}
.thrColFixHdr #container #mainContent a:visited {
	color: #F48126;
}
.thrColFixHdr #container #header #topbar #topleft {
	float: left;
	width: 160px;
	padding-top: 1px;
}
.thrColFixHdr #container #header #topbar #topright {
	margin-right: 10px;
	margin-left: 200px;
}
.thrColFixHdr #container #header #topbar #topright #form1 #search {
	height: 15px;
	border: 1px solid #666666;
}
.input {
	border: 1px solid #F48126;
	height: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.thrColFixHdr #container #footer #flft {
	float: left;
	width: 120px;
	padding: 5px;
}
.thrColFixHdr #container #footer #ftrght {
	float: right;
	width: 120px;
	padding: 5px;
}
.thrColFixHdr #container #footer #ftcnt {
	margin-right: 130px;
	margin-left: 130px;
}
.thrColFixHdr #container #footer #footerbar {
	width: 760px;
	background-image: url(images/footerbg.jpg);
	height: 20px;
	padding-top: 3px;
	padding-left: 20px;
}
.thrColFixHdr #container #footer #ftcnt #menuLft {
	float: left;
	width: 120px;
	padding: 5px;
}
.thrColFixHdr #container #footer #ftcnt #menuRght {
	float: right;
	width: 120px;
	padding: 5px;
}
.thrColFixHdr #container #footer #ftcnt #menuCntr {
	margin-right: 130px;
	margin-left: 130px;
}
.thrColFixHdr #container #footer #ftcnt #menuCntr #midCol1 {
	float: left;
	padding: 5px;
	width: 120px;
}
.thrColFixHdr #container #footer #ftcnt #menuCntr #midCol2 {
	padding: 5px;
	width: 120px;
	float: right;


}
.thrColFixHdr #container #header #topbar #topright #col1 {
	float: left;
	width: 260px;
	padding-left: 180px;
}
.thrColFixHdr #container #header #topbar #topright #col2 {
	margin-left: 370px;
}
.thrColFixHdr #container #header #topbar #topright #col1 #form1 #textfield2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 15px;
}
.thrColFixHdr #container #header #topbar #topright #col1 #form1 #button2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/button-bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
.thrColFixHdr #container #footer #footerbar #footcol1 {
	float: left;
	width: 150px;
}
.thrColFixHdr #container #footer #footerbar #footcol2 {
	float: right;
	width: 150px;
}
.thrColFixHdr #container #footer #footerbar #fotcol1 {
	float: left;
	width: 150px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F48126;
}
.thrColFixHdr #container #footer #footleft {
	float: left;
	width: 200px;
}
.thrColFixHdr #container #footer #footleft {
	float: right;
	margin-left: 10px;
	width: 400px;
	margin-right: 10px;
}
.thrColFixHdr #container #footer #footerbar #footright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F48126;
}
.thrColFixHdr #container #footer #footerbar #footleft div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #footer #footerbar #footleft div a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #footer #footerbar #footleft a:hover {
	color: #F48126;
}
.thrColFixHdr #container #footer #footerbar #footleft a:visited {
	color: #FFFFFF;
}
.thrColFixHdr #container #header #menu {
	background-image: url(images/menubar-bg.jpg);
	height: 25px;
}
.thrColFixHdr #container #menu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
}

