/*
-----------------------------------------------
Title:    Westlake Family Dentistry
Company:  Practice Cafe
Designer: Shane Guymon
URL:      http://www.practicecafe.com
Updated:  08 AUGUST 2008

© Copyright 2008 Practice Cafe, LLC
----------------------------------------------- */

/* 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;
	background-image: url(../images/bg.jpg);
	min-width: 760px;
}

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

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

#logo {
	border-bottom: 10px solid #f4c486;
	width: 739px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	background-color: #FCEEDE;
}

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

#branding {
	background-image: url(../images/Headers/header1.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding2 {
	background-image: url(../images/Headers/header2.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding3 {
	background-image: url(../images/Headers/header3.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding4 {
	background-image: url(../images/Headers/header4.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding5 {
	background-image: url(../images/Headers/header5.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	background-color: #a40813;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 4px solid #e0ddaa;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 719px;
	float: right;
	background-color: #a40813;
}

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #f5bf83;
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background-color: #f5bf83;
	color: #a40813;
}

#horNav ul a:active {
	background-color: #e8871c;
	color: #762D3E;
}

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

/* ADDRESS:  */

#address {
	float: right;
	width: 725px;
	height: 18px;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #aba803;
}

/* CONTENT */

#content {
	width: 455px;
	float: left;
	margin-top: 13px;
}

#content h1 {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a40813;
	border-bottom: 8px solid #e4e5bb;
}

#content .regheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #e8871c;
}

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

#content h2 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #e8871c;
}

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

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 8px solid #D1D3D4;
	background: #0C4C85;
}

#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: #0C4C85;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px solid #D1D3D4;
	
}

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

#mainNav ul a:hover {
	width: 225px;
	padding-left: 6px;
	background-color: #CBCDDD;
	color: #E03A3E;
	font-weight: bold;
}

#mainNav ul a:active {
	width: 225px;
	background-color: #959CBD;
	color: #762D3E;
}

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

/* LIST */

#list {
	width: 255px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px dashed #aba803; 
}

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

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

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

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

#list h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a40813;
}

/* MAIN LIST */

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

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

#mainlist li {
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #604740;
}

#mainlist .dark {
	display: block;
	background: #F2EDD6;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #C59C44;
	border-bottom: 1px dotted #C59C44;
}

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

/* ENDING FOOTER AREA */

#end {
	border-top: 1px dashed #aba803;
	width: 729px;
	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: 500px;
	padding-left: 20px;
	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. */

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

/* LINKAGE */

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