/* @override 
	http://localhost:8888/fhsaa/fhsaa.css
	http://fhsaa.org/dev/fhsaa.css
	http://www.fhsaa.org/dev/fhsaa.css
	http://fhsaa.org/fhsaa.css
	http://www.fhsaa.org/fhsaa.css
*/

body {
	margin: 0;
	padding: 0;
	background: #e4edf2 url(images_lf/bg.png) repeat-x;
	font: .7em Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #51686d;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 906px;
	margin: 0 auto;
	
}

#header {
	background: url(images_lf/header_bg.png) no-repeat;
	height: 85px;
}

#logo {
	float: left;
	padding-left: 17px;
	padding-top: 17px;
}

a img {
	text-decoration: none;
	border: 0;
}

/* MAIN NAV */



#top_menu ul {
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	display: inline;
	padding-right: 5px;
	font-size: .8em;
}

#top_menu ul li a:link, #top_menu ul li a:visited {
	color: #354046;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1.1em;
}

#top_menu ul li a:hover {
	text-decoration: underline;
}

#top_menu {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: right;
}

#menu {
	background-image: url(images_lf/menu_bg.png);
	height: 36px;
	position: relative;
	z-index: 999;
}

#home_video_content {
	position: relative;
	z-index: 1;

}

#menu ul {
	margin: 0;
	padding: 0 3px;
}

#menu ul li a span.hidden {
	display: none;
}

a#departments_staff {
	width: 151px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_main_departments.png);
}

a#sports {
	width: 95px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_main_sports.png);
}

a#for_schools {
	width: 114px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_main_schools.png);
}

a#for_students {
	width: 118px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_main_students.png);
}

a#for_contest {
	width: 159px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_main_contest_officials.png);
}

#menu ul li {
	display: inline;
}

#menu ul li a:hover {
	background-position: 0 -36px;
}

/* START MENU - SUCKER FISH */

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

a#departments_staff.sf-with-ul {
	padding: 0;
	margin: 0;
}

a#for_schools.sf-with-ul {
	padding: 0;
	margin: 0;
}

a#for_students.sf-with-ul {
	padding: 0;
	margin: 0;
}

a#for_contest.sf-with-ul {
	padding: 0;
	margin: 0;
}

a#sports.sf-with-ul {
	margin: 0;
	padding: 0;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 170px; /* left offset of submenus need to match (see below) default is 10em */
	padding: 0;
	margin: 0;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin: 0;
	padding: 0;
}
.sf-menu a {
	display:		block;
	position:		relative;
	line-height: 15px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -3px;
	top: 37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			167px; /* match ul width default is 10em */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			170px; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu li ul li a {
	text-decoration:none;
	padding: 5px 7px;
}
.sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #18618c;
}

.sf-menu li {
	background: #c1e2f3;
}

.sf-menu li li {
	background: #c1e2f3;
	border-bottom: 1px solid #a8c8d9;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.sf-menu li li li {
	background:		#c1e2f3;
}
.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	outline: 0;
}
.sf-menu li a:hover {
	color: #fff;
	background-color: #00715b;
}

/*** arrows **/

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;
}

.sf-menu a.sf-with-ul:hover,
.sf-menu a.sf-with-ul:active {
	color: #fff;
}

li .sf-sub-indicator {
	position:		absolute;
	display:		block;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url('images_lf/arrows-ffffff.png') no-repeat -10px -100px;
	margin-left: 7px;
	margin-top: 5px;
}

li li .sf-sub-indicator {
	
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url('images_lf/arrows-blue.png') no-repeat -10px -100px;
	margin: -5px 0 0;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images_lf/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END MENU - SUCKERFISH */


/* SUB NAV */

#menu_home {
	background: url(images_lf/content_bg_blue.png) repeat-y;
	height: 36px;
	width: 900px;
	padding-left: 3px;
	padding-right: 3px;
}

#menu_home ul li {
	display: inline;
}

#menu_home a#fall {
	width: 61px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_home_fall.png);
}

#menu_home a#winter {
	width: 79px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_home_winter.png);
}

#menu_home a#spring {
	width: 79px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_home_spring.png);}

#menu_home a#general_info {
	width: 106px;
	height: 36px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_home_general_info.png);
}

