﻿/*HEADER*/
#header {
	height: 75px;
	min-height: 75px;
	border-bottom: solid 1px #000000;
	margin-bottom: 1.3em;
}

#logo{
	background: url(../img/ODE_HRLogo.gif) no-repeat top left;
	width: 145px;
	min-width: 145px;
	height: 70px;
	min-height: 70px;
	display:inline;
	float:left;	
}

#site_title h1 {
	font-size: 200%;
	font-style: italic;
	font-variant: small-caps;
	float:left;
	margin: 0;
	padding: 8px 0px 2px 0px;
}

/*NAVIGATION MENU*/
#navMenu {
	display:inline;
}

#navMenu a {
	color: #FF0000;
}

#navMenu a:hover {
	color: #000000;
}

.navMenu {
	float: left;
	padding-top: .25em;
	padding-bottom: .25em;
	display:inline;
	/*background-color: #CCCCCC;
	border-bottom: solid 1px #000000;*/
	margin-bottom: 2em;
	width: 800px;
	min-width: 800px;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.3em;
}

/*FOOTER*/
#userInfo {
	float: left;
	width: 100%;
	min-width: 100%;
	border-top: solid 1px #000000;
	/*background-color: #FF0033;-red*/
	/*background-color: #CCCCCC;*/
	font-size: .9em;
	font-weight: 600;
	padding-bottom: .5em;
	line-height: 1.3em;
	margin-top: 0;
	padding-top: 0;
	background-color: #FFFFFF;
}

#userInfo a {
	font-weight: normal;
	color: #FF0000;
}

#userInfo a:hover {
	color: #000000;
}

#pageBottom {
	 background: #8E414D;/*#f2ebda;*/
	 height: 100%;
	 min-height: 100%;
	 padding-bottom: 100%;
}
/*SEPARATE SECTIONS FROM PAGE*/
#separate {
	margin:27px 0px 5px 0px;
	border-top: solid 1px #000000;
	border-bottom: none;
	background-color: #FFFFFF;
}
