﻿p {
    margin: 1.12em 0;
	font-size: 13px;
}

.body th {
    background: #eee;
}
.body td, .body th {
    padding: 3px 5px;
}



th {
    font-family: arial,helvetica,verdana,sans-serif; 
    font-size: 13px; 
    color: #ffffff; 
    line-height: 18px; 
    text-align: left;
    padding: 5px; 
    margin: 0px; 
    background-color: #336699; 
}

.phonenumber {
	white-space: nowrap;
}


/*


	Styling for the Procedure Costs data
	
*/

.Example {
	border: 1px solid #A0A2A5;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0; margin: 0 0 20px 0;	
}

	.Example table {
		padding: 0; 
		margin: 0;	
		width: 100%;
	}
	
	.Example td {
		padding: 15px 0;	
	}
	
	.Example th {
		padding: 20px 0;
	}
	
	.Example .sidebar {
		width: 300px;
		text-align: right;
	}
	
	.Example td.thin {
		border-top: 1px solid #A0A2A5;
	}
	
	td.padded img {
		margin: 10px 0;
	}
	
	.Example td td, .Example td th {
		background: none;
		padding: 0 25px;	
		margin: 0;
	}
	
	.Example td {
		vertical-align: top;
		padding: 0; margin: 0;
	}
	
	.Example p {
		margin: 1em 25px;	
	}
	
	.Example a.top {
		display: block;
		width: 420px;
		margin: 15px 0 15px 25px;	
	}
	
	.Example .last {
		text-align: right;	
	}
	
	.Example h3 {
		font-size: 32px;
		line-height: 32px;
		padding-top: 15px;
		margin: 0 25px;
	}
	
	.Example h4 {
		min-height: 55px;
		font-size: 18px;
		line-height: 1.3em;
		padding: 15px 25px;
		color: #fff;
	}
		
	.Example h5 {
		margin: 10px 0;	
		font-size: 18px;
	}
	
	.Example h5.small {
		font-size: 13px;
	}
	
	.Example h6 {
		font-size: 18px;
		padding: 15px 25px;
		margin: 25px 0;
		color: #fff;
	}
	
	
/* ORANGE */
	
		.color1 h3, .color1 h5 {
			color: #E98300;
		}
		
		.color1 h4 {
			background: #E98300;
		}
		
		.color1 th {
			border-bottom: 3px solid #E98300;
		}
		
		.color1 table table {
			color: #E98300;
		}
		
		.color1 .cost {
			border-top: 1px solid #E98300;
		}


/* BLUE */
	
		.thick2 {
			border-top: 10px solid #1D56A6;
		}
	
		.color2 h3, .color2 h5 {
			color: #1D56A6;
		}
		
		.color2 h4 {
			background: #1D56A6;
		}
		
		.color2 th {
			border-bottom: 3px solid #1D56A6;
		}
		
		.color2 table table {
			color: #1D56A6;
		}
		
		.color2 .cost {
			border-top: 1px solid #1D56A6;
		}
		
		.color2 h6 {
			background: #1D56A6;
		}


/* GREEN */
	
		.thick3 {
			border-top: 10px solid #739600;
		}
	
		.color3 h3, .color3 h5 {
			color: #739600;
		}
		
		.color3 h4 {
			background: #739600;
		}
		
		.color3 th {
			border-bottom: 3px solid #739600;
		}
		
		.color3 table table {
			color: #739600;
		}
		
		.color3 .cost {
			border-top: 1px solid #739600;
		}
		
		.color3 h6 {
			background: #739600;
		}







/* BOTTOM RED */

		
	.bottom, table .bottom table, .bottom h3, .bottom h5, .bottom h4 {
		color: #A71930;
	}
	
	.bottom .cost {
		border-top: 1px solid #A71930;
	}
	
	.bottom th {
		border-bottom: 3px solid #A71930;
	}
	
	.bottom h6 {
		background: #A71930;
	}
		
	.bottom.thick {
		border-top: 10px solid #A71930;
	}


/* LIST */

.ListNav {
	list-style: none;	
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 10px solid #ffe58c;
}

.ListNav li {
	color: #0066cc;
	display: inline;
}
