* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 101%;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
p{
	font-size: .8em;
	margin-bottom: 1em;
}
div#wrapper {
	width: 745px;
	margin-top: 5px;
	margin-left: 0px;
}
.wrapperbHome {background: url(../images/backgrounds/navmenu/home.gif) no-repeat left bottom;}
.wrapperbServices {background: url(../images/backgrounds/navmenu/services.gif) no-repeat left bottom;}
.wrapperbCareplan {background: url(../images/backgrounds/navmenu/careplan.gif) no-repeat left bottom;}
.wrapperbManagers {background: url(../images/backgrounds/navmenu/managers.gif) no-repeat left bottom;}
.wrapperbAssessment {background: url(../images/backgrounds/navmenu/assessment.gif) no-repeat left bottom;}
.wrapperbNetwork {background: url(../images/backgrounds/navmenu/network.gif) no-repeat left bottom;}
.wrapperbFees {background: url(../images/backgrounds/navmenu/fees.gif) no-repeat left bottom;}
.wrapperbResources {background: url(../images/backgrounds/navmenu/resources.gif) no-repeat left bottom;}
.wrapperbContact {background: url(../images/backgrounds/navmenu/contact.gif) no-repeat left bottom;}
h1 {
	background-image: url(../images/backgrounds/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 745px;
	margin-bottom: 20px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	height: 14px;
}
h3 {
	margin-top: 25px;
	margin-bottom: 5px;	
	height: 16px;
}
address {
	font-size: .8em;
	margin-bottom: 1em;
	font-style: normal;
}
div#nav {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav li {
	text-align: right;
	
}
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #7F653A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
}
#nav li a:hover {
	line-height: 23px;
	color: #BA0505;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A1A986;
	border-bottom-color: #A1A986;
}
#nav #current a{
	line-height: 23px;
	color: #BA0505;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A1A986;
	border-bottom-color: #A1A986;
}
div#content {
	width: 478px;
	margin-left: 15px;
	padding-bottom: 45px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1A986;
	border-left-color: #A1A986;
	text-align: justify;
	background-image: url(../images/backgrounds/ornament1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	
	
}
ul#services {
	list-style-type: circle;
  	padding-left: 10px;
  	margin-left: 10px;
	line-height: 1.3em;
	font-size: 1em;
}
#managers li{
	margin-bottom: 2em;
}
#managers li img {
	border: 1px solid black;
	margin-right: 5px;
	float: left;
	vertical-align: top;
}

ul#resources {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .9em;
	text-align: left;
	line-height: 1.4em;
}
#careplans li a {
	font-size: .9em;
}
ul#careplans {
	list-style-type: square;
	line-height: 3em;
	margin: 30px 0 20px 0;
	padding-left: 20px;
}
div#footer {
	clear: both;
	padding-left: 255px;
	position: relative;
	height: 14px;
	font-size: 1px; /* IE won't apply height 14px unless if the font size is larger then 14px */
}
.footerHome {background: url(../images/backgrounds/footers/f_home.gif) no-repeat left top;}
.footerServices {background: url(../images/backgrounds/footers/f_nurse.gif) no-repeat left top;}
.footerCareplan {background: url(../images/backgrounds/footers/f_careplan.gif) no-repeat left top;}
.footerManagers {background: url(../images/backgrounds/footers/f_managers.gif) no-repeat left top;}
.footerAssessment {background: url(../images/backgrounds/footers/f_assessment.gif) no-repeat left top;}
.footerNetwork {background: url(../images/backgrounds/footers/f_network.gif) no-repeat left top;}
.footerFees {background: url(../images/backgrounds/footers/f_fees.gif) no-repeat left top;}
.footerServices {background: url(../images/backgrounds/footers/f_services.gif) no-repeat left top;}
.footerResources {background: url(../images/backgrounds/footers/f_resources.gif) no-repeat left top;}
.footerContact {background: url(../images/backgrounds/footers/f_contact.gif) no-repeat left top;}
#footer a{
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	vertical-align: top;
	color: white;
}
#footer span{
	font-size: 11px;
	vertical-align: top;
	position: absolute;
	right: 2px;
	color: white;
}
#copyright {
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 0.7em;
	color: #CCCCCC;
	position: absolute;
	right: 10px;
	font-family: "Courier New", Courier, mono;
}
#copyright a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover, #copyright a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#contactForm form {
	width: 75%;
	margin: auto;
	margin-top: 10px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	background-color: #FFFFCC;
	background-color: #CCFFCC;
	background-color: #F6F6F6;
}
#contactForm label {
	width: 6em;
	float: left;
	text-align: right;
	margin-left: 0;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	clear: both;
}
#contactForm .input {
	margin-bottom: 4px;
	margin-left: 1em;
}

#contactForm .input:focus {
	background: #FFFFCC;
}
#contactForm .submit {
	clear: both;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #6C7841;
	padding: 0.3em;
}
#contactForm input.submit:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}
.hide {
	display: none;
}
.minitext {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.nobmargin {
	margin-bottom: 0;
}
.pleft p{
	text-align: left;
}
