/*
-------------------------------------------------------------
Description:		energyadvisers.com style sheet
Last modified: 	03-09-06
Last Author: 		Marisa DeSalles 
Email:					ulan@yvod.com

energyadvisers.com is a centered, non-fluid, 820px wide website design.

-------------------------------------------------------------
Typography:

Typography: all text is Times New Roman. Headings are small-caps 

Color Scheme: 
White: 				#ffffff (entire page background)
Light Gray: 		#ebebeb (content background)
Dark Gray: 			#999999 (various elements)
Blue: 				#002f59 (text, links)
Green: 				#2c5a3e (bottom nav links)

Page background is white. Content is horizontally and vertically centered on page. Content background is gray rounded rectangle image. Body text is blue.
-------------------------------------------------------------
*/

/*
-------------------------------------------------
Structural definitions
-------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
	width: 820px;
	font-family: Times New Roman, serif;
	font-size: 11px;
	line-height: 120%;
	color: #002f59;
	background-color: #ffffff;
	margin: 20px auto 0px auto;
	padding: 10px 10px 10px 10px;
	/* border: 1px solid aqua; */
}

/*
-------------------------------------------------
page-container: container div for the entire page
-------------------------------------------------
*/

#page-container {
	width: 800px;
	color: #002f59;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid gray; */
}

/*
-------------------------------------------------
top-1: top content background image
-------------------------------------------------
*/
#top-1 {
	background-image: url(/media/graytop.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid aqua; */
}

/*
-------------------------------------------------
top-2: top navigation (top row)
-------------------------------------------------
*/
#top-2 {
	/* position: relative; */
	background-image: url(/media/graymiddle.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	/* border: 1px dashed red; */
}

/*
-------------------------------------------------
top-3: top navigation (second row)
-------------------------------------------------
*/
#top-3 {
	/* background-image: url(/media/graymiddle.gif);
	background-repeat: repeat-y;
	margin: -20px 0px 0px 0px; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border: 1px dashed green; */
}

/*
-------------------------------------------------
middle-section: middle of the page
-------------------------------------------------
*/
#middle-section {
	/* position: relative; */
	background-image: url(/media/graymiddle.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	/* border-bottom: 2px solid #999999;
	border: 1px dashed red; */
}

/*
-------------------------------------------------
main-area: main text content
-------------------------------------------------
*/

#main-area {
	float: right;
	width: 520px;
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 30px 20px;
	border-left: 1px solid #999999;
}

#main-area-index {
	float: right;
	width: 520px;
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 0px 20px;
	border-left: 1px solid #999999;
}

/*
-------------------------------------------------
bottom-line: grey line at bottom of main-content
-------------------------------------------------
*/

.bottom-line {
	border-top: 1px solid #999999;
}

/*
-------------------------------------------------
footer: footer text
-------------------------------------------------
*/

#footer {
	background-image: url(/media/graymiddle.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	/* border: 1px dashed red; */
}

/*
-------------------------------------------------
bottom-1: bottom content background image
-------------------------------------------------
*/

#bottom-1 {
	background-image: url(/media/graybottom.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid aqua; */
}

/*
-------------------------------------------------
Navigation elements
-------------------------------------------------
*/

#navigation {
	width: 800px;
	/* height: 280px; */
}

#navigation-1 {
	width: 260px;
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid #000000; */
}

#navigation-2 {
	float: right;
	width: 280px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid #000000; */
}

#navigation-3 {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-right: 1px solid #000000; */
}

#navigation-4 {
	float:right;
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 0px;
	/* border: 1px solid green; */
}

/*
-------------------------------------------------
leftnav and bottomnav hold the left and bottom navigation elements
-------------------------------------------------
*/

#leftnav {
	width: 120px;
	height: 150px;
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid red; */
}

#leftnav p {
	font-variant: small-caps;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	margin: 0px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	/* border: 1px dotted white; */
}

#leftnav-private {
	width: 120px;
	height: 150px;
	font-size: 12px;
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid red; */
}

