@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #EFE8DA;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.oneColElsCtrHdr #header {
	background: #C3B16F url(assets/ee_logo_header.gif) no-repeat center;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #topNav {
	background-color: #D7CAA1;
	padding: 10px;
}

.oneColElsCtrHdr  #mainContent1 {
	background: #EFE8DA;
	height: 20em;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtrHdr #mainContent2 {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	height: 45em;
}
.oneColElsCtrHdr #subPgContent {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 4em 10em;
}
.oneColElsCtrHdr #bio {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 2em 2em;
}
.oneColElsCtrHdr #form {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 10em;
}
.oneColElsCtrHdr #contact {
	background: #EFE8DA;
	font: .85em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 10em .5em 10em;
}
.oneColElsCtrHdr #clientsContent {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 4em 10em;
}
.oneColElsCtrHdr #newsContent {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 4em 10em;
}
.oneColElsCtrHdr #resourcesContent {
	background: #EFE8DA;
	font: .75em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 4em 10em;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C3B16F;
	font: .7em/1.2 Verdana, Arial, Helvetica, sans-serif;
} 
.oneColElsCtrHdr #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 */
}
/*Top Navigation styles start here*/
#topNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNav li {
	display: inline;
	}
#topNav li a:link,#topNav li a:visited {
	background: #D7CAA1;
	padding: .5em .5em;
	font: bold .8em/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
		}
#topNav li a:hover, #topNav li a:active {
		color: #C3B16F;
		}
#topNav li a.current,#topNav li a.current:hover,#topNav li a.current:active {
	color: #40588E;
	cursor: default;
		}
/*Red Bar here*/
#bar1,#bar2 {
	height: 3px;
	background: #CC0000;
		}
#video {
	float: right;
	width: 356px;
	height: 200px;
	margin: 1em 3em 1em 1em;
		}
#welcome1 {
	padding: 5em 40em 4em 5em;
		}
#welcome1 strong {
		color:#40588E;
		}
#welcome2 {
	padding: 5em 40em 4em 5em;
	height: 25em;
		}
#welcome2 a:link, #welcome2 a:visited {
	color:#40588E;
	font: bold;
	text-decoration: none;
	
		}
#projects {
	float: right;
	height:40em;
	width: 350px;
	padding: 1em;
	margin: 1em 2em 1em 1em;
	font: 0.95em;
		}
#projects h2, #projects h4 {
	color: #40588E;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
		}
#projects h2 {
		margin-bottom: 5px;
		padding-bottom: 5px;
		}
#subPgContent a:link, #subPgContent a:visited {
	color: #40588E;
	text-decoration: none;
		}
#subPgContent h4 {
		margin-bottom: 0px;
		padding-bottom: 0px;
		}
#subPgContent li {
		color: #40588E;
		}
#subPgContent p {
		color: #000000;
		margin-top: 0px;
		}
#bio h2  {
		color: #40588E;
		margin-bottom: 0px;
		padding-bottom: 0px;
		}
#bio h3 {
		color: #40588E;
		margin-top: 0px;
		margin-top: 0px;
		}
#bio a:link, #bio a:visited {
	color: #40588E;
		}
#moellerPic {
	margin: 2em 1em 0 2em;
	float: left;
		}
#shellabyPic {
	margin: .5em 1em 0em 2em;
	float: left;
		}
#clientsContent a:link, #clientsContent a:visited {
	color: #40588E;
		}
#clientsContent strong {
		color: #40588E;
		}
#newsContent a:link, #newsContent a:visited {
	color: #40588E;
		}
#newsContent strong {
		color: #40588E;
		}
#newsContent h3 {
		color: #40588E
		}
#resourcesContent a:link, #resourcesContent a:visited {
	color: #000000;
		}
#resourcesContent strong {
		color: #40588E;
		}
#resourcesContent h3 {
		color: #40588E
		}
#projectsLogo {
	float: left;
	margin: 1px 5px;
		}
#form th {
		color: #40588E;
		text-align: right;
		vertical-align: top;
		padding-right: 10px;
		padding-top: 2px;
		}
#form td {
		vertical-align: top;
		padding-bottom: 15px;
		}
#form table {
	border: thin dotted #7e7e7e;
	padding: 10px;
	margin: auto;
		}
#map {
	margin: 1em;
	float: left;
	padding: 1em;
	height: 350px;
	width: 425px;

	}
#address {
	height: 300px;
	padding: 2em 1em;
	margin: 2em 1em 2em .5em;
	}
