body {
	margin: 0px;
	padding: 0px;
	background: url('images/tile2.jpg') repeat-x;
	background-color: #83B6DD;
}

#header {
	height: 214px;
	background: url('images/header.jpg') no-repeat;
	background-position: center;
}
.sub #header {
	background: url('images/subheader.jpg') no-repeat;
	background-position: center;
}

#shadowtile {
	width: 880px;
	background: url('images/shadowtile_home.jpg') repeat-y;
}
.sub #shadowtile {
	width: 886px;
	background: url('images/shadowtile.jpg');
	background-position: -47px;
}

#container {
	width: 880px;
	background: url('images/shadow_left.jpg') no-repeat top left;
	text-align: left;
}
#container_inner {
	padding: 0px 9px 0px 7px;
	background: url('images/shadow_right.jpg') no-repeat top right;
}

.sub #container {
	width: 886px;
	background: url('images/shadow_left2.jpg') no-repeat top left;
}
.sub #container_inner {
	padding: 0px 14px 0px 7px;
	background: url('images/shadow_right2.jpg') no-repeat top right;
}

#main {
	background: url('images/wave.jpg') no-repeat;
}
.sub #main {
	background: url('images/mainback.jpg') no-repeat;
}

#content {
	padding: 42px 18px 18px 45px;
}
.sub #content {
	padding: 20px 0px 0px 0px;
}

#nav {
	height: 45px;
	background: url('images/nav_back.gif') repeat-x;
}
#nav .hover {
	background: url('images/nav_back_hover.gif') repeat-x;
}

#nav td {
	text-align: center;
}
#nav a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 12px;
	color: #68A0DC;
	text-decoration: none;
	overflow: hidden;
}
#nav a:hover {
	/*color: #000;*/
}
#nav .active {
	background: url('images/navactive.jpg');
}

#footer {
	color: #FFF;
	font-size: 10px;
	line-height: 130%;
}

#feature_player {
	width: 263px;
	height: 154px;
	background: url('images/video1.jpg') no-repeat center;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.video_featured {
	border-top: 1px #CCC solid;
}
.video_featured_border {
	/*border: 1px #F8BED7 solid;*/
	border: 1px #333 solid;
	border-width: 1px 0px;
}
.video_featured a.video_link {
	display: block;
	/*background: url('images/featured_play.jpg') no-repeat 18px center;
	background-color: #F7ADCE;
	color: #FFF;*/
	background: url('images/video_back.jpg') repeat-x;
	background-color: #000;
	color: #FFF;
	height: 45px;
	padding: 0px 10px 0px 0px;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.selected_video a.video_link {
	color: #B2D5F1;
}
.video_featured a * {
	cursor: hand;
}
.video_featured a:hover {
	text-decoration: none;
}

#subnav {
	padding: 40px 0px 0px 20px;
}
.PageHead {
	font-size: 14px;
	color: #347EC6;
	padding-bottom: 6px;
}

#box {
	width: 498px;
	background: url('images/box_tile.jpg') repeat-y right;
	background-color: #FFF;
}
#box_inner {
	background: url('images/box_right.jpg') no-repeat top right;
	border-left: 1px #3A83C8 solid;
	padding: 0px 15px 10px 10px;
}

#subbanners {
	padding-top: 30px;
}


	/* Level 2 drop down */
	#nav ul.navlevel2 {
		width: 100%;
		white-space: normal;
		line-height: 120%;
	}
	#nav ul.navlevel2 ul.navlevel2 {
		width: 200px;
		white-space: normal;
	}

	#nav ul.navlevel2 li { background: none; }
	#nav ul.navlevel2 li a,
	#nav ul.navlevel2 li.sfHover li a,
	#nav ul.navlevel2 li.sfHover li.sfHover li a {
		background: #B7B2D1;
		opacity:0.95;
		filter:alpha(opacity=95);
		border-bottom: 1px #E7E6EF solid;
		text-align: left;

		color: #FFF !important;
		text-decoration: none;
		text-indent: 0px;
		padding: 8px 0px;
		font-size: 12px;
		height: auto;
		line-height: 120%;
	}
	#nav ul.navlevel2 li a:hover,
	#nav ul.navlevel2 li.sfHover a {
		background: #7DAF58;
	}
	#nav ul.navlevel2 li.sfHover li a:hover,
	#nav ul.navlevel2 li.sfHover li.sfHover a,
	#nav ul.navlevel2 li.sfHover li.sfHover a:hover {
		background: #F6DC86;
	}
	#nav ul.navlevel2 li a div {
		padding: 0px 10px;
	}

/**********************************************************/
/* HOVER MENU - CAREFUL WITH THESE                        */
/**********************************************************/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			45px; /* 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:			100%; /* match ul width -- offset for submenus */
	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:			100%; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			100%;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://cdn.allstatesugarbowl.com/images/arrows-ffffff.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
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:  2px 1px; }
/* 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: -8px 1px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://cdn.allstatesugarbowl.com/images/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;
}