/* ecola_style.css */

body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:medium;
	background-color: #ffffff; /*#996; */
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px; 
}
 

p {
	font-size: .95em;
	line-height: 1.2em;
	color: #000000;
	background-color: inherit;
	margin-right:10px;
}
.homepagefirmname{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
}
p.copyright {
	font-size: 75%;
	padding-top: 50px;
	margin-bottom: -25px;
	text-align: center;
}

/* div styles*/
#container {
	background-color: #fff;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;	
}
#content  {
	background-color: #cccc99;
	width: 1024px;
	padding: 30px;
	margin-left:auto;
	margin-right:auto; 
	position: relative;
}
#navigation {
	padding-left: 0px; 
	margin-left: 0px;
}

#portfolionav {
	width: 400px;
	margin-top: 25px;
	position: relative;
	left: 660px;
}

/* home page styles */
td.logocell {
	text-align: center;
	height: 100px;
	padding-top: 50px;
}

td.address {
	text-align: center;
	font-weight: normal; 
	padding-top: 50px;
	padding-bottom: 50px;
} 
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul.homenav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	font-size: 140%;
	text-decoration: none;
	padding-right: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

ul.homenav li a:link {
	font-style: normal;
	color: #3333cc; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.homenav li a:visited {
	font-style: normal;
	color: #3333cc;	
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.homenav li a:hover {
	font-style: normal;
	color: #ffffff;
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}



/* styles for upper navigation bar*/
ul.uppernav  {
	margin-left: 0px;
	padding-left: 0px;
}
ul.uppernav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-right: 2em;
	font-size: 140%;
	text-decoration: none;
	font-weight: normal;
}
ul.uppernav li a:link {
	font-style: normal;
	color: #3333cc; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.uppernav li a:visited {
	font-style: normal;
	color: #3333cc; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.uppernav li a:hover {
	font-style: normal;
	color: #ffffff; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.uppernav li a:active {
	font-style: normal;
	color: #ffffff; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

/* styles for bottom navigation bar*/
ul.lowernav  {
	padding-left: 0px;
	margin-left: 0px;
}
ul.lowernav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-right: 2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 140%;
	text-decoration: none;
	font-weight: bold;
}

ul.lowernav li a:link {
	font-style: normal;
	color: #3333cc; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.lowernav li a:visited {
	font-style: normal;
	color: #3333cc; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.lowernav li a:hover {
	font-style: normal;
	color: #ffffff; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

ul.lowernav li a:active {
	font-style: normal;
	color: #ffffff; 
	background:inherit;
	text-decoration: none;
	text-transform: uppercase;
}

/* style to color end-of-line indicator text white */
li.endbutton {
	color:#ffffff;
	background:inherit;
	text-transform: uppercase;
}

/* style to embolden firm name on profile page*/
.name {
	font-weight:bold;
}
/* styles for firm profile page */
.profiletop {
	vertical-align:top;
	background-color: inherit;
	padding-bottom: 10px;
	height: 255px;
}
.profiletop p {
	font-size: 100%;
	line-height: 120%;
	color: #000000; 
}
.profilebottom {
	vertical-align:bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.profileside {
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}

/*  background of table that holds the project images */
.projectbg {
	/*background-color: #cccc99; */
	margin: 0px;
	padding: 0px; 
	margin-left:auto;
	margin-right:auto;
}
 
.selected {
	color: #FFFFFF;
} 
.spacer60h {
	height: 60px;
	width: 0px;
}
 
.rgtmargin4 {
	padding: 0px;
	margin-right: 4px;
}
.rgtbotmargin4 {
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.lastinlist {
	padding-right: 0px;
}
.botmargin4 {
	padding: 0px;
	margin-bottom: 4px;
}
.tableRowHorizon {
	margin-top: 0px;
	padding-top: 0px;
}
