/* CALGARY PILATES - print.css
    
   Author:   Cory Schadt (Cornerstone Technologies)
			
			
   ----------------------------------------------------*/
	 

/* =GENERAL SELECTORS 
   ----------------------------------------------------*/
			
			
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 100%;
	background-image: none;
}
a:link, a:visited {
	color: #0093A0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8DA9CC;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
}
a img {
	border: 0;
}
ul, ol {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
ul ul, ol ol {
	font-size: 100%;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 20px;
}
ul li, ol li {
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.9em;
	margin-left: 0px;
}
ul li {
	list-style-type: square;
}
ol ol li {
	margin-left: 25px;
	list-style-type: lower-roman;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18pt;
	color: #004e55;
	font-weight: 400;
	margin-top: 5px;
	background-image: none;
	padding-left: 0px;
	line-height: 38px;
	margin-bottom: .5em;
}
h2 {
	padding: 0;
	color: #333333;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}
h3 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #333333;
	font-size: 13pt;
	font-weight: normal;
}
h4 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #008eb0;
	font-size: 14pt;
	font-weight: normal;
}
h5 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #f68e56;
	font-size: 14pt;
	font-weight: normal;
}
h6 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #363636;
	font-size: 14px;
	font-weight: normal;/* =LAYOUT 
   ----------------------------------------------------*/
			
			}
#print-masthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004e55;
	display: block;
	padding-top: 5px;
}
#print-footer {
	text-align: center;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
}
#print-masthead .light-green {
	color: #90c325;
}
#outer-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: none;
	margin-bottom: 0px;
}
#masthead, #outer-wrapper-botton, #sidebar, #announcements, #map, #footer, .hr {
	display: none;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	width: 100%;
	border-right-style: none;
	margin: 0px;
	float: none;
	padding: 0px;
}
.clear {
	color: #004e55;
}
.home-image1 {
	float: left;
	border: 2px solid #90c325;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 4px;
}
.home-image2 {
	float: left;
	border: 2px solid #90c325;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 8px;
}
.home-image3 {
	float: right;
	border: 2px solid #90c325;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.home-image4 {
	background-image: url(../images/home-image-4.jpg);
	height: 176px;
	width: 187px;
	margin-top: -20px;
}
.light-green {
	color: #004e55;
}
