/* Chad Brown Health Center Printable CSS */


/* Non Printable 
-------------------------------------*/

@media print{
	#fixedButtons{display:none;}
}

#fixedButtons  {
	overflow:hidden;
	position:fixed;
	left:0px;
	top:0px;
	z-index:9999;	
	filter:alpha(opacity=80);
	opacity:0.8; 
	width:100%;
}

#fixedButtons span {
	padding:.5em;
	word-spacing:.5em;
	background-color:#DFDFDF;
	border-left:1px solid #bebebe;
	border-top:1px solid #bebebe;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	float:right;
	margin:.5em;
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;	
}


/* Layout 
-------------------------------------*/

html, body {
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	padding:0em;
	background: #FFF;
}


#printHeader {
	border-bottom: 0.2em solid #DFDFDF;
	background-color: #f0f0f0;
	display:block;
	margin:0em;
	padding:0.1em;
	vertical-align:top;
	height: 95px;
	width:100%;
	float:left;
}

#printHeader  h1 {	
	margin:0.1em;
	padding:0.1em;
	text-shadow: 3px 3px 7px #999;
}

#printHeader img {
	width: 89px;
	height: 90px;
	border:0px;
	float:left;
	margin-top:0.1em;
	margin-left:1em;
}


#printContent {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	float:left;
	display:block;
	clear:both;
	width:95%;
}

#printFooter {
	padding-top: 1em;
	border-top:0.2em solid #DFDFDF;
	text-align:center;
	display:block;
	float:left;
	clear:both;	
	width:100%;
}

/* Content 
-------------------------------------*/
a {color:#283398;text-decoration: underline;}
a:hover{text-decoration: none;}
a:visited {color:#551A8B;}

.news{font-family: Georgia, Garamond, Times, serif;letter-spacing:0.1em;text-align:center;margin: 40px auto;line-height: 145%;font-size: 12pt;font-variant: small-caps;}
.paddList li {padding-bottom:5px;}
.highlight { color:#0C5F32;font-weight: bold; }
.center{text-align:center;margin-left: auto; margin-right: auto; display:block;}

.style1 {color:#222;}
.style2 {color:#000;font-family:Georgia, Garamond, Times, serif;font-size:9pt;list-style-type: lower-alpha;}
.style3 {color:#000;font-family:Georgia, Garamond, Times, serif;font-size:9pt;}
.style4 {color:#222;font-family:Arial,sans-serif;font-size:9pt;line-height:1.6em;}
.style5 {color:#000;font-family:Georgia, Garamond, Times, serif;font-size:9pt;list-style-type: circle;}
.style6 {color:#000;font-family:Georgia, Garamond, Times, serif;font-size:9pt;list-style-type: lower-roman;}

.paddimg {padding:4px;}
.floatL {float:left;}
.floatR {float:right;}


#printContent h1 {	
	font-size: 1.5em;
	line-height: 40px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #2B1901;
	text-align: center;
	font-family: Georgia, Garamond, Times, serif;
}

#printContent h2 {	margin: 15px 0px 0px 0px;padding: 0px;display: block;font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 1.2em;letter-spacing: -1px;line-height: 24px;	border-bottom: 2px dotted #63470F;color: #63470F;}

#printContent blockquote{font-family: Georgia, Garamond, Times, serif;letter-spacing:0.1em;	text-align:center;margin: 20px auto;line-height: 145%;font-size: 12pt;font-variant: small-caps;}

#printContent img {border-style: none;}

#printContent acronym { cursor:help;}

.box {border: 2px solid #63470F;	}
.boxdotted {border-top: 2px dotted #63470F;border-bottom: 2px dotted #63470F; }


.iconL {background-position:left center;background-repeat:no-repeat;padding-left:20px;}
.icon-print{background-image:url(print.png);}
.icon-close{background-image:url(close.png);}

