/*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;
}

/*healthsource_front.css*/
#frontBullets {
	background-color: #f8f8f8;
	background-image:url(/templates/customer/levy/images/fade%20400.jpg);
	-moz-border-radius:5px 5px 5px 5px;
	border: solid 1px #f3f3f3;
	margin-bottom:10px;
	padding: 5px;
	background-repeat: repeat-x;
	display:block;
}
#frontBullets ul, #frontBullets li {
	padding-left:20px;
}
#frontBullets li {
	font-size:16px;
	line-height:20px;
	margin-bottom:8px;
	padding-left:0px;
}
#col1 {
	float:left;
	width:48%;
	display:block;
}
#col2 {
	float:right;
	width:48%;
	display:block;
}
#frontTestimonial {
}
#testContent {
	background-color: #f8f8f8;
	background-image:url(/templates/customer/levy/images/testBG.jpg);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-repeat: repeat-x;
	display:block;
}
#testContent h3 {
	margin-bottom:18px;
	margin-top:5px;
}
#testContent img {
	float:left;
	width:100px;
}
#testimonialFooter {
	height:10px;
	display:block;
	background-color: #BE2620;
}
#testimonialPhone {
	display:block;
	background-color: #BE2620;
	-moz-border-radius:0px 0px 5px 5px;
	color:#fff;
	width: 200px;
	float:right;
	margin-right:0px padding:3px;
	text-align:center;
	padding-bottom:5px;
}

#testContent img{
	margin-right:5px;
	margin-bottom: 5px;
}


/*style.css*/


/* Top Elements */

.highlightColor1{
	color: #0C66B1 !important;
}

.highlightColor2{
	color: #BE2620 !important;
}

.highlightColor3{
	color: #F2FD05 !important;
}

body {
	background: none !important;
	background-color: #f2f2f2 !important;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#wrap{
	-moz-border-radius:5px 5px 5px 5px;
	background-color: #ffffff;
	text-align: left;
}

#emailCurtain{
	text-align: left;
}


#header-right{
	margin-top: 50px;
}

.ppaphone {
	margin-bottom: 5px;	
}

#nav {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	
}



#nav ul {
	background-image: url(/templates/customer/healthsource/images/short_fade.jpg);
	background-repeat: repeat-x;
	
	background-color: #f6f6f6;
	-moz-border-radius:5px 5px 5px 5px;
	border: solid 1px #dcdcdc;
	
	text-align: center;
	list-style: none outside none;	
	margin:5px -10px 0 10px;
	/*height: 37px;*/
	padding: 0 0 0 15px;	
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav ul li {
	display:inline;
	list-style: none outside none;	
	margin: 0; 
	/*padding: 10px 0 0 10px;		*/
}

/*#nav ul li , #nav ul {
	margin:0px !important;
	padding:0px !important;
}*/

#nav ul li a {
	margin: 0;
	color: #666666;
	font: bold 14px/14px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;
	border-right: solid 1px #999999;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 40px;
	padding-bottom: 9px;
	padding-left: 40px;
}

/*#nav ul li.first a {
	border-left:1px solid #999999;
}*/

#nav ul li.last a {
border-right: none !important;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #111;
	background: transparent;
}

#nav ul li.selected {
	
}

#nav ul li.selected a {
	color: #fff;
	background-color:#bb0029;
}


#region11{
	-moz-border-radius:5px 5px 5px 5px;
	background-color: #858585;
	margin-top:10px;

}

#region11 #pad{
	padding:5px;
}

#footer{
	margin-top:10px;
	font-size: 12px !important;
	line-height: 15px !important;
	color: #898989;	
}

#header-right {
	margin-top: 20px !important;
}

.ppaemail{
	font-variant:normal !important;
}


p{
	font-size: 12px !important;
	/*line-height: 15px !important;*/
	color: #898989;
}


/* links */
a, a:visited {
	color:#bb0029;
}
a:hover {
}

/* headers */
h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}


/* images */
.image {
}
img.float-right {
}
img.float-left {
}

.coupon{
	border-color:#FF0000; 
	background-color:#FFCC00;
}


#sidebar {
	/*float: right;
	width: 260px;
	padding: 0; 
	margin: 0 40px 0 0;
	display: inline;	
	width: 288px !important;*/
}

