/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#container {
	margin: 0px 0px 0px -460px;
	position: relative;
	left: 50%;
	width: 920px;
}

span.hr {
}
/*------------------ Header Selectors <--------------------*/
#header {
	height: 97px;
	width: 860px;
	position: absolute;
	left: 0;
	top: 0px;
	margin-left: 30px;
	z-index:999;
}
#header #logo {
	float: left;
	height: 97px;
	width: 247px;
}
#header #logo img {
	border: none;
}
#google-mini-search-bar {
	width: 345px;
	height: 35px;
	position: absolute;
	left: 630px;
	top: 125px;
	padding-left: 50px;
}

#google-mini-search-bar input {
	width: 210px;
	height: 21px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

#google-mini-search-bar input.search-submit {
	background: url(../images/search-btn.gif) left top no-repeat;
	cursor: pointer;
	width: 100px;
	height: 25px;
	border:none;
	margin-top:10px;
}
/*------------------ Top Nav Selectors <--------------------*/
#header #top-navigation {
	height: 97px;
	width: 613px;
	float: left;
}
/*** 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;
	width:			12em; /* 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:			99px; /* 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:			12em; /* 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:			12em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
}
.sf-menu a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sf-menu span {
	display:none;
}
.sf-menu li li a, .sf-menu li li li a {
	padding:5px;
}
.sf-menu a.home {
	background-image: url(../images/top-nav-home.jpg);
	height: 97px;
	width: 104px;
}
.sf-menu a.home:hover {
	background-image: url(../images/top-nav-home-over.jpg);
}
.sf-menu a.about {
	background-image: url(../images/top-nav-about.jpg);
	height: 97px;
	width: 77px;
}
.sf-menu a.about:hover {
	background-image: url(../images/top-nav-about-over.jpg);
}
.sf-menu a.procedures {
	background-image: url(../images/top-nav-procedures.jpg);
	height: 97px;
	width: 127px;
}
.sf-menu a.procedures:hover {
	background-image: url(../images/top-nav-procedures-over.jpg);
}
.sf-menu a.blog {
	background-image: url(../images/top-nav-blog.jpg);
	height: 97px;
	width: 63px;
}
.sf-menu a.blog:hover {
	background-image: url(../images/top-nav-blog-over.jpg);
}
.sf-menu a.news {
	background-image: url(../images/top-nav-news.jpg);
	height: 97px;
	width: 74px;
}
.sf-menu a.news:hover {
	background-image: url(../images/top-nav-news-over.jpg);
}
.sf-menu a.faq {
	background-image: url(../images/top-nav-faq.jpg);
	height: 97px;
	width: 58px;
}
.sf-menu a.faq:hover {
	background-image: url(../images/top-nav-faq-over.jpg);
}
.sf-menu a.contact {
	background-image: url(../images/top-nav-contact.jpg);
	height: 97px;
	width: 110px;
}
.sf-menu a.contact:hover {
	background-image: url(../images/top-nav-contact-over.jpg);
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:	#000;
}
.sf-menu a:hover, .sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:	#bf0202;
}
.sf-menu li {
}
.sf-menu li li {
	border-bottom: #333333 1px solid;
	background-color: #999999;
}
.sf-menu li li li {
	background-color: #888888;
}
.sf-menu li li li li {
	background-color: #777777;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	background-color: #FFFFFF;
}
/*------------------ Mast Selectors <--------------------*/
#mast {
	background-image: url(../images/mast-bg.jpg);
	height: 303px;
	width: 860px;
	position: absolute;
	left: 0px;
	top: 97px;
	margin-left: 30px;
	z-index: 10;
}
#mast #flash-mast {
}
#mast #flash-mast p {
}
/*------------------ Content Selectors <--------------------*/
#content {
	position: relative;
	height: 108px;
	width: 920px;
	background-color: #000000;
	background-image: url(../images/content-bg.jpg);
	left: 0px;
	top: 400px;
	margin-bottom: 400px;
	background-repeat: no-repeat;
}
#left-column {
	height: auto;
	width: 600px;
	margin-right: 30px;
	float: left;
}
#right-column {
	float: left;
	height: auto;
	width: 250px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b2b2b2;
	padding-top: 30px;
	padding-left: 60px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding-left: 60px;
	padding-bottom: 30px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding-left: 60px;
	padding-bottom: 21px;
}
#content p, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 60px;
	padding-bottom: 21px;
}
#content a:link, #content a:visited {
	color: #bf0202;
	text-decoration: underline;
}
#content a:active, #content a:hover {
	color: #ffffff;
}
#content ul {
	padding-left: 90px;
	padding-bottom: 11px;
	
}
#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-bottom: 5px;
	
}
#content ol {
	padding-left: 90px;
	padding-bottom: 11px;
}
#content ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #b2b2b2;
	padding-bottom: 11px;
}
#content p.hr {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content p.hr2 {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#left-column p {
	padding:10px 25px;
	
}

