/* CSS for  */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
  font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('/images/bg-body.gif');
}


/* Global Styles */

a, a:link { color: #842a81; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

h1 {
	color: #006473;
	font-size: 2em;
	padding: 6px 10px 6px 10px;
	margin: 0 0 20px 0;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #005f6d;
	border-bottom: 5px solid #007788;
}
#left-content h1 { margin-top: 4px; }
h2 {
	color: #666666;
	font-size: 1.4em;
}
h3 {
	color: #822a81;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}

table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option { padding: 2px; }
ul, ol { margin: 10px 0 0 35px; padding: 0 0 15px 0; }
li { margin: 0 0 10px 0; padding: 0; line-height: 1.4em; }
p { margin: 0 0 15px 0; padding: 0; }
blockquote {
  margin: 0 0 15px 0;
  padding: 15px 15px 0 15px;
  line-height: normal;
  font-style: italic;
  color: #00788a;
  border: 1px solid #98c8cf;
	background: url('/images/bg-gray-gradient.gif') top repeat-x;
}
blockquote p { padding: 0 0 15px 0; margin: 0; }

table { width: 100%; border-collapse: collapse; }
table th {
  padding: 3px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #CCCCCC;
}
table td { padding: 3px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b, .bold { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; }
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

img { border: 0; }
img.l { margin: 0 10px 0 0; border: 3px solid #c0c0c0; }
img.r { margin: 0 0 0 10px; border: 3px solid #c0c0c0; }

.email_confirm, .hide, .hideme { display: none; }


/* Site Colors */

.light-green { color: #90C5CC; }
.dark-green { color: #00414a; }
.green { color: #00788a; }
.blue { color: #00788a; }
/*.blue { color: #4d7bb8; }*/
.light-blue { color: #99c7d3; }
.purple { color: #842a81; }
.gray, .grey { color: #666666; }
.light-gray, .light-grey { color: #e5dfd5; }
.red { color: #ce0e00; }
.black { color: #000000; }
.tan { color: #d9c794; }
.pink { color: #FF5CB8; }


/* Navigation */

#nav { 
	clear: both;
	height: 31px;
	border: 1px solid #c0c0c0;
	background: url('/images/bg-nav.gif') top left repeat-x;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	width: auto; /* width needed or else Opera goes nuts */
	background: url('/images/nav-separator.gif') right no-repeat;
}
#nav ul li.last { background: none; }

#nav ul li a {
	display: block;
	width: auto;
	padding: 9px 20px 8px 20px;
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li#active a,
#nav ul li a:hover { color: #00788a; } 

#nav ul li ul { /* second-level lists */
	position: absolute;
	background: none;
	margin: 0;
	padding: 0;
	width: 180px;
	left: -999em;
}
#nav ul li ul li { 
	margin: 0; 
	padding: 0;
	font-size: .89em;
	text-align: left;
	background: none;
}
#nav ul li ul li a { 
	width: 170px;
	margin: 0; 
	padding: 5px;
	color: #FFFFFF;
	background-color: #00788a;
}
#nav ul li ul li a:hover { background-color: #842a81; color: #FFFFFF; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* Layout */

#wrap {
	width: 968px;
	text-align: center;
	margin: 0 auto;
}

#header { 
	height: 130px;
	text-align: left;
}
	#header #logo {
		position: absolute;
		margin: 15px 0 0 17px;
	}
	#header .r {
		padding: 15px 25px 0 0;
		text-align: right;
		font-size: 2.4em; 
		color: #00788a;
		letter-spacing: -2px;
		font-weight: bold;
	}
	
	#find-location a{
		display: block;
		height: 31px;
		text-indent: -9999px;
	}
	
	#find-location li{
		list-style:none; float: right;
	}
	
	#find-location li.location a{background: url('/images/find-location-rollover.png') no-repeat; width: 200px;}
	
	#find-location li.location a:hover{background:url('/images/find-location-rollover.png') no-repeat 0 -31px;}

#banner {
	clear: both;
	width: 964px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: left;
	border: 2px solid #e8ebeb;
	border-top: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#banner p { 
	padding: 25px 20px 0 540px; 
	margin: 0 15px 10px 0;
	background: url('/images/quote-right.png') bottom right no-repeat; 
}
#banner p span {
	display: block; 
	padding: 10px 0 0 50px;
	background: url('/images/quote-left.png') top left no-repeat; 
}

#banner strong { font-size: 1.2em; }
#banner .small { font-size: .89em; } 

#banner.home { /*height: 289px;*/ height: 246px; background-image: url('/images/flash-placeholder.jpg'); }

#banner.interior { 
	height: 246px;
}

#banner.about-us { background-image: url('/images/banner/about-us.jpg'); }
#banner.career-center { background-image: url('/images/banner/career-center.jpg'); }
#banner.contact-us { background-image: url('/images/banner/contact-us.jpg'); }
#banner.default { background-image: url('/images/banner/default.jpg'); }
#banner.employer-services { background-image: url('/images/banner/employer-services.jpg'); }
#banner.faqs { background-image: url('/images/banner/faqs.jpg'); }
#banner.home { background-image: url('/images/banner/home.jpg'); }
#banner.in-the-news { background-image: url('/images/banner/in-the-news.jpg'); }

#banner div { padding-right: 45px; line-height: 1.4em; }

#buttons {
	height: 175px;
	background: url('/images/bg-boxes.gif') bottom repeat-x #63a9b6;
	border-top: 1px solid #00788a;
	border-bottom: 3px solid #007788;
}

.button-block {
	float: left;
	text-align: left;
}
.button-block h2 { color: #FFFFFF; margin: 10px 0 5px 10px; }

#special-services.button-block strong { 
  display: block; 
  margin-bottom: 2px;
  padding-bottom: 2px;  
  border-bottom: 1px solid #aacfd7;
}

.button-block#learn-more {
	width: 262px;
	height: 175px;
	font-size: 1.1em;
	font-weight: bold;
	background: url('/images/doctor-word-balloon.jpg') bottom left no-repeat;
}
.button-block#learn-more p.why-see-us { padding: 25px 20px 0 70px; text-align: center; }
.button-block#learn-more strong {
	color: #92278f;
	font-size: 1.4em;
}
.button-block#learn-more strong.x-large { font-size: 1.6em; }
.button-block#learn-more a.learn-more-link { 
  display: block;
  height: 150px;
	padding: 25px 25px 0 75px;
  text-decoration: none;
  color: #666666;
}
.button-block#learn-more a.why-see-us { 
  display: block;
  height: 150px;
	padding: 25px 25px 0 75px;
  text-decoration: none;
  color: #666666;
  text-align: center;
}
.button-block#learn-more span.click-here {
	display: block;
	float: right; 
	margin: 45px -10px 0 0;
	width: 112px;
	height: 29px;
	background: url('/images/button-click-here.png') top left no-repeat;
}
.button-block#learn-more span.click-here:hover { background-position: bottom left; }
.button-block#learn-more span.why-see-us{
	display: block;
	float: right; 
	margin: 45px -10px 0 0;
	width: 112px;
	height: 29px;
	background: url('/images/button-why-see-us.png') top left no-repeat;
}
.button-block#learn-more span.why-see-us:hover { background-position: bottom left; }

