/* --------------------------DEFAULT STYLES-------------------------- */

body {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #ecebe4 url(../images/bg_top.gif) repeat-x left top;
	height: 100%;
}

form, h1, h2, h3, h4, h5, h6, p {margin:0px; padding:0px;}

h1 {
	font-size: 24px;
	height: 24px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	background: url(../images/dotted_h.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

h2 {
	line-height: 2.1em;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 10px;
}

h3,
.news div a,
.news div a:hover,
fieldset legend
{
	line-height: 2.1em;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #336600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
ul li {
	list-style: url(/quakerbridge/images/bullet.gif);
}

h4 {
	line-height: 2.1em;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-bottom: 5px;
}


p {margin-bottom: 15px; line-height: 150%;}

a img {border: none;}

a {color:#88b745; text-decoration: none; font-weight:bold;}
a:hover {color: #336633;}

.pdf {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding-left: 22px;
	display: block;
	margin-bottom: 10px;
}
.pdf2 {
	background: url(../images/icon_pdf2.gif) no-repeat left center;
	padding-left: 22px;
	display: block;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.input, textarea.input, select {
	display: block;
	padding: 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.date select, .date input 
{
	float: left;
	margin-right: 10px;
}

input.input:focus, textarea.input:focus, select:focus {
	color: #333333;
}

form span {color:#990000; font-weight:bold;}

label {font-weight: bold; display: block; margin-bottom:5px;}
label.inline {
	float: left;
	margin-left: 8px;
	margin-right: 12px;
	font-weight: normal;
}

input.submit {
	display: block;
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #99cc33;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #99cc33;
	cursor: pointer;
	background: #669933;
}

input.submit:active {
	border-top: 1px solid #336600;
	border-right: 1px solid #99cc33;
	border-bottom: 1px solid #99cc33;
	border-left: 1px solid #336600;
}

input.radio, input.check {float:left;}

small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}

fieldset legend {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

table {
	width:100%; border:none;
	margin-bottom:10px;
}
td {
	padding: 4px;
	border-bottom: 1px solid #EEEEEE;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 20px;
}

ul li {
}

/* --------------------------COMMON CLASSES-------------------------- */

.clear {
	line-height: 1px;
	margin-top: -1px;
	height: 1px;
	clear: both;
	font-size: 1px;
}


a.bullet {background:url(../images/bullet.gif) no-repeat left center; padding-left: 9px;}
p.bullet {background:url(../images/bullet.gif) no-repeat left 6px; padding-left: 12px;}

.tan {
	background-color: #ecebe4;
	padding: 10px;
	margin-bottom: 10px;
}

.tan h2, .tan h3 {margin-bottom:5px;}

a.close {
	display: block;
	background-color: #669933;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 4px;
}

.important {
	border: 1px solid #bcdc7b;
	background-color: #e7f2d0;
	padding: 5px 8px;
	margin-bottom: 15px;
	color: #669900;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
}

p.pdf {
	margin-top: 3px;
	margin-left: 3px;
}

.fifty {
	float: left;
	width: 50%;
}

.fifty li {
	width: auto;
	margin-bottom: 5px;
}
.fifty li a {color: #666666; }

.arrow {
	background: url(../images/icon_arrow.png) no-repeat left center;
	padding-left: 18px;
}

/* ------------------------------INDEX------------------------------- */
#wrap_all {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------------HEADER----------------------------- */
#wrap_header {
	height: 146px;
	background: url(../images/header_shadow.gif) repeat-x left top;
	margin-bottom: 15px;
}

#header_shadow-l, #header_shadow-r {
	display: block;
	float: left;
	width: 13px;
	height: 146px;
}
#header_shadow-l {background: url(../images/header_shadow-l.gif);}
#header_shadow-r {background: url(../images/header_shadow-r.gif);}

#header {
	display: block;
	float: left;
	width:743px;
	margin-right: 7px;
	height: 146px;
}

#ticker {float:left;width:750px}

#header a {font-weight: normal;}

#header #logo {
	width: 133px;
	height: 146px;
}

#header .right {
	width: 590px;
	float: right;
	margin-top:20px;
	text-align: right;
}

/* -------------------LOGIN------------------- */
#header .login {
	margin-bottom: 45px;
	float: right;
	clear: left;
}

.login h2 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666666;
	float: left;
	margin-right: 10px;
}

.login input.input {
	background-color: #f6f5f0;
	border-top: 1px solid #d7d5c8;
	border-left: 1px solid #d7d5c8;
	color: #7a765d;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0px 0px 5px;
	width: 108px;
}

.login input.submit {
	width: 56px;
	height: 22px;
	float: left;
}
.login .chunk {
	width: 118px;
	margin-right: 10px;
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #88b745;
}

/* ----------------END LOGIN---------------- */

.quicklinks {
	display: block;
	float: right;
	clear: left;
	width: 550px;
	text-align: right;
	color: #CCCCCC;
}
.quicklinks p {
	line-height: 19px;
	float: left;
}

#tagline {
	font: 24px Georgia, 'Times New Roman', Times, serif;
	color: #336633;
	letter-spacing:-0.05em;
	font-style: italic;
	width: 285px;
	float: left;
	text-align: left;
}

#location_info 
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	float:left;
	color: #336633;
	text-align:left;
	top:-98px;
	left:155px;
	position:relative;
	font-weight:bold;
	line-height:14px;
	white-space:nowrap;
}

#whatsNew
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	float:left;
	color: #336633;
	text-align:left;
	top:-27px;
	position:relative;
	font-weight:bold;
}

