/************************************
 HealthStores Content Presentation 
 Created By Ben Stewart - August 2009
************************************/

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000;
	line-height:140%;
	font-size:13px;
	height:100%;
	width:450px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding:0px 0 10px 0;
	text-transform:none;
	color: #007395;
}
h1 {
	line-height:50px;
	font-size: 46px;
	padding:0px 0 20px 0;
	font-weight:normal;
}
h2 {
	line-height:28px;
	font-size:23px;
	font-weight:bold;
	color: #007395;
	padding:0px 0 15px 0;
}
h3 {
	line-height:23px;
	font-size:18px;
	font-weight:bold;
	color: #007395;
}
h4 {
	font-weight:bold;
	font-size:13px;
	color: #007395;
	padding:0;
}
ul {
	margin: 0 10px 5px 20px;
}
ul li {
	margin: 0px 0px 0px 15px;
	padding:0 0 5px 15px;
	width:360px;
	list-style:none;
	background:url(images/bullet.png) no-repeat 0px 3px;
}
ol {
	margin: 0 10px 5px 45px;
}
ol li {
	margin:0px;
	padding:0 0 15px 15px;
}
p {
	margin: 0 0 10px 0;
}
a {
	border:none;
	color: #007395;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
td {
	vertical-align:top;
}
hr {
	height:1px;
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	margin-bottom: 10px;
}
img {
	border:0;
}
img.Image_left {
	float: left;
	margin: 0px 15px 25px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 25px 15px;
}
img.Image_centre {
	margin: 0 auto 20px auto;
}
.clear {
	clear:both;
}
.greentext {
	color: #007395;
}
.greytext {
	color: #666666;
}