@charset "utf-8";
/* CSS Document */

/*			STYLESHEET FOR HEC (Hart Energy Consulting)	*/

/*			Designed by Nick Escobedo
			Hart Energy Publishing, Copyright 2007
			nescobedo@hartenergy.com
			
			*/


/* 			_______________________	     */
/*			BODY - LINKS                 */

	
* { margin: 0;}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. Seems 76% is as small as you can go and stay the same across browsers.*/
	color: #000;
	background-color: #353535;
	}
		
/*typography*/
a {	text-decoration: underline; color: #006699;	}
a:link {}
a:visited {	}
a:active {	}
.borderimg { border: thin solid #F19109;}

a:hover { text-decoration: underline;}
	
form { margin: 0px;	}	

.field {
	padding-top:3px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	margin-top: 0px;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 1;
	color: #BE961B;
	margin-bottom: 0px;
	}
	
h2 {
	font-size: 2.2em;
	margin: .5em 0em .1em 0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	}
	
h3 {
	font-size: 1.4em;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #333333;
	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
img {border: 0;	}

p {margin-top: 0;}

ul {
  margin-top: 0.35em;
  margin-left: 2.5em;
  padding-left: 0;
}

li {  line-height: 1.25em;} 

li > p {margin-top: 0.2em;}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {	font-weight: bold;	}

#Container {background-color: #FFFFFF;	}
	
#Header {
	background-position:left top
	width: 800px;
	background-image: url(images/head.bg.gif);
	margin: 0px 0px 0px 0px;
	}
	
#Nav {
	position:absolute;
	left:20px;
	top:137px;
	height:50px;
	z-index:1;
	}	
	
#Content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 68px 0px 30px 40px;
	}
		
#HpContent {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 65px 0px 0px 30px;
	height: 290px;
	}
			
#Sidebar {
	float:left;
	width:190px;
	}

#Footer {
	background-position:left top
	width: 800px;
	border-top: solid #f19109 1px;
	background-image: url(images/footer.bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	xpadding:10px 20px;
	}
	
a.privacy { color:#FFF;}	
			
#Main {
	float:right;
	width:580px;
	padding-top: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #D7D7D7;
	padding-left: 22px;
	}
	
#Globe {
	position:absolute;
	left:538px;
	top:85px;
	width:183px;
	height:600;
	z-index:2;
}
#Clients {
	position:absolute;
	left:35px;
	top:542px;
	width:220;
	height:150;
	z-index:3;
}
#Comments {
	position:absolute;
	left:331px;
	top:518px;
	width:609px;
	height:135px;
	z-index:4;
	visibility: visible;
}


/* 			_______________________	     */
/*			CLASS 		                */	
		
.floattitle {
	color:#000000;
	font-size:118%;
	font-weight:bold;
	padding:8px 0pt;
	}

.bylineFeature {
	color:#999999;
	font-size:90%;
	margin:0pt;
	}

.commentsdate {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	
.textlarge {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #003333;
	}

.bodytextlarge {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	}
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
	
.biotext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #795200;
	}

.ImageLeft {
	margin: 0px 15px 6px 0px;
	float: left;
	}
.ImageRight {
	margin: 0px 0px 6px 10px;
	float: right;
}	


