/*
Waveney Energy Styles
*/


html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}

body {
	margin: 0;
	padding: 0;	
	font-size: 1.35em;
	line-height: 170%;
	color: #666;
	text-align: center;
	background: #D9D9D9 url(../images/banner-bg-1.jpg) top left repeat-x;
	background: #fff url(../images/bodybg2.gif) 0 -24px repeat-x;
	}

p {
	margin: 0 0 1em 0;
	}
p strong, li strong {
	font-weight: bold;
	color: #555;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: -0.04em;
	}
	
h2, h3, h4, h5 {
	margin: 1.1em 0 0.7em 0;
}

h1 {  /* reserved for Header */
	font-size: 3.3em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.1em;
	text-shadow: #222222 2px 2px 2px;
	width: 420px;
	height: 40px;
	margin: 20px 0 0 20px;
	text-indent: -9999px;
	}
	
h1 a {
	display: block;
	height: 40px;
	}

h2 {  /* page headings */
	color: #173069;
	font-size: 2em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.4em 0;
	font-weight: normal;
	border-bottom: 1px solid #909090;
	}

h3 {
	color: #222;
	font-size: 1.4em;
	font-weight: bold;
	}
	
h4, h5, h6 {
	color: #173069;
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
#header h3 {
	margin: 5px 0 0 80px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: none;
	}

a {
	color: #2E6AA6;
	}

a:hover, a:active {
	color: #59598e;
	text-decoration: none;
	}


/* --- [ Layout Styles ] -------------------------- */
#wrapper {
	width: 974px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent url(../images/wrapper-bg-1.png) top center no-repeat;
	background: transparent url(../images/wrapper-bg-2.png) top center repeat-y;
	}

#header {
	background: transparent url(../images/windmills-1.jpg) top center no-repeat;
	height: 142px;
	height: 118px;
	margin: 0 auto;
	width: 938px;
	padding: 1px 0 0 0;
	/*border-bottom: 10px solid #74A313;*/
	}
	
#content {
	width: 900px;
	background: #fff;
	margin: 20px auto 0 auto;
	}
#main {
	float: right;
	width: 660px;
	margin: 0 5px 0 0;
	}
	
#sidebar {
	float: left;
	width: 202px;
	}

#footer {
	clear: both;
	width: 940px;
	border-top: 1px solid #ccc;
	margin: 30px auto 0 auto;
	padding: 20px 0;
	text-align: left;
	border-bottom: 10px solid #74A313;
	}
	
#footerlogo {
	float: left;
	width: 240px;
	text-align: right;
	}
#footerlogo h3 {
	font-size: 1.5em;
	line-height: 1em;
	text-shadow: #ccc 2px 2px 4px;
	margin: 0;
	color: #173069;
	}
#footerlogo h3 span {
	font-weight: normal;
	}
#footerlogo p {
	color: #74A313;
	font-size: 1.3em;
	padding-right: 7px;
	}
.footerdata {
	float: right;
	width: 240px;
	border-left: 1px solid #ccc;
	padding-left: 1em;
	padding-bottom: 0;
	}
.footerdata address {
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: normal;
	}


/* --- [ Content Styles ] -------------------------- */
img.feature {
	margin: 0 0 10px 0;
	}
	
#slideshow1 {
	margin: 0 0 20px 0;
	/*z-index: 10;
	position: absolute; */
	height: 230px;
	overflow: hidden;
	}
	
/* #domesticpage #slideshow1 {
	height: 130px;
	overflow: hidden;
	}
#domesticpage #slideshow1 img {
	margin-top: -50%;
	}*/
	
.callout {
	float: right;
	width: 230px;
	margin: 0 0 1em 10px;
	/*background: transparent url(../images/vert-gradient.gif) 0 0px repeat-x;
	padding: 10px;*/
	}
	
	#main div.callout ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-top: 1px solid #ccc;
		}
	#main div.callout ul li {
		clear: left;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ccc;
		}
		
	#main div.callout li a {
		display: block;
		width: 230px;
		height: 54px;
		padding: 10px 0 10px 0;
		margin: 0;
		text-decoration: none;
		background: #fff;
		line-height: 1.5em;
		color: #222;
		}

	#main div.callout li img {
		float: left;
		clear: left;
		padding: 0 10px 0 6px;
		position: relative;
		top: -3px;
		left: 0;
		}
	#main div.callout li strong {
		color: #c04e37;
		color: #74A313;
		font-size: 110%;
		}
		
	#main div.callout li a:hover {
		background-color: #f2f2f2;
		}
	
