@charset "UTF-8";
body {
	background-color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.index_implants {
	background-color: #FBC727;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 28px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/btn_bg_yellow.jpg);
}
.index_testimonials {
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #66D2B9;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.index_schedule {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #2C6799;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.logo {
	background-color: #363636;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 150px;
	/*width: 399px;*/
	text-align: center;
	/*padding-left: 15px;*/
}
.newmenu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.navigation {
	background-color: #EF7438;
}
.white_line_hor {
	background-color: #FFFFFF;
	height: 1px;
}
.footer {
	font-size: 12px;
	color: #535353;
	background-color: #FFFFFF;
	padding: 20px 20px 10px 20px;
}
.text_9px {
	font-size: 9px;
}
.index_main_image {
	background-image: url(images/index_wife.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 800px;
	background-position: right top;
	background-color: #FFFFFF;
}
.text_body {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #363636;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 55px;
}
a:link {
	color: #2C6799;
	text-decoration: none;
	line-height: 15px;
}
a:visited {
	color: #2C6799;
}
a:hover {
	color: #FFD70F;
	text-decoration: underline;
}
a:active {
	color: #346DA6;
}
.title_color1 {
	font-size: 24px;
	font-weight: bold;
	background-color: #5ACBAA;
	color: #FFFFFF;
	padding-left: 33px;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #363636
}
.caption {
	font-size: 12px;
	color: #333333;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.appointment_form {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.appointment_form_white {
	font-size: 13px;
	color: #363636;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.red {
	color: #F00;
}
.minicsnav  {
	width: 690px;
	font-size: 10px;
}
.minicsnav a {
	font-size: 9px;
	text-decoration: none;
}
.minicsnav a:hover {
	text-decoration: underline;	
}
#homeWelcomeText h1 {
	color: #37b4a4;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 20px;
	width: 480px;
	text-align: right;
}
#homeWelcomeText h1 div {
	color: #919191;
	text-align: left;
}

div.article {padding:20px 0;border-top:solid 1px #ccc;}
.clear {clear:both;}
.col1 {float:left;width:70%;}
.col2 {float:left;margin-left:5%;width:25%;}
ul.subnav {list-style: none;margin:0;padding:0;}
ul.subnav li {margin:0;border-bottom:solid 1px #eee;}
ul.subnav li a {
	display:block;
	padding:10px 5px;
	font-weight:bold;
}
ul.subnav li a:hover {
	background-color:#f9f9f9;
	text-decoration: none;
	color:#5ACBAA;
}
ul.subnav.on-green li {
	border-bottom:none;
	float:left;
	width:50%;
}
ul.subnav.on-green li a {
	font-size:12px;
	padding:5px;
	color:#387969;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
ul.subnav.on-green li a:hover {background-color:#e0f6f0;color:#53b49d;}

a.to-top {	
	float:right;
	font-weight:bold;
	font-size:9px;
	text-transform: uppercase;
}
a.to-top:hover {
	color:#999;
	text-decoration: none;
}

a.schedule-btn {
	padding:10px;
	background-color:#6699cc;
	color:#fff;
	margin:10px 0;
	float:left;
	text-align: center;
	width:200px;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.schedule-btn:hover {
	text-decoration: none;
	background-color:#527aa3;
}
.article img {
	display:inline;
}
.right {
	float:right;
	margin:0 0 15px 15px;
}
.top-badge {
	float:right;
}
