@charset "utf-8";
body {
	/*font: 100% Calibri, Arial, Helvetica, sans-serif;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#676767;
	background-image: url(images/background.png);
	background-repeat:repeat-x;
	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: #333333;
}

/*** LAYOUT STYLES ***/
.EE #wrapper {
	width: 1089px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.EE #container {
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}

.EE #logo {
	margin: 0px;
	padding:0 0 0 0px;
	width:228px;
	float:left;
}

.EE #navigation {
	margin: 12px 0px 0 0;
	width:690px;
	float:right;
	text-align:right;
}

.EE #nabers {
	margin: 15px 22px 0 0;
	width:464px;
	float:right;
}

/*** HOMEPAGE STYLES ***/

.EE #header_home {
/*	padding: 20px 0px 0px 0px;
	width:920px;
	clear:both;*/
	padding: 0px;
	width:920px;
	height:545px;
	clear:both;
	position: relative;
	background: url(images/header.png) no-repeat; 
	margin-top: 0;
}

.EE #header_home_text{
	color:#FFF;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:25px;
	position: absolute; 
	top: 30px;
	left: 50px; 
	width: 800px;
}

.EE #header_home_text_wide{
	color:#FFF;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:25px;
	position: absolute; 
	top: 450px;
	left: 50px; 
	width: 800px;
}

#flashContent {
    float: right;
}

.EE #projects {
	width:840px;
	margin-left:35px;
	padding-bottom:10px;
	color:#FFF;
}

.EE #projects_1 {
	width:169px;
	float:left;
}

.EE #projects_2 {
	width:169px;
	margin: auto;  /*the auto margins (in conjunction with a width) center the page */
}

.EE #projects_3 {
	width:169px;
	float:right;
}

/*** SUBPAGE STYLES ***/

.EE #subpage {
	clear:both;
	margin-top:0;
}

.EE #header_sub {
	padding: 0px;
	width:920px;
	height:337px;
	clear:both;
	position: relative;
	background: url(images/header_sub.png) no-repeat transparent; 
	margin-bottom:0px;
}

.EE #header_sub_heading{
	color:#FFF;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style:italic;
	position: absolute;
	top: 70px;
	left: 30px;
	width: 495px;
}

.EE #header_sub_image{
	width: 390px;
	float:right;
	text-align:right;
	margin-top:45px;
	padding-right:25px;
}

.EE #header_sub_text{
	color:#FFF;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:23px;
	position: absolute; 
	top: 50px;
	left: 50px; 
	width: 400px;
}

.EE #content {
	background-image:url(images/background_content.png);
	background-repeat:repeat-y;
	width:920px;
	padding-bottom:10px;
	margin-top:-16px;
	min-height:235px;
}

.EE #content_text {
	width:840px;
	margin-left:35px;
}

.EE #content_text a{
	color: #554841
}

.EE #content_text a:hover {
	color: #847168;
}

.EE #content_quote {
	width:150px;
	font-style:italic;
	font-size:24px;
	float:right;
	padding-left:20px;
	font-weight:bold;
	text-align:center;
}

.EE #staff {
	clear:both;
	height:225px;
}

.EE #staff_photo {
	width:190px;
	float:left;
	text-align:left;
}

.EE #staff_text {
	float:right;
	text-align:left;
	width:630px;
}

.EE .smalltext {
	font-size:12px;
	font-style:italic;
}

.EE .services_li {
	margin-bottom:12px;
}

.EE #content_left {
	width:600px;
	float:left;
}

.EE #photos_right{
	width:200px;
	float:right;
}



/*** TEXT STYLES ***/

.EE h1 {
	font-size:24px;
}

.EE h2 {
	color: #000000;
}

.EE h3 {
	color:#666666;
}

.EE #content ul {
	padding-right:20px;
}


/*** FOOTER STYLES ***/

EE .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:0px;
    font-size: 1px;
    line-height: 0px;}

.EE #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left:7px;
	width:898px;
	color:#000;
	font-size:11px;
	padding:15px 0px 10px 0px;
	height:60px;
}

.EE #footer_left {
	width:500px;
	float:left;
	text-align:left;
}

.EE #footer_right {
	width:300px;
	float:right;
	text-align:right;
}

.EE #footer a {
	text-decoration:underline;
	color:#333333;
}
