
/* CONTENT ELEMENTS
------------------------------*/
#content_container {
	width: 950px;
	margin: auto;
	padding: 0px 0px 45px 0px;
}
#content {
	float: left;
	width: 665px;
	padding: 0px 11px 0px 0px;
	border-right: 1px outset #ffffff; }
#content h2{
	color: #222;
    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:#222;
		font-size: 36px;
		margin: 0px 0px 5px 0px;
		text-align: center;
		border-bottom: 1px outset #ffffff; }
                

/* SLIDER ELEMENTS
------------------------------*/
#slider_container {
        float: right;
        padding: 0;
        position: relative;
        margin-right: 20px;
        margin-top: 30px;
	width: 484px; }
#slider {
	height: 228px;
	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:#f0f0f0;
	left: 0px;
	height: 228px;
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 1;}
.slides_container {
	display: none;
	overflow: hidden;
	position: relative;
	width: 484px; }
	.slides_container div.slide {
		display: block;
		height: 228px;
		width: 484px; }
#slider_container .next,#slider_container .prev {
	display: block;
	height: 36px;
	position: absolute;
	top: 96px;
	width: 23px;
	z-index: 10;
	display: block; }
#slider_container .next { right: -34px; }
#slider_container .prev { left: -34px; }
.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: 484px;
	z-index: 1;
	display: block; }
 
/* RANDOM ITEM ELEMENTS
------------------------------*/
#random_item1,#random_item2,#random_item3 {
	border-radius: 10px;
	border: 1px outset #ffffff;
	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: #d6ecf6;
		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;
}
#index_video {
    float: left;
    border: 1px solid black;
    padding: 10px;
    }
    
#services_container {
    width: 100%;
    border-top: 6px solid #275570;
    border-bottom: 6px solid #275570;
    background: #b3babf;
    }
#services_content_container {
    text-align: center;
    width: 960px;
    margin: auto;
    padding: 10px 0px;
    }
#services_content_container h2 {
    color: #000000;
    font-size: 34px;
    font-family: times;
    margin-bottom: 40px;
    }
.service_box {
    position: relative;
    width: 320px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    }
.service_box a{
    text-decoration: none;
    }
.service_box a:hover {
    box-shadow: 0 0 7px #ffffff;
}
.service_box h3 {
    font-size: 20px;
}
.learn_more {
    width: 320px;
    position: absolute;
    bottom: 0;
    text-align: center;

    }
.learn_more a {
        margin: auto;
        display: block;
        width: 221px;
        background: rgba(209,234,244,.9);
}

#mission_container {
    background: #ffffff;
    box-shadow: 0 5px 6px #000000;
    margin-bottom: 6px;
    }
#mission_wrapper {
    width: 960px;
    padding: 15px 5px;
    margin: auto;
    margin-bottom: 30px;
    background: url(/images/dr_bindl.png)bottom right no-repeat;
    min-height: 270px;
    }
#mission_text {
    width: 700px;
    }
#mission_text h2 {
    color: black;
    font-style: italic;
    font-size: 45px;
}
#mission_text p {
    font-size: 17px;
    margin-bottom: 20px;
}

#index_bottom {
    width: 960px;
    margin: auto;
    margin-bottom: 20px;
    }
  
#insurance_options {
    float: left;
    width: 254px;
    background: url(/images/insurance_background.jpg) no-repeat #56b1b7;
    border-radius: 5px;
    padding: 15px;
    }
#insurance_options #title {
    font-size: 55px;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-shadow: 3px 3px 0 #90c7cb;
    margin-bottom: 30px;
    }
#insurance_options p { 
    font-size: 24px;
    text-shadow: 2px 2px 0 #90c7cb;
    margin-bottom: 20px;
}
#online_form_link {
    color: #002a6e;
    }
#bottom_right {
    float: right;
    width: 661px;
    }
    

    
#insurance_phone {
    font-size: 36px;
    margin-bottom: 40px;
    }
.index_location {
    width: 330px;
    float: left;
    }
#office_hours {
    font-size: 31px;
    margin-bottom: 25px;
    }
.map_title {
    font-size: 25px;
    font-weight: bold;
    }
.location_hours {
    margin-top: 30px;
    height: 120px;
    }
.location_hours ul {
    float: left;
    margin-right: 20px;
    }
.hours_title {
    border-bottom: 1px solid #000000;
    font-weight: bold;
    width: 322px;
    }
#index_reviews {
    margin: 20px 0;
    padding: 20px 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    }
#reviews_link {
    width: 200px;
    float: right;
    padding: 0 10px;
    }
#reviews_title {
font-size: 40px;
font-weight: bold;
}

#reviews_quote {
padding: 20px;
font-size: 23px;
font-family: times;
font-style: italic;
font-weight: bold;
line-height: 1.4;
}

#reviews_quote span {
    white-space:nowrap;
    }