﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

body 
{
	background-color:#555555;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.HomeLinks
{
	text-align:right;
}

.MainWnd 
{
	position:relative;
	background-color:#EAF1FE;
	width:775px;
	padding:10px 10px 10px 10px;
	text-align:center;
	margin:0px auto 0px auto;
	BACKGROUND-IMAGE:url(BackGrad.png);
	background-repeat:repeat-x;
}

.header 
{
	padding:10px px 10px 0px;
}

.SeporatorBar 
{
	position:relative;
	float:left;
	background-color:White;
	text-align:left;
	min-height:618px;
}

#ContentPane 
{
	position:relative;
	float:left;
	text-align:left;
	min-height:578px;
	/*padding-left:10px;*/
}

.MenuHolder
{
	
	position:relative;
	padding:0px 0px 0px 0px;
	width:757px;
	background-color:white;
	BACKGROUND-IMAGE:url(MenuBackground.png);
	margin:0px auto 0px auto;
	background-repeat:repeat-y;
	z-index:5;
	border-bottom:1px #4F7A81 solid;
	border-right:1px #4F7A81 solid;

}

.logo
{
	
	position:absolute;
	z-index:10;
	top:10px;
	left:18px;
}

/*
#LeftMenu
{
	position:relative;
	float:left;
	left:25px;
}
*/
.banner
{
	position:absolute;
	z-index:5;
	top:10px;
	left:18px;
}

.bannerspacer
{
	height:135px;
}

/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

/* root-level menu list (UL) */
ul.AvastoneCssMenu {
    position: relative;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    z-index: 99999;
}

/* submenu lists (ULs) */
ul.AvastoneCssMenu ul {
    position: absolute;
	z-index: 999999;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
}

/* menu items */
ul.AvastoneCssMenu li {
    position: relative;
    list-style: none;
    float: left;
	/* display: inline;  */
	width: auto;
	_width: 1%;
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
}

ul.AvastoneCssMenu li li {
	width: 100%;
	white-space: normal;
}

/* menu item links */
ul.AvastoneCssMenu a,  
ul.AvastoneCssMenu span {
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul {
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul {
	left: 166px;
	top:3px;
    visibility: visible;
    _display: block;
}

.ArrowPointer {
	cursor: default;
}

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#MainMenu { 
	position:relative;
	float:left;
	padding:20px 0px;
	margin:0px;
	list-style:none;
	display:block;
	width:179px;
	height:577px;
	BACKGROUND-IMAGE:url(LeftMenu.png);
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul {
	border: solid 1px #456;
	background-color: #789;
}

/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li 
{
	padding:3px;
	height:21px;
	display:block;
	line-height:21px;
	margin:0 auto; 
	text-align:center;
}

/* nested menu items */
ul#MainMenu li li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a,  
ul#MainMenu span {
	BACKGROUND-IMAGE:url(MenuButtonUP.png);
	width:154px;
	height:21px;
	display:block;
	line-height:21px;
	margin:0 10px; 
	text-align:center; 
	text-decoration:none;
}

/* nested menu item links */
ul#MainMenu ul a,  
ul#MainMenu ul span {
}

/* hovered menu item links */
ul#MainMenu li a:hover {
	BACKGROUND-IMAGE:url(MenuButtonDOWN.png);
	color:Black;
}

/* hovered nested menu item links */
ul#MainMenu li li a:hover {
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul {
	width: 179px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul {
	left: 160px;
	top: 0;
}

ul#MainMenu a.MenuRootBranch {
}

ul#MainMenu a.MenuItemBranch {
}

ul#MainMenu li a.MenuItemCurrent {
	BACKGROUND-IMAGE:url(MenuButtonDOWN.png);
	color:Black;
}

ul#MainMenu a.MenuItemBreadcrumb {
}

ul#MainMenu li.rootSeparator {
}

ul#MainMenu li.subSeparator {
}

ul#MainMenu li.leftCap {
}

ul#MainMenu li.rightCap {
}


.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

.hr
{
	background-color:Aqua;
	height:3px;
	width:auto;
}

.contentbackground
{
	background-color:White;
	min-height:618px;
}




























































