
/* ---------------------------------------------------------------
Title:    Vail Valley Dental Care
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     07 DECEMBER 2009

© COPYRIGHT 2009, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg.jpg) repeat-x center top;
	background-color: #ede9d1;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 980px;
	border-top: 2px solid #CBD7C5;
}

iframe {
	margin: 10px 0;
}

strong {
	font-weight: normal;
}

.reg {
	font-size: .5em;
	line-height: .5em;
}

/* BRANDING BACKGROUND */

#navbg  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

#navwrapper {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: right;
	margin-top: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold; 
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 950px;
}

#horNav ul a {
	display: block;
	float: left;
	margin: 0;
	padding-bottom: .5em;
	padding-top: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: #CBD7C5;
	border-left: 1px solid #2E5A48;
}

#horNav li {
	float: left;
}

#horNav ul a:hover, #horNav ul a:active {
	background: url(../images/hover.jpg) repeat-x top;
	color: #fff;
}

#horNav ul .first a {
	border-left: hidden;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#cosmetic #horNav .cosmetic a,
#braces #horNav .braces a,
#invisalign #horNav .invisalign a,
#comfort #horNav .comfort a,
#testimonials #horNav .testimonials a,
#giving #horNav .giving a,
#smile #horNav .smile a,
#specials #horNav .specials a,
#contact #horNav .contact a {
	background: url(../images/hover.jpg) repeat-x top;
	color: #fff;
	cursor: default;
	font-weight: bold;
}

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

/* ADDRESS: This is for the address info */

#contact-info {
	float: right;
	width: 500px;
}

#contact-info p.address {
	margin-top: 20px;
	padding-right: 20px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #95452B;
}

/* PHONE NUMBER */

#phone {
	float: right;
	width: 220px;
	height: 30px;
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 0;
	padding-right: 20px;
	text-align: right;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5em;
	color: #694416; 
}

#phone .floatlft-sb {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

/* LOGO */

#logo {
	display: block;
	float: left;
	width: 265px;
	height: 210px;
	padding-top: 30px;
	margin-bottom: 0;
	margin-left: 20px;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width: 265px;
	height: 210px;
}

#logo a span {
	visibility: hidden;
}

/* REQUEST AN APPOINTMENT */

#appointment {
	display: block;
	background: url(../images/appointment.jpg) no-repeat center top;
	float: left;
	width: 260px;
	height: 74px;
	margin: 10px 0 0 0;
}

#appointment a {
	background: url(../images/appointment.jpg) no-repeat center top;
	float: left;
	width: 260px;
	height: 74px;
	padding: 0px;
}

#appointment a:hover {
	background: url(../images/appointment2.jpg) no-repeat center top;
}

#appointment a span {
	visibility: hidden;
}

/* BRANDING: This is the different header images */

#banner1 {
	background: url(../Headers/header1.jpg) no-repeat left top;
	width:620px;
	height:234px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}

#banner2 {
	background: url(../Headers/header2.jpg) no-repeat left top;
	width:620px;
	height:234px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}

#banner3 {
	background: url(../Headers/header3.jpg) no-repeat left top;
	width:620px;
	height:234px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	margin-top: 20px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 960px;
}

#footerNav ul a {
	display: block;
	float: left;
	margin-right: 3px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #2E5A48;
	color: #CBD7C5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	background: #90B18D;
	color: #fff;
}

#footerNav ul a:active {
	color: #fff;
}

#footerNav ul .first a {
	border-left: hidden;
}

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#cosmetic #footerNav .cosmetic a,
#comfort #footerNav .comfort a,
#education #footerNav .education a,
#giving #footerNav .giving a,
#smile #footerNav .smile a,
#specials #footerNav .specials a,
#contact #footerNav .contact a {
	background: #90B18D;
	color: #fff;
	cursor: default;
	font-weight: bold;
}

/* CONTENT WRAPPER */

#contentbg  {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
	border-top: 1px dashed #CEC8AA;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 5px solid #DDD8BC;
}

/* CONTENT */

#content {
	width: 620px;
	float: right;
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	text-align: left;
}

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color:  #5A331C;
	text-shadow: 0 1px 1px #ccc;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #007950;
	border-bottom: 1px solid #CBD7C5;
}

#content h3 {
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	font-style: italic;
	background: #ECF0E9;
	color: #5A331C;
	text-align: center;
	border-top: 1px solid #CBD7C5;
	border-bottom: 1px solid #CBD7C5;
}

#content h4 {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #5A331C;
	text-align: left;
}

#content h4 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #007951;
	text-align: left;
}

#content p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

#content p .map-details {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7D002B;
}

#content img {
	color: #EEE9DF;
	border-color: #EEE9DF;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.phone-number {
	font-family: "Times New Roman", Times, serif;
}

/* -------------------------------------------------- */

#content ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#content li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #007951;
	border-bottom: 1px solid #CBD7C5;
}

/* DEMANDFORCE */

#df-content {
	width: 620px;
	float: right;
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	text-align: left;
}

#df-content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color:  #5A331C;
	text-shadow: 0 1px 1px #ccc;
}

