@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: 0px;
	font-size: 100%;
	background: #281c15 url(../Images/newcolumnbackground.gif) repeat-x top center;
	text-align: center;
	}

html,body { width: 100%; }

 #container {
	width: 1000px;
	text-align: left;
	margin: auto;
} 
#header {
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../Images/pinkoutlinebackground2.gif);
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 90px;
	width: 1000px
} 
#header h1 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 110px;
	background-repeat: no-repeat;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 224px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../Images/centerbackgroundcolumns.gif);
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #ECA6CD;
	margin: 0 auto;
	width: 970px;
	background-image: url(../Images/loweroutline2.gif);
	background-repeat: no-repeat;
} 
.questionstextbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: right;
	white-space: normal;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr {
}
.thrColFixHdr #container #outer_wrap {
	margin-top: 0px;
}
h1 {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.SidebarTextHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.mapthumb {
}
.smallfontfooter {
	font-size: 12px;
}
.smallfont {	font-size: 12px;
	padding-right: 10px;
}

#header img.logo {
	margin: 1px 0 5px 50px;
	float: left;
}
#header p {
	margin: 20px 60px 0px 0px;
	font: .78em/1.8em Arial, Helvetica, sans-serif;
	color: #4D917C;
	text-align: right;
	float: right;
}
#header p a { color: #35291e; text-decoration: none; }
#header img.phone {
	float: right;
	margin: 10px 60px;
}
#header img.3menu {
}
#sidebar1 img.gallery {
	margin-left: 0px;
	padding-top: 10px;
}
#sidebar2 img.newsletter {
	margin-left: 60px;
}
#sidebar1 .faqtext {
	color: #039;
}
#sidebar1 .faqcaptiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#sidebar1 .tableborder { border: 1px solid #000;}

#mainContent .calcWrapper {
}
#mainContent p {
	font-size: 14px
}
#header .margin {
	margin: auto;
}
#outercont {
	width: 1000px;
	text-align: center;
	background-image: url(../Images/centersinglerowbackground2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#innercont {
	margin: 0;
	padding: 0;
	width: 1000px;
	background-image: url(../Images/centerbackgroundcolumns2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin: 0;
	text-align: left;
	padding: 7px 5px 5px 20px;
	width: 950px;
}
	
.paragraphfont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#questions {
	margin: 0;
	width: 300px;
	font-size: 0.8em;
	color: #413c37;
	float: left;
	line-height: 1.5;
	background-repeat: repeat-x;
	background-color: #AAD5F5;
	background-position: left top;
}
}
#questions h2 { margin: 0 0 5px; width: 209px; height: 29px; background: url(/images/quickcontact-title.gif) no-repeat left top; text-indent: -9999px; }
#questions input.quick {
	border: 1px solid #ada69a;
	padding-left: 3px;
	width: 120px;
	height: 17px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#questions input.quickLG { margin: 0 0 5px; border: 1px solid #ada69a; padding-left: 3px; width: 204px; height: 17px; background: #ebe8e4 !important; }
#patientquestions textarea {
	margin: 0;
	border: 1px solid #ada69a;
	width: 268px;
	height: 40px;
	background-color: #FFF;
}
#questions input.text {margin: 0 0 5px; border: 1px solid #ada69a; padding-left: 3px; width: 290px; background: #fff}
#questions img.validator { vertical-align: middle; }
#questions input.submit { padding-left: 140px; }
#welcome { margin: 0; width: 600px; float: right; }
#welcome h1 {
	margin: 0px;
	width: 534px;
	height: 64px;
	text-indent: -9999px;
	background-image: url(../Images/welcome2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#pagescontent {margin: 0; width: 600px; float: right; }
#pagescontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#pagescontent p.breadcrumb {
	margin: 0 0 10px;
	padding-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#pagescontent p.breadcrumb a {
	color: #1465A1;
	text-decoration: none;
}
#pagescontent p.breadcrumb a:hover {
	color: #000;
}
#pagescontent .divider {
	color: #000;
}
#pagescontent h1 {
	margin: 0;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	width: 490px;
}
#pagescontent h2 { margin: 0 0 5px; border-bottom: 1px solid #ccc7c3; padding-bottom: 5px; font-size: 1.4em; font-weight: normal; color: #402e00; }
#pagescontent h3 {
	margin: 0 0 3px;
	font-size: 1.17em;
	font-weight: bold;
	color: #0A5595;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pagescontent h6 {
	margin: 0 0 3px;
	font-size: 1.17em;
	font-weight: bold;
	color: #0A5595;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pagescontent h4 {
	color: #0A5595;
}
#pagescontent h5 {
	margin: 0 0 3px;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: text-top;
}
#pagescontent .smallimages {
	padding: 0px;
	border: 2px solid #000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