.button-block#special-services {
	float: left;
	width: 432px;
	height: 175px;
	border-left: 1px solid #00788a;
	border-right: 1px solid #00788a;
	background: url('/images/bg-middle-box.jpg') top left no-repeat;
}
.button-block#special-services a {
	display: block;
	width: 113px;
	padding: 65px 15px 0 15px;
	float: left;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	line-height: normal;
}
.button-block#special-services a strong { font-size: 1em; }
.button-block#special-services a:hover { color: #aacfd7; }

a.x-ray {	background: url('/images/icon-xray.png') top center no-repeat; }
a.on-site-pharmacy { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; background: url('/images/icon-beakers.png') top center no-repeat; }
a.employer-services {	background: url('/images/icon-folder.png') top center no-repeat; }

.button-block#employer-services {
	float: left; 
	width: 262px;
	color: #FFFFFF;
}
.button-block#employer-services p { padding: 10px 0 0 10px; font-size: 1.1em; }
.button-block#employer-services a.learn-more {
	display: block;
	float: right; 
	width: 132px;
	height: 128px;
	background: url('/images/button-folder-learn-more.png') top left no-repeat;
}
.button-block#employer-services a.learn-more:hover { background-position: bottom left; }

.button-block#fran-buttons {
	float: left;
	width: 432px;
	height: 175px;
	border-left: 1px solid #00788a;
	border-right: 1px solid #00788a;
	background: url('/images/bg-middle-box.jpg') top left no-repeat;
}
.button-block#fran-buttons a {
	display: block;
	width: 113px;
	margin-top: 10px;
	padding: 0 15px 0 15px;
	float: left;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	line-height: normal;
}
.button-block#fran-buttons a strong { 
  display: block; 
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #aacfd7; 
}
.button-block#fran-buttons a:hover { color: #aacfd7; }
.button-block#fran-buttons h2 { color: #FFFFFF; margin: 0 0 80px 0; }
a.take-pride {	background: url('/images/icon-doctors.png') center top no-repeat; }
a.save-time {	border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; background: url('/images/icon-clipboard.png') center top no-repeat; }
a.get-directions {	background: url('/images/icon-america-arrow.png') center top no-repeat; }

