
html
{
	background: #231f20;
}

body
{
	margin: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #231f20;
}

ul
{
	margin: 15px 0;
	padding: 0 0 0 30px;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #0062a2;
}

h2
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #0062a2;
}

h3
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #0062a2;
	border-bottom: 1px solid #bc9e55;
}

a { color: #0062a2; }
a:hover { color: #3ba2e5; }

/* ----- Container ----- */

#outer-container
{
	padding: 30px 0 40px 0;
}

#container
{
	margin: 0 auto;
	width: 980px;
	background: url(../../img/outer-container-back-1.png) repeat-y;
}

#inner-container
{
	position: relative;
	background: url(../../img/container-back-1.png) no-repeat;
}

/* ----- Header ----- */

#header
{
	padding: 23px 0 0 346px;
	height: 227px;
}

#header-logo
{
	display: block;
	width: 288px;
	height: 204px;
	background: url(../../img/logo-1.png) no-repeat;
	text-decoration: none;
}

#header-img
{
	position: absolute;
	top: 26px;
	right: 26px;
	width: 284px;
	height: 214px;
}

#index-index #header-img { background: url(../../img/header/index-1.jpg) no-repeat; }
#index-dental_services #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-cerec_ceramic_crowns #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-perio_protect_gum_therapy #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-sleep_aids #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-cosmetic_dentistry_lancaster_pa #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-dental_team #header-img { background: url(../../img/header/team-1.jpg) no-repeat; }
#index-zoom_whitening_before_after #header-img { background: url(../../img/header/services-1.jpg) no-repeat; }
#index-dental_questions #header-img { background: url(../../img/header/faqs-1.jpg) no-repeat; }
#index-news #header-img { background: url(../../img/header/news-1.jpg) no-repeat; }
#index-dental_information #header-img { background: url(../../img/header/patient-1.jpg) no-repeat; }
#index-dental_care_links #header-img { background: url(../../img/header/links-1.jpg) no-repeat; }
#index-hours #header-img { background: url(../../img/header/hours-1.jpg) no-repeat; }
#index-contact #header-img { background: url(../../img/header/contact-1.jpg) no-repeat; }

/* ----- Menu ----- */

#menu
{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 245px;
	text-align: right;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	padding: 0 0 22px 0;
	font-size: 1.2em;
}

#menu a
{
	color: #ddc8a7;
	text-decoration: none;
}

#menu .active a,
#menu a:hover
{
	color: #fff;
}

#menu .menu-button
{
	display: block;
	margin-left: 32px;
	width: 247px;
	height: 92px;
	line-height: 1.1em;
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
	background: url(../../img/menu-button-1.png) no-repeat;
	cursor: pointer;
}

#menu .menu-button span
{
	display: block;
	padding: 13px 0 0 15px;
	text-align: center;
}

#menu .menu-button:hover { color: #000; }

/* ----- Content ----- */

#content
{
	padding: 20px 65px 0 325px;
}

#inner-content
{
	float: left;
	width: 580px;
}

#content .min-height
{
	float: right;
	width: 1px;
	height: 530px;
}

/* ----- Footer ----- */

#footer
{
	padding: 0 65px 40px 325px;
	color: #0062a2;
	font-size: 1.1em;
	line-height: 1.8em;
	background: url(../../img/footer-1.png) left bottom no-repeat;
	text-align: center;
}

#footer em { color: #bc9e55; }

#footer big { font-size: 1.3em; }
/* ----- Floats ----- */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* ----- Framed Images ----- */

.framed
{
	padding: 1px;
	border: 1px solid #cecece;
}

/* ----- Featured Container ----- */

.featured
{
	background: #f6efe2;
	border: solid 1px #e7e9d7;
	padding: 4px 8px;
	margin: 0 0 12px 12px;

}

.featured ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured li
{
	margin: 7px 0;
}
#index-dental_team .photo
{
	float: left;
	width: 160px;
}

#index-dental_team .bio
{
	float: right;
	margin-left: 7px;
	width: 395px;
	font-size: .8em;
	line-height: 1.2em;

}

#index-dental_team .bio h2
{
	margin: 0;
}

#index-dental_team #dental-team .clear
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
}

#index-dentists_in_elizabethtown_pa .framed
{
	float: right;
	margin: 0 0 10px 20px;
}

