@charset "UTF-8";
/* CSS Document */

body {
	background: #666633;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666633;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


img
{  border-style: none;
}

.style1 {
	font-size: 125%;
	font-weight: normal;
	color: #666633;
}
	
	#container {
	background-color: #333333;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #996600;
	border-left-color: #996600;
}
#rightcontent {
	height: 323px;
	width: 380px;
	float: right;
	background-color: #E36A08;
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#leftcontent {
	width: 300px;
	height: 100%;
	padding-right: 5%;
	float: left;
}



#header {
	background-color: #666633;
	height: 180px;
	padding-left: 3em;
}
#navigation {
	background-color: #E36A08;
	height: 18px;
	vertical-align: bottom;
	overflow: hidden;
	padding-left: 54px;
}
#footer {
	background-color: #666666;
	height: 20px;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E36A08;
	padding-top: 4px;
}
#content {
	background-color: #FFFFE8;
	height: auto;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 50px;	
	
	}
#contactcontent {
	background-color: #FFFFE8;
	height: 225px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 50px;
	width: 100%;
}
#contactright {
	height: 100%;
	width: 50%;
	float: left;
}

#studioright {
	height: 375px;
	width: 48%;
	float: right;
	margin-bottom: 5px;
}

#studioleft {
	height: 100%;
	width: 48%;
	float: left;
	padding-right: 3%;
}

#principals {
	height: 285px;
	width: 100%;
	margin-bottom: 35px;
}


#team {
	height: 40%;
	width: 100%;
}


#contentcontainer {
	height: 350px;
	width: 100%;
}
#projects1 {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin-bottom: 40px;
}


#projects2 {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin-bottom: 40px;
}



#projects3 {
	width: 100%;
	height: auto;
	list-style-type: none;
}
#leftcontentindex {
	background-color: #FF0000;
	height: 500px;
	width: 350px;
}
#leftheader {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	}
#rightheader {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	
}

#teamheader {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	
}
#contactleft {
	height: 100%;
	width: 50%;
	float: left;
}
#contactwrapper {
	height: 300px;
	width: 100%;
}
#aboutwrapper {
	height: 350px;
	width: 100%;
}
#peoplewrapper {
	height: 500px;
	width: 100%;
	font-size: 75%;
}
#charles {
	height: 100%;
	width: 45%;
}
#picture {
	background-color: #333333;
	float: right;
	height: 200px;
	width: 175px;
	overflow: hidden;
}
#evan {
	height: 100%;
	width: 49%;
	float: right;
}
#charles {
	height: 100%;
	width: 49%;
	float: left;
}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }



#slideshow {
	position:relative;
	height:400px;
	width: auto;
}

#slideshow DIV {
    position:relative;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
#studiopictues {
	height: 30%;
	width: 100%;
}
#studiotext {
	height: 40%;
	width: 95%;
	padding-left: 2%;
	margin-bottom: 5px;
}
#studio1 {
	float: left;
	height: 100%;
	width: 90px;
}
