﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
	padding: 0px;
	background-color: #A3DCE6;
}
#masthead {
	text-align: center;
	width: 700px;
	height: 200px;
	padding: 0px;
	background-image: url("../images/weecarehead.jpg");
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	clear: both;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #489D8F;
}
#navigation h1 {
	font-size: 1em;
	color: #EFD007;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#navigation p {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#navigation img {
	width: 100%;
	height: 129px;
}
#content {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}
#clinic {
	text-align: center;
}
#content img {
	padding: 5px;
	margin: 0px;
}
#content ul {
	list-style-image: url('../images/trainmarker.jpg');
	font-size: medium;
	font-weight: bold;
}
#content li {
	height: 25px;
}
#services {
	background-image: url('../images/boy1.jpg');
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	height: 135px;
	background-image: url('../images/weecarefooter.gif');
	border: 0px;
}
#mail {
	font-size: small;
	border: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#staff {
	width: 100%;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: medium;
}
/* Masthead Styles */
#masthead p {
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-right: 100px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: medium;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	max-height: 35px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #7FBCAA;
	background-color: #489D8F;
	font-weight:bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #7FBCAA;
	font-weight:bold;
}
/* Content Styles */
h6 {
	text-align: center;
}
h5 {
	text-align: center;
}
h4 {
	text-align: center;
}
h3 {
	text-align: center;
}
h2 {
	text-align: center;
}
h1 {
	text-align: center;
}
#content p {
	padding: 5px;
	margin: 10px;
}
#img p {
	margin: 10px;
}
/* Footer Styles */
#date {
	border: none;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	font-size: 1.2em;
	color: #38A814;
}
#update {
	border: none;
	font-size: .8em;
	text-align: center;
	color: #000000;
}
#footer p {
	color: #000000;
	margin: 5px;
	padding: 0px;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #2989AF;
	text-decoration: underline;
}
a:hover {
	color: #DE4083;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.wcblue {
	color: #2989AF
}
.wcyellow {
	color: #D8A604
}
.wcgreen {
	color: #38A814
}
.wcred {
	color: #DE4083
}
.style1 {
	margin-left: 15px;
	margin-right: 15px;
}
.style2 {
	margin-left: 5px;
	margin-right: 5px;
}
.center {
	text-align: center;
}