#menu_home ul {
	margin: 0;
	background: url(images_lf/menu_sub_home_bg.png) no-repeat;
	height: 36px;
	padding: 0 0 0 35px;
}

#menu_home ul li a:hover {
	background-position: 0 -36px;
}

#menu_home ul li a span {
	display: none;
}

/* CONTENT HEADER */



#content_header {
	background-color: #fff;
	margin-bottom: 4px;
	height: 85px;
	
}

#content_inner {
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	width: 892px;
	background: url(images_lf/content_bg_blue.png) repeat-y;
	padding-top: 4px;
}

#content_logo {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0;
	position: absolute;
}

/* SUB NAV */

#content_menu ul li {
	display: inline;
	text-align: center;
}

#content_menu ul li a:link,
#content_menu ul li a:visited {
	font-size: 11px;
	line-height: 25px;
	color: #0063bc;
	text-decoration: none;
}

#content_menu ul li a:hover{
	background-position: 0 -25px;
	color: #fff;
}

#content_menu ul {
	text-align: center;
	margin: 0;
	height: 25px;
	width: 624px;
	float: right;
	padding: 0;
	background-repeat: no-repeat;
}




#content_menu_wide ul li {
	display: inline;
	text-align: center;
}

#content_menu_wide ul li a:link,
#content_menu_wide ul li a:visited {
	font-size: 11px;
	line-height: 25px;
	color: #0063bc;
	text-decoration: none;
}

#content_menu_wide ul li a:hover{
	background-position: 0 -25px;
	color: #fff;
}

#content_menu_wide ul {
	text-align: center;
	margin: 0;
	height: 25px;
	width: 770px;
	float: right;
	padding: 0;
	background-repeat: no-repeat;
}


#main_block {
	background-color: #fff;
}

#content_menu {
	padding-top: 60px;
	height: 25px;
	background: url(images_lf/menu_sub_bg.png) no-repeat -190px 60px;
	float: right;
	width: 700px;
	position: relative;
}

#content_menu_wide {
	padding-top: 60px;
	height: 25px;
	background: url(images_lf/menu_sub_bg_wide.png) no-repeat -50px 60px;
	float: right;
	width: 822px;
	position: relative;
}

span.headline2 {
	color: #007ac3;
	font-size: 15px;
	line-height: 35px;
}


a#main {
	width: 44px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_main.png);
}

a#manual {
	width: 50px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_manual.png);
}

a#state_series_assignments {
	width: 135px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_state_series.png);
	}

a#advisory_committee {
	width: 110px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_advisory_committee.png);
}

a#rules_presentation {
	width: 106px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_rules_presentation.png);
	}

a#list_of_sanctioned_events {
	width: 136px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_list_of.png);
}

a#list_of_wrestling {
	width: 136px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_list_of.png);
}

a#faq {
	width: 39px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(images_lf/menu_sub_FAQ.png);
}

/* MAIN CONTENT */

div.headline2 {
	color: #007ac3;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	margin-bottom: 10px;
}

.spacer {
	margin-top: 7px;
	margin-bottom: 7px;
	height: 1px;
	background-color: #f2f2f2;
}

/* CONTENT LEFT */

#content_left {
	width: 575px;
	float: left;

}

#content_1col {
	width: 892px;
	float: left;

}

#main_content {
	padding: 10px 10px 0 15px;
	height: 718px;
	line-height: 14px;
	overflow: auto;
}


#main_content_tall {
	padding: 10px 10px 0 15px;
	height: 888px;
	line-height: 14px;
	overflow: auto;
}

#main_footer {
	width: 575px;
	height: 7px;
	background: #d2e8f4 url(images_lf/footer_content.png) no-repeat;
	margin: 0;
	padding: 0;
}

/* CONTENT RIGHT */

div.green {
	color: #009169;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 8px;
}

#results_bottom select {
	margin: 5px 0 0;
}

table#results {
	float: left;
	border: 1px solid #b4b4b4;
}

#results_content #float_right {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	line-height: 16px;
}

#results_bottom {
	border-top: 1px solid #c1c1c1;
	padding-top: 10px;
	margin-top: 10px;
}

table#results td {
	padding: 2px;
}

#news_notes_content {
	color: #fff;
	padding: 15px 15px 0;
	overflow: auto;
	height: 274px;
	width: 284px;
	margin: 0;
}