.button-block#find-a-center {
	float: left; 
	width: 262px;
}
.button-block#find-a-center a.more-locations { float: left; margin-left: 17px; }
a.more-locations {
	display: block;
	width: 229px;
	height: 136px;	
	background: url('/images/more-locations.png') top left no-repeat;
}
a.more-locations:hover { background-position: bottom left; }

#content {
	clear: both;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.8em;
	border-top: 10px solid #FFFFFF;
	border-bottom: 25px solid #FFFFFF;
}

#left-content {
	float: left;
	padding-left: 33px;
	width: 585px;
}
	#left-content h2 {
		color: #92278f;
		font-size: 1.4em;
		padding: 0 0 8px 0;
		margin: 0 0 20px -18px;
		position: relative;
		border-bottom: 1px solid #c0c0c0;
	}
	#left-content h3 {
		color: #822a81;
		font-size: 1.2em;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
.content-box {
	float: left;
  width: 600px;
	margin: 0 0 15px -17px;
	color: #00788a;
  font-size: 1.1em;
  border-top: 1px solid #98c8cf;
	background: url('/images/bg-gray-gradient.gif') top repeat-x;
}
	.content-box ul {
		float: left;
    width: 160px;
		margin: 0 0 0 10px;
		padding: 10px;
		font-size: .89em;
		list-style-type: none;
	}
	.content-box ul li {
		width: 150px;
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
		line-height: normal;
		font-weight: bold;
    background: url('/images/bullet-plus.gif') 0px 4px no-repeat;
	}
  .content-box p { padding-left: 20px; }
#zip-pass {
	line-height: 50%;
}
#right-content {
	float: left;
	margin: 4px 0 0 10px;
	width: 325px;
	line-height: 1.4em;
}
#right-content h2 {
	height: 29px;
	margin: 0;
	padding: 0;
	color: #00788a;
	font-size: 1.4em;
	background: url('/images/bg-plus-header.gif') top left no-repeat;
}
#right-content h2 span { display: block; padding: 7px 0 0 35px; }
#right-content h2 a { color: #00788a; text-decoration: none; }
#right-content h2 a:hover { color: #842a81; text-decoration: none; }

.right-block {
	margin: 0 15px 15px 15px;
	padding: 15px 30px 15px 30px;
	background: url('/images/bg-gray-gradient.gif') top repeat-x;
}
.right-block#right-news { line-height: normal; }
.right-block#right-news a {
	text-decoration: none;
	font-size: .89em;
}
.right-block#right-news a:hover { text-decoration: underline; }
.right-block#right-find-a-center { background-image: url('/images/bg-dark-green-gradient.gif'); }
.right-block#accept-insurance { background-image: url('/images/bg-dark-green-gradient.gif'); }