#leftnav-private p {
	font-variant: small-caps;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #2c5a3e;
	width: 130px;
	margin: 0px 0px 0px 0px; 
	padding: 12px 0px 0px 0px;
	/* border: 1px dotted white; */
}

.button1 {
	/* display: inline; */
	background-image: url(/media/button-off.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	width: 130px;
	height: 33px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid blue; */
}
	
#leftnav a:hover,
	#leftnav a:active {
	width: 190px;
	height: 93px;
	background-image: url(/media/button-on.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	/* border: 1px dotted white; */
}


/*
---------------------------------------------------
#bottomnav
---------------------------------------------------
*/

#bottomnav {
	width: 400px;
	height: 60px;
	color: #2c5a3e;
	margin: 0px 0px 0px 350px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid blue; */
}

#bottomnav p {
	font-variant: small-caps;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	margin: 0px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	/* border: 1px dotted white; */
}

#bottomnav a:link,
	#bottomnav a:visited,
	#bottomnav a:hover,
	#bottomnav a:active {	
		color: #2c5a3e;
}

/*
#bottomnav a:link,
	#bottomnav a:visited {
	float: right;
	background-image: url(/media/button-off.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	color: #2c5a3e;
	width: 100%;
	height: 33px;
	text-align: center;
	margin: 0px 0px 0px 0px; 
	padding: 15px 0px 0px 0px;
	border: 1px dotted aqua;
}
*/

/*
#bottomnav a:hover,
	#bottomnav a:active {
	background-image: url(/media/button-on.gif); 
	background-repeat: no-repeat;
}
*/

/*#bottomleft {
	width: 150px;
	margin: 0px 0px 0px 200px;
	text-align: center;
	/* border: 1px solid black; 
}

#bottomright {
	float: right;
	width: 150px;
	margin: 0px 100px 0px 0px; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* border: 1px solid black;
}	

/*
-------------------------------------------------
Navigation elements
-------------------------------------------------
*/

img {
	border: 0px none;
}

.cleaner {
	clear: both;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background: transparent;
}

.clear-right {
	clear: right;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background: transparent;
}

.clear-left {
	clear: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background: transparent;
}

.vertical-10 {
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer p {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.line {
	background-image: url(/media/line.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	width: 668px;
	height: 12px;
	margin: 0px 0px 0px 5px; 
	padding: 0px 0px 0px 0px;
}

/*
-------------------------------------------------
text treatment
-------------------------------------------------
*/

.research {
	vertical-align: top;
	/* border: 1px solid black; */
}

.research tr {
	vertical-align: top;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.research p { 
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
}

.research .header { 
	border-top: 1px solid #999999;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.research .info { 
	text-align: left;
}

#request-login td .left {
	vertical-align: top;
}

#login {
	vertical-align: top;
	width: 300px;
	/* border: 1px solid black; */
}

#login td.error {
	color: red;
	/* border: 1px solid red; */
}

#login td.left {
	width: 80px
	/* border: 1px solid red; */
}

/*
-------------------------------------------------
text treatment
-------------------------------------------------
*/

h1 {
	color: #2c5a3e;
	font-style: bold;
	font-size: 14px;
	font-variant: small-caps;
	line-height: 170%;
}

h2 {
	color: #2c5a3e;
	font-size: 13px;
	font-variant: small-caps;
}

p {
	font-size: 14px;
	margin: 5px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
}

p.copy-tiny {
	font-size: 8px;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
}

.index-body {
	width: 100%;
	height: 150px;
	position: relative;
	/* border: 1px dotted blue; */
}

p.index {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid black; */
}

p.index-tiny {
	position: absolute;
	bottom: 0px;
	font-size: 9px;
	vertical-align: bottom;
	margin: 5px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
	/* border: 1px solid aqua; */
}

p.copy-small {
	font-size: 10px;
}

span.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
}	

a:link,
	a:visited { 
		color: #002f59;
		text-decoration: none;
		border: 0px none;
}

a:hover, 
	a:active {
		color: #002f59;
		text-decoration: none;
		border: 0px none;
}
