
/* CONTENT ELEMENTS
------------------------------*/
#content_container {
	width:960px;
	margin: auto;
	padding:0;
}
#content {

	
	padding: 0;
	 }
#content h2{
	color: #fff;
    font-size: 46px;
}
#content_topics { margin: 15px 0px 0px 0px; }
.content_topic {
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 5px;
	vertical-align:top;
	width: 300px;}
.content_topic img { 
	margin-right: 5px;}
        
.content_topic h2 {
		color:#fff;
		font-size: 36px;
		margin: 0px 0px 5px 0px;
		text-align: center;
		border-bottom: 0px solid #cccccc; }
                
.index_row {
    background-image:url(/images/1px_black_50.png);
    color: white;
    }
#welcome_row {
    padding: 20px 0;
    margin: 20px 0;
    }
#dr_photo {
    width: 405px;
    text-align: center;
}
#dr_photo img {
    border: 1px solid #fff;
}

#welcome_text {
    width: 445px;
    padding: 0 50px;
    }
#welcome_text div {
    line-height: 1.4em;
    }
#welcome_text_title {
    font-size: 26px;
    margin: 20px 0;
    }
    
#welcome_text_p {
    font-size: 18px;
}

#reviews_row {
    padding: 20px 0;
    }
#reviews_container {
margin: 0 20px;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding: 20px 0;
}

#reviews_title {
    font-size: 32px;
    margin: 10px 0;
    text-align: center;
    }
#reviews_p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.4em;
    }
.strong {
    font-weight: bold;
    }
.gray_btn {
    display: inline-block;
    padding: 3px 35px;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none !important;
    background: #626262; /* Old browsers */
    background: -moz-linear-gradient(top,  #626262 0%, #3a3a3a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #626262 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #626262 0%,#3a3a3a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #626262 0%,#3a3a3a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #626262 0%,#3a3a3a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */

    }
    
    .gray_btn:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

#service_dental_implants {
    background: url(/images/index_service_implants.jpg)center 25px no-repeat;
}
#service_family_dentistry {
    background: url(/images/index_service_family_dentistry.jpg)center 25px no-repeat;
}
#service_invisalign {
    background: url(/images/index_service_invisalign.jpg)center 25px no-repeat;
}
#service_endodontics {
    background: url(/images/index_service_endodontics.jpg)center 25px no-repeat;
}
#service_orthodontics {
    background: url(/images/index_service_orthodontics.jpg)center 25px no-repeat;
}
#service_ {
    background: url(/images/index_service_.jpg)center 25px no-repeat;
}

.service_box {
width: 188px;
min-height: 250px;
padding:0;
margin: 2px;
position: relative;
}



.service_title {
    font-size: 18px;
    text-align: center;
    }
.service_description {
position: absolute;
bottom: 0;
height: 28%;
background: rgba(255,255,255,.8);
line-height: 1.3;
color: #000;
padding: 3px 5px;
font-size: 14px;
width: 178px;

}
.service_title:hover {
    text-shadow: 0 0 30px #fff;
    }

.service_description:hover {
    box-shadow: 0 0 30px #fff;
    }
#reviews_btn {
float: right;
}

#location_insurance_row {
    padding: 20px 0;
    }


#map_container {

}

#map_container iframe {
    width: 516px;
    height: 580px;
    margin-left: 5px;
}
#insurance_request_container {
    margin-left: 10px;
    }
#insurance {
    width: 422px;
    height: 205px;
    background: #fff;
    color: #000;
}
#insurance_p {
    text-align: center;
    font-size: 24px;
    padding-top: 16px;
    }
#insurance_phone {
    text-align: center;    
    font-size: 46px;
    }
#request_p {
    background: url(/images/request_appt_bg.png)240px top no-repeat #fff;
    margin-top: 10px;
    height: 60px;
    padding: 20px 150px 30px 10px;
    color: black;
    font-size: 34px;
    }
#index_hours {
    /* background: url(/images/request_appt_bg.png)240px top no-repeat #fff; */
    background: #ffffff;
    margin-top: 10px;
    color: black;
    font-size: 12px;
    }
    
