/*	CSS Document for (Airvolution)
	Designer name : (Steve)
*/


* html #splash {
      background: transparent url(../images/splash.jpg) no-repeat bottom left;
}

* html section {
	margin-left: 7px;
}

/*------------------------------
			+COLOURS
-------------------------------*/

body.gensection nav.topnav {
	background: #444 url(../images/topnav0.jpg) repeat-x top left;
}

body.subsection0 nav.topnav {
	background: #444 url(../images/topnav0.jpg) repeat-x top left;
}

.splash-right {
	display: none;
}

body.sub-electric .splash-right, body.sub-land .splash-right, body.sub-projects .splash-right, body.sub-electric .splash-right, body.sub-home .splash-right {
	display: block;
	position: absolute;
	width:15px;
	height: 47px;
	right: 0;
	top: 793px;
	background: url(../images/splash-right.gif) no-repeat top left;
}

body.sub-electric nav.topnav {
	background: #444 url(../images/topnav1.jpg) repeat-x top left;
}

body.sub-electric nav.topnav li.electricity a {
	color: #ff9900;
}

body.sub-land nav.topnav {
	background: #444 url(../images/topnav2.jpg) repeat-x top left;
}

body.sub-land nav.topnav li.landowners a {
	color: #99cc00;
}

body.sub-projects nav.topnav {
	background: #444 url(../images/topnav3.jpg) repeat-x top left;
}

body.sub-projects nav.topnav li.projects a {
	color: #0093d3;
}





nav.topnav ul li.electricity a:hover {
	color: #ff9900;
}

nav.topnav ul li.landowners a:hover {
	color: #99cc00;
}

nav.topnav ul li.projects a:hover {
	color: #0093d3;
}





body.sub-electric div.menu {
	background: url(../images/mainnav1bg.jpg) repeat-x top left;
}

body.sub-land div.menu {
	background: url(../images/mainnav2bg.jpg) repeat-x top left;
}

body.sub-projects div.menu {
	background: url(../images/mainnav3bg.jpg) repeat-x top left;
}

body.sub-electric section article.panel1, body.sub-electric section article.panel2, body.sub-electric section article.panel3 {
	background: url(../images/panel1top.jpg) no-repeat top left;
}

body.sub-land section article.panel1, body.sub-land section article.panel2, body.sub-land section article.panel3 {
	background: url(../images/panel2top.jpg) no-repeat top left;
}

body.sub-projects section article.panel1, body.sub-projects section article.panel2, body.sub-projects section article.panel3 {
	background: url(../images/panel3top.jpg) no-repeat top left;
}

body.sub-home section article.panel1 {
	background: url(../images/panel1atop.jpg) no-repeat top left;
}

body.sub-home section article.panel2 {
	background: url(../images/panel2atop.jpg) no-repeat top left;
}

body.sub-home section article.panel3 {
	background: url(../images/panel3atop.jpg) no-repeat top left;
}


/*------------------------------
			+BANNER NO FLASH
-------------------------------*/


body.sub-home #banner {
	background: url(../images/home-alt.jpg) no-repeat top left;
}

body.sub-electric #banner {
	background: url(../images/electricity-alt.jpg) no-repeat top left;
}

body.sub-land #banner {
	background: url(../images/land-alt.jpg) no-repeat top left;
}

body.sub-projects #banner {
	background: url(../images/projects-alt.jpg) no-repeat top left;
}

/*------------------------------
			+GLOBAL
-------------------------------*/

body {
	font-family: Arial, sans-serif;
	background: #cecece url(../images/bodybg.jpg) repeat-x top left;
}

nav, header, aside, section, article, footer {
	display: block;
}

/*------------------------------
			+LAYOUT
-------------------------------*/

#container {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	position: relative;
}




nav {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
}



header {
	position: relative;
	width: 980px;
	height: 166px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#banner {
	width: 980px;
	height: 213px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

section {
	float: left;
	overflow: hidden;
	background: #fff;
	width: 980px;
	margin: 0 auto;
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	z-index: 10;
	position: relative;
}

section.panels {
	width: 1010px;
	height: 443px;
	margin-left: 0;
	background: url(../images/sectionbg.jpg) no-repeat top left;
}


aside {
	float: left;
	background: #222 url(../images/asidebg.jpg) repeat-x top left;
	width: 236px;
	min-height: 1px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.sidebar-dl {
	float: left;
	width: 196px;
	border:1px solid #cccccc;
	min-height: 50px;
	margin-top: 10px;
	margin-left: 0;
	padding:20px;
	color:#777777;
	clear:both;
	position:relative;
	top:-10px;
}

.sidebar-dl a{
	text-decoration:none;
	color:#777777 !important;
	font-size:12px;
	display:block;
	margin-bottom:10px;
}

.sidebar-dl a:hover{
	color:#FF9900 !important;
}

article {
	float: right;
	background: none;
	width: 729px;
	margin-top: 0;
}

.thankyou {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background: #e1e1e1;
	border: 1px solid #999;
	color: #444;
}

body.gensection article, body.gensubsection article {
	float: left;
	background: none;
	width: 980px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
}

#strip {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}

body.nobanner #strip {
	display: none;
}

body.gensection #strip {
	height: 44px;
	background: orange url(../images/strip1.jpg) no-repeat top left;
}