.whatsNewText
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	Xfloat:left;
	color: #336633;
	text-align:left;
	Xtop:-22px;
	Xposition:relative;
	font-weight:bold;
}

#whatsNew ul
{
	margin:2px 0 0 0;
}

#whatsNew ul li
{
	padding:0;
	list-style:disc;
	list-style-image:none;
	color: #336633;
}

#whatsNew ul li a
{
	color: #336633;
	font-weight:bold;
}

/* -------------------------------NAV----------------------------- */

#wrap_nav {
	height: 49px;
}

#nav_shadow-t {
	background: url(../images/nav_shadow.gif) no-repeat left top;
	height: 3px;
	line-height: 1px;
	font-size: 1px;	
}

#nav_shadow-l, #nav_shadow-r {
	width: 3px;
	height: 46px;
	float: left;
}

#nav_shadow-l {background: url(../images/nav_shadow-l.gif) no-repeat left top;}
#nav_shadow-r {background: url(../images/nav_shadow-r.gif) no-repeat left top;}

#nav_wrapper {float:left; height:46px;}

#nav a img {
	display: block;
}

.submenu {
	position: absolute;
	width: 130px;
	z-index: 100;
	background-color: #E9FECB;
	border-left: 1px solid #c2e68f;
	border-right: 1px solid #c2e68f;
	padding: 0px;
	margin: 0px;
}

.submenu a {
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #c2e68f;
}

.submenu a:hover {
	background-color: #FFFFFF;
}

/* -------------------------------BODY----------------------------- */
#wrap_body {
	margin-bottom: 10px;
}
#body {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	background: url(../images/bg_main.gif) repeat-y left top;
}

#body_shadow-t {
	background: url(../images/bg_main-above.gif) no-repeat left top;
	height: 3px;
	line-height: 1px;
	font-size: 1px;		
}

#body_shadow-b {
	background: url(../images/shadow_main-bot.gif) no-repeat left top;
	height: 8px;
	line-height: 1px;
	font-size: 1px;	
}

#body .content {
	width: 730px;
	padding: 17px 20px 16px;
	margin: 0px 3px;
}

/* -------------------------------FOOTER----------------------------- */
#footer {
	color: #7a765d;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#footer p {
	line-height: 16px;
}


/* -------------------------------INDEX----------------------------- */

.bucket {
	float: left;
	margin-right: 20px;
	width: 230px;
}
.bucket p {
	color: #666666;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}


/* -------------------------------NEWS----------------------------- */
.news div {
	margin-bottom: 15px;
}
.news div a {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 5px;
}
.news div p {
	margin-left: 22px;
}

/* -------------------------------JOBS----------------------------- */


/* -------------------------------HIRES----------------------------- */

.news img {
	float: right;
	padding:2px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}

/* -------------------------------EVENTS----------------------------- */

.events h3 {margin-bottom: 5px;}
.events p {margin-bottom: 0px;}


.procedures li a.title {
	display: block;
	font-size:16px;
	font-weight: bold;
	padding: 3px;
}
.procedures li a.title:hover {background: #ecebe4; color:#669933;}
.procedures li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/dotted_h.gif) repeat-x left bottom;
}


/* -------------------------------LOCATIONS----------------------------- */
.maplinks a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	padding-left: 22px;
	display: block;
	margin-top: 8px;
}
a.zoom {background: url(../images/icon_zoom.gif) no-repeat left center;}
a.drive {background: url(../images/icon_drive.gif) no-repeat left center;}

.moreinfo {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	padding-left: 10px;
}

#directions, #directions1, #directions2, #directions3 {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #e7f2d0;
	border: 1px solid #bcdc7b;
}
#directions label, #directions1 label, #directions2 label, #directions3 label  {
	font-weight: bold;
	margin-bottom: 3px;
}

#directions1 input.input, #directions2 input.input, #directions3 input.input {
	width: 208px;
}

ul.services {
	padding: 0px 0px 0px 18px;
	margin: 0px;
}
ul.services li {
	width: 50%;
	float: left;
}

.links li {
	margin-bottom: 15px;
}


/* -------------------------------BIOS----------------------------- */

.bios a {
	width: 138px;
	float: left;
	display: block;
	margin-right: 9px;
	color: #669900;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

.bios a:hover {
	color: #000000;
}

.bios a img {
	display: block;
	margin-bottom: 8px;
	border: 1px solid #EEEEEE;
}

.bios a:hover img {
	border-color: #CCCCCC;
}

.bios a span {display: block; text-align: center;}

.physician img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}


/* -------------------------------APPT FORM----------------------------- */

#form_appt {width: 470px; margin: 0px auto;}
.block {float: left; width: 50%;}

#form_appt input.input, #form_appt textarea.input {
	width: 160px;
}

#form_appt input.radio {
	margin-bottom: 5px;
}


#form_appt select {
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: auto;
}

#form_appt .date select, #form_appt .date input.input {
	width: auto;
	display: block;
	float: left;
	padding: 2px;
	margin-right: 10px;
}

#form_appt input.submit {margin: 0px auto; color:#FFFFFF;}

#patient_info fieldset{
	padding-top:0px;
}

#patient_info legend {
	margin-bottom: 5px;
}

#patient_info ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#form_login {margin-bottom: 25px;}
#form_satisfaction li {margin-bottom: 10px}

#contact {line-height: 22px;}
#contact strong {float: left; width: 60px;}

ul.rss
{
	list-style: none;	
	margin: 0 0 0 15px;
	padding: 0;
}

li.rss {
	background: url(images/rss.gif) no-repeat 0 0;
	width1: 36px;
	height: 14px;
	line-height:14px;
	text-decoration: none;	
	float: left;
	padding-left:42px;
}