/* fonts */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Raleway:400,500,600,700|Source+Sans+Pro:600);
/* reset */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote {
	margin: 0;
	padding: 0;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
fieldset, img {
	border: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	position: relative;
}
:focus {
	outline: none;
}
/* links */
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* header elements */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
}
h1 {
	font-size: 26px;
	color: #2f7a53;
	font-family: "Raleway", Arial;
}
h2 {
	font-size: 44px;
	color: #fff;
	font-family: "Raleway", Arial;
}
h3 {
	font-size: 20px;
	color: #fff;
	font-family: "Raleway", Arial;
}
h4 {
	font-size: 19px;
	color: #d7a00b;
	font-family: "Raleway", "dosismedium", Arial;
}
h5 {
	font-size: 17px;
	color: #d7a00b;
}
h6 {
	font-size: 14px;
	color: #d7a00b;
}
/* page setup */
body {
	background: url(../images/bg.png) 0 0 repeat;
	color: #222;
	font-size: 16px;
	line-height: 20px;
}
/* wrapper setup */
div.outerwpr {
	background: #fff;
}
div.wrapper {
	margin: auto;
	width: 984px;
}
/* header */
div#header {
	height: 104px;
	background: #FFF;
	padding: 12px 0 0 0;
}
div#header div#contact_phone {
	display: block;
	float: right;
	clear: right;
	font-size: 28px;
	font-weight: none;
	margin-top: 20px;
}
div#header div#contact_phone span {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
}
/* logo */
div.logo {
	float: left;
	padding: 0 3px;
}
/* main body setup */
div#middle {
	width: auto;
	clear: both;
	padding: 15px 0;
}
/* right column */
div#right {
	width: 226px;
	float: right;
}
/* content column */
div#main {
	width: auto;
	margin: 0 247px 0 0;
}
/* footer */
div#footer {
	width: auto;
	clear: both;
	height: 157px;
	padding: 27px 0 0 0;
	font-size: 13px;
	color: #ede8e2;
}
div#footer h4 {
	font-weight: normal;
	margin: 0 0 12px 0;
}
/* clearing & floating */
.clearingfix:after {
	content: ".";
	display: block;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clearingfix {
	display: block;
}
.floatbox {
	overflow: hidden;
}
/* topmenu */
div#topmenu {
	height: 68px;
	position: relative;
	z-index: 100;
}
div#topmenu ul {
	list-style: none;
	float: left;
	margin-left: -5px;
}
div#topmenu ul li {
	float: left;
	display: block;
	font-family: 'Source Sans Pro', Arial;
	line-height: 15px;
	font-size: 16px;
	background: url(../images/topmenu_line.png) 0 9px no-repeat;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 17px;
	font-weight: bold;
}
div#topmenu ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
div#topmenu ul li ul li a {
	font-weight: normal;
	font-weight: bold;
}
div#topmenu ul li ul li a:hover {
	font-weight: bold;
}
div#topmenu ul li.first {
	background: none;
	padding-left: 18px;
}
div#topmenu ul li a {
	display: block;
	float: left;
	color: #FFF;
	padding: 18px 0 20px 0;
}
div#topmenu ul li a span {
	display: block;
}
div#topmenu ul li a:hover, div#topmenu ul li.active a, div#topmenu ul li.sfHover a {
	text-decoration: none;
	color: #d8a007;
}
div#topmenu ul li.active li a {
	color: #FFF !important;
}
div#topmenu ul li.active li.active a {
	color: #d8a007 !important;
}
div#topmenu ul li ul, div#topmenu ul li.sfHover ul {
	float: none;
	background: url(../images/dropdown_bg.png) 0 100% no-repeat;
	padding: 0 3px;
}
div#topmenu ul li ul li, div#topmenu ul li.sfHover ul li {
	background: none;
	padding: 0;
	text-transform: none;
}
div#topmenu ul li ul li a, div#topmenu ul li.sfHover ul li a {
	color: #FFF;
	float: none;
	padding: 4px 15px;
	border-top: transparent 2px solid;
	border-bottom: transparent 2px solid;
}
div#topmenu ul li ul li a:hover, div#topmenu ul li.sfHover ul li a:hover {
	color: #FFF;
	background: #1c3428;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}
