/* @group Core Elements */

html {
	/*height: 100%;*/
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}


p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
}

h1 { 
	/*font-size: 200%;
	line-height: 100%;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FDB816;
	font-weight:bold;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}

h4 {
	font-size: 120%;
}

h5{
padding: 0px;
margin: 0px;
font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 38px;
	margin-top: 3px;
	position: absolute;
	width:822px;
	padding-left: 10px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	/*white-space: nowrap;*/
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 0px;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
}

#horiz-menu a {
	background-position: 0 -38px;
	background-repeat: no-repeat;
}

#horiz-menu li {
	background-position: 100% -38px;
	background-repeat: no-repeat;
}

#horiz-menu li:hover a,
#horiz-menu li.sfHover a {
	background-position: 0 -76px;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background-position: 100% -76px;
}

#horiz-menu li.parent:hover a,
#horiz-menu li.parent.sfHover a,
#horiz-menu li.parent-sfHover a {
	background-position: 0 -114px;
}

#horiz-menu li.parent:hover,
#horiz-menu li.parent.sfHover,
#horiz-menu li.parent-sfHover {
	background-position: 100% -114px;
}

#horiz-menu li.active a {
	background-position: 0 0;
}

#horiz-menu li.active {
	background-position: 100% 0;
}

/* splitmenu specific overrides */

#horiz-menu.splitmenu li.parent:hover a,
#horiz-menu.splitmenu li.parent-sfHover a {
	background-position: 0 -76px;
}

#horiz-menu.splitmenu li.parent:hover,
#horiz-menu.splitmenu li.parent-sfHover {
	background-position: 100% -76px;
}

#horiz-menu.splitmenu li.active:hover a,
#horiz-menu.splitmenu li.active-sfHover a {
	background-position: 0 0;
}

#horiz-menu.splitmenu li.active:hover,
#horiz-menu.splitmenu li.active-sfHover {
	background-position: 100% 0;
}

#horiz-menu a:hover {
	text-decoration: none;
}

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 12px;
	font-weight: normal;
	background: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu span {
	display: block;
	height: 27px;
}

ul.menu a {
	display: block;
	line-height: 30px;
	text-indent: 15px;
	height: 27px;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 10px;
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin-left: 10px;
	padding: 0;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li a {
	padding-left: 10px;
}

ul.menu li.active a,
ul.menu li a:hover,
ul.menu li.active a:hover {
	text-decoration: none;
}

ul.menu li.active li a,
ul.menu li.active li a:hover {
	background: none;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 30px;
	height: 27px;
	font-size: 100%;
	padding-left: 25px;
	text-decoration: none;
}

a#active_menu.sublevel {
	color: #fff;
	background: none;
}

a.sublevel {
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */


/* @group Content Styles */

/*Webstix CSS starts*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#181818;
	/*margin:0px;
	padding:0px;*/
}
#container1
{
width:962px;
/*margin:0 auto;*/
height:auto;
overflow:auto;
padding:0 5px 5px 5px;
background-color:#EDE3BC;
}
/*#wrapper
{
width:952px;
float:left;
height:auto;
background-color:#fdb100;
}*/
#header
{
width:952px;
float:left;
height:auto;
margin:0 0 5px 0;
}

