
/* ----- C O L O U R S-------- */

/* WEP Pink : #F21D85 */
/* WEP Maroon : #42032C */
/* Light brown : #DDD1BB */
/* Dark brown : #E8E1D0 */
/* Blue : #00AEEF */
/* Green : #9ACD32 */
/* Orange : #FB720E */
/* Purple : #9933FF */

/*
=MAIN NAV
---------------------------------------------------------- */

#nav_main {
margin: 0 auto 10px auto;;
padding: 0;
width: 980px;
height: 45px;
position: relative;
text-indent: -9000px;
border-bottom: 0px solid #42032C;
}

#nav_main li {
list-style: none;
display: block;
height: 45px;
position: absolute;
top: 0;
background: transparent url(/images/design_images/nav_top.png) 0 0 no-repeat;
}

#nav_main a {
display: block;
height: 45px;
}

#nav_main a:hover {
cursor: pointer; cursor: hand;
}

#nav_main #home {
left: 0; width: 84px; height: 45px; 
}

#nav_main #about {
left: 94px; width: 91px; height: 45px; background-position: -84px 0;
}

#nav_main #whatwedo {
left: 195px; width: 146px; height: 45px; background-position: -175px 0;
}

#nav_main #news {
left: 351px; width: 84px; height: 45px; background-position: -321px 0;
}

#nav_main #events {
left: 444px; width: 96px; height: 45px; background-position: -404px 0;
}

#nav_main #docs {
left: 550px; width: 135px; height: 45px; background-position: -500px 0;
}

#nav_main #links {
left: 695px; width: 96px; height: 45px; background-position: -635px 0;
}


/*-----hover states---------*/

#nav_main #home:hover {
background-position: 0 -90px;
}

#nav_main #about:hover {
background-position: -84px -90px;
}

#nav_main #whatwedo:hover {
background-position: -175px -90px;
}

#nav_main #news:hover {
background-position: -321px -90px;
}

#nav_main #events:hover {
background-position: -404px -90px;
}

#nav_main #docs:hover {
background-position: -500px -90px;
}

#nav_main #links:hover {
background-position: -635px -90px;
}

/*------visited states--------*/

#nav_main #home ul li a:visited {
background-position: 0 0;
border: 0;
text-decoration: none;
}

#nav_main a:visited {
border: 0;
text-decoration: none;
}

/*------active states--------*/

#nav_main #home-active {
left: 0; width: 84px; height: 45px; background-position: 0 -45px;
}

#nav_main #about-active {
left: 94px; width: 91px; height: 45px; background-position: -84px -45px;
}

#nav_main #whatwedo-active {
left: 195px; width: 146px; height: 45px; background-position: -175px -45px;
}

#nav_main #news-active {
left: 351px; width: 84px; height: 45px; background-position: -321px -45px;
}

#nav_main #events-active {
left: 444px; width: 96px; height: 45px; background-position: -404px -45px;
}

#nav_main #docs-active {
left: 550px; width: 135px; height: 45px; background-position: -500px -45px;
}

#nav_main #links-active {
left: 695px; width: 96px; height: 45px; background-position: -635px -45px;
}


/*
=SUB NAV MAIN
---------------------------------------------------------- */

#sub_nav_main {
margin: 0 auto 0 auto;
width: 980px;
height: 3.2em;
background: #FAFAFA;
position: relative;
border-bottom: 1px solid #ccc;
overflow: hidden;
}

#sub_nav_main ul {
margin: 0 0 0 0;
padding: 0;
position: absolute;
left: 0;
white-space: nowrap;
}

#sub_nav_main ul li {
position: relative;
top: 1em;
height: 3.2em;
padding: 0.9em 0;
display: inline;
list-style-type: none;
margin: 0 0 0 18px;
}

#sub_nav_main ul li a {
padding: 0.9em 0;
font-family: "Lucida grande", Verdana, Geneva, Calibri, Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
font-size: 1.2em;
font-weight: normal;
color: #42032C;
text-decoration: none;
border: 0;
}

#sub_nav_main ul li a:hover {
color: #F21D85;
}

#sub_nav_main ul li.active a {
color: #F21D85;
}

/*
=SIDE NAV
---------------------------------------------------------- */

/*=ABOUT-------- */

.about ul#sidenav, .adviceandguidance ul#sidenav, .healthandwellbeing ul#sidenav, .youngpeople ul#sidenav, .localpeople ul#sidenav {
margin: 0 0 1.5em 0;
padding: 0;	
}

.about ul#sidenav li, .adviceandguidance ul#sidenav li, .healthandwellbeing ul#sidenav li, .youngpeople ul#sidenav li, .localpeople ul#sidenav li {
list-style-type: none;
}

