/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 10pt;
	color:#000000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
A.SignIn:link {
    text-decoration: none;
    font-family: Arial, Helvetica;
	color: #000000;
}

A.SignIn:visited  {
    text-decoration: none;
    font-family: Arial, Helvetica;
	color: #000000;
}

A.SignIn:active   {
    text-decoration: none;
    font-family: Arial, Helvetica;
	color: #000000;
}

A.SignIn:hover    {
    text-decoration: underline;
    font-family: Arial, Helvetica;
	color: #f00000;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	padding-left: 20px; 
	font-size: 10pt;
	/* background-color: #6699cc; */
	text-align: left;
	/* leave these alone 
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none; */
}

.MainMenu_MenuBar
{
	cursor: hand;
	height: 40px;
	/* background-color: #6699cc;
	border area
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none; */
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: #ffffff;
	background-color: #6699cc;
	font-family: Arial, Helvetica;
	text-align: left;
	border-top: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid; 
	/*
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;*/
}

.MainMenu_MenuIcon
{
	background-color: #6699cc;
	width: 1px;
	border-right-style: none;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid; 
	border-bottom: #6699cc 1px solid; 
}

/* this is for the total sub-area */
.MainMenu_SubMenu
{
	font-size: 10pt;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#cccccc' , Direction=135, Strength=3);
	cursor: hand;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #ffffff; 
	text-align: left;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
}

.MainMenu_MenuBreak
{	
	background-color: #6699cc;
	/* leave these alone */
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	/* end of leave alone */
}

.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: #ffffff;
	font-family: Arial, Helvetica;
	background-color: #99ccff; 
	text-align: left;
	/* border-top: #6699cc 1px solid;
	border-bottom: #ffffff 1px solid; */
}

.MainMenu_MenuArrow
{
	font-size: 10pt;
	cursor:hand;
	color: black;
	font-family: webdings;
	/* border area 
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none; */
	border-bottom: #6699cc 1px solid; 
	border-right: #6699cc 1px solid; 
}

.MainMenu_RootMenuArrow
{
	font-size: 10pt;
	cursor: hand;
	font-family: webdings;
	/* border area
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none; */
}

.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.Normal  {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	padding-right:5px;
	background-color:#6699cc;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
.More {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
	font-style: normal;
}
A.More:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
	font-style: normal;
}
A.More:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
	font-style: normal;
}
A.More:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: underline;
	font-style: normal;
}
A.More:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #e0e0e0;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
ul {
	/* list-style-image: url(arrow2.gif);
	list-style-position: outside; */
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
/* Footer */
.Footer {
	font-size: 10pt;
	color:#ffffff;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#ffffff;
	font-weight: normal;
	font-size: 10pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#990000;
	font-weight: normal;
	font-size: 10pt;
}
.NormalSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 10pt;
}
.NormalBoldSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 9px;
}
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.SubHead13 {
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
.SubHeadOrange {
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #FB9415;
}	
.SubHeadBlue {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
}
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	color: #FB9415;
}
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FB9415;
	text-decoration: none;
	line-height: 10pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FB9415;
	text-decoration: none;
	line-height: 10pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FB9415;
	text-decoration: underline;
	line-height: 10pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FB9415;
	text-decoration: none;
	line-height: 10pt;
	font-style: normal;
}
.NormalBoldBlue {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #0955A5;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0955A5;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0955A5;
	text-decoration: none;
}
.SubHeadOrange2 {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FB9415;
}
.PhoneNumber1 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: #FB9415;
}
.PhoneNumber2 {
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: normal;
	color: #FB9415;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0955A5;
	margin: 8px;
	padding: 8px 8px 8px 12px;
}
A.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0955A5;
	text-decoration: none;
}
A.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0955A5;
	text-decoration: none;
}
A.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
	color: #0955A5;
	text-decoration: underline;
}
A.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
	color: #0955A5;
	text-decoration: none;
}
.NormalBoldSmallBlue {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #0955A5;
	line-height: 11px;
}
.NormalBlue {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #0955A5;
}
.NormalBoldBlue9 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #0955A5;
	font-size: 10pt;
}
.Tagline {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.SubHeadDarkBlue {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #0955A5;
}
