/******************
GLOBAL
******************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6, p, #content ul, #content ol, legend {
	padding: 8px 0;
}
a {
	color: #886748;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body {
	font-family: Georgia, serif;
	font-size: 80%;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
p {
	font-size: 1em;
}
dd {
	margin-left: 24px;
	margin-bottom:12px;
}
#content ol, #content ul {
	margin-left: 48px;
}
#footer p, #footer a {
	color: #fff;
}

/******************
LAYOUT
******************/
body {
	padding: 16px;
	background-color: #F1ECD8;
	color: #886748;
}

#footer {
	background-color: #805d3c;
	text-align: center;
	padding: 4px;
	margin-top: 12px;
}
.clear {
	clear: both;
}


/******************
HOME PAGE
******************/
#wrap-main {
	background: #FFF;
	width: 938px;
	margin: 0 auto;
	border: 6px solid #ECE5C8;
	padding: 154px 10px 10px;
	position: relative;
}
#wrap-main #logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#welcome {
	background: url(../images/welcome_bg.png);
	width: 679px;
	padding: 12px;
	min-height: 176px;
}

#nav_home {
	float: right;
	list-style-type: none;
}
#nav_home li a {
	display: block;
	width: 226px;
	height: 50px;
}
#callouts {
	font-weight: bold;
	margin-top: 10px;
	height: 360px;
}
#callouts div {
	width: 221px;
	margin-right: 18px;
	float: left;
	position: relative;
	padding-bottom: 18px;
	height: 368px;
	text-align: center;
}
#callouts strong {
	text-transform: uppercase;
}
#callouts .link {
	position: absolute;
	bottom: 0;
	right: 0;
}
#callouts #hiring {
	margin-right: 0;
}
#disability, #disability a {
	color: #609044;
}
#adultfamily, #adultfamily a {
	color: #457791;
}
#seniorcare, #seniorcare a {
	color: #a9a050;
}
#hiring, #hiring a {
	color: #a04c64;
}

/******************
SECONDARY PAGES
******************/
#wrap-secondary {
	background: #FFF url(../images/header_secondary_nologo.png) no-repeat 10px 10px;
	width: 940px;
	margin: 0 auto;
	border: 6px solid #ECE5C8;
	padding: 123px 10px 10px;
	position: relative;
}
#wrap-secondary #logo {
	position: absolute;
	top: 38px;
	left: 148px;
}
#nav_secondary {
	text-align: right;
	padding-right: 0px;
	background: #805D3C url(../images/secondary_nav_bg.png) no-repeat top left;
	margin-bottom: 5px;
	padding-top: 0px;
}
#nav_secondary li {
	display: inline;
}
#contentwrap {
	background: url(../images/secondary_content_bg.png) repeat-y top left;
	margin-top: 8px;
}
#nav_secondary a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#subnav_secondary {
	float: left;
	width: 172px;
	padding: 0;
}
#subnav_secondary h4 {
	font-size: 15px;
}
#subnav_secondary a {
	color: #805d3c;
	text-decoration: none;
}
#subnav_secondary a:hover {
	background-color: #fff;
}
#subnav_secondary ul {
	margin: 0 8px;
	padding: 0;
	border-bottom: 1px solid #e3dec6;
	margin-bottom: 12px;
}
#subnav_secondary li {
	list-style-type: none;
	margin-bottom: 4px;
}
#subnav_secondary li a {
	background: url(../images/subnav_bullet.png) no-repeat 6px 50%;
	padding: 6px 6px 6px 20px;
	display: block;
	color: #805d3c;
}
#subnav_secondary.disability li a  {
	background-image: url(../images/subnav_bullet_disability.png);
}
#subnav_secondary.seniorcare li a {
	background-image: url(../images/subnav_bullet_seniorcare.png);
}
#subnav_secondary.adultfamily li a {
	background-image: url(../images/subnav_bullet_adultfamily.png);
}
#subnav_secondary.employment li a {
	background-image: url(../images/subnav_bullet_hiring.png);
}
#subnav_secondary li a:hover {
	background-color: #fff;
}
#textsize, #printpage {
	margin: 16px 12px;
}
#textsize a, #printpage a {
	padding: 2px;
}
a.largeFont {
	font-size: 17px;
}
a.largerFont {
	font-size: 19px;
}
#printpage a {
	background: url(../images/print.png) no-repeat top right;
	padding-right: 18px;
}
#content {
	padding-left: 198px;
	padding-top: 8px;
	font-size: 13px;
	line-height: 150%;
}
#content a:link {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	background-color: #F1ECD8;
}
#content a:active {
	text-decoration: none;
	background-color: #F1ECD8;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2, legend {
	font-size: 20px;
	font-weight: normal;
}
.disability h1, .disability h2 {
	color: #609044;
}
.adultfamily h1, .adultfamily h2 {
	color: #457790;
}
.seniorcare h1, .seniorcare h2 {
	color: #A9A051;
}
.employment h1, .employment h2, .employment legend {
	color: #A04C64;
}
.imgright {
	float: right;
	margin: 0 0 12px 12px;
	border: 4px solid #805D3C;
}
.disability .imgright {
	border-color: #609044;
}
.adultfamily .imgright {
	border-color: #457790;
}
.seniorcare .imgright {
	border-color: #A9A051;
}
.employment .imgright {
	border-color: #A04C64;
}
.rates {
	border-collapse: collapse;
	margin: 8px 0;
}
.rates th, .rates td {
	padding: 6px;
	border: 1px solid #805D3C;
}
.rates th {
	background-color: #F1ECD8;
}
/*#dir td {
	padding: 2px 4px 2px 0;
}*/
.center {
	text-align: center;
}

/******************
FORMS
******************/
#content form ul {
	list-style-type: none;
	margin: 8px;
}
form li {
	margin: 6px 0;
	clear: left;
}
form li.buttons {
	padding-left: 156px;
	padding-top: 12px;
}
label {
	display: block;
	float: left;
	width: 156px;
}
.captcha {
}
.captcha label {
	width: auto;
}
label.error, .checkgroup label {
	display: inline;
	float: none;
	padding-left: 4px;
	width: auto;
}
input.text, textarea, select {
	border: 1px solid #805D3C;
	padding: 2px;
}
input.text {
	width: 200px;
}
input.state {
	width: 24px;
}
input.zip {
	width: 48px;
}
textarea {
	width: 400px;
	height: 120px;
}
input.button {
	cursor: pointer;
	margin: 4px 12px;
	padding: 2px;
	font-weight: bold;
	color: #805D3C;
	border: 1px solid #805D3C;
}
.checkgroup {
	margin-left: 156px;
}
.error {
	color: red;
	font-weight: bold;
}

/******************
SUPERFISH MENU
******************/
#nav_secondary, #nav_secondary * {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav_secondary li {
	position: relative;
}
#nav_secondary ul {
	position:absolute;
	top:-999em;
	width: 152px;
}
#nav_secondary ul li,
#nav_secondary ul a {
	width: 100%;
}
#nav_secondary ul li {
	float:left;
	position:relative;
	z-index:99;
	text-align: left;
}
#nav_secondary ul a {
	display:block;
	background-color: #F1ECD8;
	color: #805D3C;
	padding: 4px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#nav_secondary ul a:hover {
	background: #DFD9C3;
}
#nav_secondary li:hover ul,
ul#nav_secondary li.sfHover ul {
	left:0;
	top:16px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.testing {
	color: red !important;
}

/* H.E.L.P.E.R. Functions */

.clearfix:after {  
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;  
}  
  
.clearfix {	
	display: inline-block;
}  
  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */