/* ###########################################################################
# Mattingly & Minnis #
# Screen media stylesheet #

COPYRIGHT 2005 Tenrec, Inc.
########################################################################### */
body {
	margin:0;
	padding:0;
	font: 1em/1em verdana,helvetica,sans-serif;
	color: #FFF;
	background-color:#C2C7C7;
	}

* {margin:0;padding:0;}

* img {
	border-style: none;
	}
	
a {
	text-decoration:none;
	color: #63E3FF;
	}
	
a:visited {
	text-decoration:none;
	color: #900;
	}
	
a:hover {
	color: #900;
	}
	
#container {
	width:760px;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	}
	
#logo {
	padding-top: 26px;
	margin-left: 34px;
	}
	
#logoborder {
	background-color: #666;
	height: 18px;
	border-left: 34px #900 solid;
	}
	
#nav {
	border-top: 4px #80abbb solid;
	}
	
#bodycontent {
	margin: 33px 31px 30px 32px;
	font-size: .8em;
	border-bottom: 4px solid #900;
	}
	
#bodycontent #heading {
	background-color: #666;
	padding: 26px 0 0 30px;
	border-bottom: 3px solid #900;
	}
	
#bannermain {
	background: #80abbb url('../images/fp_main_banner.gif');
	height: 252px;
	}
	
#bannermain #text {
	padding: 46px 10px 10px 269px;
	}
	
#bannermain #text h1 {
	font-size:1.1em;
	font-family: arial, helvetica, sans-serif;
	letter-spacing:.15em;
	font-stretch:expanded;
	color: #900;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#bannermain #text p {
	font-size:.86em;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:1em;
	}
	
#col {
	background: #666 url('../images/lev2a_bg.gif') repeat-y left top;
	border-top: 5px solid #666;
	border-bottom: 5px #666 solid;
	}
	
#lev2nav {
	float: left;
	width: 135px;
	margin-left: 34px;
	padding: 133px 40px 10px 26px;
	color: #900;
	font-size: .85em;
	line-height: 1.3em;
	}
	
#copy {
	margin-left:260px;
	padding-right: 50px;
	padding-top: 24px;
	padding-bottom: 30px;
	border-bottom: 5px #666 solid;
	}
	
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #lev2nav {
	margin-left: 17px;
	margin-right: 20px;
  }
 
* html #copy {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */


#lev2nav a,#lev2nav a:visited {
	color: #900;
	}
	
#lev2nav a:hover {
	color: #fff;
	}
	
#lev2nav div {
	margin-bottom: 15px;
	}
	
#copy h2 {
	color: #7EA5B4;
	font-size: 1em;
	margin-bottom:1.5em;
	}
	
#copy ol,#copy ul {
	margin: 1em 0 1em 2em;
	}
	
#copy li {
	margin-top: .25em;
	}
	
#copy p {
	margin-top: 1em;
	}
	
#copy p.first {
	margin-top:0px;
	}
	
#copy h3 {
	color: #7EA5B4;
	font-size: 1em;
	margin:1em 0;
	}
	
#lev2nav.attorneys {
	padding: 30px 40px 10px 26px;
	}
	
.attorneys {
	background: url('') no-repeat left top;
	}
	
.mattingly {
	background: url('../images/nav_image_attny_matt.jpg') no-repeat left top;
	}
	
.minnis {
	background: url('../images/nav_image_attny_minnis.jpg') no-repeat left top;
	}
	
.about {
	background: url('../images/nav_image_about.gif') no-repeat left top;
	}
	
.media {
	background: url('../images/nav_image_media.gif') no-repeat left top;
	}
	
.practice {
	background: url('../images/nav_image_practice_areas.gif') no-repeat left top;
	}
	
.briefcase {
	font-weight: bold;
	font-style:italic;
	}
	
.pubinfo {
	font-style:italic;
	font-size:.8em;
	}
	
#footer {
	background-color:#C2C7C7;
	border-top: 7px #666 solid;
	font-size: .65em;
	color: #666;
	padding-bottom: 20px;
	}
	
#footer a, #footer a:visited {
	color: #666;
	}
	
#footer a:hover {
	color: #fff;
	}
	
#footer #left {
	background-color:#C2C7C7;
	display: inline;
	padding-left: 30px;
	}
	
#footer #right {
	background-color:#C2C7C7;
	display: inline;
	padding-right: 30px;
	padding-left: 290px;
	}
