* { 
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: #FFFFFF url(../images/bg.png) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053d48;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #097085;
	line-height: 22px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	color: #1c98b1;
	line-height: 22px;
}
h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 20px;
}
/* Header */
#header {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 750px;
	height: 40px;
}
#header img {
	float: left;
	margin: 5px 10px;
	border: 0px;
}
#header p {
	color: #0e8192;
	display: inline!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#header p.logo {
	float: left;
	width: 400px;
}
#header p.phone {
	float: right;
	width: 300px;
	text-align: right;
	padding: 12px 8px;
	font-size: 26px;
}
#header a:link, #header a:visited {
	color: #0e8192;
	text-decoration: none;
}
/* Mast */
#mast {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 750px;
	height: 301px;	
}
/* Top Nav */
#topNav {
	position: absolute;
	top: 380px;
	left: 7px;
	width: 736px;
	height: 39px;
	background: url(../images/top-nav.png) top left no-repeat;
}
#topNav li {
	display: inline;
	float: left;
}
#topNav li a:link, #topNav li a:visited{
	font-size: 13px;
	color: #062d39;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 86px;
	height: 29px;
	padding: 8px 3px 0px 3px;
	display: block;
}
#topNav li a:hover,#topNav li a:active{
	color: #FFFFFF;
	background: url(../images/rollover.png) top center no-repeat;
}
#topNav li ul a:link, #topNav li ul a:visited, #topNav li ul a:hover,#topNav li ul a:active{
	text-align: left;
	background-image: none;
}
#topNav li ul a:link, #topNav li ul a:visited {
	background-color: #6dacbb;
}
#topNav li ul a:hover,#topNav li ul a:active {
	background-color: #8DCED8;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	margin-top:     2px;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(../images/rollover.png) top center no-repeat;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Content */
#container {
	position: relative;
	left: 50%;
	top: 0px;
	height: auto;
	width: 750px;
	margin: 0px 0px 0px -380px;
	padding: 0px;
}
/* Column Container */
#columnContainer {

}
/* Left Column */
#leftColumn {
	position: relative;
	top: 433px;
	float: left;
	width: 166px;
	height: auto;
}
#leftColumn p{
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px; 
}
#leftColumn p.qcPolicy{
	font-size: 10px;
	text-align: center;
    margin: 0px 0px 25px 0px;
}
#leftColumn h4 {
	margin: 15px 0px 5px 50px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 55px;
	text-align: left;
}
#leftColumn ul{
}
#leftColumn li{
}
#leftColumn img{
}
#leftColumn a:link,#leftColumn a:visited{
	color: #0c6978;
}
#leftColumn a:hover,#leftColumn a:active{
}
#qc {
	background: url(../images/qc-header.png) top center no-repeat;
    display: block; 
    height: 305px;
    width: 165px;
	margin: 0px;
    padding: 0px;
}
#qc p {
	margin: 0px 0px 5px 45px;
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #0b6473;
}
#qc form {
    margin: 0px;
    padding: 0px;
    background-color: #169ab0; 
}

