/* New Concept Energy - Master style sheet */

/*This section applies to the entire page.*/
body {
	margin: 1px;
	padding: 1px;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-attachment: fixed;
	background-color: #666666;
	background-repeat: repeat-y;
	background-position: center top;
}

a:hover {
color: #9ba4d2;
text-decoration: underline;
}

#pagecontainer {
width: 990px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
}

#page {
	width: 981px;
	margin: 0px 0px 35px 0px;
	padding: 5px;
	background-color: #efeeed;
	float: left;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4c9c1;
	border-right-color: #d4c9c1;
	border-bottom-color: #d4c9c1;
	border-left-color: #d4c9c1;
}


#banner {
	width: 980px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}

#banner img {
margin: 0px;
padding: 0px;
}

#navbox {
	float: left;
	border-top: 1px dotted #269dbb;
	width: 981px;
	height: 236px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#navbox1 {
	float: left;
	border-top: 1px dotted #269dbb;
	width: 981px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: center top;
}	
#navbox img {
margin: 0px;
padding: 0px;
}

#mainnav {
	float: left;
	width: 980px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #322c27;
}

#secondarynav {
float: left;
width: 207px;
margin: 0px;
padding: 0px;
border-right: 1px solid #322c27;
}

#thirdnav {
float: left;
width: 400px;
margin: 0px;
padding: 0px 0px 0px 25px;
line-height: 14px;
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
letter-spacing: .15em;
}

#thirdnav p {
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 10px;
}

#thirdnav h3 {
font-size: 20px;
margin: 0px;
padding: 0px 0px 0px 0px;
line-height: 25px;
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #322c27;
text-transform: lowercase;
font-weight: normal;
}

.thirdnavOFF, a.thirdnavOFF, a:active.thirdnavOFF, a:visited.thirdnavOFF {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}

a:hover.thirdnavOFF {
color: #ffffff;
text-decoration: underline;
}

.thirdnavACTIVE {
color: #ffffff;
text-transform: uppercase;
}

#descriptornav {
float: left;
width: 700px;
margin: 0px;
padding: 0px 0px 0px 25px;
line-height: 14px;
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
letter-spacing: .15em;
}

#descriptornav p {
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 10px;
}

#descriptornav h3 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: lowercase;
	font-weight: normal;
}

.descriptornavOFF, a.descriptornavOFF, a:active.descriptornavOFF, a:visited.descriptornavOFF {
color: #e5e8f5;
text-decoration: none;
}

a:hover.descriptornavOFF {
color: #ffffff;
text-decoration: underline;
}

.descriptornavACTIVE {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

#content {
	float: left;
	width: 980px;
	margin: 0px;
	padding: 0px 0px 27px 0px;
	min-height: 375px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}

#leftcolumn {
	float: left;
	width: 175px;
	margin: 15px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
	text-align: right;
}

#leftcolumn h2 {
font-size: 10px;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
letter-spacing: .2em;
color: #A39690;
text-transform: uppercase;
padding: 0px;
margin: 0px 0px 38px 0px;
}

#leftcolumn h1 {
font-size: 20px;
font-family: Georgia, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
letter-spacing: .1em;
font-weight: normal;
color: #322c27;
text-transform: lowercase;
padding: 0px;
margin: 0px 0px 10px 0px;
}

#leftcolumn h3 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #9ba4d2;
line-height: 14px;
padding: 0px;
margin: 0px 3px 10px 0px;
}

#leftcolumn h3 a, #leftcolumn h3 a:active, #leftcolumn h3 a:visited {
color: #269dbb;
text-decoration: none;
}

#leftcolumn h3 a:hover {
text-decoration: underline;
}

#leftcolumn h5 {
	font-size: 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: #333333;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px dotted #b2b1b0;
}

#leftcolumn p {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #8f8e8f;
line-height: 15px;
padding: 0px;
margin: 0px 2px 10px 0px;
}

#leftcolumn p a, #leftcolumn p a:active, #leftcolumn p a:visited {
color: #269dbb;
text-decoration: none;
font-weight: bold;
}

#leftcolumn p a:hover {
text-decoration: underline;
}

#leftcolumn ul {
margin: 10px 0px 10px 0px;
padding: 0px;
list-style-position: inside;
}

#leftcolumn li {
list-style-type: none;
margin: 0px;
padding: 0px 0px 10px 0px;
font-family: verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
line-height: 15px;
color: #a6a9b7;
}

#rightcolumn-home {
float: right;
width: 723px;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 25px;
border-left: 1px solid #A39690;
}

#rightcolumn-home h2 {
margin: 15px 10px 10px 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #7e7d7e;
letter-spacing: .1em;
font-weight: normal;
}

#rightcolumn {
float: right;
width: 688px;
margin: 15px 36px 0px 0px;
padding: 0px 0px 0px 25px;
border-left: 1px solid #A39690;
min-height: 350px;
}

#rightcolumn h1 {
margin: 0px 100px 10px 0px;
padding: 0px;
text-transform: lowercase;
font-family: georgia, Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
letter-spacing: .1em;
color: #322c27;
}

#rightcolumn h2 {
margin: 0px 100px 10px 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #7e7d7e;
letter-spacing: .1em;
font-weight: normal;
}

#rightcolumn p {
	margin: 0px 100px 10px 0px;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}

#rightcolumn p a, #rightcolumn p a:active, #rightcolumn p a:visited, #rightcolumn li a, #rightcolumn li a:active, #rightcolumn li a:visited, #rightcolumn h5 a, #rightcolumn h5 a:active, #rightcolumn h5 a:visited {
color: #269dbb;
text-decoration: none;
font-weight: bold;
}

#rightcolumn p a:hover, #rightcolumn li a:hover, #rightcolumn h5 a:hover {
text-decoration: underline;
}

#rightcolumn ul {
margin: 10px 250px 10px 0px;
padding: 0px;
list-style-position: inside;
}

#rightcolumn li {
list-style-type: square;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #8f8e8f;
}

#rightcolumn input, #rightcolumn textarea {
background-color:#CCCCCC;
}

#rightcolumn h5 {
	font-size: 16px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #333333;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 5px 0px;
}

#rightcolumn h6 {
font-size: 9px;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #8f8e8f;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 3px 0px 5px 0px;
}

img.thumbnails {
padding: 0px 18px 0px 0px;
margin: 0px 0px 18px 0px;
}


#rightcolumn-navboxes {
width: 688px;
margin: 0px 0px 13px 0px;
padding: 0px;
}

#rightcolumn-navboxes img {
padding: 0px 6px 0px 0px;
margin: 0px;
border: 0px;
}

#slide {
margin: 0px;
padding: 0px;
}

#slide img {
margin: 0px;
padding: 0px;
}

#description {
clear: both;
width: 655px;
margin: 0px;
padding: 6px 0px 10px 225px;
color: #8f8e8f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#description a, #description a:active, #description a:visited {
color: #269dbb;
text-decoration: none;
font-weight: bold;
}

#description a:hover {
text-decoration: underline;
}

#casestudy {
display: none
}

#citybusiness {
display: none
}