#sidebar h3 {
	/*color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; */
}

/* sidebar menu */
#sidebar .widget{
	background-color: #f8f8f8;
	background-image:url(/templates/customer/healthsource/images/fade%20400.jpg);
	-moz-border-radius:5px 5px 5px 5px;
	border: solid 1px #f3f3f3;
	margin-bottom:10px;
	padding: 5px;
	background-repeat: repeat-x;
}

#servicesListTitle a{
	text-decoration: none;
}

/* sidebar menu */
.widget{
	max-width: 288px;
}

.widget ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb; 
}

.widget ul li {
	list-style: none;
	padding: 7px 0px;
	margin: 0;		
}

.widget ul li a{
	display:block;
	-moz-border-radius:3px 3px 3px 3px;
	background-color:#F0F0F0 !important;

	border:1px solid #F0F0F0  !important;
	
	margin-bottom:-10px;
	margin-top:3px;
	
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px !important;
	text-decoration:none;
	
	background-image:url("/templates/customer/healthsource/images/short_fade.jpg")  !important;
	background-position:-10px;
	background-repeat:repeat-x;
}

.widget ul li a:hover {
	background-color: #CACACA !important;
	background-image: none  !important;
}

* html body .widget ul li {
	height: 1%;
}
.widget ul li a, 
.widget ul li a:visited {
	background-image: none;	
	background-color: transparent;
	border: none;
	
	padding-left: 0;	
}
.widget ul li a span {
	color: #9F9F9F;	
	font-style: normal;
	font-size: 1em;
}
.widget ul li a:hover { color: #000;	}
.widget ul ul { margin: 0 0 0 5px; padding: 0; }
.widget ul ul li { background: none; }
.widget{
	line-height:17px;
}

#footer .alignLeft{
	float: left;
	clear:left;
	padding-left: 5px;		
}
#footer .alignRight {
	float: right;
	text-align: right;
	clear: right;
	padding-right: 0;
}

.ppaemail{
	font-size:1.6em;
	text-align: right;
	padding-top: .15em;
	font-weight: bold;
	font-style: italic;
}

.ppaemail a{
	
}

.ppaphone{
	font-size:1.7em;
	text-align: right;
	white-space: nowrap;
}

.tagCloud{
	/*border-top:2px solid #D0E89F;
	padding-left: 10px;
	font-size: 1.2em;
	padding-top:10px;*/
}

#curtainBackground {
	/*background:#EDF8C7 url(/templates/customer/TechJunkie/images/content.gif) repeat-y scroll 0 0;*/
}

.companyLogo img{
	/*left:45px;
	position:absolute;
	top:40px;
	width:140px;*/
}

#header .hasCompanyLogo #logo-text a{
	/*left:220px !important;*/
}

#header .hasCompanyLogo #slogan{
	/*(left:220px !important;*/
}

#header #logo-text {
	font-size:2.8em;
}

#header #slogan{
	font-size:16px !important;
	margin-top:0px;
}

.companyLogo{
	float: left;
}

.customerImage1{
	float: left;
	margin: 0.4em;
}





/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 10px;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .grid_1 {
	width:300px;
}

.container_3 .grid_2 {
	width:620px;
}

.container_3 .grid_3 {
	width:940px;
}



/* Prefix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .prefix_1 {
	padding-left:320px;
}

.container_3 .prefix_2 {
	padding-left:640px;
}



/* Suffix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .suffix_1 {
	padding-right:320px;
}

.container_3 .suffix_2 {
	padding-right:640px;
}



/* Push Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .push_1 {
	left:320px;
}

.container_3 .push_2 {
	left:640px;
}



/* Pull Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .pull_1 {
	left:-320px;
}

.container_3 .pull_2 {
	left:-640px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.widget h3{
	margin-top:4px;
}

#sloganAreaLogo{
	float: left;
	margin-right:5px;
	margin-bottom:5px;
}

#footer .alignLeft {
	max-width: 60%;	
}

.bulletHook{
	line-height: 1.1em;
}


.emailFormLine{
	margin-bottom: 5px;
}

.emailFormLine label{
	font-size:12px ;
}

.emailFormLabel_label{
	margin-top:10px;
	font-size:14px !important;
	font-weight: 600;
}

.address{
	line-height: 1.5em;
}








/*healthsource/colors/blue.css*/
