@charset "utf-8";

/* CSS Document */



body  {

	font: 100% "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 10;

	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;

	padding-bottom: 10px;

}

#mainContent {

	padding-left: 0px;

	margin: 0px;

}

img.headerimg {

	float: right;

}

#headerimg {

	height: 100px;

	width: 798px;

	background-image: url(../images/header_bg.png);

	background-repeat: repeat-x;

	background-position: right top;

	padding-top: 60px;

	float: right;

}

.twoColFixLtHdr #container {

	width: 970px;  /* 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; /* this overrides the text-align: center on the body element. */

	position: absolute;

	left: 1px;

} 

.twoColFixLtHdr #header {

	height: 160px;

} 

.twoColFixLtHdr #sidebar1 {

	float: left; /* 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: #FFFFFF;

	height: 670px;

	padding-right: 10px;

}

.twoColFixLtHdr #footer {

	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: 100;

	font-style: normal;

} 

.twoColFixLtHdr #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;

}

.header_text {

	background: #FFFFFF;

	padding-top: 0;

	padding-bottom: 0;

	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;

	font-size: 40px;

	font-style: normal;

	font-weight: 100;

	color: #D1D3D4;

	padding-left: 120px;

}

td.header_bg {

	background-image: url(../images/header_bg.png)

}

.footer_font {

	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	bottom: 10px;

}

.footer_font_hide {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFF;
}



td.sidebar_text {

	height:41px;

	width:160px;

	text-align: left;

	vertical-align: middle;

}

.sidebar_text {

	font-size: 15px;

	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;

	color: #58595b;

	text-indent: 50px;

	a: hover {font-weight: bold; color: #58595b

	}


}

.main_text {

	background: #FFFFFF;

	font-family: "Myriad Pro", Helvetica, Geneva, Arial, sans-serif;

	font-size: 24px;

	font-style: normal;

	font-weight: 100;

	color: #999;

	padding: 20;

	letter-spacing: 1px;

	margin: 0px;

}

.home_content_header {

	background: #FFFFFF;

	font-family: "Myriad Pro", Helvetica, Geneva, Arial, sans-serif;

	font-size: 16px;

	font-weight: normal;

	color: #f8971d;

}

.home_content_main {

	background: #FFFFFF;

	font-family: "Myriad Pro", Helvetica, Geneva, Arial, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #58595b;

}

table.main_box {

	background: #FFFFFF;

	padding: 0px;

}

.sidebar_box {

	background: #FFFFFF;

	padding-top: 0px;

}

.home_content_divider {

	background-color: #EEEEEE;

}

.sidebar_textlink {

	font-size: 15px;

	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;

	color: #58595b;

	text-indent: 50px;

	background-color: #F8981D;

	font-weight: bold;



}

a:link {

	color: #58595b;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #58595b;

}

a:hover {

	text-decoration: underline;

	color: #58595b;

}

a:active {

	text-decoration: none;

	color: #58595b;

}


.main_text1 {
	background: #FFFFFF;
	font-family: "Myriad Pro", Helvetica, Geneva, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding: 20;
	letter-spacing: 1px;
	margin: 0px;
}
.main_text2 {
	background: #FFFFFF;
	font-family: "Myriad Pro", Helvetica, Geneva, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	color: #333;
	padding: 20;
	letter-spacing: 1px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .main_box tr td .main_text2 {
	letter-spacing: normal;
}

/* Code that positions the seasonal Movieclip */
.positionmov {position:absolute; top:40px; left:120px;
}

.positionmov1 {position:absolute; top:575px; left:150px;
}



