@charset "utf-8";
/* CSS Document */

body {
	background: #eeeeee url(images/bg-main2.jpg) top left repeat-x;
	padding:0;
	margin:0;
	border:0;
}
html {
	background: #eeeeee url(images/bg-main2.jpg) top left repeat-x;
	padding:0;
	margin:0;
	border:0;
}
.site-top{
	background:url(images/site-top.jpg) top center no-repeat;
	width:828px;
	height:137px;
	margin:0 27px;
}
.bottom-info{
	text-align:center;
	color:#FFF;
}
.bottom-info p{
	padding:5px 0 5px 0;
}
/* --- Content & Text --- */
.Normal, .ContentPane{
	font-family:'Arial', Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
}
p{
	font-family:'Arial', Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
}
h1{
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
}
h2{
	color:#6a6a6a;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.5em;
}
/* --- Skin Objects --- */
.SkinObject, .user, #SkinObejcts{
	text-align:center;
	font-family:'Arial', Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
a.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited, a.user, a.user:link, a.user:active, a.user:visited{
	text-align:center;
	font-family:'Arial', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a.SkinObject:hover, a.user:hover{
	text-decoration:underline;
}
/*---------------------------------------------- Menu ----------------------------------------*/
/******************** Up State *************************/
.SEOMenu {
	width:828px;
	height:42px;
	padding:0;
	padding-left:8px;
}
.SEOMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:9999;
}
.SEOMenu li{
	float:left;
	list-style-type:none;
	position:relative;
	z-index:9999;
	margin: 0;
}
.SEOMenu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}
.SEOMenu a, .SEOMenu :visited {
	color:#fff;
	text-decoration:none;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.SEOMenu a em.left, .SEOMenu :visited em.left {
	display:block;
	float:left;
	width:0px;
	height:42px;
	background: transparent url(lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
	display:block;
	font-weight:bold;
	float:left;
	padding:0;
	height:42px;
	line-height:42px;
	padding:0 4px;
	cursor:hand;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
	display:block;
	float:left;
	width:0px;
	height:42px;
	background: transparent url(righta.gif);
}
.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-over.jpg) bottom repeat-x;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
}
.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:#3ebc25;
	white-space:normal;
}
.SEOMenu a:hover b {
	color:#3ebc25;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
}
.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:#3ebc25;
	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:#3ebc25;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:underline;
}
.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:#fff;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:underline;
}
.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:#000;
	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:#000;
	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 ul, 
.SEOMenu ul :hover ul ul, 
.SEOMenu ul :hover ul :hover ul ul,
.SEOMenu ul :hover ul :hover ul :hover ul ul{position:absolute; left:-9999px; top:-9999px; width:0; height:0; z-index:9999;}
.SEOMenu ul :hover ul {left:3px; top:39px; background: #e6e6e6; border:2px solid #13282b; white-space:nowrap; width:180px; height:auto; color:#000; z-index:9999;}
.SEOMenu ul :hover ul li {display:block; height:26px; position:relative; float:left; width:auto; color:#000033; z-index:9999;}
.SEOMenu ul :hover ul li a {display:block; font-size:13px; text-transform:none; height:26px; width:180px; line-height:26px; text-indent:5px; text-decoration:none; color:#000; z-index:9999; }
.SEOMenu ul :hover ul li a:hover {background:#f9f9f9; color:#262626; width:180px; white-space:nowrap; z-index:9999;}
.SEOMenu ul :hover ul:hover ul li a:hover {width:180px;}
.SEOMenu ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul :hover ul
{left:180px; top:-4px; background:#b9af8a; color:#ebf5fc; padding:3px 0; border:2px solid #13282b; white-space:nowrap; width:180px; z-index:200; height:auto; z-index:9999;}
.SkinObject{
	color:#fff;
	font-weight:bold;
	text-align:center;
}
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;
	text-align:center;
}

