body {
	margin: 60px 0 10px 0;
	padding: 0;
	
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #261e1b;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a49993;
}


/***** Elements *****/

h1 {
	margin: 0 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #dacfc9;
	
	text-align: left;
}

h2 {
	margin: 0 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #dacfc9;
	
	text-align: left;
}

h3 {
	margin: 20px 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dacfc9;
	
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	text-align: left;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #987663;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul {
	list-style: square;
}


/***** Framework *****/

#marquee {
	height: 55px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 900px;
	clear: both;
}

#marqueeLeft {
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
	float: left;
	clear: left;
}

#marqueeRight {
	margin: 0;
	padding: 11px 7px 0 0;
	text-align: right;
	float: right;
	clear: right;
}

#marqueeRight img {
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#frame {
	margin: 0 auto;
	width: 900px;
	background-image: url(images/sideGraphicBG.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	clear: both;
}

#contain {
	width: 870px;
	float: right;
	display: inline;
	
	background-image: url(images/containBG.jpg);
	background-repeat: repeat-y;
}

#sidebar {
	width: 200px;
	float: left;
	display: inline;
}

#logo {
	height: 143px;
	background-image: url(images/logoBG.jpg);
	background-repeat: no-repeat;
}

#navigation {
	height: 358px;
	background-image: url(images/navigationBG.jpg);
	background-repeat: no-repeat;
}

#menu {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 180px;
	clear: both;
}

#socialIcons {
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	width: 180px;
	clear: both;
}

#socialIcons img{
	border: none;
	margin: 0 7px 0 0;
	padding: 0;
}

#apptButton {
	margin: 15px auto 0 auto;
	padding: 18px 0 0 0;
	text-align: center;
	width: 180px;
	clear: both;
}

#apptButton img{
	border: none;
	margin: 0;
	padding: 0;
}

#main {
	width: 670px;
	float: right;
	display: inline;
}

#header {
	height: 94px;
	padding: 0 0 0 105px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
}

#headerPhone {
	margin: 0;
	padding: 10px 10px 0 0;
	border: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	float: right;
	clear: right;
}

#content {
	padding: 10px 10px 0 105px;
}

#footer {
	height: 118px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
}

#contactInfo {
	width: 200px;
	float: left;
	display: inline;
}

#contactInfo p {
	margin: 0;
	text-align: center;
}

#contactInfo p.phone {
	margin: 15px 0 10px 0;
	font-size: 20px;
	color: #e9ded8;
}

#contactInfo p.address {
	font-weight: bold;
	color: #b1a6a0;
}

#btmNav {
	width: 670px;
	float: right;
	display: inline;
}

#btmNav ul {
	margin: 65px 0 0 105px;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 12px;
	text-align: center;
}

#btmNav ul li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid #987663;
}

#btmNav ul li.first {
	border-left: none;
}

#copyright {
	margin: 0 auto;
	width: 900px;
}

#copyright p.copy {
	margin: 5px 0 20px 0;
	font-size: 12px;
	color: #a49993;
	text-align: right;
}

#copyright p.info {
	font-size: 10px;
	color: #5a4f43;
	text-align: center;
}


/***** General Classes *****/

div.clear {
	clear: both;
}

ul.subNav {
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 12px;
	text-align: center;
}

ul.subNav li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 5px;
	border-left: 1px solid #987663;
}

ul.subNav li.first {
	border-left: none;
}

img.rightIMG {
	margin: 0 0 10px 10px;
	float: right;
	display: inline;
	border: 1px solid #987663;
}

img.leftIMG {
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
	border: 1px solid #987663;
}


/***** Specific Pages *****/


/*** Home ***/

#home img {
	margin: 0 10px 10px 10px;
	float: right;
	display: inline;
	border: 1px solid #987663;
}

#home div.flashImage {
	margin: 0 10px 10px 10px;
	float: right;
	display: inline;
	border: 1px solid #987663;
}

#home p.signature {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

#home img.stdImage
{
	margin: 5px;
	padding: 0;
	border: none;
	float: none;
}


/*** Meet Our Team ***/

#staff {
	text-align: center;
}

#staff div.flashImage {
	margin: 0 auto;
	width: 300px;
	border: 1px solid #987663;
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin: 0 10px 10px 0;
	border: 1px solid #E9DED8;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #E9DED8;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Smile Gallery ***/

#flashGallery {
	text-align: center;
}


/*** Patient Forms ***/

#forms img {
	margin: 40px 0 0 0;
}


/*** Contact Us ***/


/*** Directions ***/

div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

/*** Community and Caring ***/

#community {}

#community .eventImages {
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
	clear: both;
}

#community .eventImages img {
	margin: 0 15px 0 0;
	padding: 0;
	border: 1px #987663 solid;
}


