﻿/********** WOLFEworks Content pages - Specific Styles ************/

/********** WOLFEworks Content pages - Main Menu ************/

#menuContainer {
	width: 100%;
	height: 30px;
	padding: 0px;
	background: #ffffff;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background: url("../images/menus/menu_bg.gif") repeat-x; 
	}

#menuInner {
	width: 900px;
	height: 30px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.menuList {
	width: 900px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
.menuList ul {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 99;
	list-style-type: none;
	list-style:none;
	}
	
.menuList ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 99;
	list-style:none;
	position: relative;
	display: inline;
	float: left;
	}
		
.menuList ul li a { 
	margin: 0px;
	padding: 7px 12px 8px 12px;
	float: left;
	color: #2a2728;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	background: url('../images/menus/menuItemWolfe_bg.gif') no-repeat top left;
	}
	
.menuList ul li a:hover {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	
/** Active page markers **/
	
body#sitemap #treemenu1 li#sitemap a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#policies #treemenu1 li#policies a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#extranet #treemenu1 li#extranet a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#contact #treemenu1 li#contact a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#whitePages #treemenu1 li#whitePages a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	
body#joinUs #treemenu1 li#contact a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#news #treemenu1 li#news a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

body#about #treemenu1 li#about a {
	text-decoration: none;
	background: url('../images/menus/menuItemsWolfe_over.gif') repeat-x 0 0; 
	}
	

/********** WOLFEworks Content pages - Main Menu - Sub level styles ************/
	
/*1st sub level menu*/
.menuList ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #ffde00;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.menuList ul li ul li{
	display: list-item;
	float: left;
	}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menuList ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	padding: 0px 0px 0px 0px;
	top: 0;
	margin: -1px 0px 0px 0px;
	}

/* Sub level menu links style */
.menuList ul li ul li a{
	display: block;
	text-decoration: none;
	padding: 2px 5px;
	width: 130px; /*width of sub menu levels*/
	}

.menuList ul li ul li a {
	padding: 8px 0px 8px 12px;
	background: #f6f6f6;
	border-bottom:1px solid #ffffff;
	}
	
.menuList ul li ul li a:hover{
	color: #ffffff;
	background: #ffde00;
	}

/*Background image for subsequent level menu list links */
.menuList ul li .subfoldericon{
	background: #f6f6f6 url('../images/menus/dropDownSignage_icon.gif') repeat-y right 50%;
	}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}
	
/* Holly Hack for IE \*/
* html .menuList ul li { float: left; height: 1%;}
* html .menuList ul li a { height: 1%;}
* html .menuList ul li ul li { float: left;}
/* End */
	
/********** WOLFEworks Content pages - Footer ************/

#footerInner {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 48px;
	border-top: 7px solid #0067b1;
	}
	
#footerInner a {
	color: #757575;
	text-decoration: none; 
	}

#footerInner a:hover {
	color: #565656;
	text-decoration: underline; 
	}
	
#footerInner {
	color: #0067b1;
	}
		
/********* WOLFEworks Content pages - Content styles s********/
	
.boxPadding h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 2.0em;
	font-weight: normal;
	/*letter-spacing: -0.2px;*/
	color: #0067b1;
	}
	
.boxPadding table h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	/*letter-spacing: -0.2px;*/
	color: #0067b1;
	}
	
.boxPadding h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}
	
.boxPadding a {
	color: #0067b1;
	text-decoration:none; 
	}

.boxPadding a:hover {
	text-decoration: underline;
	}
	
.boxPadding .plainLinks a {
	color: #4c4c4c;
	text-decoration:none; 
	}

.boxPadding .plainLinks a:hover {
	text-decoration: underline;
	}