/* dropdown menu */
ul.sf-menu {
	position: absolute; /* not needed, but helful for dreamweaver compatibility. */
}
ul.sf-menu, ul.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 190px;
}
ul.sf-menu ul li {
	width: 100%;
	font-size: 14px !important;
	line-height: normal;
}
ul.sf-menu li:hover {
	visibility: inherit;
}
ul.sf-menu li {
	float: left;
	position: relative;
}
ul.sf-menu a {
	display: block;
	position: relative;
}
ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul {
	left: 0;
	top: 68px;
	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;
	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;
	top: 0;
}
/* contact info */
div.contact_info {
	float: right;
	text-align: right;
	width: 265px;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 1px 0 0;
}
div.contact_info span.phone {
	display: block;
	color: #2f7a53;
	padding: 0 0 4px 0;
}
div.contact_info a.button {
	font-size: 14px;
	color: #1e1e1e;
	font-family: "Raleway", "dosisbold", "dosis", Arial;
	font-weight: bold;
	background: url(../images/top_address_button.png) 0 0 no-repeat;
	text-align: center;
	width: 179px;
	height: 23px;
	float: right;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	white-space: nowrap;
}
div.contact_info a.button.newpatients {
	margin-top: 10px;
}
div.contact_info a.referringdrs {
	margin-top: 15px;
	white-space: nowrap;
}
div.contact_info a:hover.button {
	background: url(../images/top_address_button.png) 0 -40px no-repeat;
	text-decoration: none;
}
/* slider */
div.slider {
	overflow: hidden;
	clear: both;
}
div.slider ul, div.slider ul li {
	list-style: none;
	height: 208px;
	overflow: hidden;
	text-align: center;
}
div#inner-slider ul, div#inner-slider ul li {
	height: 111px;
	overflow: hidden;
}
div.slider ul li.img1 {
	background: url(../images/slider-img1-bg.jpg) 50% 0 repeat-x;
}
div.slider ul li.img2 {
	background: url(../images/slider-img2.jpg) 50% 0 repeat-x;
}
div.slider ul li.img3 {
	background: url(../images/slider-img3.jpg) 50% 0 repeat-x;
}
div.slider ul li.img4 {
	background: url(../images/slider-img4.jpg) 50% 0 repeat-x;
}
div.slider ul li.img5 {
	background: url(../images/slider-img5.jpg) 50% 0 repeat-x;
}
div.slider ul li.img6 {
	background: url(../images/slider-img6.jpg) 50% 0 repeat-x;
}
div.slider ul li.img7 {
	background: url(../images/slider-img7.jpg) 50% 0 repeat-x;
}
div.slider ul li.img8 {
	background: url(../images/slider-img8.jpg) 50% 0 repeat-x;
}
/* homepage boxes */
div.homepage_boxes {
	height: 100%;
	overflow: hidden;
	padding: 22px 0 35px 0;
}
div.homepage_boxes div.homepage_box {
	width: 304px;
	padding: 3px 0 0 33px;
	font-size: 13px;
	line-height: 18px;
	float: left;
	background: url(../images/homepage_line.png) 13px 0 repeat-y;
}
div.homepage_boxes div.homepage_box.first {
	background: none;
	padding-left: 2px;
}
div.homepage_boxes div.homepage_box h3, div.homepage_boxes div.homepage_box h3 a {
	color: #2f7a53;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Raleway", "dosisbold", "dosis", Arial;
	font-weight: bold;
	margin: 0 0 14px 0;
}
div.homepage_boxes div.homepage_box div.detail {
	padding: 0 1px;
	height: 148px;
}
div.homepage_boxes div.homepage_box div.detail p {
	margin: 0;
}
div.homepage_boxes div.homepage_box div.detail img.alignright {
	float: right;
	margin: -4px -6px 0 0;
}
div.homepage_boxes div.homepage_box a.button {
	font-size: 14px;
	color: #1e1e1e;
	font-family: "Raleway", "dosisbold", "dosis", Arial;
	font-weight: bold;
	background-color: #E6C66F;
	text-align: center;
	width: 185px;
	height: 23px;
	display: block;
	text-transform: uppercase;
	padding: 5px 0 0 0;
	margin: 0 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #DCAF34 solid;
	white-space: nowrap;
}
div.homepage_boxes div.homepage_box a:hover.button {
	text-decoration: none;
	background-color: #B29545;
}
/* bottom links */
div.bottom_links {
	background: url(../images/bottom_bg.png) 0 0 repeat;
	overflow: hidden;
	padding: 22px 0 20px 0;
}
div.bottom_links ul {
	margin: 0;
	list-style: none;
}
div.bottom_links ul li {
	float: left;
	background: url(../images/bottom_box.png) 0 0 no-repeat;
	width: 238px;
	height: 86px;
	margin: 0 0 0 10px;
	color: #FFF;
	font-size: 19px;
}
div.bottom_links ul li.first {
	margin-left: 0;
}
div.bottom_links ul li div.call_us {
	background: url(../images/bottom_box_icon.png) 0 0 no-repeat;
	padding: 5px 0 5px 61px;
	margin: 18px 18px;
	font-family: "Raleway", "dosismedium", Arial;
}
div.bottom_links ul li div.call_us strong {
	display: block;
	font-family: "Raleway", "dosisbold", Arial;
	padding: 2px 0 0 0;
}
div.bottom_links ul li div.request {
	background: url(../images/bottom_box_icon.png) 0 -100px no-repeat;
	padding: 4px 0 5px 63px;
	margin: 18px 19px;
	font-family: "Raleway", "dosismedium", Arial;
}
div.bottom_links ul li div.new {
	background: url(../images/bottom_box_icon.png) 0 -200px no-repeat;
	padding: 3px 0 5px 62px;
	margin: 18px 18px;
	font-family: "Raleway", "dosismedium", Arial;
}
div.bottom_links ul li div.map {
	background: url(../images/bottom_box_icon.png) 0 -300px no-repeat;
	font-family: "Raleway", "dosismedium", Arial;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 18px;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 61px;
}
div.bottom_links ul li a {
	color: #FFF;
}
/* footer links */
div.footer_links {
	float: left;
	width: 393px;
	padding: 0 1px;
}
div.footer_links ul {
	margin: 0 1px;
	list-style: none;
}
div.footer_links ul li {
	float: left;
	width: 179px;
	background: url(../images/footer_browse_arrow.png) 0 9px no-repeat;
	padding: 0 0 1px 10px;
}
div.footer_links ul li a {
	color: #ede8e2;
}
/* footer address */
div.footer_address {
	float: left;
	width: 185px;
	padding: 0 0;
	line-height: 21px;
}
div.footer_address ul {
	margin: 0;
	list-style: none;
}
div.footer_address ul li span {
	margin: 0 5px 0 0;
}
/* footer social */
div.footer_social {
	float: right;
	width: 190px;
	position: relative;
	right: -42px;
}
div.footer_social h4 {
	padding: 0 0 4px 0;
}
div.footer_social ul {
	margin: 0 0 29px 0;
	list-style: none;
	height: 40px;
}
div.footer_social ul li {
	float: left;
	padding: 0 9px 0 0;
}
div.footer_social ul li a {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
div.footer_social ul li a.facebook {
	background: url(../images/footer_social_icon.png) 0 0 no-repeat;
}
div.footer_social ul li a.iconb {
	background: url(../images/footer_social_icon.png) -45px 0 no-repeat;
}
div.footer_social ul li a:hover.facebook, div.footer_social ul li.active a.facebook {
	background: url(../images/footer_social_icon.png) 0 -50px no-repeat;
	text-decoration: none;
}
div.footer_social ul li a:hover.iconb, div.footer_social ul li.active a.iconb {
	background: url(../images/footer_social_icon.png) -45px -50px no-repeat;
	text-decoration: none;
}
div.footer_social span.design_credits {
	display: block;
	margin: 0 0 0 2px;
}
div.footer_social span.design_credits a {
	color: #ede8e2;
}
/* sidemenu */
div.sidemenu {
	background: url(../images/sidemenu_bottom.png) 0 100% no-repeat;
	padding: 0 0 15px 0;
	margin: 30px 0 0 0;
}
div.sidemenu h3.title {
	background: url(../images/sidemenu_title_bg.png) 0 0 no-repeat;
	font-weight: normal;
	padding: 10px 13px;
	font-family: "Droid Sans", Arial;
}
div.sidemenu ul {
	margin: 0;
	list-style: none;
	background: #1d3528;
	border-left: #15291e 3px solid;
	border-right: #15291e 3px solid;
	padding: 7px 8px 0 1px;
}
div.sidemenu ul li {
	font-size: 18px;
	font-family: "Droid Sans", "dosisregular", Arial;
	line-height: 18px;
	padding: 0 0 6px 0;
	height: 100%;
}
div.sidemenu ul li a {
	color: #d6d8d7;
	display: block;
	background: url(../images/sidemenu_icon.png) 0 0 no-repeat;
	min-height: 30px;
	padding: 2px 0 0 43px;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}
div.sidemenu ul li a:hover, div.sidemenu ul li.active a {
	background: url(../images/sidemenu_icon_hover.png) 0 0 no-repeat;
	color: #f9f9f9;
	text-decoration: none;
}
div.sidemenu ul li a.periodontal {
	padding: 7px 0 8px 43px;
}
/* content */
.content {
	padding: 0 0 1px 1px;
	float: left;
	width: 735px;
}
.content h1 {
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
}
.content img.alignleft {
	float: left;
	border: #989898 1px solid;
	margin: 5px 20px 10px 0;
}
.content img.alignright {
	float: right;
	border: #989898 1px solid;
	margin: -1px 0 0 20px;
}
.content p {
	margin: 20px 0 0 0;
}
.content p.top {
	margin-top: 0;
}
.content a.learn_more {
	color: #1d435b;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover.learn_more {
	text-decoration: none;
}
.content h3 {
	color: #1A5537;
	font-family: "Raleway", "Droid Sans", Arial;
	font-size: 16px;
	margin: 20px 0 0 0;
	line-height: normal;
}
.content h2 {
	color: #7c621a;
	font-family: "Raleway", "Droid Sans", Arial;
	font-size: 18px;
	margin: 20px 0 0 0;
	line-height: normal;
}
.content blockquote {
	padding-left: 15px;
}
.content ul {
	padding-left: 25px;
	margin: 10px;
}
.content a {
	color: #2655A4;
	font-weight: bold;
}
.content .notice {
	border: 2px solid #FFF4CA;
	padding: 5px;
	margin-right: 20px;
}
.notice img {
	margin-right: 10px;
}
.content img.photo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #F1DFB0;
	padding: 2px;
}
.content .border {
	border: 1px solid #F1DFB0;
}
div.important-post {
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #FAA;
	text-align: center;
}
div.important-post strong {
	color: #600;
}
.important {
	border: 2px solid #FFF4CA;
	padding: 5px;
	margin-right: 20px;
	background-color: #FFC;
}
.important strong {
	color: #600;
}
ul.spaced li {
	padding-bottom: 10px;
}
.picRight {
	border: 1px #D7C899 solid;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.hours {
	border: 1px #D7C899 solid;
	padding: 10px;
	width: 300px;
}
a.downloadRight {
	border: 1px #D7C899 solid;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	width: 200px;
	padding: 10px;
}
.caption {
	font-size: 12px;
	background-color: #FFD;
	padding: 5px;
}
.content ol {
	margin: 15px;
	padding-left: 35px;
}
.content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.quote {
	font-size: 18px;
	color: #552B00;
	background-color: #F2F2D6;
	padding: 10px;
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-style: italic;
	line-height: normal;
}
.leftquote {
	background-color: #FFFFE1;
	padding: 5px;
	border: 1px solid #957700;
}
.procedure {
	border: 1px solid #E6C66F;
}
/* videos */ 
.videos, .lanapvideo {
	border: 2px solid #C7C0A8;
	padding: 5px;
	width: 135px;
	float: right;
	margin-left: 10px;
	text-align: center;
}
.videos h2, .lanapvideo h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/**** */
.videos, .lanapvideo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.videos a, .lanapvideo a {
	text-decoration: none;
	display: block;
	color: #807362;
	text-align: center;
}
.videos a:hover, .lanapvideo a:hover {
	text-decoration: none;
}
.videos strong, .lanapvideo strong {
	font-size: 14px;
}
.videos h2, .lanapvideo h2 {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.videos img, .lanapvideo img {
	border: 1px solid #CBC7BB;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: center center;
}
.horizontalvideos {
	border: 1px solid #D3D2AF;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	display: block;
}
.videos {
	padding: 5px;
	float: right;
	width: 160px;
	color: #FFF;
	font-size: 11px;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7B7A44;
}
.survey .videos {
	border: none;
	padding-right: 35px;
}
.videos a {
	border: 0px;
	text-decoration: none;
	width: 160px;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	color: #1D518B;
}
.horizontalvideos a.small {
	width: 126px;
	padding: 0px;
	line-height: normal;
	float: left;
	margin-left: 5px;
}
.horizontalvideos a img {
	margin-top: 5px;
	height: 91px;
	width: 126px;
	background-position: -20px -20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
}
.horizontalvideos a {
	float: left;
	border: 0px;
	text-decoration: none;
	width: 115px;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	color: #1D518B;
	marting-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: normal;
}
.videos img {
	margin-bottom: 5px;
}
.videos h2, .horizontalvideos h2 {
	font-weight: normal;
	padding: 0px;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: left;
	font-size: 24px;
}
/* End Videos */

.galleryset {
	margin: auto;
}
.galleryset .before {
	float: left;
	width: 200px;
}
.galleryset .after {
	float: left;
	width: 200px;
	margin-left: 10px;
}
.galleryset img {
	border: 1px solid #F1DFB0;
	padding: 2px;
}
.galleryset .caption {
	text-align: center;
}
/* Contact Form */
#contactforms form textarea.full {
	width: 500px;
}
#contactforms form textarea {
	padding: 10px;
}
#contactforms form .long, #contactforms form input.full {
	width: 500px;
}
#contactforms form .half {
	width: 280px;
}
#contactforms form fieldset.half {
	width: auto;
}
#contactforms form fieldset.half input {
	width: 280px;
}
#contactforms {
	float: left;
}
#contactforms .field {
	padding-bottom: 5px;
}
#contactforms .field label {
	display: block;
}
#contactforms div.form {
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#contactforms blockquote {
	margin-left: 10px;
}
#contactforms blockquote label {
	margin-bottom: 10px;
	padding-top: 0px;
	cursor: pointer;
	cursor: hand;
}
#contactforms blockquote input {
	float: left;
	border: 1px red solid;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 3px;
}
#contactforms blockquote label div {
	float: none;
	width: 285px;
}
#contactforms label span {
	width: 85px;
	display: inline-block;
}
#contactforms .errormessage {
	background: #fff;
	border: 1px pink solid;
	padding: 10px;
	background: #FCF;
	font-weight: bold;
	color: #900;
}
ul.logos {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
ul.logos li {
	float: left;
	width: 175px;
	margin-right: 10px;
	text-align: center;
}
ul.logos li img {
	display: block;
	margin: auto;
}
.slides {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 200px;
	padding: 20px;
	margin-top: 0px;
	background-color: #EEE6CD;
}
.slides a {
	text-decoration: none;
}
.slides a span {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #030;
	text-decoration: none;
}
.slide_nav {
	font-size: 11px;
	color: #036;
	background-color: none;
}
.slide_nav a, .slide_nav b {
	padding: 2px;
}
ul.pdf {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}
li.pdf a {
	display: block;
	padding-left: 30px;
	background-image: url(../pics/adobe-pdf-logo.png);
	background-repeat: no-repeat;
	list-style: none;
	height: 35px;
}
div.slider ul img {
	max-width: none !important;
}
table.procedure div.caption {
margin-top:10px;
min-height:80px;	
line-height:normal;
border:1px #ccc solid;
}
ul.procedure {
	margin:0;
	padding:0;
	list-style:none;
	background:#A6B5D8;
	width:480px;
}
ul.procedure li {
display:inline-block;
float:left;
width:150px;
margin:5px;
}
ul.procedure.ridge {
max-width:420px;	
}
ul.procedure.ridge li {
width:200px;	
}
ul.procedure:after {
	content:' ';
	display:block;
	clear:both;
}
/*ul.procedure li:nth-child(4) {
	clear:left;
}
*/
ul.procedure li div.caption  {
min-height:90px;
line-height:normal;
margin-top:5px;	
}
#slider-content {
	display:none;
}
.slide-close {
display:none;	
z-index:999999;
position:relative;
}

