@charset "utf-8";
/* CSS Document */

/* HTML Styles*/
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1B1464;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1, h2, h3{
	color: #0071BC;
	margin: 0px;
}

h1{
	font-family: Myriad Web Condensed, Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 22pt;
	font-weight: 100;
	float: right;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21pt;
	font-weight: 100;
	font-style: italic;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: 100;
}

a{
	text-decoration: none;
	color: #0071BC;
}

a:hover{
	text-decoration: underline;
}

img a{
	border: 0 none;
}

img{
	border: 0 none;
}

object{
	float: left;
}

ul{
	list-style-image: url(images/bullet.gif);
	margin-top: 20px;
	margin-left: 60px;
}

li{
	padding: 3px;
}

textarea{
	width: 241px;
	height: 140px;
}

/* Layout Divs*/

#wrapper{
	width: 960px;
	margin: auto;
}

#left{
	float: left;
	width: 236px;
}

#left img{
	float: left;
}

#top{
	float: left;
	width: 723px;
}

#top_nav{
	float: left;
	height: 17px;
	width: 722px;
	background: #C4E7F2;
}

#right{
	float: left;
	background-image: url(images/HOME-CARE-web.content_11.jpg);
	background-repeat: no-repeat;
	height: 485px;
	width: 723px;
}

#content{
	width: 665px;
	height: 450px;
	margin-top: 20px;
	margin-left: 20px;
	overflow-y: auto;
}

/* Home Page Layout */
#content_left{
	float: left;
	width: 170px;
	text-align: right;
}

#content_left h3{
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_left img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.right1{
	float: right;
	width: 455px;
	margin-top: 10px;
	margin-right: 10px;
}

.right2{
	float: right;
	width: 445px;
	margin-top: 10px;
}

.right2 ul{
	float: left;
	margin: 0px;
}

.right5{
	float: right;
	width: 445px;
	margin-top: 10px;
	text-align: right;
}

/* Services Page Layout */
#content_left2{
	float: left;
}

#content_left2 img{
	margin-top: 20px;
	margin-left: 20px;
}

.left1{
	float: left;
	width: 435px;
	margin-top: 20px;
	text-align: right;
}

#blue_box{
	float: right;
	width: 177px;
	height: 326px;
	margin-top: 20px;
	color: #ffffff;
	background: #0071BC;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	padding: 20px;
}

/* Testimonials Page Layout */
#testimonials{
	text-align: right;
	padding: 20px;
}


/* Events Page Layout */
#content_right{
	float:right;
	width: 200px;
	text-align: center;
}

.right4{
	float: right;
	text-align: right;
	width: 250px;
	margin-top: 160px;
}

.right4 span{
	font-size: 16pt;
}

#content_right img{
	margin-top: 20px;
}

/* Contact Page Layout */

#left-contact{
	float: left;
	width: 241px;
	margin-left: 20px;
	margin-top: 10px;
}

#right-contact{
	float: right;
	width: 217px;
	font-style: italic;
	text-align: right;
	margin-top: 10px;
}


/* Resources Page Layout */
#content_left3{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 325px;
	border-right: #0071BC 1px solid;
}

.left2{
	float: left;
	width: 325px;
	margin-top: 20px;
	font-style: italic;
}

.left2 h3{
	font-size: 10pt;
}

#application_form{
	float: right;
	width: 275px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}

/* Bottom */
#affiliates{
	width: 723px;
	height: 20px;
}

#bottom{
	float: left;
	width: 724px;
	height: 59px;
}

#bottom img a{
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#footer{
	width: 960px;
	float:left;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 13px;
	color: #666;
	text-align: center;
}

#footer a{
	color: #666;
}

#footer a:hover{
	color: #0071BC;
	text-decoration: none;
}

