/* General HTML Stuff */
html, body { margin: 0; padding: 0; }

body {
	background: #358 url("../../_img/background.gif") 0 0 repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	position: relative;
	text-align: justify;
}

a { color: #358; font-weight: bold; text-decoration: none; }
a:hover { color: #789; text-decoration: underline; }

b { color: #234; }

form { margin: 0; }

h1, h2, h3, h4, h5, h6 { color: #234; margin: 0; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

/* Containing Element */
#container {
	background: #FFF;
	border: 6px solid #315;
	margin: 80px auto 0 auto;
	position: relative;
	width: 748px;
}

/* Page Header */
#header {
	height: 54px;
	position: relative;
}
#header h1 {
	color: #FFF;
	height: 125px; width: 298px;
	overflow: hidden;
	position: absolute; top: -77px; left: 16px;
	text-align: center;
}
#header h1 a {
	background: url("../../_img/logo.gif") 0 0 no-repeat;
	height: 125px; width: 298px;
	position: absolute; top: 0; left: 0;
}
#header h1 a:hover{ border: none; text-decoration: none; }
#header h2 {
	height: 54px; width: 380px;
	overflow: hidden;
	position: absolute; top: 0; right: 0;
	text-align: center;
}
#header h2 span {
	background: url("../../_img/tagline.gif") 0 0 no-repeat;
	height: 54px; width: 380px;
	position: absolute; top: 0; left: 0;
}
#picbanner { height: 100px; overflow: hidden; }

/* Middle */
#middle {
	background: url("../../_img/mountains.gif") bottom left no-repeat;
	height: 100%;
	padding-bottom: 65px;
}

/* Navigation */
#nav {
	float: left;
	margin-bottom: 100px; margin-top: 10px;
	width: 152px;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#nav a, #nav span {
	display: block;
	font-weight: bold;
	height: 12px; width: 130px;
	line-height: 12px;
	margin: 5px 0; padding: 6px 15px 6px 7px;
	overflow: hidden;
}
#nav a {
	background: #358 url("../../_img/button.gif") 0 0 no-repeat;
	color: #FFF;
}
#nav a:hover {
	background-color: #BCD;
	background-position: 0 -24px;
	color: #345;
	text-decoration: none;
}
#nav span {
	background: #BAC url("../../_img/button.gif") 0 -48px no-repeat;
	color: #456;
}

/* Content */
#title { margin-bottom: 10px; }
#title h2, #title h3 { color: #789; }
#body {
	float: right;
	margin-left: 8px; padding: 15px;
	overflow: hidden;
	position: relative;
	width: 558px;
}
#body p {
	color: #345;
	line-height: 1.5em;
	margin: 10px 0; padding: 0;
}
#body p img.Centered { display: block; margin: 0 auto; }
#body ol ol { list-style-type: lower-alpha; }

/* Page Footer */
#footer {
	background: #BCD;
	color: #456;
	font-size: 10px;
	line-height: 10px;
	padding: 7px 0;
	text-align: center;
}
#footer h4 { color: #456; font-weight: normal; margin-bottom: 4px; }

/*
###########################################################################################################################
*/

/****************/
/* Custom Pages */
/****************/

/* Home */
#mission { font-size: 14px; font-style: italic; margin: 0 auto; text-align: center; width: 450px; }

#bigbuttons ul { float: left; list-style: none; margin: 0; padding: 0; }
#bigbuttons li { float: left; margin: 0 0 10px 0; padding-left: 30px; overflow: hidden; text-align: center; width: 224px; }
#bigbuttons a { display: block; height: 79px; margin: 0 auto 5px auto; text-indent: -100em; width: 204px; }
#bigbuttons a.office { background: #456 url("../../_img/officeinfo.jpg") 0 0 no-repeat; }
#bigbuttons a.patients { background: #456 url("../../_img/patientscorner.jpg") 0 0 no-repeat; }
#bigbuttons a:hover { background-color: #358; background-position: 0 -79px; text-decoration: none; }

