/* CSS Document Print Style Sheet */

/* Font Styles ----------------------------------------------------------------------------------------*/
body {
	width: 6.5in;
	margin: 0;
	font: 10pt/130% Arial, Helvetica, sans-serif;
	
}
h1, h1, h3 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	border-bottom: 1px solid #333;
	font-size: 14pt;
}
h2 {
	margin-top: 30px;
	font-size: 12pt;
}
h4 {
	margin: 0;
}


/* Other Styles ---------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
#footer {
	margin-top: 50px;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}
#contents p.fine_print {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
#contents p.testimonial {
	width: 90%;
	margin: 0;
	font-style: italic;
}
#contents p.test_name {
	margin: 0 0 15px 0;
}
.table_heading {
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
}
.col_1, .col_2, .col_3, .col_4 {
	font-weight: bold;
}
.col_1 {
	width: 125px;
} 
.col_2 {
	width: 75px;
} 
.col_3 {
	width: 150px;
} 
.col_4 {
	width: 125px;
}
.table_hr {
	height: 15px;
	border-top: 1px solid #000;
}
#map_link {
	float: left;
	margin: 0 20px 0 30px;
}
#balmoral_imgs {
	float: left;
	width: 100%;
}
#balmoral_imgs img {
	padding: 10px;
	border: 1px solid #000;
}

/* Hidden Elements ------------------------------------------------------------------------------------*/
#top_nav, #bottom_nav, #header, #index_crest, #side_bar {
	display: none;
}
