@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	border:0px;
	padding:0px;
	background:#828282 url(images/body_bg.jpg) repeat-x;
}
.flashpane{
	width:780px;
	height:270px;
}
/*********************** CONTENT & STUFF ***********************/
.Normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.contentpane{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:10px 10px;
/* height: 900px; */

}
.footerpane{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:10px 10px;
/*height: 900px; */
}
.leftpane{
	width:200px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	line-height:14px;

}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:14px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	line-height:14px;
	text-decoration:underline;
}
.bottom_links{
	vertical-align:middle;
	text-align:center;
	background-color:#000;
	font-weight:bold;
}
/*********************** OTHER MENU STUFF ***********************/
.menu_left{
	width:10px;
	height:55px;
	background:url(images/menu_left.png) no-repeat;
}
.menu_right{
	width:10px;
	height:55px;
	background:url(images/menu_right.png) no-repeat;
}
.menu_bg{
	height:55px;
	background:url(images/menu_bg.png) repeat-x;
	width:710px;
}
/*********************** MENU STARTS ***********************/
.SEOMenu {
float:left; width:710px; font-family: verdana, arial, sans-serif; font-size:12px; color:#fff; background:url(images/menu_bg.png) repeat-x; height:55px;
}
.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; display:block; text-decoration:none; color:#fff; padding:0px 20px; line-height:54px; height:55px; font-weight:bold;
}

.SEOMenu ul li:hover {width:auto;
background:url(images/menu_hover.png) no-repeat;}

.SEOMenu ul li a:hover {color:#000099; background:url(images/menu_hover.png); text-decoration:none; line-height:55px;}

.SEOMenu ul li:hover a {color:#000099; background:url(images/menu_hover.png);text-decoration:none; line-height:55px;}

.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:#000; 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:#000;
	font-weight:bold;
	text-align:center;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited{
	color:#000;
	font-weight:bold;
}
a.SkinObject:hover{
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}



