 /* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: repeat;
}

div.floatDestroyer {
	clear: both;
}

span {
	display: none;
	}

div#wrapper {
	width: 800px;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
}

div#whitebox {
	width: 790px;
	background: #ffffff;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#top {
	width: 800px;
	text-align:right;
	font-family: Arial, Verdana, sans-serif;
	color: #FFF;
	font-size: 80%;
	margin: 10px auto 5px auto;
}

div#container { 
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000;  */

}
div#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent {
	margin: 10px 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

div#quoteform
{
	width: 200px;
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: 70%;
	margin: 0px 10px 0px 0px;
	border-right-color:;
	border-right-style:;
	border-right-width:;
	float: left;
}

/* LINK COLORS */
/* ---- a.bodylink{
	color: #fff; 
	text-decoration: underline;
		}
a.bodylink hover {
	color: #red; 
	text-decoration: underline;
	}
	
a.bodylink visited {
	color: #red; 
	text-decoration: underline;
	} ---- */

a:link {color: #362E2C;}
a:visited {color: #666666;}
a:active {color: #362E2C;}
a:hover {color: #999999;
}
a {text-decoration: underline}

/* ---- BACKGROUND IMAGES ---- */

div#imageboxHomepage {
	width: 755px;
	height: 400px;
	padding-top: 0px;
	padding-left: 20px;
	background: url() no-repeat top left;
	margin-bottom: 5px;
}

div#imageboxBackpageAbout {
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/aboutus.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageOurteam{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/ourteam.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageCommercial{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/commercial.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageResidential{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/residential.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageAffiliations{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/affiliations.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageMedia{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/media.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#imageboxBackpageContact{
	width: 755px;
	height: 275px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../images/top/contact.jpg) top left no-repeat;
	margin-bottom: 10px;
}


/* -------------------------------------*/

div#logo {
	width: 273px;
	height: 79px;
	background: #FDF4EE url(../images/logo.gif) top left no-repeat;
	border: 8px #26201D solid;
}

div#logo2 {
	width: 160px;
	height: 195px;
	background: #FDF4EE url(../images/echelon-logo.jpg) top left no-repeat;
}

div#homelist {
	width: 760px;
	height: 300px;
	margin-top: 100px;
	margin-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}

span {
	display: none;
}

div#maincontentbox {
	background: #FFFFFF ;
}

div#innermaincontentbox {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 10px;
	width: 515px;
	float: left;
	display: inline;
}

div#innermediacontentbox {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 10px;
	width: 700px;
	float: left;
	display: inline;
}
div#main {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 550px;
	float: left;
	display: inline;
}

div#sidebar {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 15px;
	width: 200px;
	float: right;
	display: inline;
}

div#innermainrightbox {
	margin-top: 25px;
	padding-left: 8px;
	width: 220px;
	height: auto;
	border-left: 2px white solid;
	float: right;
	display: inline;
}

div#quote {
	width: 180px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 1.2em;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362E2C;
	text-align: left;
	line-height: 1.6em;
	font-style: italic;
}

div.quotebyline {
	font-size: .8em;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362E2C;
	text-align: left;
	line-height: 1.6em;
	font-style: italic;
}

div#side_title 
{
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362E2C;
	font-size: 1em;
	font-weight: bold;
}

div#side_caption {
	width: 150px;
	padding-left: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362E2C;
	font-size: 0.6em;
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
}

div#featuredpic {
	width: 190px;
	padding-left: 5px;
}

div#copyright {
	font-size: .8em;
	font-family: Arial, Geneva, sans-serif;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-align: center;
}

a.copyrightLink {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362E2C;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: 80%;
}

.footer {
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: 70%;
	text-align:center;
}

.img-rt {
	width: 200px;
	float: right;
	margin-left: 15px;
	display: inline;
}

.red {
	color: #FF0033;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: 1em;
	font-weight: bold;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: .8em;
	font-weight: bold;
}

.bodyList {
	font-family: Arial, Verdana, sans-serif;
	color: #362E2C;
	font-size: 80%;
	margin-left: 15px;
	line-height: 1.6em;
}

/*---------------------------------------------------
	MAIN NAV
----------------------------------------------------*/

div#mainnav {
	text-align:center;
	width: 780px;
	height: 24px;
	background: #26201D;
	list-style:none;
}

ul#mainnavUL {
	padding-top: 5px;
	width: 780px;
	height: 19px;	
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mainnavUL li {
	display: inline;
	margin: 0;
	list-style:none;
	text-align: center;
	padding: 0 13px;
}

ul#mainnavUL li a {
	text-decoration: none;
}
ul#mainnavUL li a:link, ul#mainnavUL li a:visited {
	color: white;
}
ul#mainnavUL li a:hover, ul#mainnavUL li a.selected {
	color: #CF141A;


/*--- begin buttons -----*/

/*-- home --*/

/*-- about us --*/

/*-- our team --*/

.bio ul {
	width: 175px;
	float: left;
	padding-left: 15px;
}

/*-- commercial --*/

/*-- residential --*/

/*-- affiliations --*/

/*-- contact us --*/

/* our team */
div#steve {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 15px;
}
div#steveText {
	width: 150px;
	display: inline;
}

div#mrjaron {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 15px;
}
div#mrjaronText {
	width: 150px;
	display: inline;
}

div#img-rt {
	float: right;
	padding-left: 15px;
	width: 200px;
	display: inline;
}

