/*  CSS Stylesheet for Think! Energy  */
/*  Written by David Titensor www.titandesign.net  */

/* --- global styles --- */
body {
/*	background-color: #f1b24e;
*/	background-color: #666;
	padding: 5px 0 5px 0;
/*	min-width:760px;
*/}

h1 { padding: 0 0 0.5em 0; }
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 {
	font-size: 130%;
	color: #480937;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	color: #900;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
	border-bottom: 2px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
}
h4 { font-size: 90%; color: #666; line-height: 1.0em; }
h5 { font-size: 85%; color: #c00; }
h6 { font-size: 85%; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; }
p { 
	font-size: 90%; 
	color: #333; 
	margin: 0.2em 0 0.8em 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong { font-weight: bold; color: #333; }
em { font-style: italic; }
ul, ol, li {
	font-size: 93%; 
	color: #333; 
/*	margin: 0.2em 0 0.8em 0; 
*/	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { font-weight: normal; }
a:link { color: #036; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:focus, a:hover { color: #600; text-decoration: none; }
a:active { color: #600; text-decoration: none; }	


/* --- Page Layout Styles --- */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#innerWrapper {
	padding-left: 50px;   /* LC width */
	padding-right: 0;  /* RC width */
}

#innerWrapper .column {
	position: relative;
	float: left;
	margin-top: 0;
}

#header {
	position: relative;
	width: 750px;
	height: 85px;
	margin: 0 auto;
	background: #ef970b;
	background-color: #ef970b;

}

#headerLeft {
	float: left;
	width: 160px;
}


#topNav {
	background: #ef970b;	
	float: right;
	padding-top: 10px;
	height: 20px;
	width: 300px;
}

#mainNav {
	float: right;
	height: 50px;
	width: 500px;
	display: block;
	vertical-align: bottom;
	text-align: right;
	font-size: 70%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

#mainNav {                   /* Fix for IE6 bug */                
	margin:  0 0 -5px 0;
}
html>body #mainNav {         /* Eliminates above fix for modern browsers */
	margin: 0 0 0 0;
}


#flashBar {
	position: relative;
	background: #71164d url(../images/shade_purple.jpg) repeat-x left bottom;
	clear: both;
	text-align: center;
	height: 201px;
	padding: 0;
	width: 750px;
	margin: 0 auto;
}

#subpageBar {
	position: relative;
	background: #71164d url(../images/shade_purple.jpg) repeat-x left bottom;
	clear: both;
	text-align: center;
	height: 60px;
	padding: 0;
	width: 750px;
	margin: 0 auto;
	background-color: #70164C;
	left: -1px;
	top: 0px;
	visibility: visible;
	overflow: visible;








}

#subpageTopNav {
	background: #fff;
	clear: both;
	text-align: center;
	vertical-align: center;
	height: 30px;
	padding: 0;
	width: 750px;
	margin: 0 auto;
}

#mainContent {
	background: #fff;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#footer {
	clear: both;
	height: 30px;
	background-color:#ae6500;
	text-align: center;
	vertical-align: center;
	margin: 0;
	padding: 0;
}

#footer {                   /* Fix for IE6 bug */                
	margin: -5px 0 0 0;
}
html>body #footer {         /* Eliminates above fix for modern browsers */
	margin: 0 0 0 0;
}

/* --- topNav styles (top right bar) --- */
#topNav ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topNav ul li {
	display: inline;
	padding: 0 2px 0 7px;
	margin: 0;
}
#topNav li + li {
	border-left: #dac092 1px solid;
}

#topNav a:link, #topNav a:visited { color: #fff; text-decoration: none; font-weight: bold;}
#topNav a:focus, #topNav a:hover { color: #000; text-decoration: none; font-weight: bold; }
#topNav a:active { color: #fff; text-decoration: none; font-weight: bold;}

/* --- subpageTopNav styles --- */
#subpageTopNav ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#subpageTopNav ul li {
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 7px 0 10px;
}
#subpageTopNav li + li {
	border-left: #333 1px solid;
}

#subpageTopNav a:link, #subpageTopNav a:visited { color: #666; text-decoration: none; font-weight: bold;}
#subpageTopNav a:focus, #subpageTopNav a:hover { color: #ae6500; text-decoration: none; font-weight: bold; }
#subpageTopNav a:active { color: #666; text-decoration: none; font-weight: bold;}

/* --- mainNav styles --- */	
#mainNav a {
	padding: 0 3px 0 3px;
/*	color: #fff;
	text-decoration: none;
	background-color: #ae6500;
	border-left: #ef970b 7px solid;
	font-weight: bold;*/
}

/*#mainNav a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #ae6500;
	font-weight: bold;
}

#mainNav a:hover {
	background-color:#f1b24e;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#mainNav a:active {
	color: #ae6500;
	text-decoration: none;
	background-color: #f1b24e;
	font-weight: bold;
}
*/

/* --- footer styles --- */
#footer ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 7px 0 10px;
}
#footer li + li {
	border-left: #fff 1px solid;
}
#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:focus, #footer a:hover { color:#ccc; text-decoration: none; }
#footer a:active { color:#fff; text-decoration: none; }

/*--- class styles ---*/
.clearAll {
	clear: both;
}
.pixLeft {	
	float: left;
	margin: 5px 15px 5px 0;
}
.pixRight {	
	float: right;
	margin: 5px 0 5px 15px;
}
.captions {
	font-size: 80%;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	margin: 20px 0;
	border-top: 2px #ccc solid;
	}
.pullquote {
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.1em;
	font-weight: lighter;
	color: #999;
	padding-top: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.tablesubhead {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-weight: bold;
}

tr.tableHeader {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-weight: bold;
	font-size: 80%;
	background-color: #7e7e7e;
	line-height: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
tr.tablerow1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #FFF;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}
tr.tablerow2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #DAD8D3;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}

.boxTop {
	background-image: url(../images/box_top.jpg);
	height: 31px;
	margin: 0;
	padding: 0;
	width: 270px;
	}

.boxContent {
	background-image:url(../images/box_mid.jpg);
	background-repeat: repeat-y;
	width: 270px;
}

.boxContent p {
	font-size: 75%; 
	color: #333; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 35px 10px 30px;
}

.boxContent h1 {
	font-size: 75%;
	color: #480937;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 35px 10px 30px;
	font-weight: bold;
	text-transform: none;
}

.boxBottom {
	background-image:url(../images/box_btm.jpg);
	height: 31px;
	margin: 0;
	padding: 0;
	width: 270px;
}

.thinkContent {
	background: #fff url(../images/think_bkgrnd.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

.talkContent {
	background: #fff url(../images/talk_bkgrnd.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

.actionContent {
	background: #fff url(../images/action_bkgrnd.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}