#main p {
	margin-right: 100px;
	}
	
p.introtext {
	font-size: 120%;
	/*color: #333;*/
	line-height: 160%;
	}
	
p.introtext strong {
	font-weight: bold;
	}
	
acronym {
	text-decoration: underline;
	}
	
acronym:hover {
	}
	
#main ul {
	list-style-type: square;
	margin: 0 100px 1em 0;
	}
	
#main ul.tick {
	list-style-type: none;
	}
	
#main ul li {
	margin: 0 3em 0 1.5em;
	}

#main ul.tick li {
	background: url(../images/tick_16.png) 0 3px no-repeat;
	margin: 0 3em 0 0em;
	padding-left: 2em;
	}
	
ol.numblist {
	list-style-type: decimal;
	margin: 0 100px 1em 0;
	}
ol.numblist li {
	margin: 0 3em 0 1.5em;
	}
	
.imgleft {
	float: left;
	margin: 0.5em 1.5em 1em 0;
	}
.imgright {
	float: right;
	margin: 0 0 1em 1.5em;
	}

/* --- [ FAQ ] --------------------------------------- */
	
ul#faqnav {
	margin: 0;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #C3C1C1;
	height: 32px;
	/*background: transparent url("../images/tabshadow.gif") repeat-x right bottom;*/
	}
ul#faqnav li {
	display:inline;
	margin: 0;
	padding: 0;
	}
ul#faqnav a {
	float: left;
	background: url("../images/tabs.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
	border-bottom: 1px solid #C3C1C1;
	}
	
ul#faqnav li a.selected, ul#faqnav li a.selected span {
	border-bottom: 1px solid #fff;
	background-position: 0% -41px;
	}
	
ul#faqnav li a.selected span {
	border-bottom: 1px solid #fff;
	background-position: 100% -41px;
	}
	
ul#faqnav a span {
	float: left;
	display: block;
	background: url("../images/tabs.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#faqnav a span {float:none;}
/* End IE5-Mac hack */
ul#faqnav a:hover span { text-decoration: underline; }
ul#faqnav a:hover { background-position: 0% -41px; }
ul#faqnav a:hover span { background-position: 100% -41px; }
	

.question { 
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	cursor: pointer;
	margin-right: 100px;
	text-transform: none;
	letter-spacing: 0;
	}

.question:hover	{ background: #D3E4B0;  }
.answer	{
	display: none;
	/*padding: 0 0 0px 50px;
	background: #fff url(../images/big-a.gif) top left no-repeat;*/
	}


ul#downloadlist {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	}
	
ul#downloadlist li {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	}
	
.hr {
	clear: left;
	height: 2px;
	}
	
ul#downloadlist li img {
	float: left;
	}



/* --- [ Sidebar & Navigation ] -------------------------- */
ul#nav {
	list-style-type: none;
	margin: 0 0 15px 0;
	}

ul#nav li {
	margin: 0 0 4px 0;
	}
ul#nav li a {
	background: #fff url(../images/navbuttons2.gif) 0 0 no-repeat;
	display: block;
	padding: 3px 0 2px 10px;
	text-decoration: none;
	}
ul#nav li a:hover {
	background: #fff url(../images/navbuttons2.gif) 0px -60px no-repeat;
	color: #fff;
	}
#homepage a#homenav, #commercialpage a#commercialnav, #domesticpage a#domesticnav, #faqpage a#faqsnav,
#quotepage #quotenav, #downloadspage #downloadsnav, #homeinfopage #homeinfonav, #contactpage #contactnav {
	background: #fff url(../images/navbuttons2.gif) 0px -30px no-repeat;
	color: #fff;
	}


#freephone {
	background: #fff url(../images/sidebar-green-top.gif) 0px 0px no-repeat;
	margin: 0;
	}
#freephone-bottom {
	background: #fff url(../images/sidebar-green-bottom.gif) 0px 0px no-repeat;
	height: 11px;
	margin: 0 0 14px 0;
	}
#freephone p {
	margin: 0;
	padding: 10px 6px 0px 13px;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	color: #74A313;
	letter-spacing: -0.03em;
	}
#freephone p span {
	color: #103167;
	font-weight: bold;
	font-size: 0.9em;
	}
	
#callbackbox {
	background: #fff url(../images/callback-middle.gif) 0px 0px repeat-y;
	margin: 0;
	}
#callbackbox-top {
	background: #fff url(../images/sidebar-blue-top.gif) 0px 0px no-repeat;
	height: 10px;
	margin: 0;
	}
