/* CSS Document Print Style Sheet by Paula Duggan 12/2006 */
/*******************************
INTERIOR TEMPLATE for Print
********************************/

body { background: white;
font-size:12pt;
background-image:none;
font-family:Arial, Helvetica, sans-serif;
color:#000000;}

/*POINTS are for PRINT!*/  
 
/* opera start */
html>body {
	font-size: 12pt;
	}
	
/*	End Hack*/



h1 {color:#000;
font-size:24pt;
padding-bottom:0px;
margin:10px;}

h2 {
	color:#000;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin:5px;
}


#nav{
display:none;
}


#content img{
margin: 10px;
}

#content {float:none !important;
background:none;
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
color:#000000;}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") "; 
font-size:90%;
color:#000000;}

/*The above code makes the URL show up instead of just underlined text*/
#contTop {
display:none;
		}
	#contNav {
	display:none;
	
	}
#container {
background-image:none;
border:none;}

#footer {
display:none;
}
#subfooter {
color:000;
background-color:#FFFFFF;
border:thin #CCCCCC solid;}


/**************************
END
*****************************/

/**********************************
Print Styles for Physician Page
*********************************/

#physicianHeader h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
}
#wrapCurve {
}

#topCurve {
	background-attachment: scroll;
	background-image: url(../assets/topcurve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px;
	padding:0px;
	height: 15px;
}
#repeatCurve {
	background-image: url(../assets/curverepeat.gif);
	background-repeat: repeat-y;
	height: 400px;
	}
	#content img {
	padding: 0px;
	margin: 0px;
}
/* Doctor is the wrapper for all the information pertaining to the physician, it contains several small divs*/

#doctor p {
text-indent:0px;
}
	
#doctor h2 {
	font-size: 16pt;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	width: 400px;
	margin-left: 20px;
	font-weight: bold;
}	


#doctor {width:450px;
padding:10px 10px 10px 30px;}

#doctor h3 {
	background-image:url(../assets/triangle.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 14pt;
	color: #003399;
	background-attachment: scroll;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;

}
#image {
margin:5px;
width: 150px;
float:left;
}

#address {
	width:220px;
	float:left;
	margin-top: 5px;
	margin-left: 20px;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#address p {
	margin-left: 22px;
	
}

.optional {
clear:both;
padding: 10px 25px 15px 25px;}

/*End main content areas for the physicians*/

#bottomCurve {
	background-attachment: scroll;
	background-image: url(../assets/bottomcurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
}
#directory {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: right;

}

