@charset "utf-8";
/* CSS Document */

body{
	background: url(images/bodybg.jpg) repeat-x;
	font-size:11pt;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 10px 0px;
}

a, a:visited, .Normal a, .Normal a:visited {
	color:#0033FF;
	text-decoration:none;
}

a:hover, .Normal a:hover {
	color:#0033FF;
	text-decoration:underline;
}

.Normal {
	font-size:11pt;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	color:#000;
}

.h1, .Normal h1 {
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}

.h2, .Normal h2 {
	font-size:14px;
	font-weight:bold;
}

.ContentPane {
	padding-right: 10px;
}

/************ Header  ***************/

.left_head {
	background: url(images/header_left.jpg) no-repeat;
	width: 12px;
	height: 322px;
}

.right_head {
	background: url(images/header_right.jpg) no-repeat;
	width: 12px;
	height: 322px;
}

.main_header {
	background: url(images/header_main.jpg) no-repeat;
	width: 776px;
	height: 322px;
}
/************ Text Border ***********/
.top_left{
	width:25px;
	height:25px;
	background:url(/Portals/0/txtbdr/top_left.jpg) no-repeat;
}
.top_right{
	width:25px;
	height:25px;
	background:url(/Portals/0/txtbdr/top_right.jpg) no-repeat;
}
.left{
	width:15px;
	background:url(/Portals/0/txtbdr/left.jpg) repeat-y;
}
.right{
	width:15px;
	background:url(/Portals/0/txtbdr/right.jpg) repeat-y;
}
.bottom_left{
	width:25px;
	height:25px;
	background:url(/Portals/0/txtbdr/bottom_left.jpg) no-repeat;
}
.bottom_right{
	width:25px;
	height:25px;
	background:url(/Portals/0/txtbdr/bottom_right.jpg) no-repeat;
}
.bottom{
	height:25px;
	background:url(/Portals/0/txtbdr/bottom.jpg) repeat-x;
}
.top{
	height:25px;
	background:url(/Portals/0/txtbdr/top.jpg) repeat-x;
}
/************  Border  **************/

.up-left {
	background: url(images/border_up-left.png) no-repeat;
	height: 12px;
	width: 12px;
}

.up-edge {
	background: url(images/border_up-edge.png) repeat-x;
	height: 12px;
	width: inherit;
}

.up-right {
	background: url(images/border_up-right.png) no-repeat;
	height: 12px;
	width: 12px;
}

.left-edge {
	background: url(images/border_left-edge.png) repeat-y;
	height: inherit;
	width: 12px;
}

.right-edge {
	background: url(images/border_right-edge.png) repeat-y;
	height: inherit;
	width: 12px;
}

.low-left {
	background: url(images/border_low-left.png) no-repeat;
	height: 12px;
	width: 12px;
}

.low-edge {
	background: url(images/border_low-edge.png) repeat-x;
	height: 12px;
	width: inherit;
}

.low-right {
	background: url(images/border_low-right.png) no-repeat;
	height: 12px;
	width: 12px;
}

/*------------------------Menu-----------------------------*/
.menu_left{
	width:12px;
	height:38px;
	background:url(images/menu_left.gif) no-repeat;
}

.menu_right{
	width:12px;
	height:38px;
	background:url(images/menu_right.gif) no-repeat;
}


.SEOMenu {
height:38px;
padding-bottom:1px;
background:url(images/menu1.gif) left top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* html .SEOMenu {padding-bottom:0;}

.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
}

.SEOMenu li{
float:left;
list-style-type:none;
position:relative;
}

.SEOMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.SEOMenu a, .SEOMenu :visited {
color:#fff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:5px;
height:38px;
background: transparent url(lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 8px;
height:38px;line-height:38px;
background: transparent url(mida.gif);
cursor:hand;
color:#fff;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width:5px;
height:38px;
background: transparent url(righta.gif);
}

.SEOMenu ul li ul {
display: none;
}

.SEOMenu .CurrentItem a em.left, .SEOMenu .CurrentItem :visited em.left, .SEOMenu .ParentItem a em.left, .SEOMenu .ParentItem :visited em.left{
	background:url(images/menu1.gif) left -41px no-repeat;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu1.gif) right -41px no-repeat;
}
.SEOMenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu1.gif) right -81px no-repeat;
}

.SEOMenu :hover {
white-space:normal;
}

.SEOMenu a:hover b {
color:#fff;
background: url(images/menu1.gif) right -122px no-repeat;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menu1.gif) left -122px no-repeat;
}
.SEOMenu a:hover em.right {
background: url(images/menu1.gif) right -163px no-repeat;
}

.SEOMenu :hover > a b
{
color:#fff;
background: url(images/menu1.gif) right -122px no-repeat;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menu1.gif) left -122px no-repeat;
}
.SEOMenu :hover > a em.right {
background: url(images/menu1.gif) right -163px no-repeat;
}


.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#fff;
background: url(images/menu1.gif) right -122px no-repeat;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menu1.gif) left -122px no-repeat;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menu1.gif) right -163px no-repeat;
}

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b
{
color:#fff;
background: url(images/menu1.gif) right -122px no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menu1.gif) left -122px no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menu1.gif) right -163px no-repeat;
}

.SEOMenu ul ul .CurrentItem a:hover b {
color:#fff;
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.right {
background: transparent;
}

.SEOMenu ul ul .CurrentItem :hover > a b
{
color:#fff;
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.right {
background: transparent;
}

/* specific to non IE browsers */
.SEOMenu ul li:hover ul {
display:block;position:absolute;top:37px;margin-top:1px; left:-18px;width:154px;
}
.SEOMenu ul li:hover ul li ul {
display: none;
}
.SEOMenu ul li:hover ul li a {
display:block;background:#ca2a30;color:#fff;height:auto;line-height:15px;padding:4px 8px; width:120px; border:1px solid #fff; border-top:0; font-size:11px;
}
.SEOMenu ul li:hover ul li a:hover {
color:#fff; background: #7a0f14 url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul li:hover ul li:hover ul {
display:block; position:absolute; left:135px; top:-1px;
}


/* specific to IE5.5 and IE6 browsers */
.SEOMenu ul li a:hover ul {
display:block;position:absolute;top:36px; t\op:39px; background:#fff;left:-18px; border-bottom:1px solid #fff;
}
.SEOMenu ul li a:hover ul li a {
display:block;background:#ca2a30;color:#fff; height:1px; line-height:15px; padding:4px 8px; width:154px; w\idth:120px; border:1px solid #fff; border-bottom:0;font-size:11px;
}
.SEOMenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.SEOMenu ul li a:hover ul li a:hover {
color:#fff; background: #7a0f14 url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#fff; left:153px;
}

/*------------------------Footer--------------------------*/

.LoginPane, .LoginPane a, .LoginPane a:visited, .SkinObject, .SkinObject a, .SkinObject a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color:#ffffff;
}

.LoginPane a:hover, .SkinObject a:hover {
	text-decoration: underline;
	color:#ffffff;
}
	


