/*Ener-Tec Skin CSS file */


	/* SmartLink Starts */

	Default stylesheet for LIGHT MenuLink template

*/

/* item in NORMAL state */

/* main back color */
.TopMenuItem
{
	background-color: transparent;
	padding: 2;
	margin-left: 8px;
}

/* main text color */
.TopMenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF69B4;
	border: 0px;
}

/* item in ACTIVE state */

/* main back color mouseover*/
.TopMenuItemActive
{
	background-color: transparent;
	cursor: default;
	padding: 2;
	margin-left: 8px;
	border: 0px;
}

/* main text color mouseover*/
.TopMenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #DDA0DD;
	}


.TopMenuItemSelected
{
	background-color: Transparent;
}

.TopMenuItemSelected #item
{
	color: #990000;
}

.TopMenuItemExpanded 
{
	background-color: #DEDBD6;
	border-style: solid;
	border-color: #A5A6A5;
}

.TopMenuItemExpanded #item
{
	color: black;
}

/* item in SELECTED state */


/* DISABLED item */



.MenuTopLevel 
{
}

/* separator */

.dnnItemSeparator
{
	background-color: yellow;
}

/* surrounding html */

.dnnLevel 
{
}

/* items container */

.dnnContainer 
{
}

.dnnPopupContainer {}








.MenuItem 
{
	background-color: Purple;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: #31659C;
	border-right-color: #000031;
	border-top-color: #31659C;
	border-bottom-color: #000031;
}

.MenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemDisabled 
{
	background-color: silver;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-bottom-color: silver;
}

.MenuItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: gray;
}


.MenuItemActive
{
	background-color: #C71585;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: white;
	border-right-color: #003063;
	border-top-color: white;
	border-bottom-color: #003063;
	
}

.MenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemSelected
{
	background-color: #CE0000;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: #FF6563;
	border-right-color: #630000;
	border-top-color: #FF6563;
	border-bottom-color: #630000;
	
}

.MenuItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.menuspacer {
	padding-right: 8px;
	padding-left: 8px;
	}
	
	/* SmartLink Ends */

/* CoolMenu Code*/

/* CoolMenus 4 - default styles - do not edit */
	.clCMAbs{
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0;
	}
/* CoolMenus 4 - default styles - end */
  
.clBar{
/*Style for the background-bar (behind everything)*/
	position:absolute; 
	width:10; 
	height:10; 
	background-color: ; 
	layer-background-color:; 
	visibility:hidden
	}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
/* Main Container */
	position:absolute; 
	padding:2px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	}
	
.clLevel0{
/* Text & Background of Main Container */
	background-color: transparent; 
	layer-background-color:transparent;
	background-image: url(graphics/button.gif);
	color: White;
	}
	
.clLevel0over{
/* Mouseover for Main Container */
	background-color: transparent; 
	layer-background-color:transparent; 
	background-image: url(graphics/button.gif);
	color: #FFD700; 
	cursor:pointer; 
	cursor:hand; 
	}
.clLevel0border{
/* Border for Main Container */
	position:absolute; 
	visibility:hidden; 
	background-color: transparent; 
	layer-background-color:transparent
	}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
/* Sub-Level Menu Container */
	position:absolute; 
	padding:2px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	}
	
.clLevel1{
/* Sub-Level Menu Background Color and Text Color */	
	background-color: transparent; 
	layer-background-color: transparent;
	color: #FFFFE0;
	}

.clLevel1over{
/* Sub-Level Mouseover */	
	background-color: transparent; 
	layer-background-color: transparent;
	color: #FF1C1C;
	cursor:pointer; 
	cursor:hand; 
	}
	
.clLevel1border{
/* Sub-Level Menu Border */	
	position:absolute; 
	visibility:hidden; 
	background-color: #FFA500; 
	layer-background-color:#006699
	}

/*Styles for level 2*/
.clLevel2, .clLevel2over{
/* Sub-Level 2 Menu Container */
	position:absolute; 
	padding:2px; 
	font-family:tahoma,arial,helvetica; 
	font-size:10px; 
	font-weight:bold
	}
	
.clLevel2{
/* Sub-Level 2 Menu Background Color and Text Color */	
	background-color:Navy; 
	layer-background-color:Navy; 
	color:white;
	}
	
.clLevel2over{
/* Sub-Level 2 Mouseover */	
	background-color:#0099cc; 
	layer-background-color:#0099cc; 
	color:Yellow; 
	cursor:pointer; 
	cursor:hand; 
	}
	
.clLevel2border{
/* Sub-Level 2 Menu Border */	
	position:absolute; 
	visibility:hidden; 
	background-color:#006699; 
	layer-background-color:#006699
	}

/* End of CoolMenu Code*/


.hugeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;


}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
}
.miniheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.niceheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-decoration: none;
	font-weight: bold;

}
.largequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.fineitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;

}
.finetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
.finebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.doublelinebox
{
	border: 3px double;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	width: 366px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	}
.minipara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* ================================
    CSS STYLES FOR Module HouseMenu
   ================================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	border: solid 1px #999;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 144px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	position : relative;
	float : left;
	width: 136px; /* width needed or else Opera goes nuts */
	_width: 144px; /* width recognized by IE only to handle box model issues */
	line-height : 18px;
	margin: 0;
	padding: 0;
	border: 0;
}

#houseMenuV li ul { /* second-level lists */
	position : absolute;
	left: -9999px;
	margin-left : 144px;
	margin-top : -21px;
	border: solid 1px #999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display : block;
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	color : #333;
	font-weight : bold;
	text-decoration : none;
	background-color : #eee;
	padding: 1px 4px 2px 4px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV li a:hover {
	color : white;
	background-color : #369;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}


/* Horizontal Menu */
#houseMenuH, #houseMenuH ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	white-space: nowrap;
}

#houseMenuH a {
	display: block;
	color : #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	background-color : #eee;
	padding: 1px 6px 2px 6px;
}

#houseMenuH li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

#houseMenuH li a:hover {
	color : white;
	background-color : #369;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 160px;
	_width: 162px; /* width recognized by IE only to handle box model issues */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 999;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 160px;
	white-space: nowrap;
}

#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;
}

#houseMenuH li li { /* all items under the top level */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuH li li a { /* all item links under the top level */
	width: 148px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}



/* Applied to all unordered lists within the div named "houseMenuVertical" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 144px;
}

/* Applied to all list items within the div named "houseMenuVertical" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #003366;
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	_width: 144px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #336699;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: #6699cc;
	width: 132px;
	_width: 144px;
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #6699cc;
	width: 126px;
	_width: 144px;
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #6699cc;
	width: 120px;
	_width: 144px;
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	font-weight: normal;
	width: 114px;
	_width: 144px;
}

.ArrowPointer
{
	cursor: default;
}