.right-block#accept-insurance a.learn-more-insurance {
	display: block;
	float: right; 
	width: 138px;
	height: 123px;
	background: url('/images/learn-more-insurance.png') top left no-repeat;
}
.right-block#accept-insurance a.learn-more-insurance:hover { background-position: bottom left; }
.right-block#accept-insurance p { margin-right: 140px; font-size: .89em; }

.right-block#health-awareness h3 {
  margin: 0;
  padding: 0;
}
.right-block#health-awareness h4 {
  margin: 0;
  padding: 0;
}
.right-block#health-awareness p {
  margin: 0;
  padding: 0;
}

.right-block#right-services h3 { font-size: .89em; margin: 0; padding: 0; }
.right-block#right-services img.l { border: 0; margin-top: 3px; }

a.readmore {
	display: block;
	font-weight: bold;
	text-align: right;
	color: #666666;
	text-decoration: none; 
}
a.readmore span { padding-left: 3px; text-decoration: underline; color: #842a81; }
a.readmore:hover span { text-decoration: none; color: #666666; }

#bwm-copy { }


#UserAdminLoginForm .input,
#UserAdminLoginForm .submit  { clear: both; padding-top: 10px; line-height: 1em; }
#UserAdminLoginForm label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}
#UserAdminLoginForm input {
  float: left;
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#UserAdminLoginForm label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}

#UserAdminLoginForm  .submit input {
  width: 112px;
  height: 29px;
  margin: 10px 0 15px 80px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url('/images/button.gif') top left no-repeat;
}

#search-form label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}
#search-form input,
#search-form textarea,
#search-form select {
  float: left;
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#search-form select { padding: 0; }

#search-form .input,
#search-form .submit  { clear: both; padding-top: 10px; line-height: 1em; }
#search-form input.submit {
  width: 112px;
  height: 29px;
  margin: 0 0 0 80px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url('/images/button.gif') top left no-repeat;
}

#styled-form { border: 1px solid #98c8cf; padding: 5px; }
#styled-form label {
  float: left;
  width: 300px;
	margin-right: 10px;
  font-weight: bold;
  line-height: normal;
}

#styled-form .input { 
  clear: both; 
  padding: 5px; 
  margin: 0 0 5px 0;
	background: #EFF3F6;
}

#styled-form input,
#styled-form textarea,
#styled-form select {
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#styled-form input { width: 240px; }
#styled-form textarea { width: 560px; }
#styled-form select { width: 100px; }

#styled-form select#ContactPosition { width: 200px; }

#styled-form select#TravelDateOfBirthMonth { width: 110px; }
#styled-form select#TravelDateOfBirthDay { width: 55px; }
#styled-form select#TravelDateOfBirthYear { width: 75px; }

#styled-form .input.error { color: #ce0e00; }
#styled-form input.form-error,
#styled-form textarea.form-error { border: 1px solid #ce0e00; }
#styled-form .error-message { color: #ce0e00; clear: both; padding: 0 0 10px 100px; } 

#styled-form .submit input {
  width: 112px;
  height: 29px;
  margin-top: 15px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url('/images/button.gif') top left no-repeat;
}

#styled-form .input.textarea label { float: none; display: block; width: auto; padding-bottom: 5px; }
#styled-form .input.textarea textarea { float: none; }

#styled-form.travel-form label {
  float: left;
  width: 200px;
  font-weight: bold;
}

.search-result {
  margin: 0 10px 10px 0;
  padding: 10px;
  line-height: normal;
  border-top: 1px solid #CCCCCC;
}
.search-result a { font-weight: bold; font-size: 1.1em; }


#admin-page  #right-content {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  margin-bottom: 15px;
  /*background: url('/images/bg-admin-right.gif') top left repeat-y;*/
}
#admin-page  #right-content p { padding: 10px; margin: 0; }
#right-content ul.actions {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
#right-content ul.actions li {
  width: 300px;
  margin: 0;
  padding: 0;
}
#right-content ul.actions li a{
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #EEEEEE;
}
#right-content ul.actions li a:hover{ 
  margin-left: -1px;
  padding-left: 11px;
  background-color: #FFFFFF; 
  border-top: 1px solid #CCCCCC; 
  border-bottom: 1px solid #CCCCCC; 
  border-right: 1px solid #CCCCCC; 
  border-left: 1px solid #FFFFFF; 
}

