/* CSS Document */

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: 760px;
}

#wrapper {
	width: 739px;
	margin: 0 auto;
	text-align: left;
}

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

#address {
	float: left;
	width: 724px;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 33px;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* LOGO */

#logo {
	float: left;
	width: 734px;
	height:105px;
	padding-left: 10px;
	margin: 0;
}

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

#branding1 {
	float: left;
	background-image: url(../Headers/header1.jpg);
	margin-top: 119px;
	width: 730px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding5 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding6 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding7 {
	float: left;
	background: url(../Headers/header7.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF
}

#branding8 {
	float: left;
	background-image: url(../Headers/header8.jpg);
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding9 {
	float: left;
	background: url(../Headers/header9.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding10 {
	float: left;
	background: url(../Headers/header10.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding11 {
	float: left;
	background: url(../Headers/header11.jpg) no-repeat center top;
	margin-top: 119px;
	width: 731px;
	height: 197px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 0px;
}

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

#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 12px;
	color: #FFFFFF;
	border-left: 1px solid #A2C9EB;
}

#nav a:hover {
	display: block;
	color: #DDDFDF;
	background-image: url(../images/top-nav-r.jpg);
	border-top: none;
	border-bottom: none;
}

#nav li li a {
	display: block;
	color: #FFFFFF;
	padding: 0 1em;
	line-height: 30px;
	width: 130px;
	text-align: left;
	background-color: #000000;
	border-bottom: 1px solid #FAE17A;
	border-right: 1px solid #FAE17A;
}

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

#dropdown li {
	float: right;
	position: relative;
	text-align: center;
	cursor: default;
}

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

#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: #000000;
}

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,
#specials #nav .specials a,
#finances #nav .finances a,
#contact #nav .contact a {
	color: #3859A9;
	background-image: none;
	cursor: default;
	font-weight: normal;
}

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

#tag {
	float: left;
	border-bottom: 1px solid #A2C9EB;
	width: 719px;
	height: 14px;
	margin-top: 11px;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #3859A9;
}


/* CONTENT */

#content {
	width: 455px;
	float: right;
	margin-top: 0px;
}

#content h1 {
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #3859A9;
}

#content h2 {
	padding-right: 20px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #4EABD5;
}

#content .phone {
	padding-right: 20px;
	padding-left: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #4EABD5;
}

#content h3 {
	margin-right: 20px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #4EABD5;
	border-top: 1px solid #DDDFDF;
	border-bottom: 1px solid #DDDFDF;
}

#content p {
	padding-right: 20px;
	padding-left: 8px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.normal {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.small {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #67A33E;
}

.linebreak {
	border-bottom: 1px solid #DDDFDF;
	clear: both;
}

/* FEATURES */

.feature {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}

.feature2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* ROUNDED CORNER TESTIMONIAL BOX */

#testimonial {
	width: 430px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	background: #EEEFEF;
	border: 2px solid #4EABD5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonial p {
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3859A9;
	
}

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4EABD5;
	text-align: left;
	border-right: 1px solid #A2C9EB;
}

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

#mainNav ul a {
	display: block;
	width: 225px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #4EABD5;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px solid #80BADA;
	
}

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

#mainNav ul a:hover {
	width: 225px;
	padding-left: 8px;
	background-color: #A2C9EB;
	color: #3859A9;
	font-weight: normal;
}

#mainNav ul a:active {
	background-color: #19A1D1;
	color: #3859A9;
}

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

#six #mainNav .six a,
#periolase #mainNav .periolase a,
#implants #mainNav .implants a,
#faq #mainNav .faq a,
#links #mainNav .links a,
#specials #mainNav .specials a,
#snore #mainNav .snore a {
	background-color: #3859A9;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* CONTENT AREA LINKS */

#conlinks {
	width: 420px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #DDDFDF;
	text-align: left;
}

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

#conlinks ul a {
	display: block;
	width: 390px;
	height: 30px;
	line-height: 30px;
	color: #3859A9;
	background-color: #A2C9EB;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #DDDFDF;
	
}

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

#conlinks ul a:hover {
	width: 390px;
	padding-left: 10px;
	background-color: #4EABD5;
	color: #FFFFFF;
	font-weight: bold;
}

#conlinks ul a:active {
	background-color: #9CC239;
	color: #FFFFFF;
}

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

/* NEW PATIENT FORMS LINKS */

#newFORMS {
	width: 255px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	text-align: left;
	border-right: 1px solid #A2C9EB;
	border-bottom: 1px solid #A2C9EB;
}

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

#newFORMS ul a {
	display: block;
	width: 231px;
	height: 71px;
	background: url(../images/forms-button.jpg) no-repeat center top;
	
}

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

#newFORMS ul a:hover {
	width: 231px;
	height: 71px;
	background: url(../images/forms-button2.jpg) no-repeat center top;
}

#newFORMS ul a:active {
	background-color: #9CC239;
	color: #FFFFFF;
}

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

#newFORMS p {
	margin-left:20px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4EABD5;
	padding-right: 10px;
}

#newFORMS h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #3859A9;
}

/* SLIDESHOW */
	
#slideshow {
	width:280px;
	height:210px;
	padding-top: 0;
	margin-left: 10px;
	padding-bottom: 0;
	margin-right: 10px;
	float: left;
	border: 5px solid #DDDFDF;
}

/* LIST */

#list {
	width: 255px;
	float: left;
	border-right: 1px solid #A2C9EB;
}

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

#list li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #A2C9EB;
}

#list .dark {
	display: block;
	background-color: #EEEFEF;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list p {
	margin-left:20px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4B84BD;
	padding-right: 10px;
}

#list h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #3859A9;
}

.sbheading2 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E03A3E;
}

.main-feature {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3859A9;
}

/* 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: #000000;
	border-bottom: 1px solid #A2C9EB;;
}

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

#mainlist h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
	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: #3859A9;
	font-weight: bold;
}
	

/* ENDING FOOTER AREA */

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

#sitemap {
	float: left;
	width: 450px;
	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-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.floatrt {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
}

/* LINKS */

a:link {
	color: #BBA000;
	text-decoration: underline;
}
a:visited {
	color: #BBA000;
	text-decoration: underline;
}
a:hover {
	color: #4EABD5;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

a.designer:link {
	color: #4EABD5;
	text-decoration: underline;
}
a.designer:visited {
	color: #4EABD5;
	text-decoration: underline;
}
a.designer:hover {
	color: #3859A9;
	text-decoration: none;
}
a.designer:active {
	text-decoration: underline;
}

a.image:link {
	color: #4EABD5;
	text-decoration: none;
}
a.image:visited {
	color: #4EABD5;
	text-decoration: none;
}
a.image:hover {
	color: #3859A9;
	text-decoration: none;
}
a.image:active {
	text-decoration: none;
}

a.image:link img {
	border: 8px solid #4EABD5;
}

a.image:hover img {  
	border: 8px solid #3859A9;
}

a.link2:link {
    color: #86A093;
	text-decoration: underline;
}
a.link2:visited {
	color: #86A093;
	text-decoration: underline;
}
a.link2:hover {
	color: #00418A;
	text-decoration: none;
}
a.link2:active {
	text-decoration: underline;
}