@charset "UTF-8";
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;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.thrColFixHdr #container {
	width: 1150px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bk_Default.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #page {
	width: 1026px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.thrColFixHdr #header {
	font-family: Helvetica, Arial, sans-serif;
	height: 30px;
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	text-align: center;
	letter-spacing: .5em;
} 
.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 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666;
}
.thrColFixHdr #header_Promo {
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #header_Promo_Carousel {
	color: #000;
	text-align: center;
	margin: 0px;
	width: 986px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #mainNav {
	height: 45px;
	margin: 0px;
	padding-left: 19px;
}
.thrColFixHdr #mainNav_buttons {
	height: 37px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.thrColFixHdr #mainNavBar_Top {
	height: 6px;
	margin: 0px;
}
.thrColFixHdr #mainNavBar_Bottom {
	height: 6px;
	margin: 0px;
}
.thrColFixHdr #mainNavBar_Skirt {
	text-align: left;
	background-image: url(../images_Promo/bk_Skirt_promo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 0px;
}
.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 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar_welcome {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-right: 50px;
}
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 305px;
	margin-bottom: 20px;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006981;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent_wide {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 305px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent_welcome {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	margin-right: 350px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.thrColFixHdr #footer {
	text-align: center;
	background-image: url(../images/bk_Footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
} 
.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 #mainContent_Default {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 350px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainBackground_officer {
	background-image: url(../images/bk_page_officers.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 100px;
}
.thrColFixHdr #mainBackground_membership {
	background-image: url(../images/bk_page_membership.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 180px;
}
.thrColFixHdr #mainContent_Membership {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 22px;
	color: #333;
}
.thrColFixHdr #mainContent_Membership_Tabs {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainContent_Membership_alt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 6px;
	color: #000;
}
.thrColFixHdr #sidebar_Membership {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 40px;
	width: 320px;
	margin-right: 20px;
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #mainBackground_history {
	background-image: url(../images/bk_page_History.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 420px;
}
.thrColFixHdr #sidebar_History {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 40px;
	width: 240px;
	margin-right: 20px;
	padding: 0px;
}
.thrColFixHdr #sidebar_History p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #mainBackground_events {
	background-image: url(../images/bk_page_events.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 130px;
}
.thrColFixHdr #mainContent_Events {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.thrColFixHdr #mainContent_Events h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000;
}
.thrColFixHdr #mainBackground_foundations {
	background-image: url(../images/bk_page_foundations.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 38px;
	padding-top: 420px;
}
.thrColFixHdr #mainBackground_foundations_short {
	background-image: url(../images/bk_maincontent_foundation.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 38px;
	padding-top: 145px;
}
.thrColFixHdr #mainContent_Foundations {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 340px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.thrColFixHdr #sidebar_Foundations {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 40px;
	width: 290px;
	margin-right: 20px;
	padding: 0px;
}
.thrColFixHdr #mainBackground_valley {
	background-image: url(../images/bk_page_valley.jpg);
	background-repeat: no-repeat;
	padding-top: 180px;
	margin: 0px 37px 0px 39px;
}
.thrColFixHdr #mainBackground_newsletters {
	background-image: url(../images/bk_page_newletters.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 125px;
}
.thrColFixHdr #mainBackground_contactus {
	background-image: url(../images/bk_page_contactus.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 120px;
}
.thrColFixHdr #mainContent_Contactus {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 420px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.thrColFixHdr #sidebar_Contactus {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 270px;
	line-height: 16px;
}
.thrColFixHdr #mainBackground_news {
	background-image: url(../images/bk_page_news.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 150px;
}
.thrColFixHdr #mainContent_full {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	display: block;
	background-image: url(../images/bk_welcome_bot.jpg);
	background-repeat: no-repeat;
	height: 360px;
	background-position: -5px 0px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent_ValleyInfo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 50px;
	display: block;
	background-image: url(../images/bk_Omaha_Valley.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: -5px 0px;
	padding-top: 125px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 596px;
}
.thrColFixHdr #mainContent_Newsletter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 50px;
	display: block;
	height: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 596px;
}
.full_offset   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 10px;
	padding: 0px;
	width: 350px;
}
.valley_offset_right {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding: 0px;
	width: 350px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.thrColFixHdr #mainContent_betweencovers {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	display: block;
	background-image: url(../images/bk_divider_shadow.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent_betweencovers_noimage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	display: block;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent_Publications {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #sidebar_Publications {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 140px;
	width: 270px;
	margin-right: 10px;
	padding: 0px;
}
.thrColFixHdr #mainContent_divider_basics {
	text-align: left;
	background-image: url(../images/bk_KnowingBasics.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	width: 1000px;
	display: block;
}
.thrColFixHdr #mainContent_divider_Editor {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/bk_divider_Editor.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #333;
	line-height: 18px;
}
.thrColFixHdr #mainContent_divider_basics_member {
	text-align: left;
	background-image: url(../images/bk_KnowingBasics.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
.thrColFixHdr #mainContent_Officer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 235px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainContent_Officer h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
.thrColFixHdr #sidebar_Officers {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 180px;
	width: 210px;
	margin-right: 20px;
	padding: 0px;
}
.thrColFixHdr #mainContent_Profile {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainContent_Profile {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainBackground_Profile {
	background-image: url(../images/bk_page_officers.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 120px;
}
.profile_Margin {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.photo_border {
	padding: 3px;
	border: 1px solid #E8E8E8;
}
.thrColFixHdr #sidebar_Profile {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 240px;
	width: 240px;
	margin-right: 0px;
	background-image: url(../images/bk_SideBar_Profile.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.event_Margin {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.thrColFixHdr #mainBackground_tour {
	background-image: url(../images/bk_Tour.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 38px;
	padding-top: 50px;
}
.thrColFixHdr #mainContent_Tour {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 345px;
	color: #333;
}
.thrColFixHdr #mainContent_Tour_Tabs {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thrColFixHdr #mainContent_Membership_alt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 6px;
	color: #000;
}
.thrColFixHdr #sidebar_Tour {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 40px;
	width: 320px;
	margin-right: 20px;
	padding: 0px;
	text-align: left;
}
.looper_box_default {
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
	display: block;
}
.thrColFixHdr #mainBackground_tickets {
	background-image: url(../images/bk_page_tickets.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 175px;
}
.thrColFixHdr #mainContent_Steps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 35px;
	margin-left: 50px;
}
.thrColFixHdr #mainBackground_eventsdetail {
	background-image: url(../images/bk_page_eventdetail.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 130px;
	display: block;
}
.thrColFixHdr #mainBackground_thankyou {
	background-image: url(../images/bk_page_thankyou.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 120px;
	height: 240px;
}
.thrColFixHdr #mainBackground_donation {
	background-image: url(../images/bk_page_Donation.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 280px;
}
.thrColFixHdr #mainContent_Donation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.thrColFixHdr #mainContent_Slideshow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.error_Message_Box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #F93;
	padding: 10px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent_News {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #mainBackground_Orgs {
	background-image: url(../images/bk_page_orgs.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 30px;
	height: 156px;
	padding-bottom: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
}
#Orgs_Header_Left {
	float: left;
	width: 500px;
}
#Orgs_Header_Right {
	float: right;
	width: 195px;
	padding-top: 78px;
	height: 107px;
	vertical-align: bottom;
}
.thrColFixHdr #mainContent_Orgs {
	background-image: url(../images/bk_maincontent_orgs.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 19px;
	padding-left: 49px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#Area_MainContent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 550px;
	line-height: 18px;
	display: block;
	clear: none;
	float: left;
	padding-top: 15px;
}
#Area_Banner_Info {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	width: 250px;
	height: 75px;
	margin-right: 45px;
	margin-bottom: 70px;
	text-align: center;
	display: block;
}
#Area_Sidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 357px;
	display: block;
	float: right;
	padding-top: 6px;
}
#Area_Tab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #F7F0E4;
	background-image: url(../images/bk_Area_Book.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 56px;
}
#Area_Tab_Left {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display: block;
	float: left;
	width: 65px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	height: 40px;
}
#Area_Tab_Right {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	height: 40px;
	width: 235px;
	float: right;
}
#Area_Tab_Content {
	margin: 0px;
	background-image: url(../images/bk_Area_Panel_Top.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
}
.thumbnail_crop {
	background-position: -50px -50px;
	height: 60px;
	width: 60px;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	display: block;
}
#Area_Tab_Content_End {
	background-image: url(../images/bk_Area_Panel_Bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
}
#Area_Tab_Sidebar_End {
	background-image: url(../images/bk_Area_Panel_End.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 56px;
}
#goldbar {
	background-image: url(../images/bk_goldBar.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 1026px;
}
#area_cat_thumbnail {
	height: 40px;
	width: 60px;
	overflow: hidden;
	background-color: #FFF;
	text-align: center;
}
#topMenu {
	width: 953px;
	height: 37px;
	padding: 0;
	margin: 0;
	position: relative;
	background-image: url(../images/bk_navigationBar.jpg);
}
#topMenu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#topMenu li, #topMenu a {height: 37px; display: block; outline:none;}

