/* ---------------------------------------------------------------
Title:    Oakstead FAmily Dentistry
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     10 NOVEMBER 2008

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

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-repeat center top;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	min-width: 1024px;
}

#Main {
		background: url(../images/banner.jpg) no-repeat top right;
		display: block;
}

strong {
	font-weight: normal;
}

div.map iframe {
	margin: 15px 0 15px 20px;
	padding: 0;
	background: #fff;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

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

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 840px;
}

#wrapper {
	width: 800px;
	height: 216px;
	margin: 0 auto;
	text-align: right;
}

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

#address {
	width: 744px;
	height: 37px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

/* LOGO */

#logo {
	display: block;
	float: left;
	width:300px;
	height:160px;
	padding: 0px;
	margin-top: 10px;
}

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

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

#logo a span {
	visibility: hidden;
}

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

#branding {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width:448px;
	height:240px;
	padding-right: 10px;
	margin: 0;
}

#branding1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 480px;
	height:160px;
	margin-top: 10px;
	text-align: left;
}

#branding2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding5 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding6 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding7 {
	float: left;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding8 {
	float: left;
	background: url(../Headers/header8.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding9 {
	float: left;
	background: url(../Headers/header9.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

#branding10 {
	float: left;
	background: url(../Headers/header10.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

/* HORIZONTAL DROP DOWN MENU */

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
	width: 800px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	list-style: none;
}

#sddm li a {	
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	border-right: 1px solid #C3A957;
}

#sddm li a:hover {	
	text-decoration: none;
	color: #C3A957;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #056336;
	border-left: 1px solid #C3A957;
	border-bottom: 1px solid #C3A957;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #056336;
	
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #C3A957;
}

#sddm div a:hover {
	color: #C3A957;
	text-decoration: underline;
}

#home #sddm .home a,
#about #sddm .about a,
#services #sddm .services a,
#schedule #sddm .schedule a,
#faq #sddm .faq a,
#specials #sddm .specials a,
#contact #sddm .contact a {
	color: #C3A957;
	cursor: default;
	font-weight: bold;
}

/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-content.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 840px;
	border-top: 5px solid #4D8736;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 530px;
	float: left;
	margin-top: 13px;
	text-align: left;
}

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	color: #539B31;
	border-top: 1px solid #443635;
	border-bottom: 1px solid #443635;
}

#content h2 {
	margin-left: 20px;
	margin-right: 8px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #C3A957;
	background: #443635;
	border-top: 2px solid #4D8736;
	border-bottom: 1px dashed #4D8736;
}

#content h2 .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	color: #C3A957;
}

#content h3 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005B60;
}

#content h4 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

#content h5 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

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

#content .fineprint {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #C3A957;
}

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

#content .bullet-list {
	color: #C3A957;
}

.normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* FEATURES */

.feature {
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

#feature2 {
	float: left;
	margin-left: 25px;
}

/* ROUNDED CORNER BOX */

#box {
	width: 480px;
	float: left;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #655552;
	border: 1px solid #656466;
}

#box p {
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;	
}


/* SLIDESHOW */
	
#slideshow {
	float: right;
	width: 448px;
	height:160px;
	margin-top: 10px;
	text-align: left;
}

/* PHONE NUMBER */

#phone {
	width: 243px;
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 5px solid #4D8736;  
}

#phone h1 {
	padding-right: 8px;
	padding-left: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FAE17A;
} 

#phone p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
}

#phone .number {
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

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


/* SIDE LIST */

#sidelist {
	width: 243px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left; 
}

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

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 190px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #6B3249;
	color: #FFFFFF;
}

#sidelist li {
	width: 190px;
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #005B60;
}

#sidelist ul a:hover {
	width: 190px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #C3A957;
	color: #FFFFFF;
}

#sidelist ul a:active {
	background-color: #C3A957;
	color: #000000;
}

html>body #mainNav ul a {
	margin: auto;
}

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

#sidelist p {
	padding-left: 10px;
	padding-right: 10px;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

#sidelist h1 {
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #6B3249;
	border-top: 2px solid #6B3249;
	border-bottom: 1px dashed #6B3249;
}

#sidelist .phone {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #6B3249;
}


/* MAIN LIST */

#mainlist {
	width: 510px;
	float: left;
	text-align: left;
}

#mainlist ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#mainlist li {
	width: 490px;
	list-style: none;
	display: block;
	background-color: #6B5C59;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #C3A957;
}

#mainlist .dark {
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #4E403E;
	border-top: 1px solid #443635;
	border-bottom: 1px solid #443635;
}

#mainlist h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 3px;
}

/* MAIN LIST RIGHT */

#mainrtlist {
	width: 220px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #B39C5C;
}

#mainrtlist ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#mainrtlist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #711701;
	border-bottom: 1px solid #B39C5C;
}

#mainrtlist .dark {
	display: block;
	background-color: #fce6cf;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#mainrtlist h1 {
	margin-left: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.mainrtlistheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #443635;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #C3A957;
	min-width: 840px;
	border-top: 5px solid #4D8736;
}

/* ENDING FOOTER AREA */

#end {
	border-top: 1px solid #812215;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sitemap {
	float: left;
	width: 490px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.floatrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: right;
}

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

.star {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

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

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C3A957;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 460px;
	padding: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border: none;
	background: #6D5D5C;
	border-top: 1px solid #473332;
	border-left: 1px solid #473332;
	border-right: 1px solid #756A6A;
	border-bottom: 1px solid #756A6A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#comment-form fieldset input:hover,
#comment-form fieldset textarea:hover {
	background-color: #7F7878;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

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

.message-text {
	display: block;
	width: 470px;
	padding: 20px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #FF0;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 1px solid #0C882B;
	outline: none;
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
}

#comment-form .form-input-button {
	width: 300px;
	height: 55px;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	border: none;
	color: #f8f5f0;
	text-decoration: none;
	text-shadow: 0px -1px 0px #374683;
	text-align: center;
	background: #0C882B url(../images/glass-btn.png) repeat-x 0 50%;
	border: 1px solid #473332;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	background: #045114 url(../images/glass-btn.png) repeat-x 0 50%;
	color: #fff;
}

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

/* NORMAL */

a:link {
	color: #C3A957;
	text-decoration: underline;
}
a:visited {
	color: #C3A957;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
a.link2:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.link2:hover {
	font-weight: normal;
	color: #812215;
	text-decoration: none;
	font-size: 12px;
}
a.link2:active {
	font-weight: normal;
	color: #812215;
	text-decoration: none;
	font-size: 12px;
}

/* DESIGNED BY */

a.designer:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #70605D;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
a.designer:visited {
	font-weight: normal;
	color: #70605D;
	text-decoration: none;
	font-size: 12px;
}
a.designer:hover {
	font-weight: normal;
	color: #928480;
	text-decoration: underline;
	font-size: 12px;
}
a.designer:active {
	font-weight: normal;
	color: #70605D;
	text-decoration: none;
	font-size: 12px;
}

/* IMAGE */

a.image:link {
   color: #6B3249;
	text-decoration: underline;
}
a.image:visited {
	color: #6B3249;
	text-decoration: underline;
}
a.image:hover {
	color: #BBA000;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #6B3249;
}

a.image:visited img {  
	border: 5px solid #6B3249;
}

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

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

div.btn {
	float: right;
	margin: 15px 30px 15px 20px;
	}
div.btn a {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 22px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #C3A957 url(../images/glass-btn.png) repeat-x 0 50%;
	border-top: 2px solid #473332;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn a:hover, div.btn a:focus {
	background-color: #A08330;
	text-decoration: none;
	color: #fff;
	}
