@charset "utf-8";
/* Janet Heath website stylesheet */
@media screen {
.oneColElsCtr #containerOne {
	width: 718px;
	background-image: url(../images/img_background_body.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainHeader {
	height: 93px;
	width: 718px;
}
.oneColElsCtr #mainMenu {
	background-image: url(../images/img_menu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 718px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 35px;
	word-spacing: 25px;
	margin: 0px;
	line-height: 30px;
}
.oneColElsCtr #banner{
	height: 267px;
	width: 718px;
}
.oneColElsCtr #mainContent {
	height: auto;
	width: 579px;
	margin: 20px 79px 20px 60px; /* top, right, bottom, left */
	padding: 0;
}
.oneColElsCtr #mainFooter {
	background-image: url(../images/img_background_footer.gif);
	background-repeat: no-repeat;
	width: 718px;
	height: 35px;
}
.divider {
	background-image: url(../images/img_bg_box_divider.gif);
	height: 15px;
	width: 579px;
	background-repeat: repeat-x;
	background-position: left 0px;
}
.subBoxAuto {
/* used for page divs */
}
.imgFrame {
	background-image: url(../images/img_bg_small.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 19px 50px 54px 17px; /* top, right, bottom, left */
	margin-bottom: 0px;
	margin-top: 0px;
}
.imgFrameMed {
	background-image: url(../images/img_bg_med.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 15px 50px 50px 15px; /* top, right, bottom, left */
	margin-bottom: 0px;
}
.subheading {
	font-style: italic;
}
/* redefined HTML tags */
p {
	line-height:17px;
}
li {
	line-height:17px;
}
h1 {
	font-size:18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	height: 10px;
	color: #50572d;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	color: #231f20;
	font-size: 12px;
	background: #b9b9ba;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
} /* end media@screen */