#logo_eclassroom {
	float: left;
	width: 182px;
	text-align: center;
	height: 110px;
	border: 1px solid #a7c2d0;
	margin-right: 4px;
	padding-top: 40px;
}


#logo_backingame {
	float: left;
	width: 182px;
	text-align: center;
	padding-top: 40px;
	height: 110px;
	margin-right: 5px;		
	border: 1px solid #a7c2d0;
	margin-left: 1px;
}

#logo_teamtip {
	float: left;
	width: 182px;
	text-align: center;
	border: 1px solid #a7c2d0;
	padding-top: 40px;
	height: 110px;
}


#news_footer{
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_news_notes.png) no-repeat;
}



#downloads_content {
	color: #fff;
	padding: 15px;
	overflow: auto;
	height: 122px;
	line-height: 1.4em;
}

#quick_links_content .left {
	float: left;
	width: 170px;
}

#quick_links_content a:link,
#quick_links_content a:visited  {
	color: #fff;
}

span.headline3_green {
	font-weight: bold;
}

#downloads_footer{
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_downloadable_forms.png) no-repeat;
}

/* CONTENT BOTTOM */

#content_bottom {
	background-image: url(images_lf/content_bg_blue.png);
	width: 892px;
	padding: 4px 7px;
}

table.home {
	padding-bottom: 5px;
	border-bottom: 1px solid #aac6d4;
}

#contacts_content {
	padding: 10px 15px 0;
	background-image: url(images_lf/bg_contacts.png);
	height: 155px;
	background-color: #176e9c;
	color: #fff;
	line-height: 13px;
}

#contacts_content a:link,
#contacts_content a:visited {
	color: #fff;
}

#bottom_right {
	float: left;
	width: 314px;
	background-image: url(images_lf/bg_bottom_right_links.png);
	margin-left: 4px;
	height: 220px;
}

#box1 {
	float: right;
	margin-top: 1px;
	margin-right: 1px;
}

#box2 {
	float: right;
	margin-top: 1px;
	text-align: center;
	margin-right: 1px;
}

#contacts_footer {
	width: 248px;
	height: 6px;
	background: url(images_lf/footer_contacts.png) no-repeat;
	margin: 0;
	padding: 0;
}

#quick_links_block {
	float: left;
	margin-right: 5px;
	width: 320px;
}

#quick_links_footer {
	background: url(images_lf/footer_quicklinks.png) no-repeat;
	height: 6px;
	padding: 0;
	margin: 0;
}

#quick_links_content {
	min-height: 144px;
	background: #176e9c url(images_lf/bg_quicklinks.png) no-repeat;
	padding: 10px 15px 0;
	color: #fff;
	line-height: 1.4em;
	height: 155px;
}

#contacts_block {
	float: left;
	width: 248px;
}

#news_notes_block {
	width: 314px;
	background: #186f9d url(images_lf/bg_news_notes.png) no-repeat 0 50px;
}

#downloads_block {
	margin-top: 5px;
	width: 314px;
	background: #186f9d url(images_lf/bg_downloadable_forms.png) no-repeat 0 50px;
}

#content_right {
	float: right;
}

ul.news_notes {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#news_notes_content a:link, #news_notes_content a:visited  {
	color: #fef300;
}

#news_notes_content li {
	padding-bottom: 8px;
	border-bottom: 1px solid #0a9ddf;
	padding-top: 8px;
}

#downloads_content a:link, 
#downloads_content a:visited {
	color: #fff;
}

div.date {
	font-size: 10px;
	padding-bottom: 2px;
}

#results_content a:link, #results_content a:visited  {
	color: #0063bc;
}

#results_content {
	background-color: #fff;
	padding: 10px 10px 0;
	color: #0063bc;
	overflow: auto;
	height: 155px;
	width: 294px;
}

#results_footer {
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_results.png) no-repeat;
}

#results_block {
	height: 220px;
	margin-bottom: 5px;
	background-color: #fff;
}



#libero_content a:link, #libero_content a:visited  {
	color: #0063bc;
}

#libero_content {
	background-color: #fff;
	padding: 10px 10px 0;
	color: #0063bc;
	overflow: auto;
	height: 100px;
	width: 294px;
	line-height: 1.5em;
}