a.slide-close {
	float:right;	
}

#tinymce .cp-video {
display:none;	
}
.cp-video {
	background-color: #FFF;
	padding: 5px;
	width: 360px;
	color: #294F66;
	font-weight: bold;
	margin-bottom: 10px;
}
.cp-video.cp-right {
	float: right;	
	clear:right;
	margin-bottom:10px;
	margin-left:10px;
}
@media screen and (max-width:790px) {
	.cp-video.cp-right {
		float:none;
		clear:both;
		margin:10px auto;
		padding:0;
		text-align:center;
	}
	.cp-video iframe {
		width:100%;
	}
}
@media screen and (max-width:420px) {
	.cp-video {
		width:90%;
	}
	.cp-video iframe {
	max-width:100px;	
	}
}
.cp-video iframe {
	margin-top: 5px;
	display:block;
	cursor:hand;
	cursor:pointer;
}
.cp-video.cp-right iframe {
background-image:url(../pics/consultpro/cp-loading.jpg);
background-repeat:no-repeat;
background-position:0 7px;	
background-size:cover;
}
#contactforms legend {
line-height:normal;
padding-top:10px;
display:block;	
}
#appointmentform .half{
	width:50%;
	box-sizing:border-box;
	float:left;
}
#appointmentform .half:nth-child(2) {
	padding-left:25px;	
}
