html {
	overflow-y: scroll;
}

body {
	padding:0;
	margin:0;
	background-color:#d6d4b1; /*tan*/
}

.siteWidth {
	width:960px;
	border:0;
	margin:0 auto;
	padding:0 auto;
}

.pageWidth {
	width:100%;
	margin:0;
	padding:0;

}

#headerNavWrapper {
	height:140px;
	background-color:#f7f8ec; /*light tan*/
	border-bottom:#d6d4b1 solid 14px;
	color:#f7f8ec; /*light tan*/
	position:relative;
	z-index:100;
}

#headerLeft {
	float:left;
	margin:0;
}

#headerRight {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

#headerRight a.btns {
	display:inline-block;
	margin-left:2px;
	padding:0 10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#headerRightTop {
	
}

#headerRightTop a.btns {
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#f7f8ec; /*light tan*/
	background-color:#6b5552; /*brown*/
}

#headerRight a.btns:hover {
	background-color:#00998f; /*pale green*/
}

#headerRightBtm {
	margin:10px 0 5px 0;
	height:35px;
	color:#4e7770; /*pale green*/
}

.phone {
		font-size:30px; }

#headerRightBtm a img {
border: none;
display:inline-block;
padding:0 4px; }

.socialMedia {
	padding:8px 5px 0 0;
	margin:0; }
	



/********************* Postcard & Slideshow ********************/
#postcardWrapper {
	overflow:hidden;
	background-color: #70645b;
}

#postcard {
	position:relative;
	float:right;
	height:224px;
	width:560px;
	background-image:url(../../images/bg-postcard.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#btnFreeExam {
	position:absolute;
	right:0;
	bottom:30px;
	background-color:#4e7770;
}

#btnFreeExam:hover {
	background-color:#00998f;
}

#slideshow {
	float:left;
	position:relative;
	margin:12px 0;
	width:366px;
	height:186px;
	border:7px solid #5E534C;	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}




#missionStatement {
	float:left;
	height:320px;
	width:400px;
	background-color:#e5e3d1;
	background-image:url(../../images/bg-mission-statement.jpg);
}
	
#missionStatement p {
	margin:80px 20px 0;
	line-height:175%;
}

#featured {
	float:left;
	margin:0;
	padding:0;
	width:560px;
	height:300px;
	list-style:none;
	border-bottom:#e5e3d1 20px solid;
	background-image:url(../../images/bg-featured.jpg);
	overflow:auto;
}

#featured li {
	float:left;
	margin:20px 0 20px 18px;
	width:252px;
	height:105px;
}

#featured li a {
	display:block;
	color:#f8f19d;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 0 #504f3c;
}

#featured li a span {
	display:block;
	margin-top:5px;
	border:#c0bd92 1px solid;
}

#featured li a img {
	border:#a3a17c 4px solid;
}

#featured li a:hover span {
	border-color:#e9e7d5;
}



/********************* Main Area ********************/
#mainWrapper {
	overflow:auto; /*wow, it really helps with wrapper divs wrap*/
	position:relative;
	z-index:1;
}

#mainContent {
	background-color:#f7f8ec;
	line-height:150%;
	overflow:hidden; /*wow, it really helps with wrapper divs wrap*/
}

.clearLine {
	clear:both;
}


.menu {
	list-style:none;
	padding:0;
}



/********************* Upper Footer ********************/

#upperFooterWrapper {
	background-color:#7d9e98;
	margin-top:10px;
	color:#222;
	font-size:12px;
	
}


#upperFooter {
	height:160px;
	padding:20px 0;
	background-image: url(../../images/bg-footer.jpg);
	
}

#upperFooter ul {
	margin:0;
	padding:0 0 0 30px;
	float:left;
	list-style:none;
	line-height:18px;
	text-transform:uppercase;
}

#upperFooter a, #upperFooter .learnMore a:hover {
	
	color:#92cfc4;
	text-decoration:none;
}

#upperFooter a:hover {
	text-decoration:underline;
}

#upperFooter .learnMore {
	float:left;
	margin-left:35px;
	width:560px;
}

#upperFooter .learnMore h2 {
	margin-bottom:5px;
	font-size:18px;
	color:#cdebe6;
	text-transform:uppercase;
}

#upperFooter .learnMore p {
	margin-bottom:5px;
}

#upperFooter .learnMore a {
	text-decoration:underline;
}


/*********************Footer********************/
#footerWrapper {
	margin:0;
	padding:0;
	font-size:10px;
	color:#92cfc4;
	background-color:#4e7770;
	text-transform:uppercase;
}

#footer {
	padding:0 30px;
	height:40px;
	width:900px;
	line-height:40px;
	background-image:url(../../images/bg-sub-footer.jpg);
	background-position:bottom;
	overflow:auto;
}

#toothbrush {
	position:absolute;
	bottom:0;
	right:10px;
}

#footer a { color:#92cfc4; }
#footer a:hover { text-decoration:none; }