@charset "UTF-8";

body {
	margin: 0;
	padding: 9px 0 40px 0;
	background-color: #ddd;
	background-image: url(../images/template/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#container {
	background-image: url(../images/template/bg_overlay.jpg);
	background-repeat: no-repeat;
}

.clearer {
	clear: both;
}


/* HEADER
================================================== */

#header {
	position: relative;
	height: 154px;
	width: 966px;
	margin: 0 auto;
	padding-top: 16px
}

h1#logo {
	height: 61px;
	width: 268px;
	margin: 0 0 12px 22px;
	padding: 0;
	background-image: url(../images/template/logo.png);
	background-repeat: no-repeat;
	/*background-position: 24px 19px;*/
	text-indent: -9999px;
	overflow: hidden;
}

h1#logo a {
	display: block;
	height: 89px;
	width: 337px;
}

#sub-nav {
	position: absolute;
	top: 32px;
	right: 32px;
}

#sub-nav ul {
	height: 31px;
	margin: 0 10px;
	padding: 1px 0;
	list-style: none;
	background-image: url(../images/template/sub_nav/bg.gif);
	background-repeat: repeat-x;
}

#sub-nav ul li {
	float: left;
	display: block;
	height: 29px;
	padding: 0 12px;
	font-size: 11px;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}

#sub-nav ul li a {	
	color: #666;
	text-decoration: none;
	line-height: 29px;
	white-space: nowrap;
}
#sub-nav ul li.first { 
	padding-left: 3px;
	border-left: none;
}
#sub-nav ul li.last {	
	padding-right: 3px;
	border-right: none;
}

#sub-nav ul li a:hover {
	color: #000;
}

#sub-nav-bg-l, #sub-nav-bg-r {
	display: block;
	height: 31px;
	width: 10px;
	position: absolute;
	top: 0;
}
#sub-nav-bg-l {	left: 0; }
#sub-nav-bg-r {	right: 0; }

ul#nav {
	height: 66px;
	margin: 0;
	padding: 1px 0 0 4px;
	list-style: none;
	background-image: url(../images/template/nav/bg.png);
	background-repeat: no-repeat;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	float: left;
	display: block;
	height: 57px;
	width: 192px;
	background-image: url(../images/template/nav/items.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

ul#nav li a#nav-home {
	width: 191px;
	background-position: 0 0;
}
a#nav-why {
	background-position: -191px 0;
}
a#nav-about {
	background-position: -383px 0;
}
a#nav-services {
	background-position: -575px 0;
}
ul#nav li a#nav-locations {
	width: 191px;
	background-position: -767px 0;
}

ul#nav li a#nav-home:hover { background-position: 0 -57px; }
a#nav-why:hover, body#why a#nav-why { background-position: -191px -57px; }
a#nav-about:hover, body#about a#nav-about { background-position: -383px -57px; }
a#nav-services:hover, body#services a#nav-services { background-position: -575px -57px; }
ul#nav li a#nav-locations:hover, body#locations ul#nav li a#nav-locations { background-position: -767px -57px; }


/* CONTENT
================================================== */

#content-area {
	width: 958px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

a { color: #0067b4 }

#page-title {
	position: relative;
	height: 103px;
	background-color: #882113;
	background-image: url(../images/template/page_title_bg.jpg);
	background-repeat: repeat-x;
}

#page-title h2 {
	position: absolute;
	height: 29px;
	width: 500px;
	top: 50px;
	left: 60px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#intro-area {
	position: relative;
	background-image: url(../images/template/intro_bg.jpg);
	background-repeat: repeat-x;
}

#intro-area p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#main-content {
	margin: 0;
	padding: 30px 60px;
}

#main-content p {
	line-height: 20px;
	margin: 0;
	padding: 0 0 20px 0;
}

#main-content h3 {
	font-size: 16px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#main-content h3.check {
	line-height: 35px;
	padding: 0 0 0 30px;
	background-image: url(../images/template/check_green_white.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

#main-content h4 {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#main-content ul.check {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
}

#main-content ul.check li {
	margin: 0 0 0 10px;
	padding: 8px 0 8px 20px;
	background-image: url(../images/template/check_sm_green_white.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	border-bottom: 1px solid #ccc;
}


/* HOME CONTENT
================================================== */

#home-feature-flash {
	height: 224px;
	background-color: #882113;
	border-bottom: 1px solid #fff;
}

#flash-noscript {
	display: block;
	height: 224px;
	width: 958px;
}

#home-feature {
	position: relative;
	min-height: 108px;
	padding: 25px 0 0 47px;
	background-color: #0c487f;
	background-image: url(../images/template/home/feature_banner_bg.jpg);
	background-repeat: repeat-x;
}

