@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bluestripes.gif);
	background-repeat: repeat;
	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: #4a4a30;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1eee4;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff;
	padding: 0;  /* 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. */
	margin: 0;
} 
#slideshow {
padding: 0;
margin: 0;
display: inline-block;
float: right;
}
#menu {
width: 100%;
background: #fff;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 156px;
float: left;
}
#menu ul a{
display: block;
margin: 0;
padding: 0;
color: #4a4a30;
text-decoration: none;
}

#menu ul a:hover {
color: #fff;
}
#menu li {
	position: relative;
	}


#menu ul li{
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 6px 0;
	}
	menu ul li
div#menu ul ul {
	display: none;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
#menu ul ul li{
	text-align: left;
	padding: 5px 15px;
	text-transform: capitalize;
	font-size: 95%;
	letter-spacing: .1em;
	}
#menu ul ul li a{
color: #fff;
}
#menu ul ul li a:hover{
	color: #cdd0a8;
	}
div#menu ul li:hover ul{
	display: block;
	background: #4a4a30;
	top: 24px;
	}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	}
.services{
	background-image: url(images/arrow1.gif);
	}
.services:hover{
	background-image:url(images/arrow1over.gif);
	}
.expertise{
	background-image:url(images/arrow2.gif);
	}
.expertise:hover{
	background-image: url(images/arrow2_3_4_over.gif);
	}
.projects{
	background-image:url(images/arrow3.gif);
	}
.projects:hover{
	background-image: url(images/arrow2_3_4_over.gif);
	}
.team{
	background-image:url(images/arrow4.gif);
	}
.team:hover{
	background-image: url(images/arrow2_3_4_over.gif);
	}
.company{
	background-image:url(images/arrow5.gif);
	}
.company:hover{
	background-image: url(images/arrow5over.gif);
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #cdd0a8; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0 30px 10px;
	padding-bottom: 10px;
}
#sidebar1 h1{
	font-size: 75%;
	background: #aaaf75;
	padding: 10px 0;
	margin-top: 0px;
	border-bottom: 5px solid white;
	color: white;
	letter-spacing: .2em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	}
#sidebar1 h2{
	font-size: 75%;
	padding: 0 15px;	
	}
#sidebar1 h2 a{
	text-decoration: none;
	color: #4a4a30;
	}
#sidebar1 h2 a:hover{
	color: #50668b;
}	
#sidebar1 h3{
	font-size: 70%;
	font-weight: normal;
	padding: 0 15px;
	line-height: 1.5em;
	}
#sidebar1 h3 a{
	text-decoration: none;
	color: #4a4a30;
	}	
#sidebar1 h4{
	font-size: 80%;
	padding: 20px 15px 5px 15px;	
	}
#sidebar1 h4 a{
	text-decoration: underline;
	color: #4c6289;
	}
#sidebar1 h4 a:hover{
	color: #50668b;
}	
#sidebar1 p a{
	color: #4a4a30;
}
#sidebar1 p a:hover{
	color: #50668b;
}
#sidebar1 p{
	font-size: 75%;
	padding: 0 15px;
	line-height: 1.3em;
	}

#mainContent { 
	margin: 0 10px 0 260px; /* the left margin on this div element creates the column down the left 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p{
	font-size: 75%;
	line-height: 1.5em;
	padding-right: 20px;
	}
#mainContent p a {
	color: #50668b;
	font-weight: bold;
	}
#mainContent p a:hover{
	color: #3c4c67;
	}

#mainContent h1{
	font-size: 95%;
	font-style: italic;
	margin-bottom: -6px;
	}
#mainContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -6px;
}
#mainContent h2 a{
	color: #50668b;
	}
#mainContent h3{
	padding-top: 5px;
	font-size: 75%;
	color: #50668b;
	}
	#mainContent h4{
	padding: 0 0 0 20px;
	font-size: 70%;
	color: #50668b;
	text-transform: uppercase;
	}
	
#mainContent li{
	list-style-type: disc;
	margin-top: -10px;
	margin-left: 10px;
}
#mainContent img{
padding: 5px 20px 0 0;

}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none; 
} 
#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: 20px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #4a4a30;
	}
	
.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;
	clear: right;
}
.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;
}
#clients {
margin: 20px 0 20px 20px;
border-left: solid 3px #9ba065;
padding: 0 0 0 15px;
line-height: 2em;
font-size: 65%;
width: 200px;
}
.headline {
margin-top: -60px;
}
.photocollage {
margin-top: 20px;
}
.reducemargin {
margin-top: -10px;
}
.headshots{
	margin-left: 20px;
	}