@charset "utf-8";
/* CSS Document */

body, html{
	background: #180280 url(images/body-bg5.jpg) top left repeat-x;
	padding:0;
	border:0;
	margin:0;
}
.Layout-Background
{
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	padding-bottom: 50px;
}
.Layout-Grid{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
.Layout-Site{
	width:850px;
}
.Layout-Content-Center{
	background-color:#0e004d;
	width:800px;
	margin:0 25px;
	padding:0px;
}

.FlashPane{
	height:242px;
	width:850px;
	vertical-align:top;
}
.Normal{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#fff;
}
.ContentPane{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#fff;
	padding:10px 10px;
	vertical-align:top;
}
.RightPane{
	width:250px;
	vertical-align:top;
}
.title{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}
h1{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:14px;
}
h2{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	line-height:14px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:14px;
	text-decoration:underline;
}
.bottom-links{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
}

/** Other Menu Styles **/
.menu-left{
	background:url(images/menu-left.jpg) left no-repeat;
}
.menu-right{
	background:url(images/menu-right.jpg) right no-repeat;
}
.menu-bg{
	background:url(images/menu-bg.jpg) repeat-x;
	height:50px;
	width:770px;
	margin:0 15px;
}
/** Start Menu **/
.SEOMenu {
height:50px;
font-family:'Verdana', Geneva, sans-serif;
font-size:12px;
}

.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 {
font-family:'Arial', Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
color:#fff;
font-weight:bold;
}

.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:20px;
height:50px;
background: transparent url(images/lefta.png);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:bold;
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/menus-left.png) left bottom no-repeat;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menus-over.png) 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/menus-right.png) right bottom no-repeat;
}

.SEOMenu :hover, a:hover {
color:#ffffff;
white-space:normal;
}

.SEOMenu a:hover b {
color:#ffffff;
background: url(images/menuh-over.png) repeat-x;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menuh-left.png) left bottom no-repeat;
}
.SEOMenu a:hover em.right {
background: url(images/menuh-right.png) right bottom no-repeat;
}

.SEOMenu :hover > a b {
color:#ffffff;
background: url(images/menuh-over.png) bottom repeat-x;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menuh-left.png) bottom left no-repeat;
}
.SEOMenu :hover > a em.right {
background: url(images/menuh-right.png) bottom right no-repeat;
}


.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#ffffff;
background: url(images/menuh-over.png) bottom repeat-x;
text-decoration:underline;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menuh-left.png) bottom left no-repeat;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menuh-right.png) bottom right no-repeat;
}

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b  {
color:#ffffff;
background: url(images/menu-over.png) bottom repeat-x;
text-decoration:underline;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menuh-left.png) bottom left no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menuh-right.png) bottom right no-repeat;
}

.SEOMenu ul ul .CurrentItem a:hover b {
color:#ffffff;
background: transparent;
text-decoration:underline;
}
.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:#ffffff;
background: transparent;
text-decoration:underline;
}
.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;
}
.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; margin-top:15px; left:0; width:145px; background:#2438A8; border:1px solid #0B104A;
}
.SEOMenu  ul li:hover ul.scroller {
height:138px; width:200px; 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, .SEOMenu ul li:hover ul li a:visited {
display:block;color:#fff; height:auto; line-height:15px; width:140px; padding:5px 0px 5px 5px;
}
.SEOMenu  ul li:hover ul li a.drop {
background:#263201; 
}
.SEOMenu  ul li:hover ul li a:hover {
background:#182D74;
color:#fff;
width:140px;
padding-right:-5px;
}
.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;
}
/****** Current Item Drop Down ******/
.SEOMenu .CurrentItem ul li ul {
display: none;
}
.SEOMenu .CurrentItem table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.SEOMenu .CurrentItem ul li:hover ul {
display:block; position:absolute;top:29px; background:#b1b1b1; margin-top:16px; margin-left:3px; left:0; width:300px;
}

.SEOMenu .CurrentItem ul li:hover ul.scroller {
height:138px; width:180px; overflow:auto;}

.SEOMenu .CurrentItem ul li:hover ul.endstop {
left:-90px;
}
.SEOMenu .CurrentItem ul li:hover ul li ul {
display: none;
}
.SEOMenu .CurrentItem ul li:hover ul li a {
display:block; background:#263201; color:#fff; height:auto; line-height:15px;padding:4px 14px; width:300px;
}
.SEOMenu .CurrentItem ul li:hover ul li a.drop {
background:#263201; 
}
.SEOMenu .CurrentItem ul li:hover ul li a:hover {
color:#263201; background: #fff;
}
.SEOMenu .CurrentItem ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.SEOMenu .CurrentItem 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 .CurrentItem ul li:hover ul li:hover ul li a {background:#888;}
.SEOMenu .CurrentItem ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}

.SEOMenu .CurrentItem ul li:hover ul li:hover ul.left {
left:-172px;
}
.SEOMenu .CurrentItem ul li:hover ul li:hover ul li a:hover {background:#ff0; color:#fff;}

/* specific to IE5.5 and IE6 browsers */
.SEOMenu .CurrentItem ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
.SEOMenu .CurrentItem ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.SEOMenu .CurrentItem ul li a:hover ul.endstop {
left: -90px;
}
.SEOMenu .CurrentItem 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 .CurrentItem ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
/********************* END MENU *********************/
.SkinObject{
	color:#fff;
	font-weight: normal;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited{
	color:#fff;
	font-weight: normal;
}
a.SkinObject:hover{
	text-decoration:underline;
	font-weight: normal;
}
.CommandButton{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	background-color:#0E004D;
	color:#fff;
}
a.CommandButton, a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited{
	background-color:#0E004D;
	color:#fff;
	text-decoration:underline;
}
a.CommandButton:hover{
	text-decoration:none;
}
#dnn_ctr430_BlogList_lstBlogs_ctl01_tdIcon, .dnn_ctr430_BlogList_lstBlogs_ctl01_trBlogList {
	color:#D30101;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl00_lnkEntry, .blog_more_link, .blog_title, #dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl01_lnkEntry, #dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl01_lnkParentBlog{
	color:#fff;
}
.blog_more_link:hover{
	text-decoration:underline;
}
.blog_Description, .blog_body, .blog_more_link, .blog_title, #dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl00_lnkReadMore{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#fff;
}
#dnn_ctr441_BlogList_lstBlogs_ctl01_lnkBlog{
	background-color:#0E004D;
	color:#fff;
}
#dnn_ctr441_BlogList_lstBlogs_ctl01_lnkBlog:hover{
	text-decoration:none;
}
#dnn_ctr443_Search_btnSearch{
	color:#0E004D;
}
#dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl00_lnkParentBlog, #dnn_ctr440_MainView_ViewBlog_lstBlogView_ctl00_lnkEditEntry, #dnn_ctr444_Archive_lblArchive, #dnn_ctr444_Archive_lblMonthly{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#fff;
}