/* Navi */

#menucontainer {
	position: relative;
	float: right;
	height: 48px;
	width: 700px;	/* adjust this if needed for Opera!!! */
	background-image: url('/gfx/bg_center.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
div.menuitem {
	background-image: url('/gfx/bg_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	height: 48px;
	clear: none;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
}
div.menuitem div {
	padding: 27px 6px 4px;
	background-image: url('/gfx/bg_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
}
div.menuitem_left {
	background-image: url('/gfx/bg_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
	height: 48px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
}
div.menuitem_left div {
	padding: 27px 6px 4px;
	width: 64px;
	background-image: url('/gfx/bg_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
}
div.menuitem_right {
	float: left;
	/*width: 101px;*/
	width:auto;
	/*width: 62px;*/
	width:26px;
	
	display:block;
	/*border:1px solid green;*/
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 11px 11px 12px;
	text-align: right;
	z-index: 6;
	
	
}
div.selected { background-color: #CB0F2D }
#leftbit {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('/gfx/bg_left.png');
	background-repeat: no-repeat;
	width: 23px;
	height: 48px;
	z-index: 95;
}
div.menuitem div.submenu {
	border:2px solid #FFFFFF; position: absolute;
	top: 46px;
	width: 117px; /* edit this to adjust the width of a sub menu */
	background-color: #CB0F2D;
	padding: 0px;
	background-image: url('none');
	visibility: hidden;
	z-index: 90
}
div.menuitem div.submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
	_height: 23px;
	min-height:23px;
	display: block;
	clear: both;
	text-align: left;
	padding-left: 9px;
	z-index: 91;
}
div.menuitem div.submenu a:link { color: #FFFFFF }
div.menuitem div.submenu a:active { color: #FFFFFF }
div.menuitem div.submenu a:visited { color: #FFFFFF }

div.empty { clear: both; display: block; height: 1px; margin-top: -1px; overflow: hidden;
}

div.menuitem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
}
div.menuitem a:link { color: #FFFFFF }
div.menuitem a:active { color: #FFFFFF }
div.menuitem a:visited { color: #FFFFFF }
div.menuitem a:hover { color: #FFFFFF; text-decoration: none }

div.menuitem_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
}
div.menuitem_left a:link { color: #FFFFFF }
div.menuitem_left a:active { color: #FFFFFF }
div.menuitem_left a:visited { color: #FFFFFF }
div.menuitem_left a:hover { color: #FFFFFF; text-decoration: none }

/* Rest of the stylesheet */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-image: url('/gfx/bg.gif');
	background-color: #961717;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat
}
#page {
	width: 932px;
	height:100%;
	position: relative;
	margin: 0px auto;
	text-align: center;
	background-image: url('../gfx/page_bg.png');
	background-repeat: repeat-y;
}
#top {
	background-image: url('../gfx/topimg_front.png');
	position: relative;
	left: 16px;
	top: 0px;
	width: 900px;
	height: 223px;
}
#top_content {
	background-image: url('../gfx/topimg_content.png');
	position: relative;
	left: 16px;
	top: 0px;
	width: 900px;
	height: 125px;
}
#top img#topimg {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	position: relative;
	width: 900px;
	left: 16px;
	top: 0px;
	/*border-bottom:100px solid #FFFFFF;*/ /* adjust this if the page ends before the boxes */
	background-color: #FFFFFF;
	_height:50%;
}
#content_left {
	float: left;
	width: 440px;
	border-left: 39px solid #FFFFFF;
	border-top: 40px solid #FFFFFF;
	border-bottom: 22px solid #FFFFFF;
	text-align: left;
}
#content_sub_left {
	float: left;
	width: 520px;
	border-left: 39px solid #FFFFFF;
	border-top: 40px solid #FFFFFF;
	border-bottom: 22px solid #FFFFFF;
	text-align: left;
}


#content_right {
	float: right;
	width: 295px;
	border-right: 55px solid #FFFFFF;
	border-bottom: 22px solid #FFFFFF;
	text-align: left;
	position: relative;
}
#content_sub_right {
	float: right;
	width: 215px;
	border-right: 75px solid #FFFFFF;
	border-bottom: 22px solid #FFFFFF;
	text-align: left;
	position: relative;
	
}
#content_right_inner {
	position: absolute;
	left: 0px;
	top: -30px;
}
#content_sub_right_inner {
	position: absolute;
	left: 0px;
	top: 100px;
}
img.content_sub_pic {
	margin-bottom: 5px;
}
img.front_textbox_pic {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	float: left;
}
img.more {
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	float: right;
}
td.front_textbox_red {
	background-image: url('../gfx/front_box_red_bg.png');
	padding-left: 40px;
	padding-right: 17px;
}
td.front_textbox_gray {
	background-image: url('../gfx/front_box_gray_bg.png');
	padding-left: 40px;
	padding-right: 17px;
}
td.sub_textbox {
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #484848;
	margin: 0px;
}
#content_sub_left p {
	margin:5px;
}
#content_sub_left td {
	padding-left:5px;
}
p.textboxname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*line-height: 0px;*/
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
p.textboxdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0px;
}
p.pictextboxdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
}
p.textboxtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
p.textboxtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
}
p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: 400;
	color: #D30E34;
	margin: 0px;
}
p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #7C7C7C;
	margin: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #484848;
	margin: 0px;
}
a {
	font-size: 12px;
	color: #0065A0;
}
a:link {
	text-decoration: none;
}
a:active {
	color: #0065A0;
	text-decoration: none;
}
a:visited {
	color: #0065A0;
	text-decoration: none;
}
a:hover {
	color: #0065A0;
	text-decoration: underline;
}
a.small {
	font-size: 11px;
	color: #7C7C7C;
}
a.small:link {
	text-decoration: none;
}
a.small:active {
	color: #666666;
	text-decoration: none;
}
a.small:visited {
	color: #9C9C9C;
	text-decoration: none;
}
a.small:hover {
	color: #666666;
	text-decoration: none;
}
a.submenu {
	font-size: 12px;
	color: #666666;
}
a.submenu:link {
	text-decoration: none;
}
a.submenu:active {
	color: #666666;
	text-decoration: none;
}
a.submenu:visited {
	color: #666666;
	text-decoration: none;
}
a.submenu:hover {
	color: #666666;
	text-decoration: underline;
}

a.movielink {
  padding:0;
  margin:2px;
  padding-left:26px;
  display:block;
  height:24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7C7C7C !important;
  font-weight:bold;
  line-height:24px;
  background-image: url('/NM2_LL_Button1.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border:0px solid red;
  }
  
a.nohover:hover {
	color: #666666;
	text-decoration: none;
}