/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: no-repeat center top;
	margin-top: 10px; /* 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: left;
}

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

#logo {
	width: 744px;
	height: 150px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	border-top: 6px solid #999999;
}

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

#branding {
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 740px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
}

#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 {
	background-color: #CCCCCC;
	float: left;
	padding-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 3px solid #999999;
	border-bottom: 1px solid #999999;
}

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

#horNav ul a {
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 20px;
	height: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	border-left: 1px solid #999999;
	
}

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

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background-color: #990000;
	color: #FFFFFF;
}

#horNav ul a:active {
	color: #A6C780;
}

#horNav ul a:selected {
	color: #FFFFFF;
}

#home #horNav .home a,
#about #horNav .about a,
#portfolio #horNav .portfolio a,
#blog #horNav .blog a,
#resume #horNav .resume a,
#contact #horNav .contact a {
	background-color: #CCCCCC;
	color: #990000;
	cursor: default;
	font-weight: bold;
}

/* ADDRESS:  */

#address {
	width: 744px;
	line-height: 37px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	color: #9E2823;
}

/* CONTENT */

#content {
	width: 470px;
	float: left;
	margin-top: 5px;
}

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

#content h2, #content p {
	padding-left: 20px;
	padding-right: 8px;
}

.heading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #666666;
}

.heading2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
}

.heading3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	line-height: 38px;
	font-weight: normal;
	color: #795D3B;
}

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

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

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

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

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

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

/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

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

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

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

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

#mainNav ul a:hover {
	width: 200px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #CCCCCC;
	color: #666666;
}

#mainNav ul a:active {
	background-color: #CCCCCC;
	color: #000000;
}

#mainNav ul a:selected {
	width: 410px;
	background-color: #CCCCCC;
	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: #990000;
	color: #000000;
	cursor: default;
}

/* SLIDESHOW */

#slideshow {
	width:740px;
	height:410px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	}

/* PHONE NUMBER */

#phone {
	width: 255px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 8px solid #D1D3D4;
	border-top: 8px solid #D1D3D4;
	border-bottom: 8px solid #D1D3D4;
	background: #E03A3E;
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 20px;
}
.normalphone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D1D3D4;
}

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

/* HOME SIDEBAR LIST */

#homesidelist {
	width: 230px;
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left; 
}

#homesidelist ul {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#homesidelist li {
	list-style: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

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

#homesidelist p {
	padding-left: 0px;
}

#homesidelist h1 {
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.homesbheading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding-right: 10px;
	border-top: 2px solid #999999;
	border-bottom: 1px dashed #999999;
}

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



/* SIDEBAR LIST */

#sidelist {
	width: 220px;
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #000000;
	text-align: left; 
}

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

#sidelist li {
	list-style: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

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

#sidelist p {
	padding-left: 0px;
}

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

.sbheading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B39C5C;
	padding-right: 10px;
}

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

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

.gold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #B39C5C;
}

/* 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-right: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	border-bottom: 1px solid #999999;
}

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

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

#mainlist p {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	color: #666666;
}

.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: 3px solid #999999;
	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: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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