@charset "utf-8";
body {
	font-size: 12px;
	font-family:"trebuchet MS";
	line-height: 14pt;
	background:#F5F5F5;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}

body#home a#homenav,
body#about a#aboutnav,
body#puketiro a#puketironav,
body#news a#newsnav,
body#links a#linksnav,
body#faq a#faqnav,
body#contact a#contactnav,
body#wind a#windnav {
	color: #f90;
	font-weight:bold;
	cursor: crosshair;
}

h1 {
	font-size: 1.5em;
	color:#F37421;
}	

h2 {
	font-size: 1.3em;
	color:#666666;
}


.smalltxt {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}	

.superscript {
vertical-align: super;
font-size:8px;
color:#FF0000;
font-weight:bold;
 } 

.redtxt {
color:#FF0000;
}

.verdana_wh {
color:#FFFFFF;
}

.verdana_wh:link {
	color:#0000FF;
	text-decoration:underline;
}

a:link, .bodyTextOver {
	font-family:"trebuchet MS";
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	font-family:"trebuchet MS";
	color:#0000FF;
	text-decoration:none;
}

a:hover, .bodyTextOver {
	background-color:#FFCC99;
}

a:active {
	text-decoration:underline;
}

a.nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height: 14pt;
}

a.nav:link, .bodyTextOver {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

a.nav:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

a.nav:hover, .bodyTextOver {
	color: #ffffff;
}

a.nav:active {
	color: #000000;
}

a.nav_wh {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccccccc;
	text-decoration:none;
	line-height: 14pt;
}

a.nav_wh:link, .bodyTextOver {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E4E4E4;
	text-decoration:none;
}

a.nav_wh:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E4E4E4;
	text-decoration:none;
}

a.nav_wh:hover, .bodyTextOver {
	color: #333333;
}

a.nav_wh:active {
	color: #000000;
}

img{
	border: 0px;
	border-style: none;
}

.FloatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}

.FloatRightImg { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	margin-right:0px;
}

.FloatLeftImg { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	margin-right:0px;
}


.FloatRight#logo { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.FloatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.#leftColumn { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 177 px;
}

.#midColumn { /* this class can be used to float an element left in your page */
	float: right;
	margin: 177px; 0px; 0px; 0px; 
	background-color:#CCCCCC;
}

.#rightColumn { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
	width: 500 px;
}

.ClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 776px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Header {
	font-family: "trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color:#F37421;
}
.subHeader {
	font-family: "trebuchet MS";
	font-size: 16px;
	color:#999999;
	font-weight:bold;
}
.caption_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.oneColFixCtr #footer {
	border-top:dotted #CCCCCC 1px;
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#intro {
width: 750px;
padding:10px;
border-bottom:#CCCCCC dotted thin;
}

#leftCol {
padding: 0 20px;
padding-right: 20px;
width: 360px;
margin-top: 5px;
border-right:#CCCCCC dotted thin;
}


.navdropdown#navdrop {
	background-color: #8D6741;
	padding: 3px;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	visibility: hidden;
}


.titleTxt {
	font-size: 22px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color:#FF6600;
	text-shadow: #666666 5px 5px 5px;
}

}	

#logo {
	float: left;
	width:120px;

}

#logoText {
	margin-left:120px;
	float: left;

}

#powerTextImg {
	float: right;
	margin-top:30px;
}
	

#mainContentWrapper {
	width:756px;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	background-image:url(/images/RESAustralia/wrapper_bck.gif);
	background-repeat:repeat-y;

}

#addressCol {
	float: left;
	width: 139px;
	padding-top:15px;
	padding-left: 4px;
	padding-right:5px;
	text-align:left;
	
}

#greyPanel {
	position:relative;
	float: left;
	width:150px;
	background-image:url(/images/RESAustralia/bck_gy.gif);
	padding-top:15px;
}
	
#mainTextArea {
	float: right;
	width:430px;
	margin-left:5px;
	padding-top: 10px; 
	padding-right: 15px; 
	text-align:left;
}

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}#home #container #headerLogos {
	margin-bottom:3px;
	margin-top:7px;
}


#sunsetback {
	margin-left: 170px;
	margin-right:0px;
	padding-right: 20px;
	padding-top:10px;
	background-repeat:no-repeat;
	background:url(/images/RESAustralia/sunsetbck.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#skyback {
	margin-left: 170px;
	margin-right:0px;
	padding-top:10px;
	padding-right: 20px;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image:url(/images/RESAustralia/skybck.jpg);
}

#turbineback{
	float: right;
	width:430px;
	margin-left:5px;
	padding-top: 10px; 
	padding-right: 15px; 
	text-align:left;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image:url(/images/RESAustralia/turbinebck2.gif);
}



#addressbar {
	border-right:dotted thin;
	border-color:#CCCCCC;
	width: 147px;
	height: 575px;
	padding: 5px;
	padding-top:15px;
	margin-right: 10px;
	background-image:url(/images/RESAustralia/turbine_fade.jpg);
	background-repeat:no-repeat;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;

	
}

.newsItem {
	padding: 5px;
	height: auto;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#twocolTop{ 
	width: 756px;
	margin: 0px;
	margin-top: 2px;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom:dotted thin #CCCCCC;
} 

#twocolLeft{
	width: 360px;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 0px;	
	padding-top: 10px;
	border-right:dotted;
	border-right-color: #E4E4E4;
	border-right-width:thin;
}

#twocolRight{
	width: 360px;
	float: right;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;	
	padding-top: 5px;
}

#quote {
	margin-left:20px;
	margin-bottom:20px;
	padding:10px;
	width:200px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	line-height:34px;
	color:#CCCCCC;
	text-align:left;
	border:dotted thin #EEEEEE;
	
}	#guaranteed {
	border: thin dashed #FF3333;
	padding: 3px;
	width: 185px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	margin:5px;
}
.content_handbck {
	background-image: url(/images/handbck.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.caseStudyListing {
	border-top: 1px dotted #CCCCCC;
	padding: 15px;
}
.caseStudyListingimg {
	margin-top:	10px;
	margin-bottom:	10px;
	float: right;
	padding-left: 10px;
}

.dottedBox {
	padding: 10px;
	width:inherit;
	border: 1px dotted #CCCCCC;
	width: 75%;
	margin:auto;
}

.mapbck {
	background-position: right;
	background-image:url(file:///C|/Documents%20and%20Settings/erbil/My%20Documents/My%20HTML/RES%20Fuels/images/map-uk.gif);
	background-repeat:no-repeat;
}	