/***************************
	e-centricity
	 eric amidon
***************************/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url(../imgs/bkgd_top.gif) repeat-x;
	color: #333;
	font: normal 69%/1.6 "Lucida Grande", Verdana, Arial, sans-serif;
}

p.empty {
	line-height:1.5em;
	margin: 155px 155px;
}

#bdyBckgd {
	background:transparent url(../imgs/wrapperBack.gif) no-repeat center 96px;
	position:relative;
	width:782px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.clear {
	clear:both;
}

#imgFloat {
	height: 463px;
	width: 415px;
	position:absolute;
	top: 0;
	right: -75px;
	z-index:1;
}

.survey {
	border:0;
	float:right;
	margin: 10px 45px 0 0;
}

#capImg {
	float:left;
	margin:.5em 0 .5em .2em;
	padding:0;
	width:367px;
}

#capImg p {
	width:100%;
	margin:0;
	font: .85em Verdana, sans-serif;
	color:#666666;
}

sup {
	color:#333;
}

#header h1 {
	margin: 0 0 0 15px;
}

#header p {
	font: italic 18px 'times new roman' serif;
	letter-spacing: 0.09em;
	color: #fff;
	position: absolute;
	top: 71px;
	left: 72px;
}

#header h1 a {
	display: block;
	text-decoration: none;
	width: 265px;
	height: 62px;
	background-image: url(../imgs/logo.gif);
	text-indent: -9999px;
}

#bodyContainer {
	width: 758px;
}

#bodyContent {
	text-align:left;
	margin: 20px 0 0 35px;
}

#bodyContent p.intro {
	width: 365px;
	line-height: 20px;
	color: #646464;
	margin: 10px 0;
}

#bodyContent.currWork {
	margin: 5px 0;
}

#btmContent {
	position:relative;
	top:0;
	left:0;
	width:100%;
	float:left;
}

h2 {
	margin: 30px 0 0 0;
}

.col {
	position:relative;
	float:left;
	width:45%;
}

.l {
	float:left;
}

#bodyContent h1 {
	font: bold 24px "Trebuchet MS", serif;
	/*color: #80000b;*/
	color:#bf8e2a;
}

#bodyContent h2 {
	font: bold 16px "Trebuchet MS", serif;
	color:#bf8e2a;
}

#footer h3 {
	font: bold 14px "Trebuchet MS", serif;
	padding: 0 0 10px 0;
	color:#bf8e2a;
}

#footerTop {
	background:transparent url(../imgs/bottomShade.jpg) no-repeat center;
	width:100%;
	position:relative;
	top:50px;
	left:0;
	float:left;
	margin: 0 auto;
	height:90px;
	z-index:1;
}

#footer {
	background:#194875 url(../imgs/ftBackTop.jpg) top left repeat-x;
	clear:both;
	color:#3B3B2B;
	padding-top: 40px;
	font: 11px Georgia, Times New Roman serif;
	height:410px;
}

#footer a {
	/*color:#194774;*/
	color:#bbb;
}

#footer a:hover {
	text-decoration:underline;
}

#container {
	width:758px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	line-height:1.4;
}

#container ul {
	list-style:none;
	line-height:1.4em;
}

#container ul a {
	text-decoration:none;
}

.fadedBox {
	padding:0 25px;
	margin: 0 25px 0 0;
	float:left;
}

.fadedBox li {
	line-height:1.7em;
	background:url(../imgs/bullet_white.png) no-repeat;
	padding:0 0 0 16px;
}

#quoteForm { 
	border-left:1px solid #bbb; 
	margin-left:50px; 
	padding-left:30px; 
	width:200px;
	color:#bbb;
	}

#quoteForm label { 
	display:block; 
	margin:0 0 2px;
	color:#bbb; 
	}
	
#quoteForm label span {
	color:#bf8e2a;
	margin:0 10px;
}

#quoteForm input, #quoteForm select { 
	margin:0 0 10px; 
	color:#333; 
	}

#quoteForm textarea { 
	height:100px; 
	margin:0 0 10px; 
	width:215px; 
	color:#333; 
	}

#submit button{
	margin:55px 0 0 0;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 42px; width: 745px;
	background: url("../imgs/navBack.jpg") repeat-x top;
	padding: 0px; 
	margin: 28px 0 0 17px;
	overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: #949494;
	width: 9px; 
	height: 42px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background:#949494;
	height: 42px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	font: bold 14px "Trebuchet MS", serif;
	color: #fff; outline: none;
	text-align: center;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	padding: 12px 20px;
}
        
