/*
 * FILENAME:	site.css
 *
 * DESCRIPTION:	Site-wide styles that apply to all pages within the website
 */

/* Base Styles */
BODY {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 62.5%;
	margin: 0em 0em 0em 0em;
}

BR.Clear {
	clear: both;
}

H1 {
	font-size: 1.8em;
	margin: 0em 0em 0em 0em;
}

H2 {
	font-size: 1.6em;
	margin: 0em 0em 0em 0em;
}

H3 {
	font-size: 1.6em;
}

H4 {
	font-size: 1.4em;
}

A {
	color: #000000;
}

A:hover {
	color: #333366;
}


/* Banner Bar */
#BannerBar {
	margin: 0em 0.3em 0em 0em;
	padding: 1em 1em 1em 1em;
}

#evochLogo {
	float: left;
	width: 14.5em;
	height: 4.6em;
}

#Tagline {
	width: 14.2em;
	height: 1.4em;
	float: right;
	margin-top: -1em;
}

#NavLinks {
	float: right;
	font-size: 1.1em;
	margin-top: 1.5em;
	clear: right;
}

#BannerBar A:hover {
	color: #CC0000;
	text-decoration: none;
}


/* Menu Bar */
#MenuBar {
	margin-top: 0.5em;
	border-top: 0.1em solid #000000;
	border-bottom: 0.1em solid #000000;
	background-color: #CC0000;
	text-align: center;
	white-space : nowrap;
	font-size: 1.1em;
	clear: both;
}

#MenuBar UL {
	margin: 0em 0em 0em 0em;
	padding: 0.1em 0.1em 0.2em 0.1em;
	list-style: none;
}

#MenuBar UL LI {
	float: left;
	position: relative;
	width: 6em;
	padding: 0em 1em 0em 0.5em;
	display: block;
}

#MenuBar A {
	text-decoration: none;
	color: #FFFFFF;
}

#MenuBar A:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#MenuBar UL LI UL {
	display: none;
	position: absolute;
	top: 1.23em;							/* IE positioning */
	left: -0.1em;						/* IE positioning */
	width: 13em;
	background-color: #CC0000;
	border: 0.2em solid #000000;
	padding: 0.1em 1em 0em 0em;			/* top padding for IE positioning */
}

#MenuBar UL LI > UL {
	width: 14em;
	top: auto;
}

#MenuBar UL LI:hover, #MenuBar UL LI.over {
}

#MenuBar UL LI:hover UL, #MenuBar UL LI.over UL {
	display: block;
}

#MenuBar UL LI UL LI {
	width: 14.5em;
	margin-right: -0.45em;
	padding: 0.3em;
	white-space : normal;
	text-align: left;
	border-bottom: 0.2em solid #000000;
}

#MenuBar UL LI UL LI A {
	text-decoration: none;
}

#MenuBar UL LI UL LI.Last {
	border-bottom: 0em solid #000000;
}

#MenuBar UL LI UL > LI {
	margin-right: 0em;
}

#MenuBar UL LI UL LI:hover, #MenuBar UL LI UL LI.over2 {
}


/* Footer */
#Footer {
	border-top: 0.1em solid #000000;
	font-size: 0.9em;
	line-height: 150%;
	text-align: right;
	padding-right: 1em;
}

#Footer A {

}

#Footer A:hover {
	text-decoration: none;
	color: #CC0000;
}