#home-feature p {
	width: 550px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #bfd8f0;
}

#home-feat2 {
	position: relative;
	min-height: 200px;
	padding: 25px 0 0 47px;
	background-color: #ffffff;
}

#home-feat2 p {
	width: 100%;
	color: #666;
	font-size: 14px;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 20px;
}
#home-feature strong, #home-feature a {
	color: #fff;
}

#home-find-location-btn {
	display: block;
	height: 26px;
	width: 195px;
	position: absolute;
	top: 77px;
	right: 120px;
	background-image: url(../images/template/home/find_location_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#home-hail-cta {
	display: block;
	height: 100px;
	width: 277px;
	position: absolute;
	top: 12px;
	right: 45px;
	background-image: url(../images/template/home/hail_damage_cta.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#home-buckets {
	height: 223px;
	padding: 30px 0 20px 30px;
}

#home-buckets .bucket {
	float: left;
	height: 221px;
	width: 272px;
	margin-right: 30px;
	border: 1px solid #ccc;
}

#home-buckets .wide {
	width: 288px;
}

#home-buckets .bucket h4 {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 8px 15px 9px;
	border-bottom: 1px solid #ccc;
}

#home-buckets .bucket .bucket-img {
	display: block;
	height: 109px;
	width: 272px;
}

#home-buckets .wide .bucket-img {
	display: block;
	height: 109px;
	width: 288px;
}

#home-buckets .bucket .inner {
	margin: 10px 15px 0 15px;
	line-height: 18px;
}

#home-buckets .bucket p {
	margin: 0;
	padding: 0;
}

/*#home-buckets*/ .bucket-link {
	display: block;
	padding-left: 11px;
	background-image: url(../images/template/bullet_blue_white.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
}


/* WHY CONTENT
================================================== */

#main-content.why-content {
	position: relative;
	padding-right: 0;
	padding-bottom: 20px;
}

h2#pg-title-why {
	background-image: url(../images/template/titles/why_dent_clinic.gif);
}

#intro-area.why {
	min-height: 133px;
}

#intro-area.why p {
	width: 535px;
	padding: 25px 0 0 60px;
}

#intro-area2.why {
	padding: 0 25px 0 60px;
	min-height: 133px;
}

#intro-area2.why p {
	margin-top: 2px;
	font-size: 14px;
	line-height: 20px;
}

#dc-cruiser {
	position: absolute;
	display: block;
	height: 188px;
	width: 316px;
	bottom: 17px;
	right: 0;
}

#why-img-1 {
	display: block;
	float: left;
	height: 139px;
	width: 241px;
	border: 1px solid #ccc;
	margin-right: 30px;
}

#why-content-1 {
	float: left;
	width: 555px;
}

#why-content-1 h4 {
	margin: 5px 0;
}

#why-content-2 {
	padding-top: 10px;
}

#why-content-2-inner {
	width: 550px;
}

#why-img-2 {
	display: block;
	height: 333px;
	width: 280px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

#why-img-3 {
	display: block;
	float: left;
	height: 141px;
	width: 243px;
	margin-right: 31px;
	margin-bottom: 50px;
}

#why-content-3 {
	float: left;
	width: 276px;
	bottom: 40px;
}

.why-list {
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 18px;
}

.why-list li {
	padding: 3px 0;
}

.why-list.narrow {
	width: 300px;
}


/* SERVICES CONTENT
================================================== */

h2#pg-title-services {
	background-image: url(../images/template/titles/services.gif);
}

#l-col, #c-col, #r-col {
	float: left;
	width: 259px;
	margin-right: 30px;
}

#r-col {
	margin-right: 0;
}

.service-photo {
	display: block;
	height: 180px;
	width: 259px;
	margin-bottom: 20px;
}

#services-locations-link {
	display: block;
	height: 73px;
	width: 259px;
	margin-top: 30px;
	border: 0;
}


/* ABOUT CONTENT
================================================== */

h2#pg-title-about {
	background-image: url(../images/template/titles/about_us.gif);
}

#intro-area.qualify {
	min-height: 103px;
}

#intro-area.qualify p {
	width: 555px;
	padding: 30px 0 0 60px;
}

#intro-dent-highlight {
	display: block;
	height: 206px;
	width: 489px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#qualify-content-1 {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}

/*#qualify-inner-1 {
	float: left;
	width: 230px;
}*/

#qualify-video {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}

#qualify-img-1 {
	float: right;
	display: block;
	height: 192px;
	width: 281px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#qualify-content-2, #qualify-content-3 {
	float: left;
	width: 560px;
}

