@charset "utf-8";
/* CSS Document */
body {
	margin-bottom:10px; 
	background:#000 url(images/body_bg.jpg) repeat-x;
}
.header{
	width:780px;
	height:300px;
	background:url(images/header_still.png)
}
/*********************** CONTENT & STUFF ***********************/
.Normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:10px 10px;
}
.left_content{
	width:245px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#AD150A;
	font-weight:bold;
	line-height:14px;
	text-align:center;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#AD150A;
	line-height:14px;
	text-align:center;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#AD150A;
	line-height:14px;
	text-align:left;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#C00;
	line-height:14px;
	text-align:left;
}
h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:14px;
}
.bottom_links{
	vertical-align:middle;
	text-align:center;
}
a, a:active, a:link, a:visited{
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/*********************** OTHER MENU STUFF ***********************/
.menu_left{
	width:15px;
	height:50px;
	background:url(images/menu_left.jpg) no-repeat;
}
.menu_right{
	width:15px;
	height:50px;
	background:url(images/menu_right.jpg) no-repeat;
}
.menu_bg{
	height:50px;
	background:url(images/menu_bg.jpg) no-repeat;
	width:700px;
}
/*********************** MENU STARTS ***********************/
.SEOMenu {
	float:left;
	width:700px;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	color:#fff;
	background:url(images/menu_bg.jpg) no-repeat;
	height:50px;
}
.SEOMenu ul {padding:0;margin:0;list-style-type:none;}
.SEOMenu ul li {float:left; position:relative; list-style-type:none;}
.SEOMenu ul li.CurrentItem{	background:url(images/menu_sel.png) no-repeat;}
.SEOMenu ul li a, .SEOMenu ul li a:visited { float:left;
	padding:0px 10px; height:50px; line-height:49px;
	color:#fff; font-weight:bold; text-decoration:none; }

.SEOMenu ul li:hover {width:auto;}
.SEOMenu ul li a:hover {background:url(images/menu_hover.png) repeat-x; color:#fff;}
.SEOMenu ul li:hover a {background:url(images/menu_hover.png) repeat-x; color:#fff;}

.SEOMenu ul li ul {
display: none;
}
.SEOMenu table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.SEOMenu ul li:hover ul {
display:block; position:absolute;top:29px; background:#b1b1b1; margin-top:16px; margin-left:3px; left:0; width:93px;
}

.SEOMenu ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

.SEOMenu ul li:hover ul.endstop {
left:-90px;
}
.SEOMenu ul li:hover ul li ul {
display: none;
}
.SEOMenu ul li:hover ul li a {
display:block; background:#fff; color:#0F0576; height:auto; line-height:15px;padding:4px 14px; width:93px; border:1px solid #000;
}
.SEOMenu ul li:hover ul li a.drop {
background:#B6B0A4; 
}
.SEOMenu ul li:hover ul li a:hover {
color:#ff0000; background: #fff;
}
.SEOMenu ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.SEOMenu ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#B1B1B1;
}
.SEOMenu ul li:hover ul li:hover ul li a {background:#888;}
.SEOMenu ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}

.SEOMenu ul li:hover ul li:hover ul.left {
left:-172px;
}
.SEOMenu ul li:hover ul li:hover ul li a:hover {background:#ff0; color:#fff;}

/* specific to IE5.5 and IE6 browsers */
.SEOMenu ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
.SEOMenu ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.SEOMenu ul li a:hover ul.endstop {
left: -90px;
}
.SEOMenu ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
.SEOMenu ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
/********************* END MENU *********************/
.SkinObject{
	color:#fff;
	font-weight:bold;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited{
	color:#fff;
	font-weight:bold;
}
a.SkinObject:hover{
	text-decoration:underline;
	font-weight:bold;
}
