body {
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #CCC;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}

body > html {
	font-size: 1em;
}

/* ----------------- Element rules ----------------- */

h1, h2, h3, h4, h5, h6, p, ul, li, form, fieldset {
	margin: 0;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #23408E;
}

h1 {
	font-size: 1.3em;
	padding: 5px 0 8px 0;
}

h2 {
	font-size: 1.1em;
	padding: 2px 0 6px 0;
}

p {
	line-height: 1.2em;
	font-size: .9em;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	padding: 5px 0 6px 0;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: 0;
}


p.bottom_shadow {
	clear: both;
	float: none;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(images/footer-bar.gif) bottom center no-repeat;
	padding: 0 0 0 0;
	margin: 0 auto 15px auto;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}


/*----------------WRAPPER----------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFF url(images/ess-fullwidthbg.gif) repeat-y;
}

/*----------------HEADER----------------*/

#header p {
	margin: 0;
	padding: 0;
}

/*----------------NAVIGATION----------------*/

#navigation {
	width: 200px;
	display: inline;
	float: left;
	overflow: hidden;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	font-size: 95%;
}

#navigation ul {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	width: 220px;
	height: 30px;
	margin-bottom: 2px;
	padding-right: 10px;
	overflow: hidden;
}

#navigation ul a {
	display: block;
	width: 200px;
	height: 25px;
	margin-bottom: 5px;
	padding-right: 10px;
	background-color: #999;
	font-weight: bold;
	color: white;
	text-align: right;
	line-height: 25px;
	text-decoration: none;
	overflow: hidden;
}

#navigation ul a:hover {
	background-color: #23408E;
}

#navigation p {
	margin: 0;
	padding-bottom: 3px;
}

/*----------------MIDDLE----------------*/

#middle {
	width: 435px;
	display: inline;
	float: left;
	padding-left: 35px;
	padding-right: 10px;
	overflow: hidden;
}

#middle h1 {
	margin: 0;
	padding: 0;
	color: #23408E;
}

#middle p {
	margin: 0;
	padding-bottom: 3px;
	line-height: 1.6em;
}

#middle ul {
	margin-top: 10px;
	padding: 0;
	list-style-type: disc;
}

#middle ul li {
	width: 435px;
	height: 14px;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 5px;
	margin-left: 50px;
}


/*----------------RIGHT----------------*/

#right {
	width: 240px;
	display: inline;
	float: left;
	background-color: #d8d9eb;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

#right ul li {
	width: 240px;
	height: 14px;
	font-size: .9em;
	margin-bottom: 5px;
	margin-left: 20px;
}

#right h1 {
	font-size: 1.3em;
	padding: 18px 0 8px 0;
}

#right h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 6px 0;
	line-height: 1.3em;
	color: black;
}


/*----------------FOOTER----------------*/

#footer {
	clear: both;
	width: 950px;
	padding: 5px 0 5px 0;
	font-size: .8em;
	height: auto;
	background-color: #23408E;
	color: white;
	text-align: center;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footer p {
	line-height: 1.75em;
	font-size: .9em;
}


