@charset "utf-8";

body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 auto 0 auto;
	
	color: #333;
	/*background-image: url(/templates/customer/mobile2/images/bg.jpg);
	background-repeat: repeat;	*/

	
	
}

a, a:visited, a:active, a:hover {
	color: #333;
}
/* To lock header but most phones fight this */
/*
#navHeader{
    height: 37px;
    position: fixed;
    width:100%;
    left: 0px;
}

#mobileHeader {
    padding-top: 42px !important;
}
*/

#wrapper{
	margin-left:0px;
	margin-right:0px;
	/*background-image: url(/templates/customer/mobile2/images/fade.png);
	background-repeat: repeat-x;	*/
        
        max-width:640px;
        margin:0 auto 0 auto;
}

#contentWrapper{
	padding-left: 5px;
	padding-right: 5px;
        min-height: 300px;
}
/*
#contentWrapper{
    max-height: 300px;
    overflow: hidden;
}

#contentWrapper.expand{
    max-height: none;
    
}
*/


#mobileHeader{
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
	margin-bottom: 5px;
	min-height: 50px;
	padding: 5px;
	
	/*background-image: url(/templates/customer/mobile2/images/fade.png);
	background-repeat: repeat-x;
	background-position: 0px -200px;*/
        
        -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#mobileHeader_logo{
	float:left;
	
}

#mobileHeader_text{
	float:left;
		
}

#mobileHeader_menu{
	float: right;
	font-size: 16px;
}

#siteTitle {
  margin: 0;
  padding: 3px 0;
  font-weight: bold;
}


h1 {
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
  line-height: 22px;
}


.businessHours .row {
	width:100% !important;
	display: block !important;
	float:left;
	clear: both;
	margin: 5px;
}

.businessHours .day{
	width: 7em;
	display: block;
	float: left;
	clear: left;
}

.businessHours .hours{
	width: 7em;
/*	display: block;*/
	float: left;
	
}


h2 {
  font-size: 14px;
  margin: 1em 0 0 0;
  line-height: 22px;
}

h3{
	
   font-size: 14px;
	margin: 1em 0 0 0;
	line-height: 22px;
}

h4 {
   font-size: 14px;
  color: white;

  line-height: 22px;
}

hr{
	clear:both;
}

#homeLink {
  font-size: 12px;
}

#homeLink a {
  background-color: transparent;
  color: #eee;
}

#content {
  padding: 1em;
}

#rssBox {
  background-color: #c60;
  color: #eee;
  font-size: 9px;
  font-family: Verdana, Arial, sans-serif;
  padding: 2px 3px;
  margin: 0 0 0 10px;
}


#breadCrumbs {
  margin: 0;
  padding: 1px 0;
  font-size: 0.7em;
  color: inherit;
  background-color: #ccc;
}

#breadCrumbs a {
  color: inherit;
  background-color: #ccc;
}

p {
  padding: 0 0 1em 0;
  margin: 0;
}

form {
  margin: 0 0 0 1em;
  padding: 0;
}

form p {
  display: inline;
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0 0 1em 0;
  padding-left: 20px;
}
ul.contentList li {
  margin-bottom: 1em;
}

#phoneNumbers {
  width: 100%;
  margin: 1em auto;
}
#phoneNumbers th {
  margin: 1em auto;
  color: white;
  background-color: #333;
}

 #navHeader{
    
 }
 
 #navHeaderInner{
     margin: 0 auto;
     width: 340px;
 }
 
 #serviceHeaderLink, #menuHeaderLink{
     width: 150px;
     display: block;
     float: left;
     background-image: url( /templates/customer/mobile2/images/bg1.png );
 }
 #serviceHeaderLink{
     margin-left: 10px;  
 }
 
#menuHeaderLink{
    margin-right: 10px;
}

 #navHeader .menuLink{
     cursor: pointer;
 }
 
 .navMenuIndicator{
     width: 18px;
     height: 18px;
     display: inline-block;
     margin-bottom: -3px;
     background-repeat:no-repeat;
 }
 
 .navMenuIndicator.menuOpen{
     background-image: url( /templates/customer/mobile2/images/down-arrow-circle-silver.png );
 }
 
 .navMenuIndicator.menuClose{
     background-image: url( /templates/customer/mobile2/images/up-arrow-circle-silver.png );
 }

 #serviceMenu h3{
     display:none;
 }
 
 #navHeader a{
       
}
 


