@charset "UTF-8";
/* CSS Document                                */
/* by Codify Design Studio - codifydesign.com  */


/* --- General Styles--- */
body,h1,h3,p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #033;
}

body {
	margin: 0px;
	background-color: #6a4d4d;
	color: #A79F8B;
}

h1 {
	font-size: 36px;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #063;
	text-transform: uppercase;
}
.right_image {
	float: right;
	width: 205px;
	margin: 0px 0px 10px 30px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #060;
}


a { color: #36C; }
a:visited  { color: black; }
a:hover    {
	color: #FFF;
}



/* --- Banner Area --- */
.bannerArea {
	width: 100%;
	min-width: 980px;
	height: 190px;
	margin:0;
	background: #ffffff url(images/banner.jpg) no-repeat center top;
}
.bannerArea .container {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 35px 0px 0px 0px;
	color: black;
	font-size: 12px;
	top: 1px;
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 200px;
	height: 70px;
	/* --- background: url(images/we-energy.gif) no-repeat 0 0; ---*/
	left: 542px;
	top:194px;
	color: #063;
}
.bannerArea .container .site_date {
	position:absolute;
	left: 20px;
	top:160px;
	color: black;
	font-size: 12px;
}


/* --- Content Area --- */
.contentArea {
	width: 100%;
	margin:0;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
}
.contentArea .container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0px 25px 0px;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
	color: black;
}

.contentArea .container .left_col{
	float: left;
	width: 690px;
	padding: 0px 20px 0px 20px;
	color: #000;
}

.contentArea .container .right_col{
	float: left;
	width: 210px;	
	padding: 0px 20px 0px 20px;
}


/* --- Footer Area --- */
.footerArea{
	width: 980px;
	height: 50px;
	margin: 0 auto 0 auto;
}

.footerArea .container{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	
}
.footerArea .container p{
color: #ffffff;
}

.clear_both {
	clear: both;
}
.contentArea .container .left_col h2 {
	color: #5AB0D7;
}
