/* *******************************

WYDF-1
******************************* */

div#sitecontainer {
	border: 1px solid #003399;

}

/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #CC0099 !important;
	background-color: #FFFFEE;
}

#main a {
	text-decoration: none;
}

#main a hover {
	color: #CC0099;
	background-color: #FFFFEE;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background-color: #A7002B;
	width: 800px;
}

#nav1 a {
	color: #ffffff;
	font-weight: 600;
	border: 2px outset #A7002B;
	width: 122px;
}

#nav1 a hover {
	border-style: inset;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: 2px !important;
	width: 122px;
}

a#contribute {
	background-color: #2A246E;
	border: 2px outset #2A246E;
}


#nav1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	background-color: #464098;
}

#nav2 a {
	font-weight: 600;
	color: #ffffff;
}

#nav2 div a {
	font-weight: 300;
	color: #003399;
}

ul.attention {
	background-color: #F4A50A;
	padding: 5px 0;
	border: 1px solid #eeeeee;
}

#nav2 ul.attention a {
	color: #003399;
}

a#special1 {
    color:  #A3231F;

}

/* *******************************

HEADERS

******************************* */

h1 {
	line-height:	110%;
	background-color: #1E2472;
	color: #ffffff;
	padding: 5px;
}

h2 {
	background-color: #1E2472;
	color: #ffffff;
	padding: 5px;
}

h3 {
	background-color: #1E2472;
	color: #ffffff;
	padding: 5px;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
	font-size: 130%;
	padding: 5px;
	padding-left: 10px;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #A7002B;
}

body.threecolumn h1 {
	line-height:	110%;
	text-align: center;
	background-color: #2A246E;
	color: #ffffff;
	padding: 5px;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	background-color: #E9EBD5;
	color: #003399;
}

#extra a {

}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}
/* *******************************
added
******************************* */

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
}

.nav li div a {
    display: block;
    width: px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}