#libero_footer {
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_results.png) no-repeat;
}

#libero_block {
	height: 166px;
	margin-bottom: 5px;
}






#custom_content a:link, #custom_content a:visited  {
	color: #0063bc;
}

#custom_content {
	background-color: #fff;
	padding: 10px 10px 0;
	color: #0063bc;
	overflow: auto;
	height: 100px;
	width: 294px;
	line-height: 1.5em;
}

#custom_footer {
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_results.png) no-repeat;
}

#custom_block {
	height: 166px;
	margin-bottom: 5px;
	background-color: #fff;
}





#useful_info_content a:link, #useful_info_content a:visited  {
	color: #0063bc;
}

#useful_info_content {
	background-color: #fff;
	padding: 10px 10px 0;
	color: #0063bc;
	overflow: auto;
	height: 100px;
	width: 294px;
	line-height: 1.5em;
}

#useful_info_footer {
	width: 314px;
	height: 6px;
	background: url(images_lf/footer_results.png) no-repeat;
}

#useful_info_block {
	height: 166px;
	margin-bottom: 5px;
}

/* FOOTER */

#footer {
	width: 906px;
	height: 53px;
	background: #dce9f1 url(images_lf/footer_bg.png) no-repeat;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1em;
}

#footer ul {
	margin: 0;
	padding: 7px 0 0;
	color: #516166;
}

#footer ul li {
	display: inline;
}

/* HOME BLOCKS */

#home_calendar_block {
float: left;
width: 323px;
margin-bottom: 4px;
margin-right: 0;
background: #009377 url(images_lf/bg_calendar.png) no-repeat;	

}

#home_calendar_content li {
	padding-left: 65px;
	margin: 0;
	background: url(images_lf/calendar_li.png) no-repeat 14px 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00b999;
	color: #fff;
	line-height: 14px;
	min-height: 41px;
}

#home_calendar_content ul {
	margin: 0;
	list-style-position: outside;
	text-shadow: #000000 0 0 0;
	border-bottom-style: solid;
	list-style-type: none;
	padding: 0 0 15px;
}

.calendar_date {
	color: #fff;
	padding-top: 7px;
	padding-bottom: 3px;
	font-weight: bold;
}

#home_calendar_content {
height: 284px;
overflow: auto;
}

#home_calendar_content ul li a:link,
#home_calendar_content ul li a:visited {
	color: #fff;
}

#home_video_block {
float: left;
margin: 0;
padding: 0 0 4px;
height: 464px;
	width: 572px;
}

#home_quicklinks {
float: left;
width: 323px;

}

#home_quicklinks_content {
height: 365px;
background-image: url(images_lf/bg_quicklinks_home.png);
	line-height: 21px;
	color: #fff;
}

#home_quicklinks_content .left {
	padding-top: 15px;
	padding-left: 15px;
}

#home_quicklinks_content .right {
	padding-top: 0;
	padding-left: 15px;	
}

#home_quicklinks_content .left a:link 
#home_quicklinks_content .left a:visited {
	color: #fff;
}


#home_quicklinks_content a:link,
#home_quicklinks_content a:visited {
	color: #fff;
}

#home_now_due_block {	
float: left;
width: 245px;
margin-right: 0;
background: #166d9c url(images_lf/bg_now_due.png) no-repeat;

}

#home_now_due_content ul {
	margin: 0;
	padding: 0;
}

#home_now_due_content ul li {
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0;
	border-bottom: 1px solid #3491bf;
}

#home_now_due_content ul li:hover {
	background-color: #3290be;
}

#home_now_due_content ul li a:link,
#home_now_due_content ul li a:visited {
	color: #fff;
}

#home_now_due_content {
height: 181px;
}

#home_in_season_block {
}

#td_inseason {
	width: 564px;
	height: 263px;
	padding-left: 4px;
}

#td_homebottom {
	height: 250px;
}

#home_logos {
	height: 150px;
	padding-top: 100px;
	padding-left: 6px;
}

#td_headlines {
	height: 489px;
	padding-left: 5px;
}

#td_nowdue {
	height: 235px;
	width: 245px;
	padding-left: 4px;
}

#home_headlines_block {
float: left;
width: 314px;
margin-right: 0;
	background-color: #12425c;
}

#home_headlines_content {
height: 649px;
overflow: auto;
}

