* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background: #ACCFCB url(../images/bg.gif) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
h1 {
	font-size: 18px;
	color: #575550;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 25px;
	color: #5c7b78;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-bottom: 20px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
}
p {
	margin: 15px 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////// Header */
#header {
	position: absolute;
	top: 0px;
	font-size: 20px;
	line-height: 25px;
}
#header .left {
	float: left;
	margin-top: 15px;
}
#header p {
	display: inline;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-left: 130px;
}
#header .right {
	float: right;
	margin-top: 15px;
}
#header a:link, #header a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
#header a:active, #header a:hover { 
	text-decoration: underline;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////// Mast */
#mast {
	position: absolute;
	top: 46px;
	left: 0px;
	height: 200px;
	width: 850px;
	background: url(../images/mast.jpg) top center no-repeat;
}
#mast #mastFlash {
	position: absolute;
	top: -48px;
	left: 0px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////// Top Nav */
#topNav {
	position: absolute;
	top: 243px;
	left: 0px;
	width: 850px;
	height: 30px;
	background: url(../images/top_bg.gif) top left repeat-x;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	color:#8B0D1B;
	margin-left: 65px;	
}
#nav a {
	display: block;
}
#nav a:link, #nav a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
#nav a:hover, #nav a:active{
	color: #000000;
	text-decoration: underline;
}
#nav a.top:link, #nav a.top:visited {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 25px;
	padding: 4px 10px 0px 10px;
}
#nav a.top:hover, #nav a.top:active{
	color: #000000;
	background: url(../images/top-hover-bg.gif) top left repeat-x;
}
#nav li {
	float: left;
	display: block;
}
#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	background-color: #6D6B67;
	padding: 3px;
}
#nav li ul li {
	float: none;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////// Content */
#content {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -420px;
	padding: 0px 0px 0px 0px;
	width: 850px;
	height: auto;
	top: 0px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////// Column Container */
#columnContainer {
	background-color: #575550;
	margin-bottom: 270px;
	position: relative;
	top: 270px;
	width: 850px;
	height: auto;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////// Left Column */
#leftColumn {
	position: relative;
	top: 12px;
	left: 0px;
	width: 200px;
	float: left;
	padding: 0px 5px 0px 10px;
}
#hotTopics {
	width: 200px;
	height: auto;
	background-color: #86827D;
	font: "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#hotTopics ul {
	list-style: none;
	
}
#hotTopics li {
	width: 184px;
	display: block;
	padding: 3px 6px 3px 10px;
}
#hotTopics a {
	color: #fff;
	text-decoration: none;
}
#hotTopics a:hover {
	color: #43413D;
}
.hotTopicTitle {
	background-color: #810916;
}
#qc {
    background-color:#ffff99;
    display: block; 
    height: 230px;
    width: 180px;
    margin: 0px;
    padding: 10px;
}
#qc ul {
	list-style: none;
}
#qc form {
    margin: 0px;
    padding: 0px;
}
#qc textarea {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 179px;
    height: 50px;
    font-size: 16px;
	font-family: "Times New Roman", Times, serif;
    color: #000000;
	border: #cfcdcb solid 1px;
}
#qc input {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 179px;
    height: 20px;
    font-size: 16px;
	font-family: "Times New Roman", Times, serif;
    color: #000000;
	border: #cfcdcb solid 1px;	
}
#qc input.button {
    margin: -40px 5px 0px 0px;
    padding: 0px;
    float: right;
    width: 84px;
    height: 25px;
    background: #8A0917 url(../images/submit.gif) top center no-repeat;
	font-family: "Times New Roman", Times, serif;
    font-size: 16px;
	font-variant: small-caps;
	text-transform: capitalize;
    color: #FFFFFF;
    border: none;
	cursor: pointer;
}
#qc li {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 2px 0px;
}
#qc a:link, #qc a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#qc a:hover, #qc a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#practiceAreas {
	width: 200px;
	height: auto;
	background-color: #42413D;
	padding: 0px;
}
#practiceAreas div.title {
	padding: 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	cursor: pointer;
}
#practiceAreas p {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 90px;
	left: 120px;
	font-size: 12px;
}
#practiceAreas a:link, #practiceAreas a:visited {
	color: #42413D;
	text-decoration: none;
}
#practiceAreas a:active, #practiceAreas a:hover {
	color: #8E4E55;
	text-decoration: underline;
}
#personalInjury {
	background:url(../images/personal-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}
