@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../nav_images/backgrounds/back-lights.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 965px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../nav_images/backgrounds/header-area.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 176px;
	position: relative;
} 
#header a {
	text-indent: -9000px;
	display: block;
	height: 77px;
	width: 130px;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 280px;
	top: 60px;
}
#navTop {
	height: 32px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 251px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../nav_images/backgrounds/PEI-logo2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 680px;
	position: relative;
}


#quoteArea {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 410px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 281px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent p {
	width: 602px;
	text-align: justify;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #363636;
	text-align: center;
	font-size: 10px;
}
#footer a {
	font-size: 10px;
	color: #5BB477;
	text-decoration: none;
	text-align: center;
}
#mainContent  h1,#mainContent h2 {
	color: #2B2B2B;
	font-size: 17px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*---------------Menu----------------*/
#mainMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 400px;
}
#mainMenu  a {
	float: right;
	display: block;
	font-weight: bold;
	line-height: 30pt;
	height: 36px;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9000px;	
}

#mainMenu li {
	display: inline;	
	
}
#mainMenu  a:hover {
	background-position: left top;
}
#mainMenu .home a {
	background-image: url(../nav_images/btn/home.gif);
	width: 68px;
}
#mainMenu .about a {
	background-image: url(../nav_images/btn/company.gif);
	width: 81px;
}
#mainMenu .contact a {
	background-image: url(../nav_images/btn/contact.gif);
	width: 103px;
}
#mainMenu .sitemap a {
	background-image: url(../nav_images/btn/site-map.gif);
	width: 85px;
}
.linkmenu {
	width: 209px;
	margin: 0px;
	padding: 0px;
}
.linkmenu a {
	font-weight: bold;
	text-align: left;
	height: 36px;
	width: 200px;
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #2B2B2B;
	font-size: 12px;
	margin-bottom: 5px;
	background-image: url(../nav_images/btn/roll-listmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.linkmenu li {
	list-style-type: none;
	display: inline;
}
.linkmenu a:hover {
	background-position: right top;
	color: #70BF8C;
}
