@charset "utf-8";
/* CSS Document */

body, html{
	background: #dbbd9f url(images/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	border:0;
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* --- DIV STYLES --- */
.layout{
	width:100%;
	background-repeat:repeat-x;
	background-position:0 0;
	text-align:center;
}
.grid{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.site{
	width:900px;
}
.middle-contain{
	width:900px;
	height:290px;
	background:url(images/middle-bg.jpg) top left no-repeat;
}
.footer{
	background: url(images/footer-bg.jpg) top left repeat;
	border-top: 1px solid #063051;
	color:#fff;
	vertical-align:middle;
	text-align:center;
}
.footer-contain{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.top-contain{
	width:900px;
	height:120px;
	background:url(images/header.jpg) top left no-repeat;
}
.content-contain{
	background-color:#dbbd9f;
	width:900px;
}
/*--- DNN PANES --- */
.RightPane{
	vertical-align:top;
	padding:25px 10px 10px 10px;
	text-align:right;
	width:255px;
}
.ContentPane{
	padding:10px 10px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
}
.LeftPane a, .LeftPane a:active, .LeftPane a:visited, .LeftPane a:link, .LeftPane a:hover{
	text-decoration:none;
}
/*--- CONTENT & TEXT --- */
p{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding: 0 0 10px 0;
	line-height:19px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#063050;
	font-size:16px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#094675;
	font-weight:bold;
	font-size:14px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#094675;
	font-weight:bold;
	font-size:13px;	
}
ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
}
.ContentPane li{
	list-style-image:url(images/arrow.png);
	font-family:'Arial', Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	margin:0 0 15px 0;
}
a, a:active, a:visited, a:link, Normal a, .Normal a:link, .Normal a:active, .Normal a:visited{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color:#081e3e;
	text-decoration:none;
}
a:hover, Normal a:hover{
	text-decoration:underline;
}
/* --- FOOTER --- */
.FooterInfo{
	color:#000;
	text-align:center;
	font-size:12px;
}
.FooterInfo h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ced7e8;
	font-weight:bold;
}
.FooterInfo p{
	font-size:12px;
	line-height:14px;
	color:#000;
	text-align:center;
}
.FooterInfo a, .FooterInfo a:active, .FooterPane a:link, .FooterPane a:visited{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}
.FooterInfo a:hover{
	text-decoration:none;
}
/* --- MENU --- */
.menu-contain{
	width:900px;
	height:50px;
}
.SEOMenu {
font-family: 'Arial', Helvetica, sans-serif;
font-size:14px;
}
.SEOMenu ul{
list-style-type:none;
margin:0;
padding:0;
}
.SEOMenu li{
float:left;
list-style-type:none;
position:relative;
margin:0;
padding:0;
}
.SEOMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}
.SEOMenu a, .SEOMenu :visited {
color:#414141;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
}
.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:20px;
height:50px;
background:url(images/lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0;
height:50px;
line-height:50px;
cursor:hand;
color:#fff;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width:20px;
height:50px;
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-sel.png) top repeat-x;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background: url(images/menu-sel.png) top 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-sel.png) top repeat-x;
}
.SEOMenu :hover{
color:#0e2043;
white-space:normal;
}
.SEOMenu a:hover b {
color:#fff;
background: url(images/menu-hover.png) top repeat-x;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu a:hover em.right {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu :hover > a b {
color:#fff;
background: url(images/menu-hover.png) top repeat-x;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu :hover > a em.right {
background: url(images/menu-hover.png) top repeat-x;
}
/* --- CURRENT ITEM HOVER --- */
.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#fff;
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b  {
color:#fff;
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu ul ul .CurrentItem a:hover b {
color:#fff;
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu ul ul .CurrentItem a:hover em.left {
background: url(images/menu-hover.png) top repeat-x;
}
.SEOMenu ul ul .CurrentItem a:hover em.right {
background: url(images/menu-hover.png) top repeat-x;
}
.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;
}
/****** Drop Down ******/
.SEOMenu  ul li ul {
display: none; text-align:left;
}
.SEOMenu  ul li:hover ul {
display:block; position:absolute; top:50px; left:0;
}
.SEOMenu  ul li:hover ul.scroller {
height:138px; width:180px; 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-color:#4E0206; color:#fff; float:left; padding:4px 5px; line-height:15px; width:215px; height:20px; font-weight:bold; text-transform:none; font-weight:normal;
}
.SEOMenu  ul li:hover ul li a.drop {
background:#263201; 
}
.SEOMenu  ul li:hover ul li a:hover {
background-color:#891D24; color:#fff;
}
.SEOMenu  ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
/****** Fly Out ******/
.SEOMenu  ul li:hover ul li:hover ul {
display:block; position:absolute; left:225px; top:0px; color:#000; width:150px; background:#ce0606;
}
.SEOMenu  ul li:hover ul li:hover ul li a {background:#2586c6; color:#fff;}
.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:#d3eefa; color:#0C325F; text-decoration:underline;}

/* 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:#000; 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;
}
/*--- SIDE MENU ---*/
#sidemenu a{
	text-deocration:none;
	display:block;
	width:240px;
	height:30px;
	font-size:13px;
}
#sidemenu span, #sidemenu span:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width:240px;
	color: #fff;
	z-index:1;
	text-decoration:none;
	*display:inline;
	margin-left:4px;
	line-height:30px;
}
#sidemenu span:hover{
	text-decoration:underline;
	color:#dbdada;
}