@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file handles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{
   	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 
	{ 
	font-family: Arial,Tahoma,Helvetica,sans-serif; 
	font-weight: normal; 
	color: #000;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

h1
	{
	background: url(../img/ces-logo.gif) no-repeat 0 0;
	position: relative;
	float: left;
	width: 157px;
	height: 160px;
	margin: 16px 0 0 4px; 
	padding: 0; 
	border: 0;
	text-indent: -7000px;
	}

h2
	{ 
	margin: 0; 
	padding: 0;
	line-height: 0; 
	text-indent: -7000px;
	}
	
h2.callout
	{
	background: url(../img/callout-1.gif) no-repeat 17px 39px;
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 962px;
	height: 175px;
	}

h2.page_title
	{
	position: relative;
	float: left;
	display: block;
	margin: 0 0 50px 0;
	padding: 0;
	width: 962px;
	height: 110px;
	}
	
#indoor h2.page_title { background: url(../img/t-indoor.gif) no-repeat 15px 50px; }
#equipment h2.page_title { background: url(../img/t-equipment.gif) no-repeat 15px 50px; }
#repair h2.page_title { background: url(../img/t-repair.gif) no-repeat 15px 50px; }
#maintenance h2.page_title { background: url(../img/t-maintenance.gif) no-repeat 15px 50px; }
#energy h2.page_title { background: url(../img/t-energy.gif) no-repeat 15px 50px; }
#contact h2.page_title { background: url(../img/t-contact.gif) no-repeat 15px 50px; }
#faq h2.page_title { background: url(../img/t-ask.gif) no-repeat 15px 50px; }
#tip h2.page_title { background: url(../img/t-tip.gif) no-repeat 15px 50px; }
#thankyou h2.page_title { background: url(../img/t-thankyou.gif) no-repeat 15px 50px; }
#oops h2.page_title { background: url(../img/t-oops.gif) no-repeat 15px 50px; }

#home h3
	{
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	margin: 0 0 0 15px; 
	padding: 0; 
	border: 0;
	}
	
#home h3 a:link,
#home h3 a:visited
	{
	color: #fff;
	text-decoration: none;
	}

#home h3 a:hover,
#home h3 a:active
	{
	color: #fff;
	text-decoration: underline;
	}

h3
	{
	font-size: 24px;
	color: #005288;	
	margin: 0 0 8px 0;
	padding: 0;
	}
	
h3 span.orange { color: #e17f00; }

#equipment h3
	{
	position: absolute;
	font-size: 10px;
	line-height: 0;
	margin: 0; 
	padding: 0; 
	border: 0;
	text-indent: -7000px;
	}

h4
	{
	font-size: 18px;
	line-height: 1.1;
	color: #005288;	
	margin: 0 0 18px 0;
	padding: 0;
	}

#legal { font-size: 12px; color: #999; }

#legal a:link,
#legal a:visited
	{
	color: #999;
	text-decoration: none;
	}
	
#legal a:hover,
#legal a:active
	{
	color: #999;
	text-decoration: underline;
	}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.skip { display: none; }

span.red { color: #c31526; }

a:focus     { color: #000; }
a img { border: none; }

a:link, a:visited { color: #0074bf; text-decoration: underline; }	
a:hover, a:active { color: #0074bf; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }

ul          { list-style: none; }
ol          { list-style-type: decimal; }

.list ul,
.list ul li	  /*  styles all non-bulleted lists  */
	{
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	}
	
.bulleted ul   /*  styles all bulleted lists  */
	{
	list-style-type: disc;
	padding: 0 0 0 16px;
	margin: 0 0 1.5em 0;
	font-size:12px;
	}

.bulleted li	  /*  styles all bulleted lists  */
	{
	background-image: url(../img/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 0px;
	margin-bottom: 8px;
	}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }





