/*------------------ 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: #9a0041;
	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 <--------------------*/
#mast {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 899px;
	height: 192px;
}
#mast a:link, #mast a:visited, #mast a:active, #mast a:hover {
	text-decoration: none;
	border: none;
}
/*----Facebook CTA ---*/
#facebook-CTA-small {
	position:absolute;
	left: 796px;
	top: 7px;
}
#facebook-CTA-small a {
	background:url(../images/facebook-CTA-Small.jpg) top left no-repeat;
	width: 122px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}
#facebook-CTA-small a:active, #facebook-CTA-small a:hover {
background-position: right top;

}




/*------------------ Top Nav Selectors <--------------------*/
#top-navigation {
	position: absolute;
	top: 215px;
	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 1p;x;
	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: 270px 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;
	margin: 6px 0px;
}
#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 {
	padding: 0px 0px 0px 25px;
}
#left-column ul li {
}
#left-column ol {
	padding: 0px 0px 0px 25px;
}
#left-column ol li {
}
#left-column img {
}
#left-column .img-center {
	margin-left: 210px;
}
#left-column a.img-center:link, #left-column a.img-center:visited {
	text-decoration: none;
	border: none;
	color: #E7E3D6;
}
#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 a.thickbox:link, #left-column a.thickbox:visited {
	color: #E7E3D6;	
}
#left-column a.thickbox:hover, #left-column a.thickbox:active {
	color: #9a0041;
}
#left-column hr {
	border: #9a0041 solid 1px;
	margin: 13px 0px;
}
#left-column #map {
    width:400px;
    height:400px;
}
#left-column .youtube {
	margin: 60px 0 60px 40px;
	display: block;


}

/*------------------ Right Column Selector <--------------------*/
#right-column {
	position: relative;
	top: 300px;
	left: 0px;
	width: 226px;
	float: right;
	margin-bottom: 250px;
}
#right-column a {
	margin-bottom: 25px;
}
#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.breastlift:link, #right-column a.breastlift:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_breastLift.jpg) top left no-repeat;
}
#right-column a.breastlift:active, #right-column a.breastlift:hover {
	background: url(../images/module_breastLift_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.breastreduc:link, #right-column a.breastreduc:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_breastReduction.jpg) top left no-repeat;
}
#right-column a.breastreduc:active, #right-column a.breastreduc:hover {
	background: url(../images/module_breastReduction_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.brow:link, #right-column a.brow:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_browlift.jpg) top left no-repeat;
}
#right-column a.brow:active, #right-column a.brow:hover {
	background: url(../images/module_browlift_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.eyelid:link, #right-column a.eyelid:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_eyelid.jpg) top left no-repeat;
}
#right-column a.eyelid:active, #right-column a.eyelid:hover {
	background: url(../images/module_eyelid_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.skin:link, #right-column a.skin:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_skinResurface.jpg) top left no-repeat;
}
#right-column a.skin:active, #right-column a.skin:hover {
	background: url(../images/module_skinResurface_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.hair:link, #right-column a.hair:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_hairReduction.jpg) top left no-repeat;
}
#right-column a.hair:active, #right-column a.hair:hover {
	background: url(../images/module_hairReduction_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.otoplasty:link, #right-column a.otoplasty:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_otoplasty.jpg) top left no-repeat;
}
#right-column a.otoplasty:active, #right-column a.otoplasty:hover {
	background: url(../images/module_otoplasty_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.botox:link, #right-column a.botox:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_botox.jpg) top left no-repeat;
}
#right-column a.botox:active, #right-column a.botox:hover {
	background: url(../images/module_botox_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.facelift:link, #right-column a.facelift:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_facelift.jpg) top left no-repeat;
}
#right-column a.facelift:active, #right-column a.facelift:hover {
	background: url(../images/module_facelift_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.nose:link, #right-column a.nose:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_nose.jpg) top left no-repeat;
}
#right-column a.nose:active, #right-column a.nose:hover {
	background: url(../images/module_nose_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.filler:link, #right-column a.filler:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_fillers.jpg)top left no-repeat;
}
#right-column a.filler:active, #right-column a.filler:hover {
	background: url(../images/module_fillers_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.spider:link, #right-column a.spider:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_spiderVein.jpg) top left no-repeat;
}
#right-column a.spider:active, #right-column a.spider:hover {
	background: url(../images/module_spiderVein_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.gynecomastia:link, #right-column a.gynecomastia:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_gynecomastia.jpg) top left no-repeat;
}
#right-column a.gynecomastia:active, #right-column a.gynecomastia:hover {
	background: url(../images/module_gynecomastia_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.thigh:link, #right-column a.thigh:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_thighLift.jpg) top left no-repeat;
}
#right-column a.thigh:active, #right-column a.thigh:hover {
	background: url(../images/module_thighLift_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.lowlift:link, #right-column a.lowlift:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_lowerLift.jpg) top left no-repeat;
}
#right-column a.lowlift:active, #right-column a.lowlift:hover {
	background: url(../images/module_lowerLift_desat.jpg) top left no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------*/
#right-column a.chin:link, #right-column a.chin:visited {
	display: block;
	width: 226px;
	height: 57px;
	background: url(../images/module_chinAug.jpg) top left no-repeat;
}
#right-column a.chin:active, #right-column a.chin:hover {
	background: url(../images/module_chinAug_desat.jpg) top left no-repeat;
}

/*-----------------------------------------------------------------------------------------------------------*/
#right-column #constantcontact {
	display: block;
	width: 220px;
	height: 100px;
	padding:3px 0px 3px 0px;
	background-color: #777959;
	font-weight: bold;
	font-family:Verdana;
	font-size:14px;
	color:#e7e3d6;"	
}
/*-----------------------------------------------------------------------------------------------------------*/
#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;
	padding: 0px;
}
#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, #contact input.valid {
  background-color: #D0ECAA;
}
.invalid, #contact input.invalid {
  background-color: #EC8486;
}
#left-column #qc input.single-line {
	width: 149px;	
}
#qc img {
  vertical-align: middle;
  margin: 0px;
  border: 0px;
  float: none;
}
#contact {
    margin: 0px;
    height: auto;
    background-color: transparent;
    width: 433px;
    padding:20px;
}
#contact form {
    height: auto;
    width: 433px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    clear: both;
    float: left;
}
#contact label {
    display: block;
    font-size: 14px;
    background-color:transparent;
    float: left;
    padding: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space:nowrap;
}
#contact input {
    border: 1px solid #cccccc;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 429px;
    clear: both;
    height: 20px;
}
#contact select.drop-down{
    font-family:Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 435px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 429px;
    height: 125px;
    border: 1px solid #cccccc;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 435px;
	height: 25px;
    border: 1px solid #fff;
    font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
    background-color: #9A0041;
    float: left;
    clear: both;
}
/*------------------ 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;
}
#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;
	width: 800px;
	margin: 5px 0px 0px 0px;
	padding: 12px;
	display: block;
	cursor: pointer;
	border: #a4a67d solid 1px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#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;
	width: 824px;
}
#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;
}

/*------------------ 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;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
