/* 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: 789px;
	margin: 0 auto;
	text-align: left;
}

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

#branding {
	background: url(../headers/header1.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

#branding2 {
	background: url(../headers/header2.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

#branding3 {
	background: url(../headers/header3.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

#branding4 {
	background: url(../headers/header4.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

#branding5 {
	background: url(../headers/header5.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

#branding6 {
	background: url(../headers/header6.jpg) no-repeat center top;
	width: 789px;
	height: 337px;
	margin: 0 auto;
	text-align: left;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

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

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 41px;
	text-decoration: none;
	color: #999999;
	border-bottom: 2px solid #EFE39A;
	
}

#horNav li {
	float: left;
	border-right: 10px solid #FFFFFF;
}

#horNav ul a:hover {
	background-color: #FFFFFF;
	color: #92A1D1;
	border-bottom: 2px solid #92A1D1;
}

#horNav ul a:active {
	color: #92A1D1;
}

#horNav ul a:selected {
	color: #92A1D1;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#smiles #horNav .smiles a,
#contact #horNav .contact a {
	background-color: #FFFFFF;
	color: #92A1D1;
	cursor: default;
	line-height: 41px;
	font-weight: bold;
	border-bottom: 2px solid #92A1D1;
}

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

#address {
	width: 719px;
	height: 40px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#top {
	width: 719px;
	height: 90px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* CONTENT */

#content {
	width: 490px;
	float: left;
	margin-top: 13px;
	padding-left: 35px; 
}

#content h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 32px;
	font-weight: normal;
	color: #92A1D1;
}

#content h1 .title {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #993A43;
}

#content h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #993A43;
}

#content h3 {
	padding-left: 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #76b9e6;
}

#content h4 {
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

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

#content h2+p {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.hitalic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

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

.line {
	border-bottom: 1px dashed #6CADDF;
}

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

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


/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

#mainNav ul a {
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	color: #000000;
	background-color: #c4df9c;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 8px;
}

#mainNav li {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#mainNav ul a:hover {
	width: 170px;
	background-color: #76b9e6;
	color: #FFFFFF;
}

#mainNav ul a:active {
	width: 170px;
	background-color: #5da5d5;
	color: #FFFFFF;
}

#mainNav ul a:selected {
	width: 170px;
	background-color: #5da5d5;
	color: #FFFFFF;
}

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

/* SIDE LIST */

#sidelist {
	width: 210px;
	float: right;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-left: 1px dashed #92A1D1;
}

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

#sidelist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E3520;
	border-bottom: 1px solid #92A1D1;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #820024;
	font-weight: bold;
}

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

#sidelist h1 {
	margin-right: 20px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidelist p {
	margin-right: 10px;
	padding-left: 8px;
}

.sbheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #92A1D1;
	margin-left: 10px;
	border-top: 2px solid #92A1D1;
	border-bottom: 1px dashed #92A1D1;
}

.normallst {
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
}

/* LIST 2 */

#list2 {
	width: 500px;
	float: left;
	padding-top: 0px;
}

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

#list2 li {
	list-style: none;
	display: block;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1E3520;
	border-bottom: 1px dashed #6CADDF;
}

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

#list2 h1 {
	margin-left: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

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

.italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	color: #1E3520;
}
	

/* ENDING FOOTER AREA */

#end {
	width: 734px;
	height: 50px;
	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 dashed #92A1D1;
}

#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-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
}

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

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

#contactform {
	width: 400px;
	float: left;
	padding-left: 20px;
}

/* EMAIL */

a.email {
	direction:rtl;
	unicode-bidi: bidi-override;
}