/* EcoEmission */

@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 62.5%;
	background: #005D99 url('../images/core/tile-body.jpg') 0 0 repeat-x;
}	

/* Contact */

div#contact {
	display: block;
	height: auto;
	color: #9CD2F4;
	font-size: 1.1em;
	padding: 10px;
	text-align: center;
	background: #184E71;
}

div#contact ul {
	list-style-type: none;
}

div#contact ul li {
	display: inline;
	margin: 0 20px;
}

div#contact ul li a {
	color: #9CD2F4;
	text-decoration: underline;
}	

div#contact ul li a:hover {
	text-decoration: none;
}	

/* Content */

div#content {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
}

/* Header */

div#header {
	width: 920px;
	height: auto;
	position:relative
}

/* Flash Nav */
div#header div#flash-nav {
	position:absolute;
	width:587px; height:57px;
	display:block;
	top:10px; right:10px;
}

/* Content Wrap */

div#content-wrap {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
}

div#content-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div#content-wrap {height: 1%;}
/* End hide from IE-mac */

/* Content Left */

div.content-left {
	width: 562px;
	height: auto;
	float: left;
	padding: 0 20px;
}

/* Standard */

div.standard {
	color: #FFF;
	font-size: 1.4em;
}

div.standard h1 {
	font-size: 2em;
	color: #FFF;
}

div.standard h2 {
	font-size: 1.8em;
	color: #FFF;
}

div.standard h3 {
	font-size: 1.6em;
	color: #FFF;
}

div.standard h4 {
	font-size: 1.4em;
	color: #FFF;
}

div.standard h5 {
	font-size: 1.2em;
	color: #FFF;
}

div.standard p {
	margin: 10px 0;
	line-height: 1.4em;
}

div.standard a {
	color: #9CD2F4;
	text-decoration: underline;
}

div.standard a:hover {
	text-decoration: none;
}

div.standard ul {
	margin: 10px 20px;
}

div.standard ol li {
	line-height: 1.4em;
}

div.standard ol {
	margin: 10px 20px;
}

div.standard ul li {
	line-height: 1.4em;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #045081;
}

/* Content Right */

div.content-right {
	width: 260px;
	height: auto;
	float: left;
	color: #FFF;
	font-size: 1.3em;
	padding: 0 29px;
}

div.content-right h1 {
	color: #FFF;
	font-size: 2.4em;
	line-height: 1em;
	text-transform: uppercase;
}

div.content-right h2 {
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
}

div.content-right h2 a {
	color: #9CD2F4;
	text-decoration: none;
}

div.content-right h2 a:hover {
	color: #FFF;
}

div.content-right p {
	margin: 10px 0;
}

div.content-right ul {
	margin: 10px 20px;
}

div.content-right ul li {
	line-height: 1.4em;
}

/* Eco-shot */

div.ecoshot {
	padding: 20px 0;
	border-bottom: 1px solid #045081;
}

div.ecoshot p a {
	color:#fff;
	text-decoration:none;
	margin: 0;
	padding: 5px 0 5px 80px;
	background: url('../images/core/logo-ecoshot.gif') left center no-repeat;
}

/* Mta */
div.mta {
	padding: 20px 0;
	border-top: 1px solid #045081;
	border-bottom: 1px solid #045081;
}

div.mta p {
	margin: 0;
	padding: 5px 0 5px 80px;
	background: url('../images/core/logo-mta.gif') left center no-repeat;
}

/* MRB */
div.mrb {
	padding: 20px 0;
	border-bottom: 1px solid #045081;
}

div.mrb p {
	color:#fff;
	text-decoration:none;
	margin: 0;
	padding: 5px 0 5px 5px;
}

/* Footer */

div#footer {
	display: block;
	height: 200px;
	font-size: 1.3em;
	color: #FFF;
	padding: 20px 0;
	background: #045081 url('../images/core/tile-footer.jpg') 0 0 repeat-x;
}

div#footer div {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}

div#footer p {
	margin: 20px 0;
	line-height: 1.4em;
}

div#footer a {
	color: #FFF;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

div#footer img {
	border: 0;
}