#panel1 {left: 0px; width:13px;}
#panel2 {left: 13px; width: 131px;}
#panel3 {left: 144px; width: 160px;}
#panel4 {left: 304px; width: 105px;}
#panel5 {left: 409px; width: 103px;}
#panel6 {left: 512px; width: 367px;}
#panel7 {left: 879px; width: 61px;}
#panel8 {left: 940px; width: 13px;}

#panel1 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -0px -37px no-repeat; outline:none;}
#panel2 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -13px -37px no-repeat; outline:none;}
#panel3 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -144px -37px no-repeat; outline:none;}
#panel4 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -304px -37px no-repeat; outline:none;}
#panel5 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -409px -37px no-repeat; outline:none;}
#panel6 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -512px -37px no-repeat; outline:none;}
#panel7 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -879px -37px no-repeat; outline:none;}
#panel8 a:hover {background: transparent url(../images/bk_navigationBar.jpg) -940px -37px no-repeat; outline:none;}

#panel1 a:active {background: transparent url(../images/bk_navigationBar.jpg) -0px -0px no-repeat; outline:none;}
#panel2 a:active {background: transparent url(../images/bk_navigationBar.jpg) -13px -0px no-repeat; outline:none;}
#panel3 a:active {background: transparent url(../images/bk_navigationBar.jpg) -144px -0px no-repeat; outline:none;}
#panel4 a:active {background: transparent url(../images/bk_navigationBar.jpg) -304px -0px no-repeat; outline:none;}
#panel5 a:active {background: transparent url(../images/bk_navigationBar.jpg) -409px -0px no-repeat; outline:none;}
#panel6 a:active {background: transparent url(../images/bk_navigationBar.jpg) -512px -0px no-repeat; outline:none;}
#panel7 a:active {background: transparent url(../images/bk_navigationBar.jpg) -879px -0px no-repeat; outline:none;}
#panel8 a:active {background: transparent url(../images/bk_navigationBar.jpg) -940px -0px no-repeat; outline:none;}

