/*common-content.css*/
/* 
	This file defines the classes available for use in the content region of the site.  
	This file can be overloaded by specifics in templates 
	and as such !important should never be used in this file
*/

/*Classes for images*/

.image{
	margin: 0.4em;
}


.image_right{
	float: right;
	margin: 0.4em;
}

.image_left{
	float: left;
	margin: 0.4em;
}

/*Classes for text changes*/

.text_big{
	font-size: 1.4em;
}

.text_bigger{
	font-size: 1.6em;
}

.text_biggest{
	font-size: 1.8em;
}

.text_small{
	font-size: 1em;
	line-height: 1.1em;
}

.text_smaller{
	font-size: .8em;
	line-height: .9em;
}

.text_smallest{
	font-size: .6em;
	line-height: .7em;
}

.text_light{
	color:#666;
}

.text_lightest{
	color:#999;
}

.text_dark{
	color: #333333;
}

.text_darkest{
	color: black;
}

/*Classes for positioning*/

.center{
	margin: 0 auto;
	display: block;
}


/*Base tag overloads for all templates*/
body{
	font-family: Verdana, Arial;
	font-size:62.5%;
	color:#494949 ;
	margin: 0px;
}

p {
	font-size:1.2em;
	line-height: 1.4em;
	margin-top:.5em;
}

h1 h2 h3 h4 h5 h6{
	color: #494949;
}

blockquote{

}

a{

}

h1{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h3{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h4{
	font-size: 1.4em;
	margin-bottom:.4em;
}

h5{
	font-size: .83em;
}

h6{
	font-size: .75em;
}

/*landing-common.css*/

/* CSS Document */
/*
	Defines general CSS that should be used by all landing pages
	This file should never contain the !important tag so that the 
	sub css files can override it if neccessary
*/

.bigMapDiv{
/*	width: 300px;*/
	width: 520px;
	float:right;
	overflow:hidden;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	background-image: url(../../../../images/loading1.gif);
	background-repeat: no-repeat;
	background-position: 236px;
}

.gmapBubble{
	font-size:1.2em;
	line-height: 1.2em;
}

.coupon{
	text-align: center;
	background-color:#CCC;
	color:#FFFFFF;
	margin:0em;
	padding: .5em;
	font-size: 1.2em;
	display:block;
	border: 1px solid #666;
}

a.coupon{
	text-decoration: none ;
}

a:hover.coupon{
	border: 1px solid #666;
}

.bulletHook{
	font-size:1.8em;
	margin-left:0px;
	margin-right:0px;
}

.ppaphone{
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}

.ppaphone .number{
	font-style: normal;
}

.ppaemail{
	font-variant: small-caps;
	padding-top: .15em;
	font-weight: bold;
	font-style: italic;
}

.ppaemail a{

}

.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;
}




.directionsForm{
	
}

.directionsForm #directionsFrom{
	width: 190px;
}

/*.directionsForm #getDirections{
	align: left;
}*/

.menuStrong1{
	font-weight:normal;
	display:block;
	width:100%;
}

.indent4{
	text-indent: 20px;
}


.serviceTags ul{
	width:100%;
	clear:both;
	height: 1em;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

.serviceTags ul li{
	display: block;
	float:left;
	padding-left: 1em;
	list-style: none;
	display: block;
	position: relative;
	white-space: nowrap;
/*	padding: 0px;*/
}


.services .vertical{

}

ul.servicesList{
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: none;	
}

.address{
	font-size: 14px;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 2em;
}

.addressCity{
	text-transform: capitalize;	
}

.validate_inputProblem{
	color: #CC0000;
	font-weight: bold;
}

.validate_inputProblem:after{
	content: "*";
}


#footerContent{
	
}

#footerContent .alignRight{
	text-align:right;
	float: right;
	min-width: 45%;
}

#footerContent .alignLeft{
	text-align:left;
	float:left;
	min-width: 45%;
}