.days, .hours {
        width: 170px;
        float: left;
        font-size: 20px;
        padding: 20px;
    }

#index_hours_title {
font-size: 26px;
text-align: center;
}

#index_hours_closed {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    }



/* SLIDER ELEMENTS
------------------------------*/
#slider_container {
	margin: auto;
	padding-bottom: 25px;
	position: relative;
	width: 960px; }
#slider {
	height: 300px;
	position: relative;
	width: 100%; }
#frame {
	height: 0px;
	width: 0px;
	display: none;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	border: 1px solid #888;
	background: #fff;
	position: absolute;}
#slides {
	background-color:#000000;
	left: 0px;
	height: 300px;
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 1;}
.slides_container {
	display: none;
	overflow: hidden;
	position: relative;
	width: 960px; }
	.slides_container div.slide {
		display: block;
		height: 300px;
		width: 960px; }
#slider_container .next,#slider_container .prev {
	display: block;
	height: 54px;
	position: absolute;
	top: 123px;
	width: 24px;
	z-index: 10;
	display: block; }
#slider_container .next { right: -24px; }
#slider_container .prev { left: -24px; }
.pagination {
	margin: 15px auto 0;
	display: inline-block;}
	.pagination li {
		float: left;
		list-style: none;
		margin: 0 1px; }
		.pagination li a {
			background-image: url(../images/slider_images/pagination.png);
			background-position: 0 0;
			display: block;
			float: left;
			height: 0;
			overflow: hidden;
			padding-top: 12px;
			width: 12px;}
		.pagination li.current a { background-position: 0 -12px; }
.caption {
	background: #000;
	background: rgba(0,0,0,.5);
	border-top: 1px solid #000;
	color: #fff;
	font-size: 12px;
	height: 30px;
	left: 0;
	padding: 8px 20px 0px 20px;
	position: absolute;
	text-shadow: none;
	text-align: left;
	width: 960px;
	z-index: 1;
	display: block; }
 
/* RANDOM ITEM ELEMENTS
------------------------------*/
#random_item1,#random_item2,#random_item3 {
	border-radius: 10px;
	border: 0px solid #cccccc;
	display: none;
	height: 194px;
	margin: 25px 0px 0px 0px;
	width: 620px; }
.random_item_image { padding: 5px 0px 0px 5px; }
.random_item_text {
	background-color: #fff;
	height: 184px;
	margin: 5px 0px 0px 5px;
	padding: 0;
	position: absolute;
	width: 275px; }
	.random_item_text h2 {
		background: #000000;
		color: #FFF073;;
		font-size: 35px;
		padding: 5px; }
	.random_item_text p {
		margin: 0;
		padding: 5px 5px 0px 5px; }
.random_item_shadow { margin: 5px 0px 0px 0px; }
 
/* SIDE ELEMENTS
------------------------------*/
#side {
	float: right;
	width: 254px; }
.side_topics {
	margin: 0;}
        
/* VIDEO SHOWCASE ELEMENTS
------------------------------*/
#video_content{
    margin: 50px 0px 0px;
    padding: 10px;
    background: #c0976a;
    border: 3px solid #391e04;
    border-radius: 10px;
}
#video_box{
    width: 910px;
    height: 118px;
    margin: auto;
    overflow: hidden;
}
#video_links{
    width: 99999px;
}
#video_link_title{
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 14px;
}
.video_link{
    float: left;
    margin: 0px 5px;
}
.video_link a img{
    width: 120px;
}
#next_videos,#prev_videos{
    padding: 5px;
    border: 2px solid #c0976a;
    border-radius: 7px;
    background: #47a243;
    background-image: linear-gradient(to top, #20491d 0%, #47a243 100%);
    margin: -10px;
}
#next_videos:hover,#prev_videos:hover{
    background-image: linear-gradient(to bottom, #20491d 0%, #47a243 100%);
    cursor: pointer;
}
#next_videos{
    float: right;
}
#prev_videos{
    display: none;
    float: left;
}