#workersComp {
	background:url(../images/workerscomp-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}
#medicalMal {
	background:url(../images/medmal-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}
#autoAccidents {
	background: url(../images/autoaccident-cta.jpg) top center no-repeat;	
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}
#wrongfulDeath {
	background: url(../images/wrongfuldeath-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}
#nursingAbuse {
	background: url(../images/nursinghome-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
}

#underinsuredMotorist{
	background: url(../images/underinsured-Motorist-cta.jpg) top center no-repeat;
	width: 198px;
	height: 110px;
	border-left: #42413D solid 1px;
	border-right: #42413D solid 1px;
	margin-top:10px;
}
#underinsuredMotorist p{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 90px;
	left: 120px;
	font-size: 12px;
}
#underinsuredMotorist a:link, #underinsuredMotorist a:visited{
	color:#000000 !important;
	text-decoration:none !important;
}
#underinsuredMotorist a:active, #underinsuredMotorist a:hover{
	color: #8E4E55 !important;
	text-decoration: underline !important;

}
#blogNav {
	width: 200px;
	height: auto;
	background-color: #42413D;
	padding: 0px;
	margin: 20px 0px;
}
#blogNav h3{
	padding: 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#blogNav ul {
	list-style: none;
	padding: 0px 5px;
}
#blogNav a:link, #blogNav a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#blogNav a:hover, #blogNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////// Middle Column */
#middleColumn {
	position: relative;
	top: 12px;
	float: left;
	width: 410px;
	background: url(../images/content-repeat.gif) top center repeat-y;
	margin: 0px 0px 75px 5px;
}
#mcTop {
	height: 7px;
	width: 410px;
	background: url(../images/content-top.gif) top center no-repeat;
}
#mcFoot {
	height: 7px;
	width: 410px;
	background: url(../images/content-foot.gif) bottom center no-repeat;
}

#mcContent {
	width: 350px;
	height: auto;
	padding: 30px 30px 43px 30px;	
}
#middleColumn p{
}
#middleColumn ul {
	padding: 10px 20px;
	list-style-image:url(../images/bullet.gif);
}
#middleColumn ol {
	padding: 10px 20px;
}	
#middleColumn li{
	line-height: 24px;
}
#middleColumn img{
	float: right;
	margin: 0px 0px 10px 10px;
	border: #42413D solid 3px;
}
#middleColumn a:link,#middleColumn a:visited{
	color: #5c7b78;
}
#middleColumn a:hover,#middleColumn a:active{
	color: #666666;
}
#video-container {
	padding: 0 0 0 0px;
}
#flash-video {
	margin: 0px 0px 0px 26px;
}
span.dropCap {
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	background-color: #ACCFCB;
	border: #999999 solid 1px; 
}
#userOption {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
#userOption img {
	border: none;
	margin: 0px;
	float: none;
}
#map {
	width: 350px;
	height: 300px;
	border: #575550 solid 2px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////// Right Column */
#rightColumn {
	position: relative;
	top: 12px;
	right: 0px;
	width: 200px;
	float: right;
	margin: 0px 10px 0px 5px;
}
#rightColumn a img{
	float: left;
	border: 0px;
	margin: 20px 0px;
}
#rightColumn a:link, #rightColumn a:visited {
	padding: 5px 3px 0px 3px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#rightColumn a:hover,#rightColumn a:active{
}
#rightColumn #cta {
	width: 200px;
	height: auto;
	background-color: #42413D;
}
#cta a:link, #cta a:visited {
	padding: 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#cta a:active, #cta a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contactCTA {
	height: 188px;
	padding-top: 0px;
}
#contactCTA p {
	text-align: right;
	margin: 0px 10px 10px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