#whatsnew { border: 2px solid #CBD; clear: both; margin: 15px 0; }
#whatsnew h2 { background: #CBD; color: #315; padding: 4px; text-align: center; }
#whatsnew img { float: left; padding: 5px; }
#whatsnew ul { list-style: square; margin: 10px 5px 10px 20px; padding-left: 60px; }

#certification { clear: both; height: 75px; margin: 0 auto; padding: 20px 0 0 67px; position: relative; width: 383px; }
#certification img { position: absolute; left: 0; top: 0; }

/* Contact */
#map { border: 2px solid #000; height: 400px; width: 500px; margin: 10px auto; }
#map .loading { color: #e5e3df; display: block; font-size: 24px; margin-top: 175px; text-align: center; }

/* Providers */
#provider { border: 1px dashed #789; margin-bottom: 10px; position: relative; }
#provider h3 { background: #BAC; padding: 4px 10px; }
#provider h3 a { color: #000; }
#provider h3 a:hover { color: #FFF; text-decoration: none; }
#provider h5 { clear: left; margin-left: 120px; padding: 3px 0; }
#provider img { border: none; float: left; padding: 10px; }
#provider p { margin: 5px 10px 5px 120px; padding: 0; }

#profile { width: 100%; }
#profile h1 { margin: 10px 0 0 0; }
#profile h2, #profile h3, #profile h5 { margin: 0 0 10px 0; }
#profile img { float: right; padding: 0 0 10px 10px; }

/* Insurance */
#insurance li { margin-bottom: 10px; }

/* HIPAA */
#body .indent { padding-left: 40px; }

/* Links */
#links h3 { margin: 5px 0 0 0; padding: 0; }
#links p { font-size: 11px; margin: 0 0 15px 30px; padding: 0; }

/* Patient's Corner */
#pclinks { position: absolute; right: 10px; top: 10px; }

#patientscorner ul { list-style: none; margin: 0; padding: 0; }
#patientscorner li { float: left; height: 24px; padding: 5px 0 5px 50px; width: 204px; }
#patientscorner a {
	background: #315 url("../../_img/pcbutton.gif") 0 0 no-repeat;
	color: #FFF;
	display: block;
	height: 12px; width: 174px;
	line-height: 12px;
	overflow: hidden;
	padding: 6px 15px;
	text-align: center;
}
#patientscorner a:hover { background-color: #BAC; background-position: 0 -24px; color: #315; text-decoration: none; }

/* FAQs */
#pagetop { height: 1px; left: 0; overflow: hidden; position: relative; top: 0; width: 1px; }

#index { border-bottom: 1px solid #136; margin-bottom: 10px; padding-bottom: 10px; }
#index ul { list-style: none; margin: 0; padding: 0; }
#index li { float: left; padding: 0 5px 3px 0; width: 32%; }
#index a { display: block; padding: 1px 3px; width: 100%; }
#index a:hover { background: #456; color: #FFF; text-decoration: none; }

#qna { border: 1px dashed #789; margin-bottom: 10px; }
#qna h3 { background: #BAC; padding: 4px 10px; }
#qna p { margin: 5px 30px; padding: 0; }
#qna a.linktop { display: block; padding: 3px 5px; width: 75px; }

/* Forms */
#forms { margin: 5px 0; }

#file { float: right; font-size: 10px; text-align: center; width: 100px; }
#file img { border: none; }

/* Testimonials */
#testimony { border: 1px dashed #789; margin-bottom: 10px; }
#testimony h3 { background: #BAC; padding: 4px 10px; }
#testimony p { margin: 5px 30px; padding: 0; }

/* Orthotic / Prosthetic Care */
#products { border: 1px dashed #789; margin-bottom: 10px; position: relative; }
#products img { border: 1px solid #789; float: left; margin: 8px; }
#products h3 { background: #BAC; padding: 4px 10px; }
#products p { margin: 5px 10px 5px 120px; padding: 0; }
#products h5 { clear: left; margin-left: 120px; padding: 3px 0; }
