/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* Here is a comment to make the size different, because we looooove Dreamweaver CS3!!! */

/* background color for the content part of the pages */

* { margin:0; padding:0; }

html { font-size: 100%; /* IE hack */ }

Body
{
	background-color: #ffffff;
	margin: 0px;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.Wrapper {
width: 80%;
margin: 0 auto;
}

.SkinObject
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

A.SkinObject:link
{
	text-decoration: underline;
	color: #f26522;
}

A.SkinObject:visited
{
	text-decoration: underline;
	color: #f26522;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #e8a149;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #e8a149;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92278f;
	font-size: 12pt;
	line-height: 1.4;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #005287;
	line-height: 1.4;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: black;
	line-height: 1.4;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4;
}

.Normal P {
    margin: 0.7em 0 0;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
	font-size: 10pt;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-weight: bold;
	color: #ff0000;
}

.SubHead input {
margin-left: 5px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_Container
{
	background-color: transparent;
	border: 0px;
}

.DataGrid_Container td
{
	background-color: transparent;
	border: 0px;
	line-height: 1.4;
	font-size: 10pt;
	padding: 3px;
}

.DataGrid_Footer
{
	background-color: #ebebeb;
}
.DataGrid_Header
{
}
.DataGrid_Item
{
	background-color: #ffffff;
	border: 0px;
}
.DataGrid_AlternatingItem
{
	background-color: #ebebeb;
}
.DataGrid_SelectedItem
{
	background-color: #cccccc;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffff99;
	margin-right: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
border: 1px solid #ffffff;
padding:2px 3px 3px 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 5px 0px 5px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #ABABAB;
color:#6A6A6A;
padding:2px 3px 3px 4px;
text-decoration:none;
	height: 22px;
	line-height: 22px;
}
a.CommandButton:hover {
background:#DFDFDF none repeat scroll 0 0;
border:1px solid #868686;
color:#6A6A6A;
padding:2px 3px 3px 4px;
text-decoration:none;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.9em;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: underline;
	color: #f26522;
}

A:visited
{
	text-decoration: underline;
	color: #f26522;
}

A:hover
{
	text-decoration: none;
	color: #e8a149;
}

A:active
{
	text-decoration: none;
	color: #e8a149;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: 'Lucida Console', 'Courier New', monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 0.9em;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background: transparent;
}

.MainMenu_MenuBar
{
	margin: 0 auto;
	background-image:url('images/menubg.jpg');
	cursor:auto;
	padding:0;
height: 39px;
}

.MainMenu_MenuItem
{
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.MainMenu_RootMenuItemActive
{
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.MainMenu_MenuItem TD {
	padding: 13px;
}

.MainMenu_MenuIcon
{
display: none;
}

.MainMenu_MenuArrow
{
display: none;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF000;
}

.MainMenu_MenuItemSel TD {
	padding: 13px;
}

.MainMenu_SubMenu TD
{
	padding: 3px;
	z-index: 1000;
	color: #000000;
	cursor: pointer;
	background: #FFFFFF;
	border-bottom: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.MainMenu_SubMenuItemSelected {
background: #fff6ec;
color: #FF9900;
}

.MainMenu_SubMenuItemSelected TD
{
	padding: 3px;
	z-index: 1000;
	color: #FF9900;
	cursor: pointer;
	background: #fff6ec;
	border-bottom: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background: #EEEEEE;
	height: 1px;
}


/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url('../../images/eip_toolbar.gif');
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and Safari */
}

.eipbutton_edit
{
	background: url('../../images/eip_edit.gif') no-repeat 100% center;
}
.eipbutton_save
{
	background: url('../../images/eip_save.gif') no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
	padding: 0;
	margin: 0;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url('../../images/tablogin_gray.gif') left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url('../../images/tablogin_gray.gif') left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url('../../images/tablogin_gray.gif') left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

#LoginContainer
{
padding: 10px 0;
margin: 0 auto;
text-align: right;
font-size: 0.85em;
}

/* Skin styles */

.toprule {
	background: url('images/top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin: 0 auto;
	height: 10px;
	padding: 0;
}

.topleft {
float: left;
	background-image: url('images/tlcorner.jpg');
	background-position: top left;
	background-repeat: no-repeat;
height: 10px;
width: 10px;
}

.topright {
	background-image: url('images/trcorner.jpg');
	background-position: top right;
	background-repeat: no-repeat;
height: 10px;
width: 10px;
float: right;
}

#container {
margin: 0 auto;
}

#TopPane {
clear: both;
	height: 88px;
	background: url('images/namepane.jpg');
	border-left: 1px solid #e8a149;
}

.TopPane {
	float: left;
	position: relative;
	left: 20px;
	top: 36%;
	font-family: Tahoma, Aria, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #92278f;
} 

#NamePane {
float: right;
	position: relative;
	right: 0;
	top: 0;
	height: 88px;
}

#container2, #container3 {
clear: both;
margin: 0 auto;
	border-left: solid 1px #e8a149;
	border-right: solid 1px #e8a149;
}

#dnn_ContentPane {
	padding: 0px 18px;
	background-color: transparent;
}


.botrule {
	background: url('images/bottom.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	height: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.botleft {
position: relative;
left: 0;
top: 0;
float: left;
	background-image: url('images/blcorner.jpg');
	background-position: top left;
	background-repeat: no-repeat;
height: 11px;
width: 10px;
}

.botright {
position: relative;
right: 0;
top: 0;
	background-image: url('images/brcorner.jpg');
	background-position: top right;
	background-repeat: no-repeat;
height: 11px;
width: 10px;
float: right;
}

#Copyright {
	clear: both;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.85em;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}

ul#houseMenuH li a {
	white-space: nowrap;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
	white-space: normal;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
	white-space: normal;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	white-space: normal;
	height: auto;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
	white-space: normal;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 12px;
	border: solid 0px #e8a149;
	width: 100%;
	height: 39px;
	_height: 39px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 39px;
	border: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 39px;
	_height: 39px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	white-space: normal;
	border-left: none;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding: 13px 18px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	color: #92278f;
	padding: 5px 5px;
	width: 148px;
	white-space: normal;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	color: #fff000;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 12px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #fff;
	background-color: #92278F;
	white-space: normal;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #e8a149;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #fff6ec;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #e8a149;
	line-height: 12px;
	background-color: #fff6ec;
	height: auto;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	color: #bf1e2e; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	background-color: #92278f; 
	color: #e1e4d1; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
	background-color: transparent; 
	color: #fff000; 
	text-decoration: none;
}

#houseMenuH #HouseMenuHItemHome {
	border-left: none;
}

#houseMenuH ul li#HouseMenuHCurrentItem {
	background-color: #92278f; 
	color: #fff000; 
	width: auto;
}

#houseMenuH ul li li#HouseMenuHCurrentItem {
	background-color: #92278f; 
	color: #fff000; 
	width: auto;
}

/* Container styles */

.Settings {
width: 100%;
}

.WorkPanel {
width: 100%;
}

.cleaner {
		clear:both;
		height:0px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
/* Under Construction styles */

#ucwrap {
width: 844px;
margin: 100px auto 0;
position: relative;
text-align: left;
}

#ucleft {
position: relative;
float: left;
width: 269px;
height: 232px;
}

#ucright {
background: #fff url('images/lovebird.png') no-repeat top left;
margin-left: 15px;
float: left;
width: 560px;
height: 232px;
overflow: hidden;
padding-top: 30px;
}

#ucfooter {
text-align: center;
clear: both;
}

#Cont2Head .Head {
color: #ffffff;
font-family: Georgia, 'Palatino Linotype', 'Times New Roman', Times, serif;
font-size: 24px;
}


#Cont2Body .Normal {
color: #ffffff;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
font-size: 15px;
}