.about ul#sidenav li a, .adviceandguidance ul#sidenav li a, .healthandwellbeing ul#sidenav li a, .youngpeople ul#sidenav li a, .localpeople ul#sidenav li a {
display: block;
width: 100%;
font-family: "Lucida grande", Lucida, Verdana, Geneva, Calibri, Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
font-size: 1.2em;
/*text-transform: uppercase;*/
font-weight: normal;
color: #000;
line-height: 2;
/*letter-spacing: 0.1em;*/
border-top: 1px solid #eee;
text-indent: 1em;
text-decoration: none;
border-bottom: 0;
padding: 0;
}

.about ul#sidenav li.active a, .adviceandguidance ul#sidenav li.active a, .healthandwellbeing ul#sidenav li.active a, .youngpeople ul#sidenav li.active a, .localpeople ul#sidenav li.active a {
background: #F21D85;
color: #FFF;
font-weight: bold;
}

.about ul#sidenav li a:hover, .adviceandguidance ul#sidenav li a:hover, .healthandwellbeing ul#sidenav li a:hover, .youngpeople ul#sidenav li a:hover, .localpeople ul#sidenav li a:hover {
background: #eee;
color: #000;
}

.about ul#sidenav li.active a:hover, .adviceandguidance ul#sidenav li.active a:hover, .healthandwellbeing ul#sidenav li.active a:hover, .youngpeople ul#sidenav li.active a:hover, .localpeople ul#sidenav li.active a:hover {
background: #F21D85;
color: #FFF;
}

/*=AG-------- */

.adviceandguidance ul#sidenav li.active a  {
background: #00AEEF;
}

.adviceandguidance ul#sidenav li a:hover {
background: #E4FDFF;
}

.adviceandguidance ul#sidenav li.active a:hover  {
background: #00AEEF;
}

/*=HW-------- */

.healthandwellbeing ul#sidenav li.active a  {
background: #9ACD32;
}

.healthandwellbeing ul#sidenav li a:hover {
background: #F5FCE3;
}

.healthandwellbeing ul#sidenav li.active a:hover  {
background: #9ACD32;
}

/*=YP-------- */

.youngpeople ul#sidenav li.active a  {
background: #FA8B19;
}

.youngpeople ul#sidenav li a:hover {
background: #FBE2D1;
}

.youngpeople ul#sidenav li.active a:hover  {
background: #FA8B19;
}

/*=LP-------- */

.localpeople ul#sidenav li.active a  {
background: #886DCD;
}

.localpeople ul#sidenav li a:hover {
background: #E0DFEB;
}

.localpeople ul#sidenav li.active a:hover  {
background: #886DCD;
}

/*=SIDENAV - SUB
---------------------------------------------------------- */

ul#sidenav_sub {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 1em;
}

ul#sidenav_sub li {
line-height: 1;
margin: 10px 0px 10px 0;
padding: 0 0 0 13px;
}

.adviceandguidance ul#sidenav ul#sidenav_sub li a {
display: inline;
color: #000;
background: #FFF;
line-height: 1;
margin: 10px 0px 10px 0;
padding: 0.1em 0.5em;
border: 0;
text-indent: 0;
font-weight: normal;
}

.adviceandguidance ul#sidenav ul#sidenav_sub li.active a  {
background: #00AEEF;	
color: #FFF;
}

.adviceandguidance ul#sidenav ul#sidenav_sub li a:hover {
text-decoration: none;
color: #000;
background: #E4FDFF;
padding: 0.1em 0.5em;
}

.adviceandguidance ul#sidenav ul#sidenav_sub li.active a:hover  {
background: #00AEEF;
color: #FFF;
}

ul#sidenav_sub li:last-child {
margin: 10px 0px 15px 0;
}

/*=INDEX SECTION LINKS
---------------------------------------------------------- */

#section_links a {
position: absolute;
height: 130px;
width: 130px;
top: 31px; 
border: 0;
text-decoration: none;
border-bottom: 0;
}
  
#section_links a:visited {
border: 0;
text-decoration: none;
border-bottom: 0;
}

#section_links a:hover {
border: 0;
border-bottom: 0;
text-decoration: none;
background: 0;
}

#section_links a i {
visibility: hidden;
border: 0;
text-decoration: none;
border-bottom: 0;
}

#section_links a#hw {
top: 220px; 
left: 60px;
border: 0;
border-bottom: 0;
text-decoration: none;
}

#section_links a#ag {
top: 220px; 
left: 230px;
border: 0;
border-bottom: 0;
text-decoration: none;
}

#section_links a#yp {
top: 220px; 
left: 530px;
width: 170px;
height: 80px;
border: 0;
border-bottom: 0;
text-decoration: none;
}

#section_links a#lp {
top: 190px; 
left: 760px;
width: 170px;
height: 110px;
border: 0;
border-bottom: 0;
text-decoration: none;
}