/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 760px;
}

#wrapper {
	width: 744px;
	margin: 0 auto;
	text-align: right;
	font-family:
}

/* LINKS */
a:link {
	color: #812215;
	text-decoration: underline;
}
a:visited {
	color: #812215;
	text-decoration: underline;
}
a:hover {
	color: #004A97;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

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

/* CONTACT BUTTON: This is for the address info */

#Contactbtn {
	width: 674px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 33px;
	letter-spacing: 1px;
	padding-right: 40px;
	color: #FFFFFF;
}

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

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

#branding2 {
	float: left;
	background-image: url(../images/Headers/header2.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding3 {
	float: left;
	background-image: url(../images/Headers/header3.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding4 {
	float: left;
	background-image: url(../images/Headers/header4.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding5 {
	float: left;
	background-image: url(../images/Headers/header5.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding6 {
	float: left;
	background-image: url(../images/Headers/header6.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding7 {
	float: left;
	background-image: url(../images/Headers/header7.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

#branding8 {
	float: left;
	background-image: url(../images/Headers/header8.jpg);
	width: 744px;
	height: 238px;
	margin-top: 10px;
	text-align: left;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: left;
	background: #FFF5A7;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 185px;
}

#dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	line-height: 30px;
	color: #CB3200;
	font-weight: bold;
}

#nav a:hover {
	background: #FFF9CE;
	color: #3066A4;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #CB3200;
	padding: 0 1em;
	line-height: 30px;
	width: 150px;
	text-align: left;
	background-color: #FFF5A7;
}

#nav li li a:hover {
	padding: 0 1em;
	line-height: 30px;
	background: #FFF9CE;
}

#dropdown li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #FFF5A7;
}

#dropdown li#first {
	border-left-width: 1em;
}

#dropdown li#last {
	border-right-width: 1em;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #CCFF99;
}

li>ul {
	top: auto;
	left: auto;
}

#dropdown li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#dropdown li:hover ul, li.over ul {
	display: block;
}

#home #nav .home a,
#about #nav .about a,
#services #nav .services a,
#samples #nav .samples a,
#contact #nav .contact a {
	background: #FFFFFF;
	color: #3066A4;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	border-top: 10px solid #006048;
}

#horNav ul {
	background: #E4EBE7;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 470px;
	float: left;
}

#horNav ul a {
	display: block;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #006048;
	border-left: 1px solid #006048;
	
}

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

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background: #CBD8D0;
	color: #006048;
}

#horNav ul a:active {
}

#horNav ul a:selected {
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#specials #horNav .specials a,
#contact #horNav .contact a {
	background: #006048;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* ADDRESS:  */

#address {
	float: left;
	width: 320px;
	line-height: 21px;
	margin-top: 220px;
	padding: 0;
	text-align: center;
	color: #9E2823;
	font-size: 12px;
}

/* CONTENT */

#content {
	width: 470px;
	float: left;
	margin-top: 13px;
	text-align: left;
	border-top: 10px solid #812215;
}

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #812215;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

#content h2 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #004A97;
}

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


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

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

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 440px;
	float: left;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#mainNav ul a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 410px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #9E2823;
	color: #FFFFFF;
	border: 4px solid #9E2823;
	
}

#mainNav li {
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav ul a:hover {
	width: 410px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #C3A957;
	color: #FFFFFF;
	border: 4px solid #B29520;
}

#mainNav ul a:active {
	width: 410px;
	background-color: #B4D1ED;
	color: #000000;
}

#mainNav ul a:selected {
	width: 410px;
	background-color: #B4D1ED;
	color: #000000;
}

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

#home #mainNav .home a,
#about #mainNav .about a,
#services #mainNav .services a,
#specials #mainNav .specials a,
#smile #mainNav .smile a,
#contact #mainNav .contact a {
	width: 170px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #B4D1ED;
	color: #000000;
	border: 4px solid #e3eaef;
	cursor: default;
}

/* SLIDESHOW */
	
#slideshow {
	width:300px;
	height:198px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	}

/* PHONE NUMBER */

#phone {
	background: #F9E6D5;
	float: right;
	width: 245px;
	height: 35px;
	padding-left: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-top: 8px;
	border-top: 10px solid #D56800;
}

#phone ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#phone li {
	list-style: none;
	display: block;
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 60px;
	line-height: 10px;
	color: #D56800;
}

#phone h1, #phone p {
	padding-right: 8px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.normalphone {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 0px;
	font-weight: bold;
	color: #004A97;
}

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

/* ------------------( SIDEBAR )------------------ */

#sidebar {
	width: 260px;
	float: right;
	margin: 0;
	padding: 0; 
}

/* SIDE LIST */

div.sidelist {
	width: 245px;
	float: right;
	margin-top: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	text-align: left;
	background: #F2F2F7;
	border-top: 10px solid #004A97; 
}

div.sidelist ul {
	margin-right: 20px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}

div.sidelist li {
	list-style: none;
	display: block;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #004A97;
}

div.sidelist .dark {
	display: block;
	background-color: #E7E8F2;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.sidelist p {
	padding-left: 20px;
	padding-right: 8px;
}

div.sidelist h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #004A97;
}

/* SIDE LIST 2 */

div.sidelist2 {
	width: 245px;
	float: right;
	margin-top: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	text-align: left;
	background: #F4EAE5;
	border-top: 10px solid #812215; 
}

div.sidelist2 ul {
	margin-right: 20px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}

div.sidelist2 li {
	list-style: none;
	display: block;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #004A97;
}

div.sidelist2 .dark {
	display: block;
	background-color: #E7E8F2;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.sidelist2 p {
	padding-left: 20px;
	padding-right: 8px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

div.sidelist2 h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #812215;
}

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

div.button {
	display: block;
	margin: 0;
	padding: 0;
}

div.button a {
	display: block;
	margin: 20px;
	padding: 1em;
	background: #812215;
	color: #F4EAE5;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.button a:hover, div.button a:focus  {
	display: block;
	background: #D56800;
	color: #fff;
}


/* MAIN LIST */

#mainlist {
	width: 440px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

#mainlist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #006048;
	border-bottom: 1px solid #812215;
}

#mainlist .dark {
	display: block;
	background-color: #FAF7ED;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #812215;
}

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

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

.serif {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #9E2823;
	font-weight: bold;
}

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

#end {
	border-top: 5px solid #006048;
	width: 729px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	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. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 20px;
}

/* LINKS */

a.image:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.image:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.image:hover {
	color: #D56800;
	text-decoration: none;
}
a.image:active {
	text-decoration: none;
}

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

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