#qualify-img-2, #qualify-img-3 {
	float: right;
	display: block;
	height: 139px;
	width: 241px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

#qualify-locations-link {
	display: block;
	height: 73px;
	width: 259px;
	margin-bottom: 10px;
	border: 0;
}


/* LOCATIONS CONTENT
================================================== */

h2#pg-title-locations {
	background-image: url(../images/template/titles/locations.gif);
}

#locations-l-col {
	float: left;
	width: 230px;
}

#locations-l-col h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 15px 0 20px 0;
}

ul#locations-list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

ul#locations-list li {
	border-top: 1px solid #ccc;
}

ul#locations-list li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

ul#locations-list li a.active {
	font-weight: bold;
	color: #000;
	background-color: #eee;
	background-image: url(../images/template/locations/list_active_bg.gif);
	background-repeat: repeat-x;
}

ul#locations-list li a:hover {
	text-decoration: underline;
}

#locations-services {
	margin-bottom: 20px;
	background-color: #f2f8fc;
	border: 1px solid #c5d9e7;
	color: #5d7c92;
}

#locations-services h5 {
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	color: #333;
}

#locations-services-inner {
	padding: 15px;
	line-height: 18px;
	background-image: url(../images/template/locations/bucket_gradient.gif);
	background-repeat: repeat-x;
}

#locations-services p {
	padding-bottom: 12px;
}

#locations-services ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

#map {
	float: right;
	width: 579px;
	height: 395px;
}

.marker-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#marker-name {
	font-size: 14px;
	font-weight: bold;
}

#marker-name, #marker-address, #marker-phone {
	padding-bottom: 5px;
}

#marker-address, #marker-phone, #marker-mail {
	line-height: 16px;
}

table#marker-hours {
	padding: 0;
	border: 0;
}

table#marker-hours td {
	padding: 2px 0 3px;
}

table#marker-hours td.first {
	padding-right: 15px;
}

#head-office-info {
	float: right;
	width:  549px;
	margin: 40px 0 20px;
	padding: 20px 0 0 30px;
	border-top: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
}

#head-office-info h5 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 14px;
}

#head-office-info p {
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 14px;
	margin-right: 60px;
}


/* NEWS & EVENTS CONTENT
================================================== */

h2#pg-title-news {
	background-image: url(../images/template/titles/news_events.gif);
}

#news-lcol {
	float: left;
	width: 389px;
	padding: 0 34px 0 0;
}

#news-rcol {
	float: right;
	width: 390px;
}

#news-lcol h3, #news-rcol h3 {
	margin-bottom: 20px;
}

#main-content p.pr-date {
	font-size: 11px;
	padding-top: 5px;
}


/* FRANCHISE CONTENT
================================================== */

h2#pg-title-franchise {
	background-image: url(../images/template/titles/franchise_opportunities.gif);
}

#main-content.franchise-content {
	position: relative;
	padding-right: 33px;
}

#franchise-lcol {
	float: left;
	width: 390px;
	padding-top: 25px;
}

#franchise-rcol {
	position: relative;
	float: right;
	width: 446px;
	padding-top: 20px;
}

#franchise-inner {
	width: 388px;
	margin: 0 auto;
}

#request-info-btn {
	display: block;
	height: 26px;
	width: 263px;
	margin-bottom: 20px;
	border: 0;
}

#franchise-img-1 {
	position: absolute;
	top: -63px;
	left: 0;
	display: block;
	height: 106px;
	width: 446px;
}

#franchise-img-2 {
	display: block;
	height: 160px;
	width: 386px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#franchise-areas {
	margin-bottom: 20px;
	background-color: #f2f8fc;
	border: 1px solid #c5d9e7;
	color: #5d7c92;
}

#franchise-areas h5 {
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	color: #333;
}

#franchise-areas-inner {
	padding: 15px;
	line-height: 18px;
	background-image: url(../images/template/locations/bucket_gradient.gif);
	background-repeat: repeat-x;
}

#franchise-areas p {
	padding-bottom: 12px;
}

#franchise-areas ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}


/* FRANCHISE FORM
================================================== */

h2#pg-title-franchise-form {
	background-image: url(../images/template/titles/franchise_inquiry_form.gif);
}

#franchise-form {
	margin: 0;
	padding: 20px 0 0;
}

#franchise-form .form-row {
	margin-bottom: 15px;
}

#franchise-form label {
	position: absolute;
	display: block;
	width: 150px;
	padding-top: 5px;
	font-size: 13px;
}

#franchise-form label.radio {
	font-size: 11px;
	padding: 2px 0;
}