#header_clm1
{
width:760px;
float:right;
height:auto;
}
#nav
{
width:818px;
float:right;
height:46px;
/*background:url(../images/nav_bg.jpg) repeat-x;*/
padding: 0px;
margin-top: 0px;
padding-top: 9px
}
.logo
{
width:134px;
float:left;
height:93px;
padding:29px 0 0 0;
}
#marquee
{
width:952px;
float:left;
background:url(../images/topbg_new.jpg) repeat-y;
height:37px;
}
.headertoplft
{
width:514px;
float:left;
padding:29px 0 0 0;
}
.headertoprte
{
width:289px;
float:right;
height:47px;
text-align:right;
padding:0 1px 0 0;
}
#marquee_lft
{
width:700px;
float:left;
height:20px;
padding:10px 0 0 13px;
}
#marquee_rte
{
width:220px;
float:right;
height:26px;
padding:1px 0 0 0;
}
.text_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
.text_1 a:link, .text_1 a:visited, .text_1 a:active
{
text-decoration:underline;
color: #00700c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_1 a:hover
{
text-decoration:none;
color: #00700c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.text_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.text_2 a:link, .text_2 a:visited, .text_2 a:active
{
text-decoration:underline;
color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_2 a:hover
{
text-decoration:none;
color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.text_3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:left;
}
.text_3 a:link, .text_3 a:visited, .text_3 a:active
{
text-decoration:underline;
color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_3 a:hover
{
text-decoration:none;
color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.input
{
width:124px;
float:left;
height:15px;
color:#000;
border:#494949 solid 1px;
background-color:#f3e7a3;
padding:1px 2px 0 2px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}
.input2
{
width:176px;
float:left;
height:15px;
color:#000;
border:#494949 solid 1px;
background-color:#f3e7a3;
padding:1px 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#beardcrumps
{
width:952px;
float:left;
height:25px;
}
#beardcrumps_clm1
{
width:630px;
float:left;
height:auto;
padding:5px 0 0 6px;
}
.beardcrumps_clm2
{
width:252px;
float:right;
height:25px;
text-align:center;
}
#main_body
{
width:952px;
float:left;
height:auto;
margin:0 0 5px 0;
}
#main_body_clm1
{
width:643px;
float:left;
height:auto;
}
#main_body_clm2
{
width:304px;
float:right;
height:auto;
}
#ins_titbg
{
width:585px;
float:left;
height:28px;
padding:0 0 0 57px;
background:url(../images/ins_titbg.jpg) no-repeat left;
}
#txt_body
{
width:622px;
float:left;
min-height:1312px;
padding:10px;
background-color:#FDFAF3;
}
#txt_bodybtm
{
width:642px;
float:left;
background:url(../images/ins_titbtm.jpg) top no-repeat;
}
#ins_tittxtbg
{
width:auto;
float:left;
height:27px;
/*min-width:150px;*/
padding:1px 10px 0 0;
background:url(../images/ins_titbg2.jpg) repeat-x;
}
#ins_tittxtbgrte
{
width:35px;
float:left;
height:28px;
background:url(../images/ins_titbg2_rte.jpg) no-repeat;
}
#search
{
width:290px;
float:left;
height:37px;
padding:6px 0 0 10px;
}
#tickets{width:303px;float:left;height:40px;}

.text_4 {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	/*font-weight:bold;*/
}
.text_4 a:link, .text_4 a:visited, .text_4 a:active
{
	text-decoration:none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:100%;
	/*font-weight:bold;*/
}
.text_4 a:hover
{
	width:100%;
	background:url(../images/txtbg.jpg) repeat-x;
	text-decoration:none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#7bad6b;
	/*font-weight:bold;*/
	}
.tickets_btm{width:303px;float:left; background:url(../images/ins_tickets_btm.jpg) no-repeat; height:21px;}
#ad{width:303px; float:left; margin:5px 0 0 0;}
.text_5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	padding-top: 2px;
}
#videobg
{
border-left-color:#7c2128;
border-left-style:solid;
border-left-width:1px;
border-right-color:#7c2128;
border-right-style:solid;
border-right-width:1px;
background-color:#FDFAF3;
}
#videotopbg
{
text-align:left;
background:url(../images/video_top_bg.jpg) repeat-x;
}
#videobtmbg
{
background:url(../images/video_btm_bg.jpg) repeat-x;
}
.text_6
{
text-decoration:none;
color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}
#footer
{
width:952px;
float:left;
height:35px;
background:url(../images/footer_bg.jpg) repeat-x;
}
#footer_lft
{
width:952px;
float:left;
height:35px;
background:url(../images/footer_lft.jpg) left no-repeat;
}
#footer_rte
{
width:952px;
float:left;
height:35px;
background:url(../images/footer_rte.jpg) right no-repeat;
}
#links
{
width:750px;
float:left;
padding:6px 5px 0 15px;
}
#nwl{
/*width:105px;*/
float:right;
padding:8px 18px 0 0;
}
.text_6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
}
.text_6 a:link, .text_6 a:visited, .text_6 a:active
{
text-decoration:underline;
color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_6 a:hover
{
text-decoration:none;
color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#copy
{
width:952px;
float:left;
text-align:center;
padding:3px 0 0 0;
}
.table_padding{
padding:0 0 0 30px;}

.vid_text {
width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align:center;
}

/* roster - start*/
#roster_title
{
width: 607px;
background: #F3E8CC;
height: 22px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #7C2128;
padding: 4px 0 0 14px;

}
.roster_subtitle
{
width: 611px;
background: #fbcd65;
height: 22px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
padding: 4px 0 0 10px;
margin:10px 0 10px 0;

}
td.roster_table
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px 0 2px 3px;

background: #E4AE10;

}
/* roster end */

hr
{
color: #FDB200;
margin: 0px;
padding: 0px;
}

hr, td p {
margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.mar_left
{
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
color: #fff;
}
.mar_top
{
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}

.big_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight:normal;
}

#tickets_txt
{
width:303px;
float:left;
height:auto;
/*background-color:#00700c;*/
padding:3px 0 15px 0;
background:url(../images/ins_tickets_btm.jpg) bottom no-repeat #7C2128;
}

.big_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:normal;
}

.more {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04520E;
	font-weight:bold;
}
.more a:link, .more a:visited, .more a:active
{
text-decoration:underline;
color: #04520E;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.more a:hover
{
text-decoration:none;
color: #04520E;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	}
	.ticket {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BA0A3B;
	font-weight:bold;
}
.ticket a:link, .ticket a:visited, .ticket a:active
{
text-decoration:underline;
color: #BA0A3B;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
.ticket a:hover
{
text-decoration:none;
color: #BA0A3B;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
	}

#archive-list{
padding: 0px;
margin: 0px;
}

.table_padding{
padding:0 0 0 30px;}
.multimedia {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00700c;
	font-weight:bold;
}
.multimedia a:link, .multimedia a:visited, .multimedia a:active
{
text-decoration:underline;
color: #00700c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
}
.multimedia a:hover
{
text-decoration:none;
color: #00700c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	}

.green_text{
font-weight:bold;
color: #00700c;
}

.red_text{
font-weight:bold;
color: #b30d31;

}

.form_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	margin: 5px;
}

.metadata{
padding-bottom:20px;
font-weight: bold;
}

.small{
font-weight:bold;
}

.sectiontableheaderwsx {
  	font-weight: bold;
  	padding: 4px;
  	line-height: 20px;
	background: #FEB101;
}

tr.sectiontableentry1wsx td,
tr.sectiontableentry2wsx td,
td.sectiontableentry1wsx,
td.sectiontableentry2wsx {
  	text-align: left;
  	padding: 2px 0 0px 5px;
  	border-bottom: 1px solid #f1f1f1;
}

tr.sectiontableentry2wsx td,
td.sectiontableentry2wsx {
 	height: 27px;
	background: #FDFAF3;
}

tr.sectiontableentry1wsx td,
td.sectiontableentry1wsx {
	height: 27px;
	background: #F9D98C;
}
#videotopbg2{
width:100%;
text-align:left;
background:url(../images/video_top_bg.jpg) repeat-x;
}

.score_details{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


.adv_here a:link, .adv_here a:visited, .adv_here a:active
{
text-decoration: underline;
color: #FDFDFD;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
text-align: center;
}

.adv_here a:hover
{
text-decoration: none;
color: #FDFDFD;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
text-align: center;
}

.adv_here
{
/*padding-top: 10px;*/
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
color: #FDFDFD;
text-align: center;
padding-bottom: 10px;
}

img {
border:0px;
}

.advert {
/*padding-top: 9px;
padding-left: 118px;*/
}
/*Webstix CSS ends*/