/* PATIENT EDUCATION */

#patient-ed {
	width: 830px;
	float: right;
	margin: 0 0 30px 0;
	padding-left: 0;
	padding-right: 50px;
	text-align: left;
}

#patient-ed h1 {
	padding-right: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color:  #5A331C;
	text-shadow: 0 1px 1px #ccc;
	border-top: 1px solid #ccc;
}

#patient-ed p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* TESTIMONIALS */

.testimonial {
	width: 288px;
	float: left;
	margin: 0;
	padding: 0;
}

.testimonial-photo-left {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 5px; 
}

.testimonial-photo-right {
	float: right;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0; 
}

blockquote {
	margin: 0 0 20px 0;
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	background: #ECF0E9;
	color: #5A331C;
	text-align: center;
	border-top: 1px solid #CBD7C5;
	border-bottom: 1px solid #CBD7C5;
}

/* COLUMNS */

#column-right {
	width: 280px;
	float: right;
	margin: 20px 0 10px 20px;
	padding: 10px;
	background: #5A331C;
	border: 5px solid #EEE9DF;
}

#column-right p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #D4CAB1;
	
}

/* CONTACT US TODAY BUTTON */

#forms-button {
	display: block;
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 90px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #AC9E70;
}

#forms-button a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 280px;
	height: 90px;
	padding: 0;
	margin: 0;
}

#forms-button a:hover {
	background: url(../images/new-patient-forms2.jpg) no-repeat center top;
}

#forms-button a span {
	visibility: hidden;
}

/* FAQ CONTENT */

#faq-content {
	width: 650px;
	float: left;
	margin-top: 0;
	padding-right: 30px;
	text-align: left;
}

#faq-content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #48311A;
}

#faq-content p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}

/* ------------( RECENT NEWS SECTION )------------ */

#news {
	margin: 0 0 20px 0;
	padding: 1em;
	text-align: left;
	background: #ECF0E9;
	border: 1px solid #CBD7C5;
}

#news h1 {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color:  #003f2e;
	text-shadow: 0 1px 1px #fff;
}

#news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #007950;
	border-bottom: 1px solid #CBD7C5;
}

#news p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #5A331C;
}

#news ul {
	margin-left: 10px;
	margin-right: 40px;
	padding: 0;
	list-style-type: none;
}

#news li {
	list-style: none;
	background: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #007951;
	border-bottom: 1px solid #CBD7C5;
}

#news li:before {
	content: "\00BB \0020";
}

/* SMILE GALLERY */

.smile-gallery {
	margin: 10px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	border: 2px solid #ECF0E9;
}

#content .smile-gallery p {
	
	padding-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* GIVING BACK LOGOS */

.gb-logos {
	width: 260px;
	margin: 10px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	border: 2px solid #ECF0E9;
}

#content .gb-logos p {
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	border-top: 2px solid #ECF0E9;
}

/* SLIDESHOW */
	
#slideshow {
	width:620px;
	height:384px;
	margin-bottom: 20px;
	padding: 0;
	float: left; 
}


/* CONTENT */

#content-wide {
	width: 900px;
	float: right;
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	text-align: left;
}

#content-wide h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color:  #5A331C;
	text-shadow: 0 1px 1px #ccc;
}

#content-wide h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #007950;
	border-bottom: 1px solid #CBD7C5;
}

#content-wide h3 {
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	font-style: italic;
	background: #ECF0E9;
	color: #5A331C;
	text-align: center;
	border-top: 1px solid #CBD7C5;
	border-bottom: 1px solid #CBD7C5;
}

#content-wide h4 {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #5A331C;
	text-align: left;
}

#content-wide h4 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #007951;
	text-align: left;
}

#content-wide p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

#content-wide p .map-details {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7D002B;
}

#content-wide img {
	color: #EEE9DF;
	border-color: #EEE9DF;
}

#content-wide em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* -------------------------------------------------- */

#content-wide ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#content-wide li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #007951;
	border-bottom: 1px solid #CBD7C5;
}


/* SIDE LIST */

#sidelist { 
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-bottom: 5px;
	background: #EFECDC;
	text-align: left;
	border-right: 5px solid #DDD8BC;
	border-top: 5px solid #DDD8BC;
	border-bottom: 5px solid #DDD8BC; 
}

#sidelist ul {
	margin-right: 20px;
	margin-left: 0;
	padding: 10px;
	list-style-type: none;
	background: #fff;
	border: 2px solid #E4DECF;
}

#sidelist li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #5A331C;
	border-bottom: 1px solid #E4DECF;
}

#sidelist .details {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #513F3D;
}

#sidelist .bullet {
	text-indent: -1em;
	padding: 5px 0 5px 1em;
	margin: 0;
	line-height: 16px;
}

#sidelist .bullet:before {
	content: "\00BB \0020";
}

#sidelist li em {
	float: right;
	width: 70px;
	padding-left: 10px;
	text-indent: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-style: normal;
	color: #007951;
	border-left: 1px solid #E4DECF;
}

