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

Orchid customstyles.css, Version 1.0
EXAMPLE FILE
CSS by ppk; April 2004
http://www.quirksmode.org

democratic.css contains the main styles

navstyles.css contains a few extra styles that should only work when the browser
supports enough JavaScript for the foldout menus

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

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

BOTH NAVIGATIONS - 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;
}


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

TOP NAVIGATION

ISSUE: Nav height.

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

#nav1 {
	background-color: #A7002B;
}

#nav1 a {
	color: #ffffff;
	font-weight: 600;
	border: 4px solid #A7002B;
}

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

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: none !important;
}

a#contribute {
	background-color: #333399;
	border: 4px solid #333399;
}


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

LEFT NAVIGATION

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


#nav2 {
	background-color: #464098;
}

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

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

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

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

HEADERS

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

h1 {
	color: #FFFFFF;
	margin-right: 0;
}

h2 {
	color: #FFFFFF;

}

h3 {

}

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

HEADERS HOME

For Alert Messages and Features

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

.homealertmsg h2, .homefeature h2 {
	background-color: #1E2472;
	padding: 5px;
	color: #ffffff;
}

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

EXTRA

Third column, if any. 

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

#extra {
	background-color: #cccccc;
}
