/* *****************************
	Stylesheet for Energy Club
	by Belay Development
	Created July 30, 2007
****************************** */



/* GENERAL 
******************************* */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote { 
	line-height: 1.5em;
	font-size: 9pt;
	
}

p {margin: 0em 0em 1em 0em;}

p.caption {margin: 10px 19px 25px 19px;}

select { min-width:1.5em;}	

* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


body {background: #000000;}

a img {border: 0;}

a {color: #2A2C80; text-decoration: none;}
a:hover {color: #9D2703;}

#content a {text-decoration: underline; font-weight: bold;}

.rollover {cursor: hand;}

h1 {font-size: 12pt;}
h1 span {display: none;}

.clearer {clear: both;}

.redheader {font-size: 11pt; font-weight: bold; color: #AB4632;}


/* Contact Form */
	 
.row {
  clear: both;
  padding-top:5px;
  }

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  }

div.row span.formw {
	float: right;
 	width: 121px;
	height:17px;
	text-align: left;
  } 
  
  
 #holdr {
 	padding-top:40px;
 	width: 260px;
	height:100%; 
	margin: 0px auto;
	}
	
#holdr input {
		background-image:url(../media/bg_form_cell.jpg);
	}
		
		
/* end contact form */