html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: white;
	position: relative;
	height: 100%;
}

div {border: 0px solid #666; margin: 0; padding: 0;}

img {
	border-style: none;
}

img .a {
	text-decoration: none;
}

div#upperbar {
	position: absolute;
	top: 30px;
	width: 100%;
	height: 175px;
	background-color: #48385A;
	margin: 0;
	padding: 0;
	z-index: 3;
}

div#lowerbar {
	position: absolute;
	top: 280px;
	width: 100%;
	height: 220px;
	background-color: #B75B00;
	margin: 0;
	padding: 0;
	z-index: 1;
}
	
div#tallbar {
	position: absolute;
	top: 0px;
	left: 125px;
	width: 750px;
	height: 100%;
	background-color: #DDD;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	z-index: 2;
}

div#ident {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 625px;
	height: 25px;
	z-index: 10;
}

div#e2elogo {
	position: absolute;
	top: 35px;
	left: 95px;
	z-index: 10;
}

div#flash {
	position: absolute;
	top: 30px;
	left: 250px;
	width: 625px;
	height: 250px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	z-index: 10;
}

div#story {
	position: absolute;
	top: 280px;
	left: 125px;
	width: 594px;
	height: auto;
	background-color: white;
	margin: 0;
	padding: 10px 15px 0px 15px;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	z-index: 10;
}

div#pullquote {
	position: relative;
	top: 10px;
	right: 0px;
	width: 420px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

div#logo {
	position: relative;
	top: -50px;
	left: 450px;
	width: 133px;
	height: 40px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

div#footer {
	position: absolute;
	bottom: -2.5em;
	left: 0px;
	width: 600px;
	height: auto;
	font-size: 70%;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #999;
	z-index: 10;
}

div#footer a {
	color: #999;
}

div#footer a:hover {
	color: #857C18;
}

div#navhldr {
	position: absolute;
	top: 250px;
	left: 128px;
	width: 125px;
	height: 220px;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 10;
}

ul#navlist {
	margin: 20px 0 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: center;
}

#navlist li {
	list-style-type: none;
	width: 125px;
	height: 25px;
	padding: 0 0 5px 0;
	margin: 0 0 0 -5px;
}

.nav_services {
width: 125px;
height: 25px;
background: url(images/nav_services.gif) no-repeat top left;
}

.nav_services a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_services.gif) no-repeat top left;
}

.nav_services a:hover {
background-position: bottom left;
}

.nav_expertise {
width: 125px;
height: 25px;
background: url(images/nav_expertise.gif) no-repeat top left;
}

.nav_expertise a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_expertise.gif) no-repeat top left;
}

.nav_expertise a:hover {
background-position: bottom left;
}

.nav_newsroom {
width: 125px;
height: 25px;
background: url(images/nav_newsroom.gif) no-repeat top left;
}

.nav_newsroom a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_newsroom.gif) no-repeat top left;
}

.nav_newsroom a:hover {
background-position: bottom left;
}

.nav_webstrategies {
width: 125px;
height: 25px;
background: url(images/nav_webstrategies.gif) no-repeat top left;
}

.nav_webstrategies a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_webstrategies.gif) no-repeat top left;
}

.nav_webstrategies a:hover {
background-position: bottom left;
}

.nav_about {
width: 125px;
height: 25px;
background: url(images/nav_about.gif) no-repeat top left;
}

.nav_about a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_about.gif) no-repeat top left;
}

.nav_about a:hover {
background-position: bottom left;
}

.nav_contact {
width: 125px;
height: 25px;
margin: 0;
padding: 0;
background: url(images/nav_contact.gif) no-repeat top left;
}

.nav_contact a {
display: block;
width: 125px;
height: 25px;
background: url(images/nav_contact.gif) no-repeat top left;
}

.nav_contact a:hover {
background-position: bottom left;
}


.news ul {
	margin: 0;
	padding: 0;
}

.news li {
	font-size: 8pt;
	margin: 0 0 0 -20px;
	padding: 1px 0;
	color: #857C18;
}

.news span {
	color: #333;
}

.smallbullets {
	font-size: 70%;
	margin-left: 30px;
	margin-top: -10px;
	padding: 0px;
}

.midbullets {
	font-size: 75%;
	margin-left: 30px;
	margin-top: -10px;
	padding: 0px;
}

.moreheight {
	margin: 30px 0;
	line-height: 1.5em;
}

a {
	color : #B75B00;
}

a:hover {
	color : #857C18;
}

ul {
	font-size: 85%;
}

h1 {
	font-size : 130%;
	color : #333;
}

h2 {
	font-size : 120%;
	color : #333;
}

h3 {
	font-size : 100%;
	color : #333;
}

h4 {
	font-size : 90%;
	color: #333;
}

h5 {
	font-size : 80%;
	font-weight: bold;
	color: #333;
}

h6 {
	font-size : 75%;
	font-weight : bold;
	color: #333;
}

p {
	font-size : 75%;
}

#news table {
	margin: 15px 0;
}

#news td {
	font-size : 75%;
}

#news th {
	font-size : 75%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}