#qc textarea {
    margin: 5px 0px 0px 9px;
    padding: 2px;
    width: 141px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #127383;
	border: #0e7f92 solid 1px;	
	background-color: #e1f1f4;
}
#qc input {
    margin: 5px 0px 0px 9px;
    padding: 2px;
    width: 141px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #127383;
	border: #0e7f92 solid 1px;
	background-color: #e1f1f4;
}
#qc input.button {
    margin: 10px 9px 5px 70px;
    padding: 0px;
    width: 80px;
    height: 30px;
    background: url(../images/submit.gif) top center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    border: none;
}
#qc #qcFooter {
	background:url(../images/qc-footer.gif) bottom center no-repeat;
	height: 9px;
	width: 165px;
}
#testimonialsCTA {
	width: 169px;
	height: auto;
	margin: 0px 0px 5px 0px;	
	text-align: justify;
	background: #c8b5cb url(../images/testimonials-header.gif) top center no-repeat;
}
#testimonialsCTA h4 {
	color: #9b7aa0;
}
#testimonialsCTA h4 a:link, #testimonialsCTA h4 a:visited {
	text-decoration: none;
	color: #9b7aa0;
}
#testimonialsCTA h4 a:active, #testimonialsCTA h4 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#testimonialsCTA #tesFooter {
	width: 169px;
	height: 9px;
	margin-top: 10px;	
	background: url(../images/testimonials-footer.gif) bottom center no-repeat;
}
/*#visionProcedures {
	width: 165px;
	height: auto;
	background: #c5c5c5 url(../images/vision-procedures.gif) top center no-repeat;
}
#visionProcedures p strong {
	margin: 15px 0px 5px 45px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	color: #888888;
}
#visionProcedures ul {
	padding: 10px 0px 10px 7px;
	list-style-image: url(../images/bullet.gif);
	list-style-position:inside;
}
#visionProcedures li {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;	
}
#visionProcedures a:link,#visionProcedures a:visited{
	color: #FFFFFF;	
	font-weight: bold;
	text-decoration: none;
}
#visionProcedures a:hover,#visionProcedures a:active{
	text-decoration: underline;	
}
*/#pFooter {
	width: 165px;
	height: 10px;
	background:url(../images/vision-procedures-footer.gif) bottom center no-repeat;
}
/* Aesthetic */
#aestheticProcedures {
	width: 165px;
	height: auto;
	background: #c5c5c5 url(../images/aesthetic-procedures.gif) top left no-repeat;
}
#aestheticProcedures p strong {
	margin: 15px 0px 5px 45px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	color: #888888;
}
#aestheticProcedures ul {
	padding: 10px 0px 10px 7px;
	list-style-image: url(../images/bullet.gif);
	list-style-position:inside;
}
#aestheticProcedures li {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;	
}
#aestheticProcedures a:link, #aestheticProcedures a:visited{
	color: #FFFFFF;	
	font-weight: bold;
	text-decoration: none;
}
#aestheticProcedures a:hover, #aestheticProcedures a:active{
	text-decoration: underline;
}
#baCTA {
	background:url(../images/bagallery-full.gif) top center no-repeat;
	width: 160px;
	height: 142px;
	margin-top: 15px;
	padding: 5px;
}
#baCTA p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
}
#baCTA p strong {
	margin: 0px 0px 5px 40px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #e56b99;
}
#baCTA a:link, #baCTA a:visited{
	color: #FFFFFF;	
	font-weight: bold;
	text-decoration: none;
}
#baCTA a:hover, #baCTA a:active{
	text-decoration: underline;
}
/* Middle Column */
#middleColumn {
	position: relative;
	top: 433px;
	float: left;
	margin-left: 10px;
	height: auto;
	width: 400px;
	background: #b5dce3 url(../images/content-header.gif) top center no-repeat;
}
#middleColumn #content {
	width: 380px;
	height: auto;
	padding: 15px 10px;
}
#middleColumn #mcFooter {
	width: 400px;
	height: 9px;
	background:url(../images/content-footer.gif) bottom center no-repeat;
}
#middleColumn p{
	padding: 10px 0px;
}
#middleColumn p.title{
	font-size: 0.75em;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#middleColumn ul{
	padding: 5px 15px;
	line-height: 2em;
}
#middleColumn li{
}
#middleColumn img{
	float: right;
	margin: 0px 0px 10px 20px;
	clear: both;
}
#middleColumn img.block{
	float: none;
	margin: 10px 0px;
}
#middleColumn a:link,#middleColumn a:visited{
	color: #707272;
}
#middleColumn a:hover,#middleColumn a:active{
	color: #097085;
}
#textResize {
	height: 60px;
	width: 85px;
	background:url(../images/textResize.gif) top center no-repeat;
	float: right;
	margin: 15px 0px 15px 10px;
	clear: both;
}
#textResize img {
	margin: 8px 3px;
	float: left;
	border: 0px;
	clear: none;
}#textResize a:link img {
	text-decoration: none;
}
#map {
	height: 375px;
	width: 375px;
}
#contact {
    margin: 10px 0px;
    height: auto;
    width: 375px;
}
#contact form {
    height: auto;
    width: 375px;
}
#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;
    color:#053d48;
    float: left;
	width: 375px;
    padding: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 10px #053d48;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 370px;
    clear: both;
    height: 20px;
}
#contact select.state {
    font: Arial, Helvetica, sans-serif 10px #053d48;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 377px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 370px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 10px #053d48;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 375px;
	height: 25px;
    border: 1px solid #053d48;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
    background-color: #053d48;
	float: left;
    clear: both;
	cursor: pointer;
}
/* Right Column */
#rightColumn {
	position: relative;
	top: 417px;
	float: right;
	width: 169px;
	height: auto;
}
#rightColumn p{
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px; 
}
#rightColumn ul{
}
#rightColumn li{
}
#rightColumn img{
}
#rightColumn a:link,#rightColumn a:visited{
	color: #FFFFFF;
}
#rightColumn a:hover,#rightColumn a:active{
	text-decoration:none;
}
#rightColumn h4 {
	margin: 15px 0px 5px 50px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 55px;
	text-align: left;
}
#contactCTA {
	width: 169px;
	height: auto;
	margin: 0px 0px 5px 0px;
	background: #8acdd8 url(../images/contact-header.gif) top center no-repeat;
}
#contactCTA h4 {
	color: #609fae;
}
#contactCTA h4 a:link, #contactCTA h4 a:visited {
	text-decoration: none;
	color: #609fae;
}
#contactCTA h4 a:active, #contactCTA h4 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#contactCTA p {
	font-size: 11px;
	line-height: 20px;
}
#contactCTA strong {
	font-size: 18px;
}
#contactCTA #conFooter {
	width: 169px;
	height: 9px;
	margin-top: 10px;
	background:url(../images/contact-footer.gif) bottom center no-repeat;
}
#testimonialsCTA {
	width: 169px;
	height: auto;
	margin: 0px 0px 5px 0px;	
	text-align: justify;
	background: #c8b5cb url(../images/testimonials-header.gif) top center no-repeat;
}
#testimonialsCTA h4 {
	color: #9b7aa0;
}
#testimonialsCTA h4 a:link, #testimonialsCTA h4 a:visited {
	text-decoration: none;
	color: #9b7aa0;
}
#testimonialsCTA h4 a:active, #testimonialsCTA h4 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#testimonialsCTA #tesFooter {
	width: 169px;
	height: 9px;
	margin-top: 10px;	
	background: url(../images/testimonials-footer.gif) bottom center no-repeat;
}
#financingCTA {
	width: 169px;
	height: auto;
	margin: 0px 0px 5px 0px;	
	background: #bae2ab url(../images/financing-header.gif) top center no-repeat;
}
#financingCTA h4 {
	color: #85c56d;
}
#financingCTA p.finCallOut {
	text-align: center!important;
	font-weight: bold;
	padding: 5px 7px;
}
#financingCTA #finFooter {
	width: 169px;
	height: 7px;
	margin-top: 10px;	
	background: url(../images/financing-footer.gif) bottom center no-repeat;
}
/* Footer */
#footerBG {
	width: 100%;
	height: 248px;
	background: #FFFFFF url(../images/bg-footer.png) bottom center no-repeat;
}
#footer {
	position: relative;
	left: 50%;
	bottom: 0px;
	height: 400px;
	width: 750px;
	margin: 458px 0px 0px -380px;
	padding: 0px;
}
#siteMap {
	width: 746px;
	background: #6bbfcd url(../images/sitemap-header.gif) top center no-repeat;
}
#siteMap #smFooter {
	width: 746px;
	height: 7px;
	padding-top: 20px;
	background: url(../images/sitemap-footer.gif) bottom center no-repeat;
	clear: both;
}
#siteMap h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #3c7481;
	margin: 0px 0px 0px 20px;
	padding: 15px 0px;
}
#siteMap h4 a, #siteMap h4 a:link, #siteMap h4 a:visited {
	color: #3c7481;
}
#siteMap h4 a:hover, #siteMap h4 a:active {
	color: #3c7481;
	text-decoration: underline;
}
#siteMap ul {
	padding: 0px 0px 0px 40px;
	margin: 0px;
	list-style: none;
	position: relative;
	top: 0px;
	float: left;
}
#siteMap ul li {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
}
#siteMap li ul {
	float: none;
}
#siteMap li ul li {
	font-weight: normal;
}
#siteMap li li ul {
	padding-left: 10px;
	float: none;
	max-width: 178px;
	font-style:italic;
}
#siteMap a:link, #siteMap a:visited{
	color: #ffffff;
	text-decoration: none;
}
#siteMap a:hover, #siteMap a:active{
	color: #097085;
}
/* Disclaimer */
#disclaimer {
	margin-top: 10px;
}
#disclaimer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3c6f79;
	font-size: 10px;
}
#disclaimer .left {
	float: left;
	width: 50%;
}
#disclaimer .right {
	float: right;
	width: 49%;
	text-align: right;
	margin-right: 5px;
}
#disclaimer p strong {
	font-size: 12px;
}
#disclaimer a:link, #disclaimer a:visited{
	color: #707272;
}
#disclaimer a:hover, #disclaimer a:active{
	color: #097085;
}
/* 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<--------------------*/
#qcASP {
	background: none;
    display: block; 
    height: auto;
    width: 165px;
	margin: 0px;
    padding: 0px;
}
#qcASP p {
	margin: 0px 0px 5px 45px;
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #0b6473;
}
#qcASP textarea {
    margin: 5px 0px 0px 9px;
    padding: 2px;
    width: 141px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #127383;
	border: #0e7f92 solid 1px;	
	background-color: #e1f1f4;
}
#qcASP input {
    margin: 5px 0px 0px 9px;
    padding: 2px;
    width: 141px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #127383;
	border: #0e7f92 solid 1px;
	background-color: #e1f1f4;
}
#qcASP input.button {
    margin: 10px 9px 5px 70px;
    padding: 0px;
    width: 80px;
    height: 30px;
    background: url(../images/submit.gif) top center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
}
#qcASp #qcFooter {
	background:url(../images/qc-footer.gif) bottom center no-repeat;
	height: 9px;
	width: 165px;
}

#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: none;
 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 {
 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; 
}
input#btnValidateForm {
 float: none;
 width: 240px;
 height: auto;
 margin: 10px 0px 20px 0px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: none;
}
input#btnSubmitForm {
 float: none;
 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: none;
}

.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}