#footerContent .clearLeft{ clear:left }

#footerContent .clearRight{ clear:right }


.tagCloud{
	line-height: .9em;
}

a.tag{
	text-decoration: none;
}

a.tag:hover{
	text-decoration: underline;
}

.tag.tagA{
	font-size: .9em;
	font-weight:  bold;
}

.tag.tagB{
	font-size: .7em;
}

.clear{
	clear: both;
	float: left;
}

td{
	vertical-align:top;	
}


/*Vcard css*/

.hreview .item.vcard{
	display:none;
}

.hreview .reviewerLbl , .hreview .ratingLbl {
	font-weight: bold;
}

.hreview .ratingLine{
	clear:left;
	display:block;
}


.emailFormLine{
	display:block;
	clear:left;
}

.emailFormLabel_label{
	width: 100% !important;
}

#footerCopyrightPG{
	display: inline !important;
}


#whiteBox1.flair  , #whiteBox1 #top, #whiteBox1 #bottom{
	width: 757px;
}
#whiteBox1.flair   {
	margin:0pt auto;	
	display:block;
	position: relative;
}
#whiteBox1.flair   .corner{
	width: 6px;
	height: 6px;
	display:block;
	position: relative;
}
#whiteBox1.flair  .content{
	padding-left:6px;
	padding-right:6px;
	background-color: #FFFFFF;
	padding-bottom: -6px;
}
#whiteBox1.flair   #top, #whiteBox1 #bottom{
	height:6px;
	display:block;
	position: relative;
}
#whiteBox1.flair   .middle{
	background-color: #FFFFFF;
	width: 745px;
	height: 6px;
	float: left;
	display:block;
	position: relative;
}

#whiteBox1.flair .content img{
	margin: 0.3em;
	vertical-align:top;
}

.flair  .corner.left{
	float:left;
}
.flair .corner.right{
	float:right;
}
.flair #top .corner.left{
	background-image: url(/templates/customer/shared/CSSCorner/tl.png);
}
.flair #top .corner.right{
	background-image: url(/templates/customer/shared/CSSCorner/tr.png);
}
.flair  #bottom .corner.left{
	background-image: url(/templates/customer/shared/CSSCorner/bl.png);
}
.flair #bottom .corner.right{
	background-image: url(/templates/customer/shared/CSSCorner/br.png);
}

/*curtain.css*/

/* CSS Document */

#curtainBackground{
	width: 100%;
	height: 100%;
	z-index: 10;
	position:absolute;
	
	background-color:#ffffff;
	filter:alpha(opacity=80);-moz-opacity:.8;
	opacity:.80;
}

.hidden{
	display:none !important;
}

.visible{
	display:block !important;
}

/*couponCurtain.css*/

/* CSS Document */

#couponCurtain{
	width: 100%;
	height: 100%;
	z-index: 11;
	position:absolute;	
}


#couponCurtainInner{
	width: 500px;
	/*height: 300px;*/
	margin: 0 auto;
	background-color: #FFFFFF ;

	/*
	z-index: 10;*/
	position:relative;
	
	filter:alpha(opacity=100);-moz-opacity:1;
	opacity:1;
	
	padding-left: 1em;
	padding-right: 1em;

	border: solid 1px #404040;
	
	display:block;
	min-height:350px;
}

#couponCurtainInner #closeButtonLink{
	font-variant: small-caps;
	text-align: right;
	float:right;
	padding: .3em;
	text-decoration: underline;
	color: blue;
}


#couponCurtainInner #printBar{

}

#couponCurtainInner #printCouponLink{
	font-weight: bold;
	float: right;
	text-decoration: underline;
	color: blue;
}

.textCoupon{
	font-size:1.6em;
	min-height:300px;
	padding: 15px;
}

.textCoupon h1{
	text-align:center;
}

/*emailForm.css*/

/* CSS Document */

#emailCurtain{
	width: 100%;
	height: 100%;
	z-index: 11;
	position:absolute;	
}



