* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;	
}

body {
	font: 0.75em/1.4 Verdana, Arial, sans-serif;
	margin: 0; padding: 0;
	text-align:center;
	background: #e2cd86 url("/ezstatic/data/oleet/i/bg-body.gif") repeat-x left top;
	color: #f7eecf;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 2.0em;
	line-height: normal;
}

h2 {
	font-size: 1.8em;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
	font-weight: normal;
}

h3 {

	font-size: 1.6em;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
	font-weight: normal;
}

.mlsrightcol h2,
.mlsrightcol h3 {
	clear: none;
}

h4 {

}

p {
	margin: 14px 0;
}

a {
	color: #f7eecf;
	outline: 0;
	text-decoration: none;
	border-bottom: 1px solid #f7eecf;
}

a:hover {
	background: #f7eecf;
	color: #57645a;
}

a img {
	border: 0;
}

#leftbar a {

}


table {
	margin: 20px auto;
}

th {
	background: #333;
	color: #fff;
	padding: 4px;
}

td {
	vertical-align: top;
	padding: 4px;
}

.clearboth {
	clear: both;
}

.redtext {
	color: #c00;
	font-weight: bold;
}

div#ezarticleviewtpl ul {
	margin-left: 40px;
}

.smaller {
	font-size: 80%;
	display: block;
}

img#logoforprint {
	display: none;
}

fieldset,
legend {
	border: 1px solid #f7eecf;
}

legend {
	padding: 4px;
	margin-left: 20px;
}

fieldset form {
	width: 90%;
	margin: 10px auto;
}

.required {
	font-size: .80em;
}

.lnk-backtotop {
	text-align: right;
	font-style: italic;
	font-size: .85em;
}

/*
	SITE WRAPPERS
	-------------
*/

#sitewrapper {
	width: 655px;
	width: 799px; /* adding 1 inch to both sides - 144px extra - mn */
	min-height: 100%;
	margin: 0 auto;
	background: transparent url("/ezstatic/data/oleet/i/wide-bg-content.png") repeat-y top left;
	text-align: left;
	position: relative;
}

* html #sitewrapper {
	height: 100%;	
}

#backgroundimagehack {
	background: transparent url("/ezstatic/data/oleet/i/wide-bg-content-top.gif") no-repeat left 123px;
}
#contentwrapper {
	background: #57645a url("/ezstatic/data/oleet/i/wide-masthead.jpg") no-repeat left 123px;
	width: 623px;
	width: 768px;
	padding: 380px 0 20px;
	padding: 440px 0 20px;
	margin: 0 auto;
}

#contentinner {
	width: 95%;
	margin: 0 auto 20px;
}

/*
	HOMEPAGE
	--------
*/

#home h1 {
	display: none;
}

#home #contentinner {
	padding: 30px 0;
	padding: 0;
	text-align: center;
}

/*
	LOGO
	------------
*/

#sitename {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 655px;
	width: 799px;
	height: 123px;
	background: #e2cd86 url("/ezstatic/data/oleet/i/bg-body.gif") repeat-x left top;
}

#sitename a {
	display: block;
	background: transparent url("/ezstatic/data/oleet/i/logo-oleet.gif") no-repeat left top;
	text-indent: -999em;
	width: 317px;
	height: 51px;
	position: absolute;
	top: 44px;
	left: 168px;
	left: 241px;	
}

/*
	NAVBAR
	------------
*/

ul#navbar {
	margin: 0;
	padding: 0;
}

#navbar {
	background: #57645a url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat left top;
	width: 425px;
	height: 42px;
	position:absolute;
	left: 16px;
	left: 187px;
	top: 123px;
	position: relative;
	list-style: none;
	z-index:100;
}


#navbar li {
	list-style: none;
	position: absolute;
	top: 0;
	z-index: 200;
}

ul#navbar li,
#navbar a {
	height: 42px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#navbar li a {
	text-indent: -9999px; 
	text-decoration: none;
	outline: none;
	border-width: 0;
}

#nb0 { left: 0; width: 65px;}
#nb1 { left: 72px; width: 62px;}
#nb2 { left: 143px; width: 86px;}
#nb3 { left: 238px; width: 87px;}
#nb4 { left: 334px; width: 91px;}

#nb0 a:hover { background: transparent url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat 0 -42px; }
#nb1 a:hover { background: transparent url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat -72px -42px; }
#nb2 a:hover { background: transparent url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat -143px -42px;}
#nb3 a:hover { background: transparent url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat -238px -42px;}
#nb4 a:hover { background: transparent url("/ezstatic/data/oleet/i/wide-navbar.gif") no-repeat -334px -42px;}

/* dropdowns */

ul#navbar li ul {
	position: absolute;
	left: -9999em;
	width: 190px;
	margin: 0;
	padding: 0 0 6px;
	background: #2a5a8b;
	background: #57645a;
	-moz-box-shadow: 0px 0px 5px #333; /* Firefox */
	-webkit-box-shadow: 0px 0px 5px #333; /* Safari, Chrome */
	box-shadow: 0px 0px 5px #333; /* CSS3 */
}


ul#navbar li:hover ul, 
ul#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 100%; /* ie 7 sticky windows */
}

ul#navbar li:hover ul li a, 
ul#navbar li.sfhover ul li a {
	background: transparent !important;
}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
}


ul#navbar li ul li a {
	font-size: 90%;
	font-weight: bold;
	text-indent: 0;
	background: #57645a;
	display: block;
	min-height: 20px;
	padding: 0 2px 0 16px;
} 

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}

ul#navbar li ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

ul#navbar ul li ul {
left: -999em !important;
}
ul#navbar ul li:hover ul, 
ul#navbar ul li.sfhover ul{
	top: 0;
	left: 290px !important;
	top: -5px; /* ie 7 sticky windows */
	z-index: 150;

}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
}


ul#navbar li ul li a {
	text-indent: 0px;
	font-weight: bold;
	text-indent: 0px;
	background: transparent;
	display: block;
	min-height: 20px;
	padding: 0 2px 0 10px;
	color: #f7eecf;
}

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}



/* for crappy browsers */
* html ul#navbar li ul li, * html ul#navbar li ul li a {  

}

/*
	FOOTER
	------------
*/
#footer {
	text-align: center;
	padding-bottom: 100px;
	font-size: .8em;
}

#footer a {
	color: #f7eecf;
	text-decoration: none;
	border-width: 0;
}

#footer .sitename {
	/*
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	display: block;
	text-align: left;
	margin: auto;
	width: 88px;
	height: 10px;
	text-indent: -999em;
	background: transparent url("/ezstatic/data/oleet/i/footer-oleet.gif") no-repeat left top;
	padding: 0;
}

p#usmtag {
	position: relative;
	width: 660px;
	width: 799px;
	height: 0;
	margin: 0 auto;
	padding: 0;
}

#usmtag a {
	position: absolute;
	width: 13px;
	height: 213px;
	background: transparent url("/ezstatic/data/oleet/i/usmtag.png") no-repeat left top;
	right: 0;
	bottom: 10px;
	text-indent: -999em;
	border: 0;
}


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

#footer-links {
position: absolute;
bottom: 0;
left: 0;
list-style: none;
margin: 0;
padding: 0;
font-size: smaller;
height: 40px;
}

#footer-links li {
position: absolute;
width: 240px;
top: 0;
}
#footer-links #securities {
left: 27px;
white-space:nowrap;
}

#footer-links #businesscontinuity {
left: 522px;
text-align: right;
}

