@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#fff;
	background-image: url(../img/back.jpg);
	background-repeat:repeat-x;
	background-position:center;
	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;
}
a
{
	text-decoration:none;
	
}
.thrColFixHdr #container { 
	width: 900px;  
	background-image:url(../img/back_shadow_new.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;

} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	height:178px;
	background-image: url(../img/logo_bar.jpg);
}
.thrColFixHdr #header #logo
{
	height: 178px;
	width: 299px;
	margin-left: 20px;
	float:left;
} 
#rightpath
{
	width:210px;
	float:right;
}
.thrColFixHdr #header #about
{
	padding:40px 35px 0px 0px;
	width:200px;
	
}
.thrColFixHdr #header #about a
{
	color:#707173;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 11px;
}
.thrColFixHdr #header #weather
{
	width:200px;
	padding:33px 60px 0px 0px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-transform:uppercase;
	font-size: 11px;
}
.thrColFixHdr #header #weather a
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-transform:uppercase;
	font-size: 11px;
}
.thrColFixHdr #container #sidebar2 {
	padding: 20px;
	float: right; /* since this element is floated, a width must be given */
	width: 406px; /* 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: #ffcc00; /* the background color will be displayed for the length of the content in the column, but no further */	
	height: 338px;
	
	text-align:left;
}
.thrColFixHdr #sidebar2 h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	font-weight:lighter;
	margin-bottom:20px;
}
.thrColFixHdr #sidebar2 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:26px;
	margin-bottom:30px;
}
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	margin-top:30px;

} 
.thrColFixHdr #footer p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#878889;
	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 #bottom
{
	background-image: url(../img/bottom.jpg);
	height:103px;
	width:858px;
	position:absolute;
	bottom: 0px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.thrColFixHdr #page_footer
{
    background-image: url(../img/back_footer.png);
    height:20px;
    background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:60px;
}