@charset "UTF-8";
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #054d6b;
	margin: 0px;
	background: #d6cabc url(_images/page_bgtile.jpg) repeat-x 0px 80px;
}
a:link {
	color: #603814;
}
a:visited {
	color: #603814;
}

#header {
	background: url(_images/header_bg.jpg) repeat-x;
	width: 100%;
	height: 81px;
	margin: 0px;
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
}
#contentarea {
	width: 100%;
	left: 0px;
	display: block;
	overflow: visible;
	float: none;
	top: 130px;
	position: absolute;
	padding-bottom: 10px;
}
#map {
	width: 250px;
	left: 242px;
	display: block;
	overflow: visible;
	float: none;
	top: 106px;
	position: absolute;
	padding-bottom: 10px;
}
#footer {
	background: url(_images/footer_bg.jpg) repeat-x;
	width: 750px;
	display: block;
	position: relative;
	top: 20px;
	left: 225px;
	height: 55px;
	clear:left;
}
#header .header_tagline {
	position: absolute;
	top: 20px;
	clear:right;
	float:left;
	left: 276px;
}

/*main nav css. Rollover effect is achieved by :hover pseudo class on the link tag. Text content of the button is turned to hidden*/
#mainnav {
	position:absolute;
	list-style: none;
	float: left;
	left: 273px;
	padding:0px;
	margin: 0px;
	bottom: 2px;
	
}
#mainnav li {
	display: inline;
	line-height: 31px;
	
	
}
#mainnav li a {
	padding-bottom: 2px;
	text-decoration: none;
	line-height: 31px;
}

#home a {
	background:url(_images/nav_home.gif) no-repeat;
}
#about a {
	background:url(_images/nav_about.gif) no-repeat;
}
#contact a {
	background:url(_images/nav_contact.gif) no-repeat;
}
#services a {
	background:url(_images/nav_services.gif) no-repeat;
}
#caregiver a {
	background:url(_images/nav_caregiver.gif) no-repeat;
}

#home a:hover, #about a:hover, #services a:hover, #caregiver a:hover, #contact a:hover{
	background-position: 0px -31px;
}


/* These are for the dropdown menu under the main nav.  Not the "subnav" right above the content */

#mainnav .sub {
	display: none;
	position: absolute;
	height: 36px;
	width: 220px;
	top: 25px;
	padding: 5px 0;
}
#mainnav .sub li {
	float: left;
	padding-top: 6px;
	line-height: 17px;
}
#mainnav .sub li a {
	line-height: 17px;
	padding-bottom: 0;
}

#sub_why_concordance a {
	background:url(_images/sub_why_concordance.png) no-repeat;
}
#sub_our_team a {
	background:url(_images/sub_our_team.png) no-repeat;
}
#sub_the_process a {
	background:url(_images/sub_the_process.png) no-repeat;
}
#sub_supervision a {
	background:url(_images/sub_supervision.png) no-repeat;
}
#sub_criteria a {
	background:url(_images/sub_criteria.png) no-repeat;
}
#sub_join_our_team a {
	background:url(_images/sub_join_our_team.png) no-repeat;
}
#sub_why_concordance a:hover, #sub_our_team a:hover, #sub_the_process a:hover, #sub_supervision a:hover, #sub_criteria a:hover, #sub_join_our_team a:hover {
	background-position: 0px -17px;
}





#mainnav li a span, .sub li a span {
	visibility: hidden;
	padding: 0px 20px;
}
#mainnav #home a span {
	visibility: hidden;
	padding: 0px 10px 0px 20px;
}
#mainnav .current{
	background-position: 0px -31px;
}



#footer .footer_rightedge {
	float: right;
}
#footer #links {
	font-size: 11px;
	color: #1a7ea7;
	top: 3px;
	float: none;
	position: relative;
	width: 700px;
	
}
#footer #links a:link {
	color:  #603813;
}
#footer #links ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	top:2px;
}
#footer #links ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #603813;
	line-height: 10px;
}
#footer #links ul li:first-child{
	border: none;
}
#footer p.footernavlink{
	display:inline; 
	margin:0px; 
	padding:0px; 
	position: relative;
	top:2px;
	left:260px;
}
#footer #legal {
	font-size: 10px;
	color: #FFFFFF;
	top: 18px;
	text-align: center;
	left: 0px;
	position: relative;
	width: 700px;
}
.contentbox {
	background: #fff url(_images/content_bg.gif) repeat-y;
	top: 37px;
	width: 711px;
	height: 100%;
	left: 249px;
	overflow: visible;
	position: relative;
	display: block;
	padding-bottom: 10px;
	float:left;
	font-size: 12px;
	color: #054d6b;
	line-height:17px;
}
.contentbox h2 {
	padding-left: 40px;
	color: #603813;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 10px 0px;
	padding-right: 210px;
}
.contentbox p {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 40px;
	margin: 12px 0px 12px 0px;
	padding-right: 210px;
	font-size: 12px;
	color: #054d6b;
}
.contentbox p.subhead {
	margin: 0px;
	padding: 0px;
}
.contentbox ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 40px;
}
.contentbox ul li {
	margin-top: 3px;
	padding-left: 20px;
}
.contentbox ul li ul{
	padding-left: 0px;
	margin:0px;
}
.contentbox ul li ul li {
	padding-left: 15px;
	margin:0px;
}
.quotebox {
	float: left;
	position: absolute;
	left: 13px;
	top: 0px;
	display: block;
}
.quotebox .quote {
	display: block;
	width: 200px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	position: absolute;
	left: 20px;
	top: 270px;
	text-align: center;
}
.sidebar {
	background: #FFF;
	position: absolute;
	width: 177px;
	left: 534px;
	top: 0px;
	height: 100%;
	float: left;
}
.sidebar img {
}
.sidebar a {
	float: left;
	position: absolute;
	left: 29px;
	top: 230px;
}
.sidelogos  {
	position: relative;
	left: 534px;
	bottom: 20px;
	width: 177px;
}
.sidelogos img  {
	margin-right: 0px;
	margin-left: 10px;
}
.header {
	background: #02435d url(_images/content_header_bg.jpg) repeat-x;
	margin: 0px;
	width: 494px;
	display: block;
	height: 56px;
	padding: 0px 0px 0px 40px;
}
.header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 15px 0px 0px 0px;
	float: left;
	font-size: 26px;
	position: relative;
}
.header .subnav {
	float: right;
	position: relative;
	top: 33px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	list-style:none;

}
.header .subnav li {
	margin: 0px;
	padding: 0px;
	display:inline;
}
.header .subnav a{
	float:left;
	background: url(_images/subnav_tab_right.gif) no-repeat right top;
	text-decoration:none;
	white-space:nowrap;
	color: #adcbd6;
	font-weight:bold;
	font-size: 11px;
	height: 23px;
	overflow: hidden;
	margin: 0px 2px;
	
}
.header .subnav a span{
	float:left;
	display: block;
	background: url(_images/subnav_tab_left.gif) no-repeat left top;
	padding: 3px 20px 1px 20px;
	height: 19px;
}
.header .subnav a:hover {
	color: #176a8c;
	background-position: 100% -23px;
}

.header .subnav a:hover span{
	color: #176a8c;
	background-position: 0% -23px;
}
.header .subnav li.current a{
	color: #176a8c;
	background: url(_images/subnav_tab_right.gif) no-repeat 100% -23px;
}
.header .subnav li.current a span{
	
	background: url(_images/subnav_tab_left.gif) no-repeat 0% -23px;
	
}
	

#conash3D0{
display:none;
}

