/* CSS Document */


/*LINK COLOR*/
a {
color:#1881ac;
}
/* H2 COLOR */
h2, .contentheading {
color:#004c72;
}
/* TOP DIV LINK COLOR */
#top a {
color:#0499e5;
}

/*TOP MENU ITEM BORDER COLOR*/
#nav ul.menu a:hover, #nav ul.menu li#current a{
border : 1px solid #53bdf4;
border-bottom : none;
}

/*SIDE MENU LINK COLOR*/
#left ul.menu a{
border-bottom : 1px solid #2b90b9;
}
#left ul.menu a:hover, #left ul.menu li#current a{
background-color : #2b90b9;
}

/* SUB MENU BACKGROUND COLOR */
#left .moduletable table tbody tr td div {
background-color : #dfab3b;
border-bottom : 1px solid #e3b553;
}

/*SEARCH BUTTON BORDER AND FONT COLOR */
#search .button {
background:url(../images/blue/button.png) top left repeat-x;
border : 1px solid #d87d0b;
color : #d4e9f4;
}
/* BACKGROUND COLOR FOR DIVS IN LEFT COLUMN */
#left .moduletable, #left .moduletable_menu {
background-color : #1881ac;
}

/* H3 COLOR FOR GREY DIVS IN LEFT COLUMN */
#left .moduletable-grey h3 {
color : #1881ac;
}

/* H3 COLOR FOR DIVS IN RIGHT COLUMN */
#right .moduletable h3 {
background-color : #1881ac;
}

/* H3 COLOR IN BOTTOM DIV */
#bottom h3 {
color : #f8b920;
}


/*images*/

li{background:url(../images/blue/bullet.png) 0px 6px no-repeat;
}

ul.menu li{
background:none;
}

#nav{
margin-top:16px;
width:100%; position:relative;
background:url(../images/blue/nav.png) top left repeat-x;
}

#user4{
background:url(../images/blue/pathway.png) top left repeat-x;
}

#wrapper{
background:url(../images/blue/gradient.png) top left repeat-x;
}
#left .moduletable h3, #left .moduletable_menu h3{
background:url(../images/blue/h3_left1.gif) top left repeat-x;}

#bottom li a{
background:url(../images/blue/bullet-yellow.png) 0px 6px no-repeat;
}
#left ul.menu a{
background:url(../images/blue/mainlevel.gif) no-repeat;
background-position:3px 6px;
}

#left ul.menu a:hover, #left ul.menu li#current a{
background:#2b90b9 url(../images/blue/active.gif) no-repeat;
background-position:3px 6px;
}
#nav ul.menu a:hover, #nav ul.menu li#current a{
background:url(../images/blue/nav_active.png) top left repeat-x;
}

/*sublevel menu*/

/*
#nav ul.menu li ul{
background-color:#e10404;/*background colour of the sublevel panel 
border:#f97171 1px solid;/*border of the sublevel panel 
border-bottom:none;
}

#nav ul.menu li li{
border-bottom:#f97171 1px solid;
}

#nav ul.menu li li:hover,#nav ul.menu li li.sfhover{
background-color:#f14848;} 

*/


