/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #1d1d16 url(../images/bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#container {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 50px;
	width: 900px;
	height: auto;
	top: 0px;
	background: #1d1d16 url(../images/bg-wrapper.png) top left repeat-x ;
}
/*------------------ Header Selectors <--------------------*/
#header {
	position: absolute;
	top: 20px;
	right: 50px;	
}
#header p {
	color: #9a0041s;
	font-size: 24px;
}
#header img {
}
#header ul {
}
#header ul li {
}
#header ul li a {
}
#header ul li a:link, #header ul li a:visited {
}
#header ul li a:hover, #header ul li a:active {
}
/*------------------ Mast Selectors <--------------------*/



/*---- FaceBook CTA ---*/
#facebookTopCTA {
	position:absolute;
	left: 728px;
	top: 7px;
}
#facebookTopCTA a {
	background:url(../images/facebookTopCTA.jpg) top right no-repeat;
	width: 188px;
	height: 75px;
	display: block;
	text-indent: -9999px;
}
#facebookTopCTA a:active, #facebookTopCTA a:hover {
background-position: left top;

}






#mast {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 899px;
	height: 433px;
}
#mast a:link, #mast a:visited, #mast a:active, #mast a:hover {
	text-decoration: none;
	border: none;
}
#mastFlash {
	position: absolute;
	top: 224px;
	left: 51px;
	width: 326px;
	height: 126px;
}
#flash-mast {
	width: 326px;
	height: 126px;
}
/*------------------ Top Nav Selectors <--------------------*/
#top-navigation {
	position: absolute;
	top: 435px;
	left: 59px;
	width: 860px;
	height: 52px;
	padding: 9px;
	background-color: #ddd6b3;
	border: #a4a67d solid 1px;	
}
#top-navigation p {
}
#top-navigation ul {
	list-style: none;
}
#top-navigation ul li.tlItem {
	padding: 0px 3px;
	border-right: #f7f5ed solid 1px;
	height: 52px;
	float: left;
}
#top-navigation ul li.end {
	padding: 0px 3px;
	height: 52px;
	float: left;
}
#top-navigation ul li a.topLevel:link, #top-navigation ul li a.topLevel:visited {
	display: block;
	float: left;
	padding: 15px 5px 15px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	border: #ddd6b3 solid 1px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#top-navigation ul li a.topLevel:hover, #top-navigation ul li a.topLevel:active {
	color: #FFFFFF;
	border: #848564 solid 1px;
	background: url(../images/bg-topnav.png) top left repeat-x;
}
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  margin: 0px;
  padding:  0px 5px;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
  text-decoration: none;
  color: #000000;
}
.nav li a:hover {
  color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #000;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #fff;	
}

.nav ul {
	background-color: #ddd6b3;
	border: #a4a67d solid 1px;	
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 52px;
}
.nav ul li {
  border: 0;
  width: 200px;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  width: 182px;
  padding: 0px 4px;
}
.nav ul li a:hover {
  background: #9A0041;
  color: #FFFFFF;
}
.nav li:hover ul li ul,
.nav li.sfHover ul li ul {
  top: 0px;
  left: 193px;
}
.sub-level {
	background: url(../images/arrow.gif) 180px 5px no-repeat;
}
/*------------------ Content Selectors <--------------------*/
#content {
	width: 898px;
	height: auto;
	position: relative;
}
/*------------------ Column Container Selector <--------------------*/
#content #column-container {
	padding: 490px 30px 0px 30px;
	background-color: #e7e3d6;
}
/*------------------ Left Column Selectors <--------------------*/
#left-column {
	width: 580px;
	height: auto;
	min-height: 750px;
	float: left;
}
#left-column h1 {
	font-size: 18px;
}
#left-column h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #646464;
}
#left-column h3 {
	font-weight: strong;
}
#left-column p {
	margin: 13px 0px;
}
#left-column span.dropCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #808262;
	background-color: #ddd6b3;
	padding: 12px 5px;
	margin-right: 8px;
	float: left;
	border: #a4a67d solid 1px;
}
#left-column ul {
}
#left-column ul li {
}
#left-column ol {
}
#left-column ol li {
}
#left-column img {
}
#left-column .img-left {
}
#left-column .img-right {
}
#left-column a {
}
#left-column a:link, #left-column a:visited {
	color: #9a0041;
}
#left-column a:hover, #left-column a:active {
	text-decoration: none;
}
#left-column hr {
	border: #9a0041 solid 1px;
	margin: 13px 0px;
}
#left-column #map {
}

