
@import url(global.css);
@import url(navbar.css);


/***** Home Page ******/

#p_home blockquote {
	background: url(../_img/bq_index.gif) no-repeat 0 0;
	}
#p_home h1 {
	color: #fff;
	background: url(../_img/h1_index.gif) no-repeat 0 0;
	}
#p_home #main {
	width:400px; 
	color: #333;
	}
#p_home #right_column {
	width: 310px;
	left: 25px;
	float: left;
	top:0;
	padding-left: 0px;
	padding-right: 25px;

}	
#p_home h1 {
	margin-bottom: 20px;
	}
#p_home #callout  {
	width: 260px;
	padding: 25px;
}
#p_home #horizontal_banner {
	height: 175px;
	background: url(../_img/banner_home.jpg) no-repeat 0 0;
	}
	
/*** About ***/

.p_about .bio {clear:both; border-bottom: solid 1px #ccc; padding-bottom: 10px;}
.bio img {padding-top: 15px;}

.p_about #horizontal_banner {
	background: url(../_img/banner_about.jpg) no-repeat 0 0;
	}

.p_about h1 {
	background: url(../_img/h1_about.gif) no-repeat 0 0;
	}

/**** Services ****/
#p_services #main {
	left: 25px;
	/*left: 150px;*/
	}
	
#p_services #callout  {
	background: #00799c;
	width: 180px;
}

#p_services #right_column {
	width: 230px;
	left: 0px;

}


/*resources*/
.p_resources #horizontal_banner {
	background: url(../_img/banner_resources.jpg) no-repeat 0 0;
	}

.p_resources h1 {
	background: url(../_img/h1_resources.gif) no-repeat 0 0;
	}
.p_resources #main h3 {
	margin-bottom: 0px;
	}
.p_resources #main ul.interior_links {
	margin-top: 0px;
}

/* News */
.p_news #horizontal_banner {
	background: url(../_img/banner_news.jpg) no-repeat 0 0;
	}
.p_news h1 {
	background: url(../_img/h1_news.gif) no-repeat 0 0;
	}


/*Instrutions*/
.p_instructions #horizontal_banner {
	background: url(../_img/banner_instructions.jpg) no-repeat 0 0;
	}
.p_instructions h1 {
	background: url(../_img/h1_instructions.gif) no-repeat 0 0;
	}
#main .back-to-main a{
position: relative;
	top: 20px;

	}
#missed-appointments h3 {
	border-bottom: solid 1px #aaa;
	}
.p_instructions h4 {
	border-bottom: solid 1px #ccc;
}

.p_instructions #main ul {
	list-style-type: square;
	margin-left: 16px;
	}
	
.p_instructions #main ul li ul {
	list-style-type: disc;
	margin-left: 16px;
	}
/*Policies*/
.p_policies #horizontal_banner {
	background: url(../_img/banner_policies.jpg) no-repeat 0 0;
	}

.p_policies h1 {
	background: url(../_img/h1_policies.gif) no-repeat 0 0;
	}



/*patient login*/

.p_login #horizontal_banner {
	background: url(../_img/banner_policies.jpg) no-repeat 0 0;
	}
.p_login h1 {
	background: url(../_img/h1_patient.gif) no-repeat 0 0;
	}





/***Contact ***/
#p_contact #subway {width: 390px;}
#p_contact h1 {
	background: url(../_img/h1_contact.gif) no-repeat 0 0;
	}

#p_contact #horizontal_banner {
	background: url(../_img/banner_contact.jpg) no-repeat 0 0;
	}
	
div.form {padding-bottom: 3px;}
	label {
	clear: both;
	width: 19em;
	float: left;
	}
	
#map {
	position: absolute; 
	width: 350px; 
	height: 365px; 
	top: 300px;
	right: 25px;
	
	}

#message {
	position: relative;
	top: 20px;
	}
		
.infowindow {
	width: 160px; 
	height: 60px; 
	margin:0;
	
	padding-top:0;
	padding-right:0; 
	color: #000; 
	font-size:.9em;
	line-height: 1.2em;
	}


input, textarea { width: 185px;
	border: solid 1px #bbb;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
	color: #555;
	padding: 2px;
}

input#submit {
	width: 60px;
	background:#00799c;
	color: #fff;
	margin-left: 242px;
	
	}
	
	
	
/*** NEWS ***/
.p_news ul#news_links  {
	margin-top: 25px;
}
.p_news ul#news_links span {
	font-weight: bold;
	}
.p_news #main ul#news_links li {
	margin: 12px 0;
}