#sidelist .dark {
	display: block;
	background-color: #FBE89A;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#sidelist p {
	padding-left: 0;
	padding-right: 20px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #5A331C;
}

#sidelist h1 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	background-color: #DDD8BC;
	color: #003E2C;
}

#sidelist h1 .details{
	list-style: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

#sidelist h2 {
	margin-left: 0px;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	color: #7D002B;
	border-bottom: 1px solid #CEC8AA;
}

#sidelist .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-right: 10px;
}

/* STAY CONNECTED */

#connect { 
	width: 270px;
	float: left;
	margin: 0;
	padding: 20px 0 20px 20px;
	background: none;
	text-align: left; 
}

.facebook {
	display: block;
	background: url(../images/facebook.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 96px;
}

.facebook a {
	background: url(../images/facebook.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 96px;
}

.facebook a:hover {
	background: url(../images/facebook2.jpg) no-repeat center top;
}

.facebook a span {
	visibility: hidden;
}

.blog {
	display: block;
	background: url(../images/blog.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 96px;
}

.blog a {
	background: url(../images/blog.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 96px;
}

.blog a:hover {
	background: url(../images/blog2.jpg) no-repeat center top;
}

.blog a span {
	visibility: hidden;
}

.twitter {
	display: block;
	background: url(../images/twitter.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 76px;
}

.twitter a {
	background: url(../images/twitter.jpg) no-repeat center top;
	float: left;
	width: 270px;
	height: 76px;
}

.twitter a:hover {
	background: url(../images/twitter2.jpg) no-repeat center top;
}

.twitter a span {
	visibility: hidden;
}

/* SERVICE LIST */

#servicelist {
	width: 510px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#servicelist ul {
	margin-left: 10px;
	margin-right: 40px;
	padding: 0;
	list-style-type: none;
}

#servicelist li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2F3D7B;
	border-bottom: 1px solid #B2B2CA;
}

#servicelist li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #636365;
}

#servicelist li:before {
	content: "\00BB \0020";
}

#servicelist h2 {
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #596495;
	border-top: 1px solid #B2B2CA;
	border-bottom: 1px solid #B2B2CA;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-footer.jpg) repeat-x center top;
	background-color: #003E2C;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	color: #1D2258;
	min-width: 980px;
	border-bottom: 2px solid #CBD7C5;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0;
}

#address-footer {
	float: left;
	width: 560px;
	margin: 0 auto;
	padding: 0 0 10px 10px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	color: #CBD7C5;
}

#practicecafe-link {
	float: right;
	width: 250px;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 15px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #90B18D;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
}

.floatrt {
	float: right;
	padding: 0 20px 0 5px;
}

#content .floatrt p {
	margin: 5px 0 0 10px;
	padding: 5px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	border-left: 1px solid #ccc;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#comment-form fieldset {
	margin: 0 0 15px 0;
	border: none;
}

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7D002B;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 580px;
	padding: 5px;
	font-size: 14px;
	border: none;
	border: 3px solid #CBD7C5;
	background: #ECF0E9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comment-form fieldset textarea {
	height: 200px;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	outline: none;
}

#comment-form .form-input-button {
	width: 188px;
	height: 53px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
	background: url(../images/submit-btn.jpg) center top no-repeat;
}

.message-text {
	font-size: 20px;
	color: #AD0E16;
	font-weight: bold;
}

/* ------------( PHONE NUMBER ON CONTACT PAGE )------------ */

#phone-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #7D002B; 
}

#phone-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
}

#phone-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-top: 1px dotted #694416; 
}

/* ------------( FAX NUMBER ON CONTACT PAGE )------------ */

#fax-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #7D002B; 
}

#fax-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

#fax-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-top: 1px dotted #694416;
}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link, a:visited {
	color: #6266AF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #7D002B;
	text-decoration: none;
}

/* LINK2 */

a.link2:link, a.link2:visited, a.link2:active {
	color: #DB8428;
	text-decoration: underline;
	-webkit-transition: color .4s linear;
}
a.link2:hover {
	color: #fff;
	text-decoration: none;
}


/* DESIGNED BY */

a.designer:link, a.designer:visited {
	color: #90B18D;
	text-decoration: none;
	-webkit-transition: color .4s linear;
}
a.designer:hover, a.designer:active {
	color: #fff;
	text-decoration: underline;
}

/* IMAGE */

a.image:link {
   color: #F5F3EE;
	text-decoration: underline;
	-webkit-transition: color .4s linear;
}
a.image:visited {
	color: #F5F3EE;
	text-decoration: underline;
	-webkit-transition: color .4s linear;
}
a.image:hover {
	color: #fff;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #F5F3EE;
	-webkit-transition: border .4s linear;
}

a.image:visited img {  
	border: 5px solid #F5F3EE;
	-webkit-transition: border .4s linear;
}

a.image:hover img {  
	border: 5px solid #fff;
}

/* ----------( BUTTON )---------- */

div.btn {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	}
div.btn a {
	display: block;
	padding: 20px 14px;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #00502F url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn a:hover, div.btn a:focus {
	border-color: #008752;
	background-color: #008752;
	text-decoration: none;
	}