#pagescontent .smallimagetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#pagescontent .smalimagetitletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	text-decoration: underline;
	color: #0A5595;
}
#pagescontent .morelink {
	color: #F0F;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#pagescontent td {
	padding-left: 5px;
}
#pagescontent td.texttop {
	padding-left: 0px;
	vertical-align: top;
}

table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #FF0000; text-align: center; }
table td {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
#questions .red {color: #F00}
#questions .textsize {font-size:12px}
#questions form {
	padding-left: 10px;
}

ul#nav {
	width: 970px;
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul#nav li {
	line-height: 31px;
	float: left;
}
	ul#nav li a { height: 31px; line-height: 31px; text-indent: -9999px; text-decoration: none; float: left; }
	ul#nav li, ul#nav li a { background-image: url(../Images/navigation.gif); background-repeat: no-repeat; }
	ul#nav li.home, ul#nav li.home a { width: 95px; background-position: 0 0; }
	ul#nav li.home a.on, ul#nav li.home a:hover { width: 95px; background-position: 0 -31px; }
	ul#nav li.physicians, ul#nav li.physicians a { width: 157px; background-position: -95px 0; }
	ul#nav li.physicians a.on, ul#nav li.physicians a:hover { width: 157px; background-position: -95px -31px; }
	ul#nav li.procedures, ul#nav li.procedures a { width: 164px; background-position: -253px 0; }
	ul#nav li.procedures a.on, ul#nav li.procedures a:hover { width: 164px; background-position: -253px -31px; }
	ul#nav li.surgery-center, ul#nav li.surgery-center a { width: 210px; background-position: -417px 0; }
	ul#nav li.surgery-center a.on, ul#nav li.surgery-center a:hover { width: 210px; background-position: -417px -31px; }
	ul#nav li.photos, ul#nav li.photos a { width: 190px; background-position: -627px 0; }
	ul#nav li.photos a.on, ul#nav li.photos a:hover { width: 190px; background-position: -627px -31px; }
	ul#nav li.contact, ul#nav li.contact a { width: 154px; background-position: -816px 0; }
	ul#nav li.contact a.on, ul#nav li.contact a:hover { width: 154px; background-position: -816px -31px; }
a.bodyaesthetics {
	display: block;
	width: 300px;
	overflow: hidden;
	margin: 0px;
}
a.bodyaesthetics:hover {
	text-indent:-300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.consultarrow {
	margin-right: 10px;
	width: 236px;
	height: 20px;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
a.consultarrow:hover { text-indent: -236px; }
a.faqarrow {
	margin-right: 10px;
	width: 233px;
	height: 20px;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 7px;
}
a.faqarrow:hover {
	text-indent: -233px;
}
a img {border: none; }
#lowerquestionbox {
	background-image: url(../Images/lowerquestionsbox.gif);
	background-position: center bottom;
	height: 25px;
	width: 300px;
	text-align: center;
	float: left;
}
#leftnav li.down {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#leftnav {
	background-color: #A8D4F4;
	width: 300px;
	text-align: left;
	float: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lowernav {
	background-image: url(../Images/lowerQ.gif);
	float: left;
	height: 9px;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lnav { margin: 0; padding: 0 0 0 15px; width: 261px; text-align: left; float: left; }
#lnav .ulbottom { margin: 0; padding: 0; height: 6px; background: url(/images/lnav-ul-bottom.gif) no-repeat left bottom; }
#leftnav ul {
	margin: 0;
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#leftnav ul li {
no-repeat left 5px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 20px;
}
#leftnav ul li.down {
	background-image: url(../Images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#lnav ul li a { color: #fff; text-decoration: none; }
#lnav ul li a:hover, #lnav ul li.on a { color: #7fc3e7; }

#leftnav ul li ul {
	margin: 0;
	background: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#leftnav ul li ul li {
	background: url(../Images/dot.png) no-repeat left 7px;
	font-size: .86em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#lnav ul li ul li a { color: #fff; text-decoration: none; }
#lnav ul li ul li a:hover { color: #7fc3e7; }
#lnav ul li ul li.on { background: url(/images/lnav-li-dot-on.gif) no-repeat left 7px; }
#lnav ul li ul li.on a { color: #7fc3e7; }