#franchise-form input, #franchise-form select , #franchise-form textarea, #franchise-form label.radio {
	position: relative;
	left: 170px;
}

#franchise-form label.radio input {
	position: static;
}

#franchise-form input.text {
	width: 198px;
	padding: 5px;
}

#franchise-form textarea {
	width: 258px;
	height: 83px;
}

#franchise-form input.text, #franchise-form textarea {
	border: 1px solid #ccc;
}

.form-row#franchise-comments-row, .form-row#franchise-radio-row {
	margin-bottom: 30px;
}

#franchise-submit-btn {
	height: 26px;
	width: 83px;
}

#franchise-img-3 {
	position: absolute;
	top: -33px;
	right: 33px;
	display: block;
	height: 106px;
	width: 446px;
}

#franchise-thanks, #mail-err, p#err-msg {
	width: 390px;
	padding-top: 20px;
}

#franchise-thanks h4, #mail-err h4 {
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
}

p#err-msg {
	font-size: 14px;
}

.error {
	color: #c00;
}


/* EMPLOYMENT CONTENT
================================================== */

h2#pg-title-employment {
	background-image: url(../images/template/titles/employment.gif);
}

#main-content.employment-content {
	position: relative;
	background-image: url(../images/template/employment/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#employment-content {
	width: 390px;
	margin-bottom: 60px;
}

#email-resume-btn {
	display: block;
	height: 26px;
	width: 163px;
	border: 0;
}

#employment-img-1 {
	position: absolute;
	top: -97px;
	right: 146px;
	display: block;
	height: 357px;
	width: 173px;
}


/* SITE MAP
================================================== */

h2#pg-title-sitemap {
	background-image: url(../images/template/titles/site_map.gif);
}

#sitemap-primary, h4#sitemap-home {
	font-size: 14px;
	line-height: 22px;
}

h4#sitemap-home a, #sitemap-primary a, #sitemap-secondary a, #sitemap-tertiary a {
	color: #666;
	text-decoration: none;
}

h4#sitemap-home a:hover, #sitemap-primary a:hover, #sitemap-secondary a:hover, #sitemap-tertiary a:hover {
	color: #333;
	text-decoration: underline;
}


#sitemap-secondary {
	font-size: 13px;
	line-height: 21px;
}

#sitemap-tertiary {
	font-size: 12px;
}


/* PRIVACY POLICY
================================================== */

h2#pg-title-privacy {
	background-image: url(../images/template/titles/privacy_policy.gif);
}

#main-content.privacy-content {
	padding-top: 40px;
}

#main-content.privacy-content ul {
	margin-top: 0;
	line-height: 20px;
}


/* BOTTOM CTAS
================================================== */

#bottom-ctas {
	margin: 0 30px;
}

#bottom-ctas-top {
	height: 9px;
	background-color: #0b4c84;
	background-image: url(../images/template/bottom_ctas/top_gradient_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #99d1ed;
	border-right: 1px solid #7bb0d1;
	border-bottom: 1px solid #597d9e;
	border-left: 1px solid #8ab9d7;
}

#bottom-ctas-inner {
	height: 102px;
	background-color: #3b89c3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#bottom-cta-l, #bottom-cta-r {
	height: 102px;
	width: 443px;
	background-color: #eee;
	background-image: url(../images/template/bottom_ctas/cta_gradient_bg.gif);
	background-repeat: repeat-x;
}
#bottom-cta-l {	float: left }
#bottom-cta-r {	float: right }

#bottom-ctas h4 {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 10px 0 0 15px;
}

#bottom-ctas p {
	margin: 0;
	padding: 7px 0 0 15px;
}

#bottom-ctas p, #bottom-ctas a {
	line-height: 18px;
}

#bottom-ctas .bucket-link {
	margin-left: 15px;
}

#bottom-cta-l img, #bottom-cta-r img {
	float: right;
	display: block;
	height: 102px;
	width: 210px;
	margin-left: 15px;
}


/* FOOTER
================================================== */

#footer {
	width: 898px;
	margin: 0 auto;
	padding: 30px 30px 0;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 39px;
}

#footer-inner {
	height: 44px;
	border-top: 1px solid #ccc;
}

ul#footer-nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#footer-nav li {
	display: block;
	float: left;
	height: 39px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
ul#footer-nav li.last { border-right: none; }

ul#footer-nav li a {
	text-decoration: none;
	color: #000;
}
ul#footer-nav li a:hover { text-decoration: underline; }

#copyright {
	float: right;
	color: #999;
}

#footer-bg {
	display: block;
	height: 10px;
	width: 960px;
	margin: 0 auto;
}