@charset "UTF-8";
body  {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	background: #fff;
	margin: 0;
	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: #908b91;
}

h1{
	font-size:1.2em;
	color:#7b2b83;
}

h2{
	font-size:1em;
	font-weight:bold;
	color:#7b2b83;
	margin-bottom:-10px;
}

h3{
	font-size:1.2em;
	color:#f2f1f2;
	letter-spacing:.025em;
	word-spacing:.25em;
	background-color:#7b2b83;
	padding:8px 0 4px 8px;
}


a {
	color:#7b3b83;
}

a img{
	border:none;
}

#container { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:688px;
	background-image:url(../images/interior_bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 30px 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. */
	
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* 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-image:url(../images/eca_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 150px;
}

#process #sidebar1{
	width:280px;
}

#nav{
	margin-left:-40px;
	font-size:95%;
}


#nav ul{
	list-style:none;
	padding-top:20px;
}

#nav .subNav{
	list-style-type:circle;
	margin-left:25px;
	margin-top:-10px;
}

*html #nav .subNav{
	margin-left:45px;
}

#nav .subNav ul{
	padding-top:3px;
	list-style-type:disc;
	margin-left:-20px;
}
*html #nav .subNav ul{
	margin-left:20px;
	font-size:80%;
}

#nav li{
	padding:20px 0;
}

#nav .subNav li{
	padding:3px 0;
}
#nav a{
	text-decoration:none;
	color:#7b2b83;
	padding:3px 10px;
	padding-left:40px;
	border:none;
}
#nav a:hover{
	border:1px solid #908b91;
	border-left:none;
}
#projects #nav a.pageon, #process #nav a.pageon{
	border:1px solid #908b91;
	border-left:none;
}

#nav .subNav a{
	font-size:80%;
	color:#848185;
	border:none;
	padding:0;
}


#nav .subNav a:hover{
	border:none;
	text-decoration:underline;
}


#sectionNav{
	font-size:95%;
	font-weight:lighter;
	height:100px;
	text-align:right;
	padding-top:35px;
}

.aboutTeam{
	font-size:90%;
}

.projNav ul{
	list-style:none;
}
.projNav li{
	display:inline;
}
.projNav a{
	text-decoration:none;
	color:#908b91;
	padding:3px 15px;
}
.aboutTeam a{
	padding:3px 15px 3px 0px;
}

.projNav a:hover{
	color:#7b2b83;
}

.projNav a.sectionon{
	border:1px solid #908b91;
	color:#7b2b83;
}
#mainContent { 
	margin: 0 0 0 188px; /* 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. */
	height:623px;
	width:772px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:right;

} 



#flash{
	margin-right:20px;
	margin-top:-20px;
	text-align:right;
	z-index:100;
	position:relative;
}
	

#projText{
	font-size:80%;
	text-align:right;
	position:absolute;
	z-index:200;
	width:150px;
	padding:10px 20px 20px 15px;
	left: 20px;
	top: 2px;
}
*html #projText{
	left:0;
}

#projText h1{
	margin-bottom:5px;
}

#projText a{
	color:#7b2b83;
}

#process #mainContent{
	margin:0 0 0 280px;
	width:680px;
}
	
*html #mainContent{
	width:769px;
	height:630px;
}
#sectionPic{
	margin-right:20px;
	margin-top:0px;
	text-align:right;
}
.caption{
	font-size:80%;
	color:#7b2b83;
	text-align:right;
	margin-top:3px;
}
#process .caption{
	font-size:75%;
	line-height:normal;
	margin-top:0;
	text-align:center;
}
#process .caption p{
	margin-top:3px;
}
#textboxOuter{
	width:620px;
	height:402px;
	background-color:#f2f1f2;
	padding:20px;
	
}

#textbox{
	position:relative;
	overflow:auto;
	font-size:90%;
	line-height:120%;
	height:400px;
	padding-right:20px;
	color:#4f4d50;
}

#textbox a{
	color:#7b2b83;
}

#textbox li{
	padding:6px 0;
}

#projList{
	font-size:75%;
	font-weight:lighter;
	padding:0;
	margin:0;
}
#projList a{
	padding:5px;
}
 #footer { 
	width:1001px;
	padding:1px 0 8px 0;
	text-align:right;
	background-color:#7b2b83; 
	color:#ffffff;
	clear:both;
} 
*html #footer{
	padding-top:5px;
}

#footer ul{
	padding:0;
	margin-right:10px;
	list-style:none;
}
#footer li{
	display:inline;
}

#footer a{
	font-size:85%;
	font-weight:lighter;
	text-decoration:none;
	padding:0 15px;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:70%;
	text-align:left;
	margin-left:20px;
	margin-top:-37px;
}
*html #footer p{
	margin-top:-30px;
}
.tiny{
	color:#CCC;
	font-size:80%;
}
#copyright a{
	color:#CCC;
	font-size:90%;
	padding:0;
}
.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;
}

#process .fltlft{
	margin-right:15px;
}

#process .fltrt{
	margin-left:15px;
}