#home_headlines_content ul.headlines li a.headline2 {
	display: block;
	width: 200px;
	float: left;
	min-height: 20px
}

ul.headlines li div.read_more {
	float: right;
	
}

#home_headlines_header {
	height: 50px;
}

ul.headlines {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_headlines_content ul.headlines li {
	border-bottom: 1px solid #186a8f;
	background: #12425c url(images_lf/headlines_li_bg.png) no-repeat 0 0;
	padding: 7px 10px 7px 20px;
	margin: 0;
	float: left;
	width: 268px;
	color: #fff;
}

.headline2_front {
	color: #029c7d;
}

b.headline3_red {
	color: #963826;
}

#home_headlines_content ul.headlines li:hover {
	background: url(images_lf/headlines_li_bg.png) no-repeat 0 -200px;
}

#home_headlines_content ul.headlines li a:link, #home_headlines_content ul.headlines li a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 14px;
}

#home_headlines_content ul.headlines li a:hover {
	color: #fff;
	text-decoration: underline;
}


ul.headlines li div.date {
	float: right;
	color: #fff;
	padding-right: 1px;
	padding-bottom: 5px;
}

ul.headlines li div.read_more a:link,
ul.headlines li div.read_more a:visited {
	display: block;
	background: url(images_lf/button_read_more.png) no-repeat;
	width: 59px;
	height: 11px;
}
ul.headlines li div.read_more a:hover{
	background: url(images_lf/button_read_more.png) no-repeat 0 -11px;
}

ul.headlines li div.read_more a span {
	display: none;
}



#home_headlines_content ul.headlines li ol {
	padding: 5px 0 5px 20px;
	margin: 10px 0 0;
		background: #12425c url(images_lf/headlines_li_bg.png) no-repeat 0 -3px;
}

#home_headlines_content ul.headlines li ol:hover {
	background: #12425c url(images_lf/headlines_li_bg.png) no-repeat 0 -203px;
}

/* SCROLLBARS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e5e5e5;
	margin-right: 5px;
	width: 11px;
	margin-bottom: 0;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #e5e5e5 url(images_lf/basic_scroll2.png) no-repeat;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 50px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 50px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-right: 5px;
	height: 11px;
	margin-top: 5px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-right: 5px;
	height: 11px;
	margin-top: 0;
	margin-bottom: 5px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowUp {
	background: url(images_lf/basic_arrow_up2.png) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -11px;
}
a.jScrollArrowDown {
	background: url(images_lf/basic_arrow_down2.png) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -11px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/* HOME PAGE ROTATOR */
/*--Main Image Preview--*/
.main_image {
	width: 393px; 
	height: 212px;
	float: left;
	position: relative;
	overflow: hidden;
}

.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 378px;
	background: #111;
	border-top: 1px solid #000;
	z-index: 999;
	color: #fff;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#home_in_season_content div.main_image div.desc div.block p {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	line-height: 16px;
}

.main_image div.desc div.block p a:link, .main_image div.desc div.block p a:visited {
	color: #fffdfa;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 171px;
	background: #1892cd;
	height: 212px;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}


.image_thumb ul {
	margin: 0;
	list-style: none;
	background-color: #1491ca;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.image_thumb ul li{
	margin: 0;
	background: #1491ca repeat-x;
	float: left;
	border-top: 1px solid #45adde;
	width: 161px;
	color: #fff;
	padding-left: 0;
	line-height: 22px;
	height: 20px;
	padding-right: 10px;
}
.image_thumb ul li.hover {
	background: #14a9ec;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #00476e;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 11px; 
	margin: 0; padding: 0;
	font-weight: normal;
	font-style: normal;
}

.main_image div.desc div.block h2 {
	display: none;
}
.image_thumb ul li .block {
	float: left;
	padding: 0 0 0 7px;
	width: 163px;
	margin: 0;
}	
.image_thumb ul li p{display: none;}

div.headline_main {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e3f0f8;
	margin-bottom: 10px;
	color: #940000;
	border: 1px solid #c2ccd3;
}

div.headline_main2 {
	font-size: 1em;
	padding: 10px;
	background-color: #e3f0f8;
	margin-bottom: 10px;
	color: #940000;
	border: 1px solid #c2ccd3;
}

















