@charset "utf-8";
/* CSS Document */

body{
	background: url(images/bodybg.jpg) repeat-y center;
	font-size:12px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	color:#000;
	margin-top: 0px; 
	margin-bottom: 20px;
}

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:12px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	color:#000;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#000000;
	font-weight: bold;
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000000;
	font-weight: bold;
}

.h1, .Normal h1, .h2, .Normal h2, .h3, .Normal h3 {
	font-size: 15px;
	font-weight:bold;
	color: #666644;
}

.h4, .Normal h4 {
	font-size: 14pt;
	font-weight:bold;
	color: #666644;
}

.ptn  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;
}

.disclaimer  {
	font-size:10px;
	color:#333333;
}

.slogan  {
	font-size: 14pt;
	font-style: italic;
}

.form {
	font-size: 12px;
}

.ContentPane  {
	padding: 6px;
}

.RightPane {
	padding-top:6px;
}

/*--------------------- Border ---------------------*/

.up-left {
	background: url(images/border_up-left.jpg) no-repeat;
	height: 25px;
	width: 25px;
}
.up-edge {
	background: url(images/border_up-edge.jpg) repeat-x;
	height: 25px;
	width: inherit;
}

.up-right {
	background: url(images/border_up-right.jpg) no-repeat;
	height: 25px;
	width: 25px;
}
.left-edge {
	background: url(images/border_left-edge.jpg) repeat-y;
	height: inherit;
	width: 25px;
}

.right-edge {
	background: url(images/border_right-edge.jpg) repeat-y;
	height: inherit;
	width: 25px;
}

.low-left {
	background: url(images/border_low-left.jpg) no-repeat;
	height: 25px;
	width: 25px;
}

.low-edge {
	background: url(images/border_low-edge.jpg) repeat-x;
	height: 25px;
	width: inherit;
}

.low-right {
	background: url(images/border_low-right.jpg) no-repeat;
	height: 25px;
	width: 25px;
}

/* ------------------------ Menu ---------------------------*/

.menu-left {
	height: 50px;
	width: 25px;
	background: url(images/menu_left.jpg) no-repeat;
}

.menu-right {
	height: 50px;
	width: 25px;
	background: url(images/menu_right.jpg) no-repeat;
}

.menu-upedge {
	height: 4px;
	width:inherit;
	background: url(images/menu_upedge.jpg) repeat-x;
}

.SEOMenu {
height:46px;
background:url(images/menu_bg.jpg) left top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
z-index:9999;
}

.SEOMenu li{
float:left;
list-style-type:none;
position:relative;
z-index:2;
}

.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:13pt;
font-weight:bold;
}

.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:16px;
height:46px;
background: transparent url(lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:bold;
float:left;
padding:0;
height:46px;
line-height:46px;
cursor:hand;
color:#fff;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width:16px;
height:46px;
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/menu_downleft.jpg) left bottom no-repeat;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu_down.jpg) repeat-x;
	color:#fff;
}
.SEOMenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu_downright.jpg) right bottom no-repeat;
}

.SEOMenu :hover, a:hover {
color:#000033;
white-space:normal;
}

.SEOMenu a:hover b {
color:#000033;
background: url(images/menu_over.jpg) repeat-x;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menu_overleft.jpg) left bottom no-repeat;
}
.SEOMenu a:hover em.right {
background: url(images/menu_overright.jpg) right bottom no-repeat;
}

.SEOMenu :hover > a b
{
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu :hover > a em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}


.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b
{
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}

.SEOMenu ul ul .CurrentItem a:hover b {
color:#000033;
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:#000033;
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.right {
background: transparent;
}

/* -------- Flyout Portion of Menu -----------------*/
.SEOMenu ul li:hover ul {
display:block;position:absolute;top:45px;margin-top:1px; left:-40px;width:210px;
}
.SEOMenu ul li:hover ul li ul {
display: none;
z-index:9999;
position:relative;
}
.SEOMenu ul li:hover ul li a {
display:block;background:#003366;color:#fff;height:auto;line-height:15px;padding:4px 16px; width:210px; border:1px solid #000; border-top:0; font-size:11pt;text-decoration:none;
}
.SEOMenu ul li:hover ul li a:hover {
color:#000033; background: #ffff66 url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul li:hover ul li:hover ul {
display:block; position:absolute; left:234px; top:-1px;
}

/* specific to IE5.5 and IE6 browsers */
.SEOMenu ul li a:hover ul {
display:block;position:absolute;top:45px;margin-top:1px; left:-40px;width:210px;
}
.SEOMenu ul li a:hover ul li a {
display:block;background:#003366;color:#fff;height:auto;line-height:15px;padding:4px 16px; width:210px; border:1px solid #000; border-top:0; font-size:11pt;text-decoration:none;
}
.SEOMenu ul li a:hover ul li a:hover {
color:#000033; background: #ffff66 url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; left:234px; top:-1px;
}
.SEOMenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}


/*------------------------ PA Menu -------------------------------*/

.buttons ul li a, .buttons ul li a:visited, .buttons ul li a:link {
	width: 176px;
	color:#000033;
	border:1px solid;
	padding:2px;
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	border-color:#336699;
	display:block;
	margin:2px 0px 2px 0px;
	text-align:left;
	background:#D3E6F5;
}

.buttons ul li ul li a  {
	text-indent: 16px;
}

.buttons ul li ul li ul li a  {
	text-indent: 32px;
}

.buttons ul, .buttons ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.buttons ul li a:hover {
	font-weight:bold;
	border:1px solid;
	color:#fff;
	text-decoration:none;
	background:#000066;
	padding:2px;
	padding-left:3px
}
.buttons ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

/************  Footer  ************/

.LoginPane, .LoginPane a, .LoginPane a:visited {
	text-align:center;
	color:#CCCCCC;
	text-decoration:none;
}

.LoginPane a:hover {
	text-decoration:underline;
	color: #ffffff;
}

.SkinObject{
	color:#ffffff;
	font-weight: normal;
}
a.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited, .SkinObject a, .SkinObject a:visited {
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.SkinObject:hover, .SkinObject a:hover {
	text-decoration:underline;
	font-weight: normal;
}