body.gensubsection #strip {
	height: 204px;
	background: #fff;
}

article.panel1, article.panel2, article.panel3 {
	width: 324px;
	height: 443px;
	padding: 0;
	position: absolute;
}

article.panel1 {
	top: 0;
	left: 15px;
}

article.panel2 {
	top: 0;
	left: 343px;
}

article.panel3 {
	top: 0;
	left: 671px;
}

.ditto_summaryPost {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding: 10px;
	font-size: smaller;
}



footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#base {
	width: 1010px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
}

/*------------------------------
			+NAVIGATION
-------------------------------*/

/*all nav*/

nav {
	font-size: 12px;
	line-height: 30px;
}


nav ul li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

nav ul li a:link, nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

/*top nav*/

nav.topnav {
	height: 40px;
	background: #444 url(../images/topnav1.jpg) repeat-x top left;
}

nav.topnav ul {
	padding-left: 20px;
}

nav.topnav ul li a:link, nav.topnav ul li a:visited {
	color: #ccc;
}

nav.topnav ul li.electricity a:hover {
	color: #ff9900;
}

nav.topnav ul li.landowners a:hover {
	color: #99cc00;
}

nav.topnav ul li.projects a:hover {
	color: #0093d3;
}

/*mid nav*/

nav.midnav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	background: none;
}

nav.midnav ul {
	background: url(../images/midnavbg.gif) no-repeat bottom left;
}

nav.midnav ul li {
	padding: 20px 20px 8px 20px;
	background: url(../images/midnavitembg.jpg) no-repeat bottom right;
}

nav.midnav ul li a:link, nav.midnav ul li a:visited {
	color: #444;
}

nav.midnav ul li a:hover, nav.midnav ul li a:active, nav.midnav ul li.active a {
	color: #ff9900;
}

/*top mainnav*/

nav.mainnav {
	height: 45px;
	line-height: 44px;
	margin-bottom: 10px;
	background: url(../images/mainnavbg.jpg) repeat-x top left;
}

nav.mainnav h3 {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

nav.mainnav ul {
	padding-left: 20px;
}

nav.mainnav ul li a:link, nav.mainnav ul li a:visited {
	color: #fff;
}

nav.mainnav ul li a:hover, nav.mainnav ul li a:active, nav.mainnav ul li.active a {
	color: #000;
}


aside ul {
	padding: 26px;
	font-size: 12px;
	width: 160px;
}

aside ul li {
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

aside ul li a:link, aside ul li a:visited {
	color: #fff;
	text-decoration: none;
}

aside ul li a:hover, aside ul li a:active {
	color: #d2d2d2;
	text-decoration: none;
}


/*footer nav*/

nav.footer {
	height: 55px;
	background: url(../images/footerbg.jpg) repeat-x top left;
	line-height: 76px;
}

nav.footer ul {
	padding-left: 20px;
}


nav.footer ul li a:link, nav.footer ul li a:visited {
	color: #ccc;
}

nav.footer ul li a:hover, nav.footer ul li a:active, nav.footer ul li.active a {
	color: #000;
}
/*side nav*/

nav.sidenav {
	background: none;
}

nav.sidenav ul {
	padding-left: 20px;
}

nav.sidenav ul li {
	display: block;
}

nav.sidenav ul li a:link, nav.sidenav ul li a:visited {
	color: #666;
	text-decoration: none;
}




/*------------------------------
			+HEADINGS
-------------------------------*/

h1, h2, h3, h4 {
	padding-bottom: 10px;
	color: #777;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	padding-bottom: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}



header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 113px;
	height: 113px;
	top: 20px;
	left: 880px;
}


header h1 a {
	width: 113px;
	display: block;
	padding: 130px 0 0 0;
	margin: 0;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	height: 0px !important; /*needed for most browsers */
}

article.panel1 h1, article.panel2 h1, article.panel3 h1 {
	font-size: 20px;
	color: #fff;
	width: 200px;
	margin-left: 20px;
	margin-top: 52px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	text-indent: -9000px;
}

article.panel1 h1 {
	background: url(../images/heading-1.gif) no-repeat top left;
}

article.panel2 h1 {
	background: url(../images/heading-2.gif) no-repeat top left;
}

article.panel3 h1 {
	background: url(../images/heading-3.gif) no-repeat top left;
}

article.panel1 h2, article.panel2 h2, article.panel3 h2 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin: 30px 0 20px 20px;
	width: 288px;
}

.ditto_summaryPost h4 {
	padding-bottom: 20px;
}



/*------------------------------
			+TEXT
-------------------------------*/

section p {
	padding-bottom: 20px;
	line-height: 20px;
}


article.panel1 p, article.panel2 p, article.panel3 p {
	color: #fff;
	font-size: 12px;
	padding: 0 20px 10px 20px;
}



.ditto_info {
	color: #777;
	padding-bottom: 10px;
}

#ditto_pages {
	font-size: 12px;
}


