/* CSS Document */

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #6c6e72;
	text-decoration: none;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
	margin-bottom:3px;
}
H2 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
a:visited,
a:link{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
}

UL {
list-style:square;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
}

li {
	margin-top : 4px;
	
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer {
	border: 0px solid transparent;
	background-color: transparent;
	width: 130px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Verdana; 
	font-size: 11px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.rootmenuitem {
	cursor: hand; 
	color: #18178c; 
	font-family: Arial, Verdana; 
	font-size: 10px;
	font-weight: normal;
	border: 0px transparent solid;
	text-transform:uppercase;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top:2px;
}
.rootmenuitemselected {
	cursor: hand; 
	color: #18178c; 
	background-color:#ffffff;
	font-family: Arial, Verdana; 
	font-size: 10px;
	font-weight: normal;
	border: 0px transparent solid;
	text-transform:uppercase;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top:2px;
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #18178c; 
	font-family: Arial, Verdana; 
	font-size: 11px;
	font-weight: bold;
	border: 0px transparent solid;
	text-transform:uppercase;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top:2px;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Verdana; 
	font-size: 10px;
	font-weight: normal; 
	border: 0px transparent solid;
	padding: 4px 15px 6px 10px;
}
.submenu {
	z-index: 1000; 
	background-color: #2f4080; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #fff solid;
	margin-left:1px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
}


.MainMenu_MenuArrow {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 

}

.MainMenu_RootMenuArrow {
	display: none;
}
/*___________________________________________________________________________________________*/

.links_bottom {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:visited{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}


.links_top {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;	
}
a.links_top:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;		
}
a.links_top:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;		
}
a.links_top:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
	text-transform: uppercase;	
}
a.links_top:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #CA0108;
	text-decoration:none;
	text-transform: uppercase;	
}

.breadCrumb {
    color: #000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
a.breadCrumb:link, a.breadCrumb:active, a.breadCrumb:visited, a.breadCrumb:hover{
    color: #000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;	
	text-decoration: none;
}

.SubLinks {
    color: #7ac142; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	line-height:18px;
	margin-left:15px;
}
a.SubLinks:visited{
    color: #7ac142; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: none;
	line-height:18px;
	margin-left:15px;
}
a.SubLinks:active{
    color: #666; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	line-height:18px;
	margin-left:15px;	
}
a.SubLinks:hover{
    color: #666; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;	
	line-height:18px;
	margin-left:15px;	
}
a.SubLinks:link{
    color: #7ac142; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	line-height:18px;
	margin-left:15px;
}


A.copyright
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: underline;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#444444;
	text-align:center;
}
a.Copyright:link, a.Copyright:visited, a.Copyright:hover,  a.Copyright:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#444444;
	text-align:center;
	text-decoration:none;
}

/* SEARCH BOX */
.SearchButton { 
	background: transparent; 
	padding: 0px 0px 0px 0px; 
	cursor: hand; 
	margin: 0px 0px 20px 0px; 
	border: 0px;
	position:relative;
	top: 3px;
	}
#dnn_dnnSEARCH_txtSearch.NormalTextBox 
{ width: 235px; 
border:1px solid #CCCCCC; 
cursor:text;

	bottom: 0px !important;
	bottom:0px;
	height:20px;
	margin-top:0px !important;
	margin-top:2px;
	margin-bottom:35px !important;
	margin-bottom:20px;
	}

/* my styles */

body {
	background-color: #fff;
	margin: 0px;
	/*background-image:url(_i/bg.gif);*/
	}
	
.homeright {
background:url(_i/bottom_rightbg.gif) no-repeat top left;
}
.topright {
background:url(_i/3+steps.gif) no-repeat top left;
}
.bottomleft {
padding-left:9px;
padding-top:50px;
background:url(_i/bottom_leftbg.gif) no-repeat top left;
}
.bottommiddle {
padding-left:6px;
padding-top:15px;
padding-right:1px;
}
.bottombg {
background:url(_i/bottom_bg.jpg) no-repeat;
}
.menucontainer {
margin-left:2px;
margin-top:2px;
}
.sep {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.middlebg {
background:#fafbfc url(_i/middlebg.gif) bottom repeat-x;
}
.phonelink {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
font-weight:bold;
}
a.phonelink:link, a.phonelink:visited, a.phonelink:hover, a.phonelink:active {
font-size:12px;
color:#92b0f5;
font-weight:bold;
text-decoration:underline;
}
.toplinks, a.toplinks:link, a.toplinks:visited, a.toplinks:hover, a.toplinks:active  {
	cursor: hand; 
	color: #18178c; 
	font-family: Arial, Verdana; 
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	}