#emailFormInner{
	width: 500px;
	/*height: 300px;*/
	margin: 0 auto;
	background-color: #FFFFFF ;

	/*
	z-index: 10;*/
	position:relative;
	
	filter:alpha(opacity=100);-moz-opacity:1;
	opacity:1;
	
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;

	border: solid 1px ;

}

#emailFormInner #closeButton{
	font-variant: small-caps;
	text-align: right;
	float:right;
	padding: .3em;
}

#emailFormInner{
	vertical-align: top;
	font-size: 1.2em;
}

#emailFormInner td{
	vertical-align: top;
}

#emailFormInner label, #emailFormInner input{
	margin-bottom: 5px !important;	
}

#emailFormInner label{
	width: 20%;
	display: block;
	float: left;
	clear:left;
}

#emailFormInner input{
	width: 200px;	
}

#emailFormInner input, #emailFormInner textarea{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #696969;
	border-right-color: #494949;
	border-bottom-color: #494949;
	border-left-color: #696969;
}

#emailFormInner textarea{
	float:left;
	clear: left;
}

#emailFormInner #SendEmail{
	margin-left:360px;
	margin-top:5px;
	width:100px;
	
	margin-right: 20px;
}

#emailFormInner #submit{
	font-variant: small-caps;
}

#message_lbl{
	width:100%;	
	float: left;
	clear: left;	
}

#emailFormInner #message{
	width:100%;	
	float: left;
	clear: left;
}

/*hreview.css*/
.hreview{
	font-size:1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
	display: block;
}

.hreview .summary{
	font-weight:800;
	display: block;

}

.hreview .reviewer{
	display: block;	
}

.hreview .ratingLine{
	display: block;
}

.hreview .description{
	font-style:italic;
}

.hreview .permalink{
	display:none;
}

.hreview .item.vcard{
	display:none;
}

/*.hreview .reviewerLbl , .hreview  .titleLbl{
	width: 100px;
}*/

.hreveiew .values{
	
}

.hreview .values .title{
	display: none;
}

/*style.css*/

/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
/*	background-image: url(images/green/topbg.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.entirePage{
	min-height:600px;
}

.colorBarTop{
	width: auto;
	height: 2px;
	background-color:#CCCCCC;
}

.colorBarBottom{
	width: auto;
	height: 5px;
	background-color:#999999;
}

#content { padding: 0; margin: 0 auto; width: 765px;  }

#header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height:202px;
	overflow:hidden;
}

#header .companyLogo{
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	overflow:hidden;
	max-width: 300px;
}

#header .companyLogo img{
	/*width:100px;*/
	height:95px;
}

#headerContent {	
	width: 769px;
	margin: 0 auto;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#title {	margin: 0; padding:0; height: 80px; /*width: 100%;*/ }
	#title .green { color: #D9FFD8; line-height: 25px;  }
	#title .pad { padding: 0px 0 }
	#title h1 { font: bold 2.6em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; color: #fffffe; padding-top: 22px; }
	#title #slogan { font: 1.2em "Arial", Sans-Serif; margin: 0;	color: #CCCCCC} /*aaa*/

#menu {
	margin: 0px;
	padding: 0px;
/*	background: inherit;*/
	line-height: 35px;
	color: #81D7DF;
/*	width: 100%;*/
	height: 3.5em; /*35px*/
	font-size: 1.2em;
	
	
}