#locationsCTA {
	position: relative;
	height: 137px;
	background: url(../images/map.gif) top center no-repeat;
}
#locationsCTA .columbia {
	position: absolute;
	top: 24px;
	left: 90px;
	height: 11px;
	width: 11px;
}
#locationsCTA .sumter {
	position: absolute;
	top: 29px;
	left: 118px;
	height: 11px;
	width: 11px;
}
#locationsCTA .lexington {
	position: absolute;
	top: 28px;
	left: 80px;
	height: 11px;
	width: 11px;
}
#locationsCTA .camden {
	position: absolute;
	top: 15px;
	left: 108px;
	height: 11px;
	width: 11px;
}
#locationsCTA .orangeburg {
	position: absolute;
	top: 44px;
	left: 97px;
	height: 11px;
	width: 11px;
}
#locationsCTA .newberry {
	position: absolute;
	top: 15px;
	left: 65px;
	height: 11px;
	width: 11px;
}
#locationsCTA a.aiken {
	position: absolute;
	top: 45px;
	left: 65px;
	height: 11px;
	width: 11px;
}
#clickCTA {
	height: 136px;
	padding: 0px 0px 0px 2px;
	background-color: #e0dee1;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////// Site Map */

.titleSM {
	width: 198px;
	height: 25px;
	background: url(../images/site-map-tab.jpg) top center no-repeat;	
	padding: 7px 0px 0px 0px;
	margin-left: 10px;
}
.titleSM p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
#siteMap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
#siteMapBody {
	width: 100%;
	height: auto;
	background-color: #55060C;
	padding: 5px 0px;
}
#siteMapBody ul {
	list-style: none;
	float: left;
	width: 280px;
	color: #FFFFFF;
	font-weight: bold;
}
#siteMapBody ul li ul {
	width: auto;
	float: none;
	font-weight: normal;
}
#siteMapBody ul li {
	display: block;
	padding: 5px 20px;
}
#siteMapBody ul a:link, #siteMapBody ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#siteMapBody ul a:active, #siteMapBody ul a:hover {
	color: #CCCCCC;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////// Footer */
#footerBG {
	width: 100%;
	height: auto;
	background: #86827B url(../images/footer-bg.gif) top left repeat-x;
	padding: 2px 0px 0px 0px;
}
#footer {
	position: relative;
	left: 50%;
	top: 0px;
	margin: 0px 0px 0px -420px;
	padding: 60px 0px 0px 70px;
	width: 780px;
	height: auto;
	top: 0px;
	background: url(../images/lg-logo.gif) top left no-repeat;
}
#footer p {
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
}
#footer p.practice {
	font-size: 16px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:active, #footer a:hover {
	color: #CCCCCC;
}
a.copyright:link, a.copyright:active, a.copyright:hover, a.copyright:visited {
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////// Disclaimer */
#disclaimer {
	padding: 10px 0px;
}
#disclaimer p{ 
	font-size: 12px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////// Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
/* //////////////////////////////////////////////////////////////////////////////////////////// Bennett Styles */
#pnlCaptcha {
 width: 240px;
 height: auto;
 clear: both;
}
#pnlCaptcha p{
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}
#pnlCaptcha label {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha img {
 width: 240px;
 float: left;
 clear: both;
 margin: 15px 0px 15px 0px;
 padding: 0px;
}
.captcha span {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha span input {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}
#bennett{
}
#bennett input{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
#bennett textarea{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
#bennett ul{
 width: 240px;
 height: auto;
 margin: 0px;
 padding: 0px;
}
#bennett ul li{
 margin: 0px;
 padding: 0px;
}
#ValidationSummary1 {
 width: 240px;
 height: auto;
 float:left;
 clear:both;
 margin: 15px 0px 15px 0px;
 padding: 0px;
}
#ValidationSummary1 ul{
 width: 240px;
 height: auto;
 float:left;
 clear:both;
 margin: 0px;
 padding: 0px;
 list-style: none;
}
#ValidationSummary1 ul li{
 float:left;
 clear:both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #990000; 
}
#errors {
 clear:both;
 width: 240px;
 height: auto;
 margin: 0px;
 padding: 0px;
 color: #990000; 
}
#errors span{

}
#errors ul{
 width: 240px;
 height: auto;
 padding: 0px;
 margin: 20px 0px 20px 0px;
}
#errors ul li{
 width: 240px;
 height: auto;
 margin: 7px 0px 0px 0px;
 padding: 0px;
 text-align:left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 list-style: none;
 color: #990000; 
}
input#btnValidateForm {
 float: left;
 clear: both;
 width: 240px;
 height: auto;
 margin: 10px 0px 0px 0px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #990000;
}
input#btnSubmitForm {
 float: left;
 clear: both;
 width: 240px;
 height: auto;
 margin: 10px 0px 0px 0px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #990000;
}

.imgL {
	float:left !important;
	margin:0 10px 20px 0 !important;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