#footer , #navHeader{
	/*border-top: 1px solid #666;*/
	text-align: center;
	font-size: 9px;
	clear: both;
  
  
	/*-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
  
  color: #fff;
  background-color: #333;
  padding-bottom: 5px;
  
  
}

#footer{
    padding-top: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}

#footer a, #footer a:visited , #navHeader a, #navHeader a:visited{
	color: #fff;
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
        margin-top: 5px;
}

#footerCopyright{
    margin-top: 3px;
    
}

#footerCopyrightPG{
	display: inline !important;
}

#navMenu{ }

.navMenu{
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    z-index: 1;
}

.navMenu ul li{
	list-style-type: none;
}

.navMenu ul li a{
        color: #f9f9f9;
        
	display: block;
	text-decoration: none;
	
	font-size: 20px; /*18*/
	padding-top: 9px;/*7*/
	padding-bottom: 9px;
		
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #333; 
	background-color: #999; 

	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333; /*#f0f0f0*/
	border-left-color: #333; /*#f0f0f0*/

	border-right-width: 1px;
	border-left-width: 1px;
}

.navMenu ul li a:hover, .navMenu ul li a:active{
	background-color: #f9f9f9;
        color: #999;
}

/*.navMenu ul li.first a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}*/

.navMenu ul li.last a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333; /*#f0f0f0*/
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


.navMenu ol, .navMenu ul {
  margin: 0px;
  padding: 0px;
}

.servicesList{
     font-size: 18px;
    line-height: 36px;
}

.bigMapDiv{
    max-width: 95%;
    min-height: 400px;
}

#emailFormInner {
 max-width: 100%;
 width:300px !important;
 
}

#emailFormInner #SendEmail{
    margin-left: auto !important;
}

#emailFormInner #closeButton{
    font-size: 14px;
    
}

/*img{
	display:none;
}*/

div.span{
	display:inline;
}


.bulletHook{
	line-height: 1.1em;
        font-size:1.8em;
	margin-left:0px;
	margin-right:0px;
}





#contentWrapper img {
    max-width: 33%;
    height: auto;
}

#contentWrapper #mainGalleryImageArea img {
    max-width: 100%;
   
}

#contentWrapper #galleryItems img {
     max-width: 100px;
}

#contentWrapper .contactIcon{
    max-width: none; /*80*/
}

#contentWrapper .bigMapDiv img{
    max-width: none;
}

#contentWrapper #map img{
    max-width: none;
}


.clear{
    clear:both;
        
}

.readMoreDiv{
    clear: both;
    
       color: #fff;
  background-color: #333;
  
    
    padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 5px;
  
  margin-bottom: 5px;
  margin-top: 5px;
      
     -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    text-align: center;
}

.readMoreDiv a{
     color: #fff;
     text-decoration: none;
     font-size:14px;
}

/*WIDGET STUFF*/

.mobileWidget.half{
    width: 48%;
    clear: right;
    float: left;
}

.mobileWidget{
    
    
    padding-left: 5px;
    padding-right: 5px;
    clear: both;
    
    
   
  padding-bottom: 5px;
  padding-top: 5px;
  

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    
     -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.mobileWidget h3{
        -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
     color: #fff;
  background-color: #333;
  margin-left: -5px;
    margin-right: -5px;
    
    padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 5px;
  
  margin-top: 0px;
  
}

#paymentList{
    margin-top: -10px;
    
}

.paymentMethodLogo{
	background-repeat:no-repeat;
	background-image: url(/templates/customer/landing2/images/payment_methods.gif);
	width:45px;
	height:28px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:4px;
	padding:0px;
	border:0px;
}

.paymentMethodLogo.visa{
	background-position: 0px 0px ;
}

.paymentMethodLogo.masterCard{
	background-position: -45px 0px ;
}

.paymentMethodLogo.discover{
	background-position: -90px 0px;
}

.paymentMethodLogo.amex{
	background-position: -135px 0px;
}

.paymentMethodLogo.cash{
	background-position: 0px -28px;
}

.paymentMethodLogo.check{
	background-position: -45px -28px;
}

.paymentMethodLogo.paypal{
	background-position: -90px -28px;
}

.hreview .vcard{
    display: none;
}

.hreview .reviewer.vcard{
    display: block;
}



.ppaphone{
    font-size: 14px;
}

.ppaphone a{
    text-decoration: none;
}

.gmapBubble a{
    font-size: 16px;
    
}

#blog .post{
     
}

.blogFooterName{
     font-size: 18px;
    line-height: 36px;
}

.emailFormLine{
    	display:block;
	clear:left;
}