#base p {
	padding-left: 20px;
	line-height: 14px;
	font-size: 10px;
}

.justifyright {
	text-align: right;
}



/*------------------------------
			+LISTS
-------------------------------*/

article ul li {
	background: url(../images/bullet1.gif) no-repeat 0 50%;
	list-style: none;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 12px;
}

article.blog ul {
	padding-left: 20px;
}

article.blog ul li {
	background: none;
	list-style: none;
	padding: 2px 0 4px 0px;
}

.sidebar-dl li, .quicklinks li {
	list-style: none;
}

.sidebar-dl li a {
	background: url(../images/acrobat_symbol.jpg) no-repeat 0 50%;
	padding: 10px 0 10px 40px;
	display: block;
}

.quicklinks li a {
	background: none;
	padding: 6px 0;
}

article ol li {
	list-style: none;
}

article ol li a {
	background: url(../images/acrobat_symbol.jpg) no-repeat 0 20%;
	padding: 10px 0 20px 40px;
	display: block;
	width: 400px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	margin: 20px 0;	
}

article ol li a:link, article ol li a:visited {
	color: #000;
}



faq_list ol li {
	list-style: none;
                      padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 12px;
}

faq_list ol li a {
	list-style: none;
		
}





/*------------------------------
			+LINKS
-------------------------------*/

a:link, a:visited {
	color: #ff9900;
}

a:hover, a:active {
	color: #ff6600;
}

article.panel1 a, article.panel2 a, article.panel3 a {
	color: #fff;
}

article.panel1 a:hover, article.panel2 a:hover, article.panel3 a:hover {
	color: #ddd;
}

a:link.more, a:visited.more {
	height: 16px;
	margin-left: 180px;
	background: url(../images/more.jpg) no-repeat top left;
	text-indent: -9000px;
	display: block;
}

a:hover.more, a:active.more {
	background-position: bottom left;
}



article.blog a {
	position: static;
}

.ditto_summaryPost a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}



/*------------------------------
			+IMAGES
-------------------------------*/

/*------------------------------
			+FORMS
-------------------------------*/
.searchTerms {
	display: none;
}

#search {
	position:absolute;
	top: 6px;
	left: 580px;
	float: right;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
border: none;
	height: 19px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ccc;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 220px;
    width: 165px;
    height: 19px;
}

#ajaxSearch_submit {
    width: 22px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(../images/go.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 390px;
}



/*------------------------------
			+CONTACT FORM
-------------------------------*/

.contactform {
	color: #777;
	width: 690px;
}


.contactform ol {
	list-style: none;
}

.contactform li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 12px;
}

.contactform label {
	float: left;
	width: 80px;
	margin-right: 8px;
	padding-top: 4px;
	display: block;
}


.contactform input {
	border: 1px solid #d4d4d4;
	font-size: 16px;
	color: #555;
	padding: 4px 0;
	width: 600px;
}

.contactform textarea {
	border: 1px solid #d4d4d4;
	font-size: 16px;
	color: #555;
	width: 600px;
}


input.submit {
	margin-left: 88px;
	width: 100px;
}


/*------------------------------
			+TABLES
-------------------------------*/


table {
	color:#999;
	background:#fff;
	border-collapse:collapse;
	width:647px;
}

td {
	vertical-align: top;
}

thead th {
	padding:1em 1em .5em;
 	font-size:120%;
 	text-align:left;
}


td {
	padding:.5em 1em;
}


table strong {
	color: #ff9900;
	font-weight: bold;
	width: 26px;
	display: block;
	float: left;
}


table p {
	padding: 0;
	margin: 0;
}





#imagecol {
	width: 100px;
}