ul.vacines-list {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.vacines-list li {
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
		line-height: normal;
		font-weight: bold;
    background: url('/images/bullet-plus.gif') 0px 3px no-repeat;
}
fieldset { margin: 0 0 15px 0; border: 0; }

fieldset legend {
	color: #92278f;
	font-size: 1.4em;
  padding: 5px;
  font-weight: bold;
}
fieldset label {
  float: left;
  width: 150px;
  padding-right: 10px;
  line-height: normal;
  font-weight: bold;
}
fieldset .input { 
  clear: both; 
  padding-top: 10px; 
}
fieldset .input.checkbox label{ margin-left: 10px; } 
fieldset input,
fieldset textarea,
fieldset select{ 
  float: left; 
  color: #628bc1;
  border: 1px solid #c0c0c0;
}

fieldset #mce label {
  float: none;
  padding-bottom: 10px;
  line-height: normal;
  font-weight: bold;
}
fieldset #mce input,
fieldset #mce textarea,
fieldset #mce select{ 
  float: none; 
}
#left-content form { margin-bottom: 15px; }

#left-content ul.actions{
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#left-content ul.actions li {
  margin: 0;
  padding: 0;
}
#left-content ul.actions li a {
  margin: 0 0 15px 0;
  padding: 5px;
  display: block;
  width: 250px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #00414a; 
  background-color: #842a81;
}
#left-content ul.actions li a:hover {
  background-color: #00788a;
}
input.cancel { display: none; }

#flashMessage.message { color: #00788a; font-weight: bold; border-bottom: 2px solid #00788a; margin-bottom: 15px; }

.paging { width: 300px; text-align: center; margin: 0 auto; padding: 10px 0 10px 0; }
.paging div { display: inline; }

.franchise-image { text-align: left; float: left; width: 210px; }
.franchise-image  p { margin: 0; padding: 0 0 5px 0; }
.franchise-image img { border: 3px solid #c0c0c0; }

dl { 

}
dt {
  clear: both;
  float: left;
  font-weight: bold;
  width: 120px;
  padding: 3px;
  margin: 0 0 10px 0;
}
dd{
  float: left;  
  padding: 3px;
  width: 450px;
  margin: 0 0 10px 0;
}

#map_canvas { border: 5px solid #00788a; margin: 0 auto; }

table#current-openings,
table#search-results {
  border-collapse: collapse;
  line-height: normal;
  margin: 0 0 25px 0;
  width: 100%;
}
table#current-openings th,
table#search-results th { 
  vertical-align: bottom; 
  padding: 4px; 
  color: #00414a; 
  border-bottom: 1px solid #90C5CC; 
}
table#current-openings td,
table#search-results td { 
  vertical-align: top; 
  padding: 4px 4px 6px 4px; 
}
table tr.even { background: url('/images/bg-gray-gradient.gif') top left repeat-x; }
table tr.odd { background: none; }

table#current-openings td.position { font-weight: bold; width: 120px; color: #00788a; }
table#current-openings td.type { width: 70px; }
table#current-openings td.location { width: 150px; }
table#current-openings td.description {  }

table#search-results td.location { font-weight: bold; width: 120px; color: #00788a; }
table#search-results td.address { width: 220px; }
table#search-results td.phone { width: 120px; }
table#search-results td.distance { width: 100px; }

#footer {
	clear: both;
	height: 85px;
	text-align: left;
	color: #666666;
	border-top: 1px solid #c0c0c0;
}
#copyright {
	float: left;
	color: #00788a;
}

#disclaimer {
	text-align: left;
	color: #666666;
}

#disclaimer p {
	margin:0;
	padding:0;
}
	
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-right: 1px solid #666666;
}
#footer ul li a {
	color: #666666;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer ul li.last { border-right: 0; }

#footer a.bwm { color: #00788a; text-decoration: none; }
#footer a.bwm:hover { color: #3f8aca; text-decoration: underline; }