#callbackbox-bottom {
	background: #fff url(../images/sidebar-blue-bottom.gif) 0px 0px no-repeat;
	height: 11px;
	margin: 0 0 14px 0;
	}

#callbackbox h5, #sidemap h5 {
	text-transform: none;
	margin: 0;
	padding: 0px 5px 3px 12px;
	letter-spacing: 0;
	line-height: 1.2em;
	}
#callbackbox form {
	padding: 0 12px;
	}
#callbackbox form label {
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
#callbackbox p {
	font-size: 1em;
	color: #333;
	line-height: 1.3em;
	padding: 0px 15px;
	margin: 0;
	}

#callbackbox input[text] {
	width: 160px;
	}
#callbackbox .button {
	/*float: right;*/
	margin: 3px 0 0 0;
	text-align: right;
	}
	
img#checkmark {
	float: left;
	margin: 0 10px;
	}

.sideimg {
	margin-bottom: 10px;
	}
	
#sidemap {
	background: #fff url(../images/eastanglia-map.gif) bottom left no-repeat;
	}
#sidemap-top {
	background: transparent url(../images/sidemap-top.png) 0px 0px no-repeat;
	height: 10px;
	margin: 5px 0 0 0;
	}
#sidemap ul {
	list-style-type: square;
	margin: 0 1em;
	font-size: 90%;
	line-height: 1.3em;
	padding-bottom: 1.3em;
	}
#sidemap ul li {
	margin: 0 1em 0 40px;
	color: #222;
	}



/* --- [ Forms ] -------------------------- */

.clearing { clear: both; }
.alert, .error { color: #FF0000; }

.highlight {     /* Used with JQuery Form js */
	background-color:#fff7c0;
	}

fieldset {
	width: 550px;
	border: 1px solid #ccc;
	padding: 1em 0;
	}
legend {
	padding: 5px;
	margin: 5px;
	}

ol.forms {
	/*float: left;*/
	list-style: none;
	width: 520px;
	margin: 0 auto;
	}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 8px 0;
	width: 100%;
	}

ol.forms label {
	float: left;
	width: 180px;
	cursor: pointer;
	display: block;
	font-size: 90%;
	line-height: 1.3em;
	padding: 5px 10px 0 10px;
	text-align: right;
	}

ol.forms input { 
	width: 280px;
	height: 1.4em;
	font-size: 1em;
	}
ol.forms select {
	font-size: 1.1em;
	width: 150px;
	}
ol.forms textarea {
	height: 80px; 
	width: 280px;
	font-size: 1em;
	}

ol.forms .formerror { 
	display: block;
	margin: 0.25em 0 0 200px;
	color: #ff0000;
	font-size: 90%;
	}

#agreelabel .formerror {
	margin: 3px 0 0;
	}

ol.forms input, ol.forms textarea, ol.forms button { 
	}

ol.forms li.buttons {
	width: 280px;
	margin-left: 200px;
	display: inline; /* this corrects IE 6 double margin bug */
	padding: 0;
	}
	
.formbutton {
	width: 80px;
	height: 28px;
	}


/* ---- [ Other Styles ] --------*/

blockquote {
	background: #fff url(../images/leftquote.gif) top left no-repeat;
	padding: 0 2.5em;
	margin-right: 100px;
	}
blockquote span {
	background: #fff url(../images/rightquote.gif) bottom right no-repeat;
	display: block;
	}
cite {
	font-style: italic;
	padding: 0 2.5em;
	margin-bottom: 2em;
	}
	
img.left {
	float: left;
	margin-right: 15px;
	}
img.right {
	float: right;
	margin-left: 15px;
	margin-right: 100px;
	}
	
span.req {
	color: #ff0000;
	}
	
sup {
	font-size: 90%;
	vertical-align: top;
	} 
	
.vcard {
	margin: 0 0 1em 0;
	}
	
.ui-tabs-hide {
	display:none;
	}

p.startprice {
	float: right;
	width: 250px;
	font-size: 2em !important;
	text-align: right;
	color: #74A313;
	font-size: 90%;
	/*letter-spacing: 0.02em;*/
	margin: 0 !important;
	padding: 0;
	}

img.quoteicon {
	float: left;
	padding: 5px 8px 5px 8px;
	margin-right: 0px;
	border-right: 1px solid #ccc;
	/*margin-right: 100px;*/
	}
	
p.pageintro {
	padding-left: 90px;
	}

div.vcard {
	padding-left: 90px;
	}