#menu  a, #menu a:visited { color: #81D7DF; text-decoration: none; /*background: inherit*/ }
#menu .topMenuLinks { float: right; vertical-align: bottom  }
	#menu .topMenuLinks ul { margin:0; padding:0px 10px 0 50px; list-style:none }

    #menu .topMenuLinks li { display:inline; margin:0; padding:0 }

    #menu .topMenuLinks a { float:left; 
	/*background: transparent url(images/green/tableft.jpg) no-repeat left top;*/
	 margin:0; padding:0 0 0 4px}

    #menu .topMenuLinks a span { float:left; background: inherit; display:block;
	 /*background:url(images/green/tabright.jpg) no-repeat right top;*/
	  padding:0px 15px 0px 10px; margin-right: 2px; color:#FFF }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu .topMenuLinks a span {float:none;}
    /* End IE5-Mac hack */
	
    #menu .topMenuLinks a:hover span { color:#fffffe; }
    #menu .topMenuLinks a:hover { background-position:0% -35px }
    #menu .topMenuLinks a:hover span { background-position:100% -35px }
    #menu .topMenuLinks  a.selected { background-position:0% -35px }
    #menu .topMenuLinks  a.selected span { background-position:100% -35px }

#subheader {
	width: 100%;
	margin:0;
	height: 81px;
}

#subheader .rside { 
	float: right;
	width:355px;
	margin-left: 20px
}
		 
#subheader .rside .padding {
	padding-top: 30px
}
		
#subheader .lside {
	color: #FFF;
	font-size: 120%; 
}
#subheader .lside .padding { padding-top: 5px;  }

#subheader .multilineSlogan{
	color:#FFFFFF;
}












#main {
	position:relative;
	display: block;
}

#mainContent {
	position:relative;
	display: block;
	width: 769px;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 400px;
}

#mainContent #leftCol{
	position:relative;
	width:198px;
	float:left;
}


#mainContent #rightCol{
	position: relative;
	width: 520px;
	padding-left: 1.5em;
	float:left;
}

#mainContent #rightCol ol, #mainContent #rightCol ul{
	font-size:1.2em;
}

.bottomNavBar{
	clear:both;
}

.bottomNavBarContent {
	font-size: 1.6em;
	width: 769px;
	margin: 0 auto;
	color: #CCCCCC;
	padding-top: 8px;
	background-color: #1D1D1D;
	background-image: url(/templates/customer/landing2/images/footer.gif);
	background-repeat: no-repeat;	
}

.bottomNavBarContent .innerContent{
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	padding-bottom: 8px;
}

.bottomNavBarContent .column h1{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

.bottomNavBarContent .column {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

.bottomNavBarContent .column a{
	color: #CCCCCC;
	text-decoration: none;
}

.bottomNavBarContent .column a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

.bottomNavBarContent .column ol{
	text-align: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
	display:inline;
	margin: 0px 0px 0px 0px;
}

.bottomNavBarContent .column  li {
	color: #CCCCCC;
	list-style: none;
	font-size: .8em;
	
	margin: 0px;
	display:block;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.customerImage1{
	float: right;
	margin: 0.4em;
}


#footer {
	padding-top: .4em;
	background-color: #F7F7F7;
	color: #717171;
	font-size: .9em;
	line-height: 1.2em;
}

#footerContent {	
	width: 769px;
	margin: 0 auto;
}



#footerContent .alignRight{
	text-align:right;
}

#footerContent .alignLeft{
	text-align:left;
	max-width: 500px;
}

.leftBubbles{
	 float:left;
	 clear:left;
}



.magicBubble{
	width: 200px;
	margin-right: 6px;
	margin-bottom: .5em;
	overflow:none;
}

.magicBubble .top{
	display:none;
}

.magicBubble .top .left{
	display:none;
}

.magicBubble .top .right{
	display:none;
}

.magicBubble .middle{
	font-size:1.4em;
	line-height: 1.4em;
}

.widget h3 , .magicBubble .middle h1 , .magicBubble .middle h3{
	height: 22px !important;
	/*background: transparent url(/templates/customer/landing2/images/generic/h3bg.gif) repeat-x;*/
	color: #FFFFFF !important;
	border: 0 !important;
	font: bold 1.2em "Arial", Sans-Serif !important;
	padding: 0px 0 0 5px !important;
	line-height: 22px !important;
}

.widget h3 a, .magicBubble .middle h1 a ,.magicBubble .middle h3 a{
	text-decoration:none !important;
}