/*------------------ Right Column Selector <--------------------*/
#right-column {
	position: relative;
	top: 300px;
	left: 0px;
	width: 226px;
	float: right;
	margin-bottom: 250px;
}
#right-column a {
	margin-bottom: 20px;
}
#right-column #constant-contact {
	width: 225px;
	height: 62px;
	padding: 10px 0px;
}
#right-column #constant-contact p.signup {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #90144a;
	font-weight: normal;
}
#right-column a.liposuction:link, #right-column a.liposuction:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_liposuction.jpg) top left no-repeat;
}
#right-column a.liposuction:active, #right-column a.liposuction:hover {
	background: url(../images/module_liposuction_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.breastaug:link, #right-column a.breastaug:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_breastaug.jpg) top left no-repeat;
}
#right-column a.breastaug:active, #right-column a.breastaug:hover {
	background: url(../images/module_breastaug_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.tummytuck:link, #right-column a.tummytuck:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_tummy.jpg) top left no-repeat;
}
#right-column a.tummytuck:active, #right-column a.tummytuck:hover {
	background: url(../images/module_tummy_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.call-now:link, #right-column a.call-now:visited {
	display: block;
	width: 225px;
	height: 62px;
	background: url(../images/call-now-cta.gif) top left no-repeat;
}
#right-column a.call-now:active, #right-column a.call-now:hover {
	background-position: top right;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.directions:link, #right-column a.directions:visited {
	display: block;
	width: 227px;
	height: 107px;
	background: url(../images/directionsNEW.jpg) top left no-repeat;
}
#right-column a.directions:active, #right-column a.directions:hover {
	background-position: top right;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.facebook:link, #right-column a.facebook:visited {
	display: block;
	width: 225px;
	height: 63px;
	background: url(../images/facebook-tag.jpg) top right no-repeat;
}
#right-column a.facebook:active, #right-column a.facebook:hover {
	background-position: top left;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.specials:link, #right-column a.specials:visited {
	display: block;
	width: 225px;
	height: 63px;
	background: url(../images/specials.jpg) top right no-repeat;
}
#right-column a.specials:active, #right-column a.specials:hover {
	background-position: top left;
}

/*------------------ Right Column Mini Form Selectors <--------------------*/
#qc {
	width: 381px;
	height: 280px;
	margin: 0px -260px 30px 30px;
	padding: 15px 20px 8px 20px;
	float: right;
	background: #ddd6b3;
	border: #a4a67d solid 1px;
}

#qc textarea {
    margin: 5px 0px 0px 0px;
    padding: 4px;
    width: 188px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}
#qc input {
    margin: 3px 0px 0px 0px;
    padding: 4px;
    width: 188px;
    height: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
