/* @group Reset */

html, body {
	border:0;
	margin:0;
	padding:0;
} 
body { 
  background: #000 repeat;
  font: 0.75em/1.4 Georgia, "Times New Roman", Times, serif;
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
/* Tables
-------------------------------------------------------------- */
 
table {
	border:0;
	margin:0 0 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:.5px;
  }
  
/* @end */

/* @group Forms */

form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
input.text,
textarea {
	background: #FFF;
	border: 1px #CCC solid; 
	color: #999;
	font-size: .95em; 
	margin:0.25em 0;
	padding: 3px;
	width: 160px; 
}
textarea { 
	height: 50px;
}

#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 390px;
}
#Contact textarea { height: 200px; }

.btn_submit {
	background: url(../images/button.gif) no-repeat;
	width: 60px;
	height: 21px;
	display: block;
	cursor: pointer;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#cdc6b6; padding:5px 40px; color:#534741; margin: 10px 0; }
.quote		   { background:#cdc6b6; padding:5px 40px 40px; color:#534741; margin: 10px 0; }
.superlawyers	{ background: #fff; padding: 10px; margin-top: 30px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }
.rss		   { position: absolute; top: 45px; left: 900px; }
.gold		   { position: absolute; top: 148px; }
.nav		   { position: absolute; top: 100px; }
.cta		   { position: absolute; top: 20px; left: 756px; }
.logo		   { position: absolute; top: 20px; left: 30px; z-index: 100; }
.arrow		   { position: absolute; top: 106px; left: 40px; z-index: 100; }
.super		   { position: absolute; top: 280px; left: 0; }
.scales		   { position: absolute; top: 325px; left: 0; }
.lawyer		   { position: absolute; top: 608px; left: 0; }
.maris         { position: absolute; top: 396px; left: 0; }
.scale		   { position: absolute; top: 629px; left: 0; }
.contact	   { position: absolute; top: 262px; left: 0; }
.test		   { position: absolute; top: 180px; left: 8px; }

/* @end */

/* @group Headings */

h1 {
	color: #ad6405;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	color: #ad6405;
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* @end */

/* @group Links */

a {
	color: #7f250b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Structure */

#Container {
	margin: 0 auto;
	width: 956px;
	border-left: 2px solid #dbd8c9;
	border-right: 2px solid #dbd8c9;
}
#Header {
	width: 956px;
	background: #7f250b;
	height: 195px;
	position: relative;
	
}
#Navigation {
	width: 666px;
	background: url(../images/nav.png);
	background-position: 0px 0px;
	color: #dbd7c4;
	padding-left: 280px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
}
#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation ul li {
	display: block;
}
#Navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 8px;
	color: #dbd7c4;
}
#Navigation ul li a:hover {
	color: #f8d88c;
}
#FlashBox {
	width: 956px;
	background: #7f250b;
	height: 315px;
	border-bottom: 2px solid #000;
}
#FlashPlayer {
	width: 504px;
	height: 315px;
}
#Practices {
	width: 452px;
	height: 315px;
	position: relative;
}
#LeftCol {
	background: #7f250b;
	width: 130px;
	padding: 0 10px;
}
#LeftCol h2 {
	color: #f8d88c;
	font-size: 1em;
	margin-bottom: 0.25em;
}
#LeftCol a {
	color: #f8d88c
}
#LeftCol ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#LeftCol li {
	display: block;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}
#MidCol {
	background: #973809;
	width: 140px;
	height: 315px;
	padding-left: 10px;
}
#MidCol h2 {
	color: #f8d88c;
	font-size: 1em;
	margin-bottom: 0.25em;
}
#MidCol a {
	color: #f8d88c
}
#MidCol ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#MidCol li {
	display: block;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}
