﻿/* 
WICT REDESIGN - 5/2009
To make the wrapper service work well we need to just include header
related css in this file.
This will be included in the wrapper call

/* header */
#headerLayout { width: 940px; height: 182px; position: relative; background: url(/design/Wict_BannerBack.gif) top right no-repeat; }
#logoLayout { position: absolute; top: 0; left: 0; }
#logoLayout img { border: 0; }
#toolsLayout { position: absolute; top: 3px; right: 2px; color: #fff; font-size: 90%; }
#toolsLayout a { color: #fff; text-decoration: none; font-weight: bold; }
#toolsLayout a:hover { text-decoration: underline; }
#toolsLayout table, #toolsLayout div, #toolsLayout span, #toolsLayout a { display: inline; }
#searchLayout { position: absolute; top: 55px; right: 20px; }
#searchLayout input { font-size: 11px; padding: 2px; font-family: Arial, Helvetica, sans-serif; color: #666; border: 1px #acacac solid; }
#membersLayout { position: absolute; top: 105px; right: 20px; }
#membersLayout h4 { display: inline; font-size: 90%; font-family: Arial, Helvetica, sans-serif; }


/* primary navigation */
#globalNavLayout { width: 788px; margin: 0 10px 0 auto; color: #000; position: relative; z-index: 10;  }
.globalNav { width: 100%; }
.globalNavItem { text-align: center; font-weight: bold; font-size: 100%; }
.globalNavItem a { display: block; padding: 10px 5px; color: #000; }
.globalNavItem a:hover { background: #ae0000; color: #fff; }
.globalNavItemHover { }
.globalNavItemActive a { color: #ae0000; }
.globalNavMenu { width: 225px; background: #bdbdbd url('/design/menuBg.jpg') top repeat-x !important; }
.globalNavMenu table { width: 100%; }
.globalNavMenuItem { border-bottom: 1px #666 dotted; font-size: 95%; }
.globalNavMenuItem a { display: block; padding: 6px 5px 6px 25px; background: url('/design/bulletTriangle.png') no-repeat; background-position: 5px 7px; }
.globalNavMenuItem a:hover { text-decoration: underline; }


/* secondary navigation */
#currentNavTitle { padding: 5px 10px; }
#currentNavTitle h1.pageTitle { margin: 0; margin: 5px 0; font-size: 130%; }
#currentNavLayout { }
.currentNav { width: 100%; margin-left: 10px; }
.currentNavHeaderMenu { }
.currentNavHeader {  }
.currentNavHeader a { display: block; padding: 3px 5px 3px 0; color: #000; font-weight: bold; }
.currentNavHeader a:hover { text-decoration: underline; }
.currentNavHeaderActive { font-weight: bold; }
.currentNavMenu2 {  font-size: 90%; }
.currentNavItem1 {  }
.currentNavItem1 a { display: block; padding: 3px 5px 3px 15px; color: #333; }
.currentNavItem1 a:hover { text-decoration: underline; }
.currentNavItemActive { font-weight: bold; }