#qc input.mini-form-button {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 200px;
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
	background: url(../images/btnsubmit.png) top center no-repeat;
	border: none;
}
#qc p {
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 18px;
	color: #9a0041;
	margin: 0px;
	text-align: center;
}
#qc img {
	border: #a4a67d solid 1px;
}
#qc ul {
	list-style: none;
	float: left;
}
#qc ul.form {
 position: relative;
 top: 0px;
 left: 0px;
 width: 200px;
}
#qc ul li{
/*	width: 180px;*/
	padding: 0px 5px;
}
#qc span {
	font-size: 12px;
	color: #a4a67d;
	margin-left: 80px;
}
#qc span a:link, #qc span a:visited {
	color:#a4a67d;
}
#qc span a:hover, #qc span a:active{
	color: #9a0041;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA;
}
.invalid {
  background-color: #EC8486;
}
#qc input.single-line {
	width: 149px;	
}
#qc img {
  vertical-align: middle;
  margin: 0px;
  border: 0px;
  float: none;
}
/*------------------ Right Column Btn Call To Action  Blog Selectors <--------------------*/
#right-column #btn-cta-blog {
}
#right-column #btn-cta-blog a {
}
#right-column #btn-cta-blog a:link, #right-column #btn-cta-blog a:visited {
}
#right-column #btn-cta-blog a:hover, #right-column #btn-cta-blog a:active {
}
/*------------------ Right Column Blog Navigation Selectors <--------------------*/
#right-column #blog {
}
#right-column #blog h3 {
}
#right-column #blog ul {
}
#right-column #blog ul li {
}
#right-column #blog ul li a {
}
#right-column #blog #powered-by {
}
#right-column #blog ul li a:link, #right-column #blog ul li a:link {
}
#right-column #blog ul li a:hover, #right-column #blog ul li a:active {
}
/*------------------ Pre-Footer Selectors <--------------------*/
.btm-logo {
	margin-left: 12%;
}
/*------------------ Footer Selectors <--------------------*/
#footer {
	width: 838px;
	height: auto;
	background-color: #E7E3D6;
	padding: 20px 30px;
	clear:both;
}
#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
}
#navigation ul {	
	list-style: none;
}
#navigation div {
	display: block;
	width: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#navigation a.head {
	background: #ddd6b3 url(../images/arrow-closed.gif) center right no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 12px;
	display: block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: #a4a67d solid 1px;
}
#navigation a.head:link, #navigation a.head:visited {
	color: #000000;
}
#navigation a.head:active, #navigation a.head:hover {
	color: #90144A;
}
#navigation div {
	border: #a4a67d solid 1px;
	border-top: none;
}
#navigation div ol {
	list-style: none;
	float: left;
	background-color: #FFFFFF;
}
#navigation div ol li {
	display: block;
	padding: 2px 5px;
	width: 180px;
	border: none;
	background-color: #FFFFFF;

}
#navigation div ol li a {
	font-size: 12px;
	color: #000000;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
}
#navigation a:active, #navigation a:hover {
	color: #90144A;
	text-decoration: underline;
}



/*------------------ Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 48%;
	color: #666666;
	font-size: 11px;
	float: left;
}
#associations {
	width: 141px;
	float: left;
	margin-left: 20px;
}
#associations img {
	float: left;
	margin: 3px 0px;
}
#associations a:link, #associations a:visited, #associations a:active, #associations a:hover {
	text-decoration: none;
	border: none;
}
#contactFooter {
	float: right;
}
#contactFooter p.phone {
	font-size: 30px;
	line-height: 55px;
	color: #90144a;
	font-weight: normal;
	margin: 0px;
}
#contactFooter p{
	font-weight: bold;
	margin-top: 15px;
}

#contactFooter p{
	font-weight: bold;
	margin-top: 15px;
}
/*------------------ Sub Level Selectors <--------------------------*/
#sublevel {
	width: 94%;
	padding: 20px 3%;
}
#sublevel p {
	font-size: 12px;
}
#sublevel p.left {
	float: left;
}
#sublevel p.right {
	float: right;
}
#sublevel p a:link, #sublevel p a:visited {
	color: #000000;
	text-decoration: none;
}
#sublevel p a:visited, #sublevel p a:active {
	text-decoration: underline;
}
/*------------------ Bennett Captcha Selectors <--------------------*/
#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 Form Selectors <--------------------*/
#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;
}
/*------------------ Bennett Summary Selectors <--------------------*/
#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;
}
/*------------------ Bennett Error Selectors <--------------------*/
#errors {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#errors span {
}
#errors ul {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
#errors ul li {
	float:left;
	clear:both;
	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;
}
/*------------------ Bennett Button Selectors <--------------------*/
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;
}
/*----------------- Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* 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;
}
