/* CONTENT ELEMENTS
------------------------------*/
#content_container {
	width: 950px;
	margin: 0px auto 0px auto;
        background: rgba(255,255,255,.4);
        padding: 10px;
        border-radius: 10px;}
#content {
	float: right;
	width: 665px; }
.content_title h2{
	font-size:46px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	text-transform:capitalize;}
.content_item{
	border:1px outset #ffffff;
	margin:0px 0px 25px 0px;
        padding: 10px;}
.page_title{
	float:left;
	margin:0px 0px 10px 0px;}
	.page_title h2{
		font-size: ;}
.page_description{
	padding:0px 0px 25px 0px;}
.page_description h3{
        font-weight: bold;
        margin-bottom: 10px;
        }
.page_description p {
        margin-bottom: 1em;
        }
.page_visual{
	float: right;
	margin:5px 10px 10px 0px;
    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;
}
.tumblr_posts a{
    color: #009AC2;
}
.tumblr_posts img{
  max-width: 100%;
}
/*Call 2 Action Pieces*/
.page_visual .page_c2a{
	border-radius: 10px;
	background-color: #d6ecf6;
	border: 1px outset #ffffff;
	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;
	}
.side_topics {
	margin: 0px 0px 10px 0px;}
#side_nav_title{
	font-size: 28px;
	padding:0px 0px 10px 0px;
	text-transform: capitalize;}
#side_nav_title a:hover{
	text-decoration:none;}
#side_nav_title h2{
	color:#000000;
	font-size:12px;}
.days, .hours{
	display:inline-table;
	margin:0px 15px 0px 0px;
	padding:0;}
       
/* LOCAL NAV ELEMENTS 
-------------------------------*/
.local_nav{
	border-bottom:1px outset #ffffff;
	font-size:16px;
	margin:5px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	text-transform:capitalize;}
.local_nav a{
    border: none;
    display: block;
    text-shadow: 2px 2px 3px #a5a5a5;
}

/*local nav buttons*/
.local_nav .button_local_nav{
	display:block;
    border: none;
    border-radius: 5px;
    margin: 2px 0px 2px 0px;
    height: auto;
    width: 230px;
    padding: 0px 0px 0px 4px;
}
    
.local_nav .button_local_nav:hover{
    	background: #dddddd;
    color:  #182F35;
    text-decoration: none;
}

/* Style only the current category local nav*/
.local_nav .local_nav_active{
	background: #ffffff;
    color: #182F35;
	font-weight:bold;
}

/*sub nav buttons*/  
.local_nav .sub_nav_menu .button_sub_nav{ 
    border: none;
	padding:2px;
	font-size:14px;
	line-height:1.3;
    margin: 2px 0px 2px 16px;
    height: auto;
    width: 214px;
    border-radius: 5px;
    opacity: .7;
}
    
.local_nav .sub_nav_menu .button_sub_nav:hover{
	background: #ffffff;
	color:  #182F35;
    text-decoration: none;
}
/*Style only the current category sub nav*/
.local_nav .sub_nav_menu .sub_nav_active{
	background: #D6D6D6;
   	background-image: linear-gradient(to bottom, #E0E0E0, #D6D6D6);
	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 outset #ffffff;
	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%;
}
}
.date {display: none;}
.info {background: black;}
.fn {color: black;}
.stars {color: #777; text-shadow: 1px 1px 0 #ff0;}