/*css hand coded by James Leslie 2006 for Lyric Communications site. */
/*Initial commands are to nullify any preset margins and borders and then attributing some new values to them */
/*Uses no hacks/patches for IE, instead using cc's to call in additional stylesheets for IE overwrites */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Arial, Verdana, sans-serif;
  background-color:#fff;
  text-align: center; 
  min-width: 760px;
}
input, textarea {
font: 130% Arial, Verdana, sans-serif;
}

h1 {
  text-indent:-1000px;
}

p{
	font-size:1.3em;
}

#content ul{
padding:0 0 0 1em;

}

li{
font-size:1.3em;
list-style:inside;
}
h1, p {
  margin: 1em 0; 
  font-weight: normal;
}
#header {
  background:url(images/topbar.gif) no-repeat top left #fff;
  height:82px;
}
#wrapper {
  background-color: #fff;
  width: 760px; 
  margin: 0 auto; 
  margin-top:10px;
  text-align: left; 
  border:1px solid #ccc;
}
#mainNav {
  width: 160px; 
  float: left; 
  padding:10px 0px;
  text-align:center;
}
* html #mainNav{
	margin-left:-20px;
}
#mainNav li{
  list-style: none;
  padding-right:20px;
  font-size: 1.4em;
}
ul.address{
clear:both;
margin:1em 0 0 10em;

}
ul.address li{
color:#829963;
list-style:none;
font-weight:bold;
}
ul.address li.emailaddress{
margin:0 0 0 -3.5em;
}
#content {
	width: 589px;
	float: right;
	background: url(images/midbar.gif) repeat-y top left #fff;
}
* html #content{
	margin-right:-55px;
}
#content * {
  padding: 0px 50px 0 45px;
}
#content * * {
  padding-right: 0;
}
#innerwrapper{
	min-height: 250px;
	padding:0px 50px 0px 0px;
}
h2{
	height:62px;
	width:524px;
	margin-left:30px;
}
h2 span{
	position:absolute;
	top:-2000px;
}
#what h2{
	background:url(images/what.gif) no-repeat;
}
#what h2.dont{
	background:url(images/dont.gif) no-repeat;
}
#how h2{
	background:url(images/how.gif) no-repeat;
}
#who h2{
	background:url(images/who.gif) no-repeat;
}
#clients h2{
	background:url(images/clients.gif) no-repeat;
}
#studies h2{
	background:url(images/cases.gif) no-repeat;
}
#contact h2{
	background:url(images/contact.gif) no-repeat;
}
#endcontent{
	background:url(images/bottombar.gif) no-repeat bottom right #fff;
	height:60px;
}
#footer {
  background:url(images/footer.jpg) no-repeat top right #fff;
  height:110px;
  clear: both; 
  text-transform:lowercase;
}
#footer p{
	font-size:0.9em;
	color:#999;
	padding:90px 0px 5px 50px;
}
#mainNav a{
   margin-left:30px;
	display:block;
	width:115px;
	height:29px;
	line-height:29px;
	color:#690;
	text-decoration:none;
 background:url(images/menubg.gif) no-repeat right bottom #fff; 
	font-weight:bold;
}
#mainNav a:hover{
	background-position: right center;
}
#what #mainNav a.what,
#how #mainNav a.how,
#who #mainNav a.who,
#clients #mainNav a.clients,
#studies #mainNav a.studies,
#contact #mainNav a.contact{
	background-position: right top;
	color:#fff;
	cursor:default;
}
a.tabright{
	margin-right:350px;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:underline;
}
img.logo{
 padding:3px 0px 0px 20px;
}
blockquote{
margin:0 3em 1.5em 0em;
padding:0;
font-size:1em;
font-weight:bold;
  background:url(images/openquote.gif) no-repeat 7em 0em;
}
blockquote .quote{
margin:0 0 0.5em 0;
padding:0;
text-align:left;
font-size:1.2em;
background:url(images/closequote.gif) no-repeat bottom right ;
}
blockquote .author{
margin:0;
padding:0 3em 0 0;
text-align:right;
font-size:1.1em;
font-weight:bold;
}

#contactform {
margin-left:2em;
}
#contactform div{
display:block;
clear:left;
}
#contactform *{
float:left;
margin-bottom:0.5em;
padding:0;
}
#contactform label{
font-size:1.2em;
font-weight:bold;
color:#829963;
clear:both;
width:7em;
}
#content ul.clientlist li a{
padding-left:0;
}
#content ul.clientlist li{
margin-bottom:0.7em;
list-style:outside; 
padding-left:0;
margin-left:50px;
}

#submit{
clear:left;
padding:0;
margin-left:6.5em;
}
