/* CSS Document */
/* Style sheet for Terra Rubra Lions Club Convalescent Equipment pages */

#equipment {
	background: url(/images/divider.gif) 0 0 repeat-x;
	width: 95%;
	text-align: left;
	margin: 0 auto;
}
#equipment p {
	font: normal 18px Palatino Linotype, "Times New Roman", Times, serif;
	color: #050;
	display: block;
	width: 75%;
	margin: 0px auto;
	text-align: left;
	padding: 15px 0 0 0;
}
#equipment p span {
	font: bold 14px Palatino Linotype, "Times New Roman", Times, serif;
	color: #600;
}
#equipment p em {
	color: #008;
}

#equipmentListPane{
	width: 70%;
	margin: 10px auto;
	padding: 0px 0 30px 65px;
}
#equipment ul{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #600;
	display: block;
	float: left;
	list-style-type: square;
	padding: 0px 20px 0 30px;
	width: 40%;
}
#equipmentImgPane{
	margin: 10px auto;
	width: 80%;
	padding: 50px 0 0 20px;
}
#equipment img.portrait {
	height: 100px;
	widht: 80px;
	margin: 10px 10px;
	border:3px double #060;
}
#equipment img.landscape  {
	width: 100px;
	height: 80px;
	margin: 10px 10px;
	border:3px double #060;
}

#equipment h1 {
	font: normal 42px/50px Georgia, "Times New Roman", Times, serif;
	color:#060;
	padding: 15px 0 10px 0;
}
#equipment h2{
	font: normal 22px/26px Georgia, "Times New Roman", Times, serif;
	color:#006;
}
#equipment h2 span{
	font: normal 28px/32px Georgia, "Times New Roman", Times, serif;
	color:#006;
	margin:5px 0 5px 0;
	display:block;
}
#equipment h3{
	font: normal 16px/22px Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 15px 0;
}
#equipment h3 span{
	font-weight: bold;
}