#left-column ul {
	padding-left: 70px;
	
}

#left-column li {
	padding: 5px 0;
	
}

#left-column ul ul li {
	list-style-type:none;
	padding:5px 0;
	
}

#left-column a.sitemap-link {

color: #bf0202 !important;

}


#left-column a:link, #left-column a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#left-column a:active, #left-column a:hover {
	color: #bf0202;
}

a.sitemap-link , a.sitemap-link:visited {
	color: #bf0202;
	text-decoration: underline;
}
.sitemap-link a:active, .sitemap-link a:hover {
	color: #ffffff;
}


#map {
	margin: 30px 0px 0px 60px;
}
#rss {
	margin: 30px 0px 0px 60px;
}
table td {
	text-align: center;
}
#gallery h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding: 11px;
	text-align: center;
}
.gallery-procedures{
}
.gallery-procedures ul{
	float: left;
	height: auto;
	width: 150px;
	margin: 0px!important;
	padding: 0px 0px 0px 90px!important;
}
.gallery-procedures ul ul{
	padding: 0px 0px 0px 15px!important;
}
table.gallery {
	background-color: #1a1a1a;
	margin-top: 21px;
	margin-bottom: 21px;
	height: auto;
	width: 400px;
	margin-left: 60px;
}
table.gallery th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table.gallery tr {
}
table.gallery img {
	border: 1px #fff solid;
}
table.gallery td {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
}
table.galleryBA {
	background-color: #1a1a1a;
	margin-top: 21px;
	margin-bottom: 21px;
	margin-left: 60px;
	height: auto;
}
table.galleryBA th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table.galleryBA tr {
}
table.galleryBA td {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
table.galleryBA img {
	border: 1px #fff solid;
}

#femaleProc {
	float: left;
	width: 250px;
}
#maleProc {
	float: left;
	width: 250px;
	margin-left: 20px;
}
.proc {
	margin-top: 20px;
	margin-bottom: 20px;
}
.proc ul {
	margin: 0px;
	padding: 0px;
}
.proc ul li {
}
.picInset {
	float: right;
	border: 2px solid #C8DBDE;
	margin-bottom: 21px;
	margin-left: 21px;
}
/*------------------ CTA Selectors <--------------------*/
#cta {
	float:left;
	margin-top: 30px;
	padding: 0px;
}

#cta p.disclaimer {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: bold;
}

/*-------------------- Page 1 Forms <---------------------*/
#cta #qc {
	background-image: url(../images/bg-qc.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 250px;
	float:left;
	clear:both;
	margin-bottom: 5px;
}
#cta #qc form {
	padding-top: 40px;
}
#cta #qc ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cta #qc ul li {
	margin: 0px;
	padding: 0px;
}
#cta #qc div {
}
#cta #qc input {
	background-color: transparent;
	height: 25px;
	width: 245px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	padding-left: 5px;
}
#cta #qc textarea {
	background-color: transparent;
	border: none;
	height: 25px;
	width: 245px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	padding-left: 5px;
	overflow: auto;
}
#cta #qc input.select {
}
#cta #qc input.button {
	float: right;
	height: 50px;
	width: 100px;
}
#cta #qc span.btn input.button {
	padding: 0;
	height: 25px;
	width: 100px;
	display: block;
	border: none;
	background-image: url(../images/btn-submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#cta #qc span.btn:hover input.button {
	background-position: 0px -25px;
}
#cta #qc a {
	float:left;
	padding-top: 15px;
	padding-left: 5px;
}
#cta #qc a:link, #cta #qc a:visited {
	color: #bf0202;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#cta #qc a:active, #cta #qc a:hover {
	color: #ffffff;
}
/*-------------------- Page 1 Forms <---------------------*/
#contact {
	height: auto;
	width: 540px;
	margin-left: 60px;
	margin-top: 30px;
}
#contact form {
	height: auto;
	width: 540px;
}
#contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contact ul li {
	margin-bottom: 15px;
}
#contact div {
}
#contact input {
	height: 25px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact select {
	height: 29px;
	width: 544px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact textarea {
	height: 100px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#contact input.select {
}
#contact input.button {
}
.address2 {
	display:none;
}