.widget ul , .magicBubble .middle .content{
	background: #f8f8f8;
	border: 0px solid #e5e5e5;
	color: #080808;
	padding-left:3px;
	
}

 .buttonLinks .content a{
	border:1px dashed #494949;
	color:#080808;
	display:block;
	margin-top:6px;
	padding:2px;
	text-decoration: none;
	background-color: #e5e5e5;
	margin-left: -3px;
}

.widget a:hover  ,.buttonLinks .content a:hover{
	background-color: #CCCCCC;
	border-color:  #494949;
}

.buttonLinks h1 a:hover{
	background-color: none ;
	border:none;
}

.widget a , .magicBubble a{
	color: #080808;
}

.magicBubble .bottom{
	display:none;
}

.magicBubble .bottom .left{
	display:none;
}

.magicBubble .bottom .right{
	display:none;
}


.businessImage1_2{
	vertical-align: top;
	text-align: right;
	float:right;
}

#testImg{
/*	display: block;
	float: right;
	width: 120px;
*/
	margin: 1em;
/*	vertical-align: top;*/
}

#contactInfoTable{
	margin-top: 12px;	
}
	
#contactInfoTable h1 {
	padding-top: 8px;
	font-size:2.2em;	
}	
	
.contactIcon{
	margin-bottom: 4px;
	margin-right: 16px;
}


.ppaemail{
	color: #FFFFFF;
	font-size:2.1em;
	font-variant: small-caps;
	text-align: right;
	padding-top: .15em;
	font-weight: bold;
	font-style: italic;
}

.ppaemail a{
	color: #FFFFFF;
}

.ppaphone{
	font-size:2.6em;
	text-align: right;
	color:#FFFFFF;
	padding-top:0.5em;
}

.coupon{
	text-align: center !important;
	background-color:#666666 ;
	color:#FFFFFF ;
	margin:0em !important;
	padding: .5em !important;
	font-size: 1.2em !important;
	border-top-width: 2px !important;
	border-right-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-top-style: none !important;
	border-right-style: dashed !important;
	border-bottom-style: dashed !important;
	border-left-style: dashed !important;

	border-color: #FF0000 ;
	border-right-color: #FF0000 ;
	border-bottom-color: #FF0000 ;
	border-left-color: #FF0000 t;
	display:block !important;
}

a.coupon{
	text-decoration: none !important;
}

/*landing2/colors/olive.css*/

/* CSS Document */

body {
	background-image: url(/templates/customer/landing2/images/olive/topbg.jpg) !important;
}


#menu .topMenuLinks a { background: transparent url(/templates/customer/landing2/images/olive/tableft.jpg) no-repeat left top ;}
#menu .topMenuLinks a span { background: inherit; display:block; background:url(/templates/customer/landing2/images/olive/tabright.jpg) no-repeat right top ;}


.magicBubble .middle h1{
	background: transparent url(/templates/customer/landing2/images/olive/h3bg.jpg) repeat-x !important;
}


.colorBarTop{
	background-color:#88A36E;
}

.colorBarBottom{
	background-color:#426719;
}

.bottomNavBarContent .column #c1 , .bottomNavBarContent .column #c1{
	color: #41DE45;
}

/*.bottomNavBarContent .column #c1 , .bottomNavBarContent .column a{
	color: #00FF40;
}*/

.bottomNavBarContent .column #c2{
	color: #0099FF;
}

.bottomNavBarContent .column #c3{
	color: #CC3300;
}


.magicBubble .top{
	/*background-color: #FF6600 !important ;*/
}

.magicBubble .middle h1, .magicBubble .middle h1 a {
	color: #FFFFFF;
}

.magicBubble {
	/*background-color: #666666 !important;*/
}

.coupon{
	border-color:#3F6416;
	background-color:#FFCC00;
}

.emailFormInner{
	border-color:#8EA674 !important;
}

