
@charset "utf-8";
/* CONTENT ELEMENTS
------------------------------*/
#content_container_bg{
	background: #b0bed2 url(/images/page_bg.jpg) center top no-repeat;
}
#content_container {
	width: 950px;
	margin: 0px auto 0px auto;
    padding: 10px 0px 0px 0px;}
#content {
	float: right;
	width: 665px; }
.content_title h2{
	border-bottom:1px solid #000;
	font-size:46px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	text-transform:capitalize;}
.content_item{
	border-bottom:1px solid #000;
	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;}
/*Call 2 Action Pieces*/
.page_visual .page_c2a{
	border-radius: 10px;
	background-color: #264b91;
	border: 1px solid #222;
	color: #fff;
	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;}
/*.page_c2a #call_2_action_form{
	background:#fff073;
	border-radius: 0px 0px 10px 10px;
	overflow:hidden;
	padding:5px;}
	.page_c2a #call_2_action_form div{
		float:left;}
.page_c2a #call_2_action_form #call_2_action_email{
	width: 200px;
	padding: 3px;
	color: #999999;
	font-size: 11px;
	border: 1px solid #444444;}
.page_c2a #call_2_action_form .submit_btn{
	height:22px;
	margin:2px 0px 0px 5px;
	width:60px;}*/
	
/* SIDE ELEMENTS
------------------------------*/
#side {
	float: left;
	padding: 0px 12px 0px 0px;
	width: 254px;
	border-right: 1px solid #000; }
.side_topics {
	margin: 0px 0px 10px 0px;}
#side_nav_title{
	border-bottom:1px solid #000;
	font-size: 28px;
	padding:0px 0px 10px 0px;
	text-transform: capitalize;}
#side_nav_title a:hover{
	text-decoration:none;}
#side_nav_title h2{
	color:#222;
	font-size:12px;}
.days, .hours{
	display:inline-table;
	margin:0px 15px 0px 0px;
	padding:0;}
       
/* LOCAL NAV ELEMENTS 
-------------------------------*/
.local_nav{
	border-bottom:1px solid #000;
	font-size:16px;
	margin:5px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	text-transform:capitalize;}
.local_nav .local_nav_menu a{
    display: block;
    color: #000;
}

/*local nav buttons*/
.local_nav .button_local_nav{
	display:block;
    background: #ec3943;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EF6068), to(#ec3943));
   	background-image: -webkit-linear-gradient(top, #EF6068, #ec3943); 
   	background-image:    -moz-linear-gradient(top, #EF6068, #ec3943);
  	background-image:     -ms-linear-gradient(top, #EF6068, #ec3943);
   	background-image:      -o-linear-gradient(top, #EF6068, #ec3943);
    border: 1px solid #000000;
    margin: 2px 0px 2px 0px;
    height: auto;
    width: 250px;
    padding: 0px 0px 0px 4px;
}
    
.local_nav .button_local_nav:hover{
    	background: #EF6068;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3888E), to(#EF6068));
   	background-image: -webkit-linear-gradient(top, #F3888E, #EF6068); 
   	background-image:    -moz-linear-gradient(top, #F3888E, #EF6068);
  	background-image:     -ms-linear-gradient(top, #F3888E, #EF6068);
   	background-image:      -o-linear-gradient(top, #F3888E, #EF6068);
    color: #FFFFFF;
    text-decoration: none;
}

/* Style only the current category local nav*/
.local_nav .local_nav_active{
	background: #EF6068;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3888E), to(#EF6068));
   	background-image: -webkit-linear-gradient(top, #F3888E, #EF6068); 
   	background-image:    -moz-linear-gradient(top, #F3888E, #EF6068);
  	background-image:     -ms-linear-gradient(top, #F3888E, #EF6068);
   	background-image:      -o-linear-gradient(top, #F3888E, #EF6068);
    color: #FFFFFF;
	font-weight:bold;
}

/*sub nav buttons*/  
.local_nav .sub_nav_menu .button_sub_nav{ 
	background: #e9e9e9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#e9e9e9));
   	background-image: -webkit-linear-gradient(top, #EDEDED, #e9e9e9); 
   	background-image:    -moz-linear-gradient(top, #EDEDED, #e9e9e9);
  	background-image:     -ms-linear-gradient(top, #EDEDED, #e9e9e9);
   	background-image:      -o-linear-gradient(top, #EDEDED, #e9e9e9);
    border: 1px solid #000000;
	padding:2px;
	font-size:14px;
	line-height:1.3;
    margin: 2px 0px 2px 8px;
    height: auto;
    width: 242px;
}
    
.local_nav .sub_nav_menu .button_sub_nav:hover{
	background: #EDEDED;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#EDEDED));
   	background-image: -webkit-linear-gradient(top, #F1F1F1, #EDEDED); 
   	background-image:    -moz-linear-gradient(top, #F1F1F1, #EDEDED);
  	background-image:     -ms-linear-gradient(top, #F1F1F1, #EDEDED);
   	background-image:      -o-linear-gradient(top, #F1F1F1, #EDEDED);
	color: #ec3943;
    text-decoration: none;
}
/*Style only the current category sub nav*/
.local_nav .sub_nav_menu .sub_nav_active{
	background: #EDEDED;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#EDEDED));
   	background-image: -webkit-linear-gradient(top, #F1F1F1, #EDEDED); 
   	background-image:    -moz-linear-gradient(top, #F1F1F1, #EDEDED);
  	background-image:     -ms-linear-gradient(top, #F1F1F1, #EDEDED);
   	background-image:      -o-linear-gradient(top, #F1F1F1, #EDEDED);
	color: #ec3943;
    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 #000;
	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%;
}
}