/* Print Style Sheet */
@media print {
body { 
	background-color:white; 
	color:black; 
	margin:0 	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#wrap {	
	margin:0px auto;
	text-align:left;
	width: 700px;
	position: relative;

}

#biowrap {
	background-color: #fff;	
	margin:0px auto;
	text-align:left;
	width: 700px;
	position: relative;

}

#banner {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_horse1.jpg);

}

#bannerhorse2 {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_horse2.jpg);

}

#bannerbelle {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_belle.jpg);

}


#bannerwall {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_wall.jpg);

}

#bannerfence {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_fence.jpg);

}

#bannerfence2 {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_fence2.jpg);

}

#bannerbricks {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_bricks.jpg);

}

#bannerbench {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_bench.jpg);

}

#bannercastleman {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_castleman.jpg);

}

#bannerscape {
	display: none;
	width: 750px;
	height: 87px;
	margin: 0 auto;
	background-image: url(images/banner_skyline_night.jpg);

}

#biobanner {
	width: 100%;
	height: 130px;
	border-bottom: 10px solid #afa385;
}

#leftside {
	display: block;
	float: left;
	width: 230px;
	margin-top: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 11px;
}

#leftbio {
	display: block;
	float: left;
	width: 230px;
	margin-top: 0px;
	background-color: #d4d7da;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 11px;
}

.leftparagraph {
	padding: 0px 8px 8px 8px;
}

#rightside {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	padding: 5px 5px 15px;
	width: 65%;
	float: left;
	margin-top: 5px;
}

#rightbio {
	display: block;
	padding: 5px 15px 15px;
	width: 65%;
	float: left;
}

#footer {
	display: block;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	padding-top: 10px;
	clear: both;
	background-color: #fff;
}

.rightparagraph {
	font-size: 12px;
	color: #000000;

}

.bioparagraph {
	font-size: 11px;
	color: #000000;
        overflow: none;

}

.pageparagraph {
	font-size: 12px;
	color: #000000;

}

#navcontainer {
	display: none;
}


#active a { border-left: 1px solid #afa385; }

.sideheader {
	width: auto;
	text-align: center;
	background-color: #fff;
	color: Black;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0px;
}

#practicehighlights {
	display: block;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: Black;
	font-size: 12px;
}



#practicelist
{
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
 	margin-right: 5px;
}

#practicelist li
{
display: block;
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
 padding-right: 10px;
}

img.front {
	border: 1px solid White;
	margin-left: 5px;
	margin-bottom: 5px;
}

img.bannerprint {
	display: block;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

}