#blogger-navigation {
}
#blogger-navigation h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #EFEFEF;
	font-weight: normal;
}
#blogger-navigation ul {
	margin: 0px;
	padding: 0px;
}
#blogger-navigation ul li {
	margin-left: 30px;
}
#blogger-navigation ul li a {
	color: #BF0202;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited {
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active {
}
#blogger-navigation #powered-by {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cta #patient-container {
	float:left;
	clear:both;
}
#cta #patient-container #patient-images {
	height: 78px;
	width: 246px;
	margin-bottom: 30px;
}
#cta #patient-container #patient-images a {
	background-image: url(../images/cta-image-gallery.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-images a:hover {
	background-position: 0px 0px;
}
#cta #patient-container #patient-testimonials {
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-testimonials a {
	background-image: url(../images/cta-patient-testimonials.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-testimonials a:hover {
	background-position: 0px 0px;
}
#cta #patient-container #patient-blog {
	height: 78px;
	width: 246px;
	margin-top: 30px
}
#cta #patient-container #patient-blog a {
	background-image: url(../images/blog-cta.jpg);
	background-position: 0px -78px;
	display:block;
	height: 78px;
	width: 246px;
}
#cta #patient-container #patient-blog a:hover {
	background-position: 0px 0px;
}
#cta #video {
	height: 188px;
	width: 248px;
	float: left;
	padding: 0px;
	border: 1px solid #1a1a1a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#information {
	width: 248px;
	height:auto;
	float:left;
	clear:both;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#information p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b2b2b2;
	margin: 0px;
	padding: 0px;
}
/*------------------ Footer Selectors <--------------------*/
#footer-container {
	float: left;
	height: auto;
	width: 860px;
}
#footer-container #footer-top {
	height: 22px;
	float: left;
	width: 860px;
	padding-bottom: 30px;
}
#footer-container #footer-button {
	padding-left:60px;
	height: 22px;
	width: 102px;
	float: left;
}
#footer-container #footer-button a {
	background-image: url(../images/btn-sitemap.jpg);
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 102px;
}
#footer-container #footer-button a:hover {
	background-position: 0px 18px;
}
#footer-container #footer-copyright {
	float: right;
}
#footer-container #footer-copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#footer-container #footer-copyright a:link {
}
#footer-container #footer-copyright a:hover, #footer-container #footer-copyright a:active {
}
/*------------------ Disclaimer Selectors <--------------------*/
#footer-container #disclaimer {
	clear: both;
	float: left;
	height: auto;
	width: 860px;
	margin: 0px 0px 30px 60px;
}
#footer-container #disclaimer p {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#footer-container #disclaimer a:link, #footer-container #disclaimer a:visited {
}
#footer-container #disclaimer a:hover, #footer-container #disclaimer a:active {
}

#footer-container #sitemap {
	height: auto;
	width: auto;
	padding-left: 60px;
}
#footer-container #sitemap ul {
	padding-left: 0px;
	list-style-type: none;
}
#footer-container #sitemap ul.column1 {
	width:246px;
	height: auto;
	float:left;
}
#footer-container #sitemap ul.column2 {
	width:246px;
	height: auto;
	float:left;
	padding-left: 30px;
}
#footer-container #sitemap ul.column3 {
	width:246px;
	height: auto;
	float:left;
	padding-left: 30px;
}
#footer-container #sitemap ul li {
	padding:0px;
	margin: 0px;
	line-height:normal;
}
#footer-container #sitemap ul li ul {
	padding-left: 30px;
}
#footer-container #sitemap ul li ul li {
}
#footer-container #sitemap ul li ul li ul {
	padding-left: 30px;
}
#footer-container #sitemap ul li ul li ul li {
}
#footer-container #sitemap a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #454545;
}
#footer-container #sitemap a:link, #footer-container #sitemap a:visited {
}
#footer-container #sitemap a:hover, #footer-container #sitemapup a:active {
	color: #666666;
}
/*----------------- 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;
}

/* Three states for the mini contact form */
.default_input {
	background-color: transparent !important;
}
.valid {
	background-color: #007940!important;
	color: #FFFFFF!important;
}
.invalid {
	background-color: #F00000!important;
	color: #FFFFFF!important;
}