/*******************************************************************/
/* This is the CSS file used to layout the Ecovallee web pages     */
/*                                                                 */
/*******************************************************************/
   
/* Define the main layout characteristics to build the columns */

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	width:800px;
	height: 2000px;
}
#header {
	color: #fff;
}
#columns {
	position: absolute;
	width:800px;
	background-repeat: repeat-y;
	background: #f29c50;
	display:inline;
}
#left {
	width: 150px;
	background: #f29c50;
	position: relative;
	float: left;
}

#middle {
	width: 650px;
	background: #d9814e  ;
	position: relative;
	float: left;
}


#footer {
	width: 100%;
	background: #3399CC;
	clear: both;
	position: relative;
	float: left;
	border-top: 1px ;
	border-bottom: 3px ;
	text-align: center;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 20px;
	margin-left:12px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 16px;
	margin-left:12px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #fff;
}
p, li {
	margin-left:12px;
	margin-right:12px;
	color: #EEEEEE;
}

/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #8c442a;
	color: #EEEEEE;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin-left: 14px;
	font-weight: bold;
	text-transform: -lowercase;
	border-bottom-style: none;
	margin-right: 10px;
}
.topRightImage {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menuItem a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menuItem a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuItem a:hover {
	color: #213f42;
}
.menuItem a:active { 
	text-decoration: none;
	color: #FFFFFF;
}

