/* CONTENT ELEMENTS
------------------------------*/
#content_container {
	width: 950px;
	margin: 0px auto 0px auto;}
#content {
	float: right;
	width: 665px; }
.content_title h2{
	border-bottom: 1px solid #113700;
	font-size:46px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	text-transform:capitalize;
        color: #113700;
        }

.content_item{
	border-bottom:1px solid #113700;
	margin:0px 0px 25px 0px;}
.page_title{
	float:left;
	margin:0px 0px 10px 0px;}
	.page_title h2{
		font-size: ;}
.page_description{
	padding:0px 0px 25px 0px;}
.page_visual{
	float:right;
	margin:0px 0px 10px 10px;
    max-width:360px;}
	.visual_image{
		max-width:360px;}
	.youtube_visual{
		height:205px;
		width:360px;}
	.map_visual{
		height:350px;
		width:663px;
		margin:0px 0px 10px 0px;
		border: 0px;}
.country-name{
	display:none;}
.form_link{
	display:block;}
	.form_link img{
		float:left;
		margin:0px 5px 0px 0px;}
.faq_question{
    color: #FFB491;
    font-size: 18px;
}
.description_title{
    font-weight: bold;
    font-size: 24px;
}
/*Call 2 Action Pieces*/
.page_visual .page_c2a{
	border-radius: 10px;
	background-color: #fffad9;
	border: 1px solid #FFF073;
	color: #999;
	margin:10px 0px 0px 0px;
	width:360px;}
.c2a_image{
	float:left;
	margin:0px 10px 0px 0px;}
.c2a_tag{
	color:#d00000;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	text-transform:capitalize;}
.c2a_text{
	display:block;
	overflow:hidden;
	padding:5px;}
.page_c2a .phone_number{
	font-weight:bold;}


/* SIDE ELEMENTS
------------------------------*/
#side {
	float: left;
	padding: 0px 12px 0px 0px;
	width: 254px;
	border-right: 1px solid #113700; }
.side_topics {
	margin: 0px 0px 10px 0px;}
#side_nav_title{
	border-bottom:1px solid #113700;
	font-size: 28px;
	padding:0px 0px 10px 0px;
	text-transform: capitalize;}
#side_nav_title a:hover{
	text-decoration:none;}
#side_nav_title h2{
	color:#113700;
	font-size:12px;}
.days, .hours{
	display:inline-table;
	margin:0px 15px 0px 0px;
	padding:0;}

/* LOCAL NAV ELEMENTS
-------------------------------*/
.local_nav{
	border-bottom:1px solid #113700;
	font-size:16px;
	margin:5px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	text-transform:capitalize;}
.local_nav a{
    border: none;
    display: block;
}

/*local nav buttons*/
.local_nav .button_local_nav{
	display:block;
    background: #113700;
        background-image: linear-gradient(to bottom, #405F33, #113700);
    border: 1px solid #000000;
    margin: 2px 0px 2px 0px;
    height: auto;
    width: 250px;
    padding: 0px 0px 0px 4px;
    color: #fff;
}

.local_nav .button_local_nav:hover{
    	background: #405F33;
   	background-image: linear-gradient(to bottom, #708766, #405F33);
    color: #FFFFFF;
    text-decoration: none;
}

/* Style only the current category local nav*/
.local_nav .local_nav_active{
	background: #405F33;
   	background-image: linear-gradient(to bottom, #708766, #405F33);
    color: #FFFFFF;
	font-weight:bold;
}

/*sub nav buttons*/
.local_nav .sub_nav_menu .button_sub_nav{
	background: #113700;
 	background-image: linear-gradient(to bottom, #405F33, #113700);
  border: 1px solid #000000;
	padding:2px;
	font-size:14px;
	line-height:1.3;
  margin: 2px 0px 2px 8px;
  height: auto;
  width: 242px;
  color: #008805;
}

.local_nav .sub_nav_menu .button_sub_nav:hover{
	background: #405F33;
   	background-image: linear-gradient(to bottom, #708766, #405F33);
	color: #FFFFFF;
    text-decoration: none;
}
/*Style only the current category sub nav*/
.local_nav .sub_nav_menu .sub_nav_active{
	background: #405F33;
   	background-image: linear-gradient(to bottom, #708766, #405F33);
	color: #FFFFFF;
    font-weight: bold;
}

/* PROCEDURE RELATIVE VIDEOS ELEMENTS
------------------------------*/
#videos_container{
	background-color:#efefef;
	margin:10px 0px 0px 0px;
	width:100%;}
.video{
	display:inline-table;
	margin:0px 3px 0px 3px;
	padding:5px;}
.video_title, .video_text{
	padding:2px;
	text-align:center;}
.video_thumb{
	border:1px solid #113700;
	height:80px;
	overflow:hidden;
	width:120px;}
	.video_thumb img{
		margin:-5px 0px 0px 0px;}

/**
Tablets Portrait or Landscape easter egg - mmhmm thats right mofo!
*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

.local_nav .button_local_nav, .local_nav .local_nav_active
	{
		padding:11px 0 11px 6px;
		font-size:1.1em;
		font-weight:700;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
	}


.local_nav .sub_nav_menu .button_sub_nav
	{
     padding:10px 0 10px 7px;
     margin:0 3px 0 6px;
	font-size:1em;
	-webkit-border-top-right-radius: 8px;
     -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomright: 8px;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;

	}
.page_description {
	font-size: 125%;
}

}
/**
* iPhone 4  - what what
*/
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
.local_nav .button_local_nav, .local_nav .local_nav_active
	{
		padding:11px 0 11px 6px;
		font-size:1.1em;
		font-weight:700;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
	}


.local_nav .sub_nav_menu .button_sub_nav
	{
     padding:10px 0 10px 7px;
     margin:0 3px 0 6px;
	font-size:1em;
	-webkit-border-top-right-radius: 8px;
     -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-topright: 8px;
     -moz-border-radius-bottomright: 8px;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;

	}
.page_description {
	font-size: 125%;
}
}
.request_appt:hover {
background-position: center -67px;
}
.request_appt {

        position: relative;
        width: 318px;
        height: 67px;
        background: url(/images/appt.jpg) center top no-repeat;

        cursor: pointer;
}
