/* CSS Document */
body {
	background-color: #1d3613;
	margin:0px 0px; padding:0px;
	text-align:center;
	}
#page {
	width:740px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	}
#header {
	position: relative;
	float: left;
	width: auto;
	height:auto;
	border: none;
	top: 0px;
	left: 0px;
	}
#Image {
	position: relative;
	float: left;
	width: 740px;
	height:241px;
	border: none;
	top: 0px;
	left: 0px;
	}
#navBar {
	position: relative;
	float: left;
	left:0px;
	background-image:url(/images/Navigation/nav_gradient.jpg);
	background-repeat:repeat-x;
	width: 740px;
	height: auto;
	border: none;
	}

#bodyBox {
	position: relative;
	float: left;
	width: 720px;
	height: auto;
	background-color: #F6D844;
	padding-bottom: 10px;
	padding-left: 20px;
	left:0px;
	}
#textBox {
	position: relative;
	float: left;
	background-color: #F7DFB5;
	/*left: 20px;*/
	padding-left: 23px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 23px;
	width: 409px;
	height: auto;
	display: inline;
	}
#adminTextBox {
	position: relative;
	float: left;
	background-color: #f9e3a9;
	left: 20px;
	padding-left: 23px;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 670px;
	height: auto;
	}
#sideBox {
	position: relative;
	float: right;
	background-color: #F6DA8B;
	width: 220px;
	height: auto;
	top:0px;
	right: 25px;
	margin-left: 0px;
	padding: 10px;
	}
.textBox {
	border: 1px solid;
	border-color: #4c0b09;
	color: #4c0b09;
	background-color: #FFFFFF;
	}
#caldiv {
	position: absolute;
	top: 250px;
	left: 235px;
	background-color: #FFF7DF;
	}
.cssButton {
	font-size: 9px;
	cursor: pointer;
	line-height: 12px;
	font-weight: bold;
	color: #4A0808;
	text-align: center;
	background: #F6D639;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #C5A131;
	}

.cssButtonOver {
	font-size: 9px;
	cursor: pointer;
	line-height: 12px;
	font-weight: bold;
	color: #4A0808;
	text-align: center;
	background: #EFDC86;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #C5A131;
	}
ul {
	margin: 0px;
	padding: 0px;
	
}
/********************** COPY **********************/
#navigation {
	cursor: pointer;
	position: relative;
	float: left;
	background-image: url(/images/Navigation/nav_gradient.jpg);
	background-repeat:repeat-x;
	width: auto;
	height: 34px;
	border: none;
	padding-left: 16px;
	padding-right: 17px;
	}
.navigation_copy {
	cursor: pointer;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c0b09;
	top: 12px;
	}
#navigation:hover {
	position: relative;
	float: left;
	cursor: pointer;
	background-image:url(/images/Navigation/nav_rollover.jpg);
	background-repeat:repeat-x;
	width: auto;
	height: 34px;
	border: none;
	padding-left: 16px;
	padding-right: 17px;
	}
h1.title_image {
	margin: 0px;
	display: block;
	padding: 0px;
	margin-bottom: 20px;
}

h1.title_image span {
	display: none;
}

h1.about_us {
	width: 313px;
	height: 55px;
	background: url(/images/Navigation/AboutUs.jpg) 0 0 no-repeat;

}

h1.our_doctors {
	width: 203px;
	height: 55px;
	background: url(/images/Navigation/OurDoctors.jpg) 0 0 no-repeat;
}

h1.cosmetic {
	width: 279px;
	height: 55px;
	background: url(/images/Navigation/CosmeticDentistry.jpg) 0 0 no-repeat;
}

h1.contact_us {
	width: 288px;
	height: 55px;
	background: url(/images/Navigation/ContactUs.jpg) 0 0 no-repeat;
}

h1.smile_gallery {
	width: 204px;
	height: 78px;
	background: url(/images/Navigation/SmileGallery.jpg) 0 0 no-repeat;
}

h1, h2, h3, h4 {
	font-weight: normal;
	display: inline;
}

.title, h1{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #4c0b09;
	font-variant: small-caps;
	}
.secondaryTitle, h2 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4c0b09;
	font-variant: small-caps;
	}
.tertiaryTitle, h3 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c0b09;
	font-weight: bold;
	font-variant: small-caps;
	}
.quaternaryTitle, h4 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c0b09;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c0b09;
	}
.copyLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A2008;
	font-weight: bold;
	}
.copyLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A2008;
	font-weight: bold;
	text-decoration: none;
	}


