@charset "UTF-8";
/* anitas-angels-senior-health-care-aides */

/*MAIN CONTAINERS*/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	background-color: #996DAE;
	text-align: left;
	padding: 0px !important;
}

#container{
	background-color: #FFFFFF;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px !important;
}

#header{
	background-color: transparent;
	width:100%;
	height:140px;
	margin: 0px !important;
	padding: 0px !important;
	border-style: none;
}

#logo{
	background-color: transparent;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	border-style: none;
	border:0px;
	padding: 0px !important;
	background-position: -39px -48px;
}

#outercontent{
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#leftnav{
	width: 135px;
	height: 100%;
	float:left;
	background-color: #F6D241;
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: repeat-y;
	min-height:500px;
	padding-top:20px;
}

#leftnav ul {

}

#leftnav ul li
{
	height: 30px;
	list-style-image:none;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #652D90;
	text-indent: 35px;
	background-color: transparent;
	background-image: url(images/nav_bulllet.png);
	background-repeat: no-repeat;
	background-position: 17px 2px;
}

#leftnav a
{
	color: #652D90;
	text-decoration: none !important;
	font-size:14px;
}

#leftnav li a:hover 
{
	color:#1B75BB;
	text-decoration: none !important;
}

.subnav {
	margin:4px 1px 1px 20px !important;
	display:none;
	width:230px !important;
}
ul.subnav {
	border: none !important;
	padding-top:0px !important;
	position:absolute;
	z-index:25;
	
}
.subnav ul li {
	text-indent: -13px !important;
	padding-left: 35px !important;
	padding-bottom: 15px !important;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}
.subnav ul ul {
}
ul.subnav li:hover {
	
}
.subnav li a {
	text-decoration:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.subnav li a:link, .subnav li a:active, .subnav li a:visited {
	text-decoration:none;
	
}
.subnav li a:hover {
	
}

#content{
	text-align: left;
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
}

#prefooter {
	background-color:transparent;
	background-image:url(images/prefooterbg.jpg);
	background-repeat:no-repeat;
	border-style:none;
	height:30px;
	clear: both;
	background-position: -4px -20px;
}


#footer{
	clear: both;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer img {
	border-width: 0px;
}






/*HEADLINES and TEXT*/
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #652D90;
	margin-bottom: 10px;
	text-indent: 20px;
	background-color: transparent;
	background-image: url(images/headlineheart.jpg);
	background-repeat: no-repeat;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #652D90;
	margin-bottom: 10px;
	text-indent: 20px;
	background-color: transparent;
	background-image: url(images/headlineheart.jpg);
	background-repeat: no-repeat;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #1B75BB;
	margin-bottom: 10px;
	font-style: italic;
}


p{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 10px;
}




