
body{
	font: small/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	/*word-spacing: .1em;*/
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	margin: .5em 0 0em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}
h1{
font-size: 1.6em;
color: #3E3C68;
}
h2{
font-size: 1.4em;
color: #595A3D;
}
h3{
font-size: 1.2em;
color: #595A3D;
}
h4{
font-size: 1em;
color: #595A3D;
}

h1#arizonaassistedlivingsolutions {
text-indent: -9999px;
}
/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}

td, th {line-height: 1.2em;}



/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em 0;}

/* ----- LINKS ----- */

a:link{
color: #670018;
}
a:visited{
color: #7E282D;
}
a:hover{
color: #3E3C68;
}
a:active{
color: #3E3C68;
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
text-decoration: none;
}
img a:hover{
border: 0px;
text-decoration: none;
}



/* ----- FOOTER ----- */

p#websiteby {
font-size: x-small;
}

/* ----- CLASSES ----- */

.required {color:#990000;}