#RightCol {
	background: #7f250b;
	width: 132px;
	padding: 0 10px;
}
#RightCol h2 {
	color: #f8d88c;
	font-size: 1em;
	margin-bottom: 0.25em;
}
#RightCol a {
	color: #f8d88c
}
#RightCol ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#RightCol li {
	display: block;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}
#Home #Main {
	background: #fcf8e7; 
	width: 956px;
	position: relative;
	height: 600px;
}
#Main {
	background: #fcf8e7;
	width: 956px;
	position: relative;
	height: 1030px;
}
#Case #Main {
	height: 2065px;
}
#Areas #Main {
	height: 1350px;
}
#Employment #Main {
	height: 821px;
}
#Maris #Main {
	height: 1475px;
}
#Lanier #Main {
	height: 1390px;
}
#McKleroy #Main {
	height: 1070px;
}
#Formation #Main {
	height: 1070px;
}
#Byrnes #Main {
	height: 1300px;
}
#Alcorn #Main {
	height: 1200px;
}
#Firm #Main {
	height: 950px;
}
#Commercial #Main {
	height: 1010px;
}
#Litigation #Main {
	height: 1155px;
}
#Sexual #Main {
	height: 1225px;
}
#Training #Main {
	height: 1090px;
}
#Human #Main {
	height: 1050px;
}
#Contract #Main {
	height: 1120px;
}
#Business #Main {
	height: 1325px;
}
#BlogBar {
	background: #fcf8e7; 
	width: 200px;
	height: 516px;
	border-right: 1px solid #dfdccc;
	border-bottom: 1px solid #dfdccc;
	position: absolute;
	left: 0;
	top: 0;
}
#Home #BlogBox {
	background: url(../images/bg_blogBox.gif) repeat;
	width: 200px;
	height: 110px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 25px;
	left: 0;
}
#Maris #BlogBox {
	position: absolute;
	top: 233px;
	left: 0;
}
#Byrnes #BlogBox {
	position: absolute;
	top: 233px;
	left: 0;
}
#Lanier #BlogBox {
	position: absolute;
	top: 233px;
	left: 0;
}
#McKleroy #BlogBox {
	position: absolute;
	top: 233px;
	left: 0;
}
#Alcorn #BlogBox {
	position: absolute;
	top: 233px;
	left: 0;
}
#Vcard {
	position: absolute;
	top: 170px;
	width: 185px;
	padding-left: 15px;
	left: 0;
}
#BlogBox {
	background: url(../images/bg_blogBox.gif) repeat;
	width: 200px;
	height: 110px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 455px;
	left: 0;
}
#BlogBox ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#BlogBox a {
	font-weight: bold;
}
#MainAreas {
	background: url(../images/bg_areas.gif) repeat;
	height: 196px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 232px;
}
#MainAreas ul {
	list-style: none;
	padding: 20px;
	margin: 0;
}
#MainAreas ul li {
	display: block;
	padding: 5px;
}
#MainAreas ul li a {
	background: url(../images/arrow2.gif) no-repeat left;
	font-weight: bold;
	padding-left: 25px;
}
#MainAreas ul li a:hover {
	text-decoration: none;
}
#Maris #MainAreas {
	position: absolute;
	top: 10px;
	left: 0;
}
#Byrnes #MainAreas {
	position: absolute;
	top: 10px;
	left: 0;
}
#Lanier #MainAreas {
	position: absolute;
	top: 10px;
	left: 0;
}
#McKleroy #MainAreas {
	position: absolute;
	top: 10px;
	left: 0;
}
#Alcorn #MainAreas {
	position: absolute;
	top: 10px;
	left: 0;
}
#Content {
	background: #fcf8e7;
	width: 476px;
	position: absolute;
	left: 201px;
	padding: 11px 40px;
}
#ContactCol {
	background: #fcf8e7;
	border-left: 1px solid #dfdccc;
	width: 200px;
	height: 516px;
	position: absolute;
	left: 760px;
	border-bottom: 1px solid #dfdccc;
}
#Home #Form {
	background: url(../images/bg_form.gif) repeat-x;
	height: 272px;
	position: absolute;
	top: 25px;
	width: 180px;
	padding: 10px;
}
#Form {
	background: url(../images/bg_form.gif) repeat-x;
	height: 272px;
	position: absolute;
	top: 10px;
	width: 180px;
	padding: 10px;
}
#Form h2 {
	color: #de8328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
#Form p {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#Form a {
	color: #de8328;
}
#LeftBar {
	background: #fcf8e7;
	width: 195px;
	border-right: 1px solid #dfdccc;
	border-bottom: 1px solid #dfdccc;
	padding-top: 10px;
	padding-left: 5px;
	position: relative;
	height: 810px;
}
#Maris #LeftBar {
	height: 605px;
}
#Byrnes #LeftBar {
	height: 605px;
}
#Lanier #LeftBar {
	height: 605px;
}
#McKleroy #LeftBar {
	height: 605px;
}
#Alcorn #LeftBar {
	height: 605px;
}
#RightBar {
	background: #fcf8e7;
	width: 200px;
	border-left: 1px solid #dfdccc;
	position: absolute;
	left: 760px;
	border-bottom: 1px solid #dfdccc;
	height: 820px;
}
#Contact #RightBar {
	height: 453px;
}
#Testimonials {
	background: url(../images/bg_testimonials.gif) repeat-x;
	height: 204px;
	position: absolute;
	top: 377px;
	width: 160px;
	padding: 25px 20px;
	color: #43423e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Contact #Testimonials {
	top: 10px;
}
#Address {
	width: 956px;
	background: #6c1c0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d8c2be;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}
#Footer {
	width: 956px;
	background: #fcf8e7;
	padding-top: 25px;
	text-align: center;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	position: relative;
}
#Footer a {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Home #SocialMedia {
	text-align: left;
	position: absolute;
	top: 430px;
	width: 190px;
	padding-left: 10px;
}
#SocialMedia {
	text-align: left;
	position: absolute;
	top: 760px;
	width: 190px;
	padding-left: 10px;
}
#Maris #SocialMedia {
	position: absolute;
	top: 558px;
	left: 0;
}
#Byrnes #SocialMedia {
	position: absolute;
	top: 558px;
	left: 0;
}
#Lanier #SocialMedia {
	position: absolute;
	top: 558px;
	left: 0;
}
#McKleroy #SocialMedia {
	position: absolute;
	top: 558px;
	left: 0;
}
#Alcorn #SocialMedia {
	position: absolute;
	top: 558px;
	left: 0;
}
#Maris #SocialText {
	position: absolute;
	top: 556px;
	left: 120px;
}
#Byrnes #SocialText {
	position: absolute;
	top: 556px;
	left: 120px;
}
#Lanier #SocialText {
	position: absolute;
	top: 556px;
	left: 120px;
}
#McKleroy #SocialText {
	position: absolute;
	top: 556px;
	left: 120px;
}
#Alcorn #SocialText {
	position: absolute;
	top: 556px;
	left: 120px;
}
#Home #SocialText {
	position: absolute;
	width: 70px;
	text-align: center;
	top: 430px;
	left: 120px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#SocialText {
	position: absolute;
	width: 70px;
	text-align: center;
	top: 760px;
	left: 120px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.btn_socialmedia {
	background: transparent url(../images/socialMedia32.png) no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}
.smFacebook {
	background-position: -128px 0;
}
.smDigg {
	background-position: -160px 0;
}
.smRSS {
	background-position: -64px 0;
}
.smTwitter {
	background-position: 0 0;
}
.smLinkedin {
	background-position: -96px 0;
}
.smStumbleupon {
	background-position: -32px 0;
}
.smYoutube {
	background-position: -192px 0;
}
.smDelicious {
	background-position: -224px 0;
}
.smMySpace {
	background-position: -256px 0;
}

/* @end */

