
@import url(reset.css);
@import url(type.css);
/*
html, body {height: 100%;}*/

body {background: #808080 url(css-img/body-bg.jpg) repeat-y center top;}

/*universal classes +++++++++++++++++++++++++++++++++*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.left25 {
	float: left; margin-left:25px
}
.right {
	float: right;
}
.right25 {
	float: right; margin:0 25px; 
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.noPad {
	padding: 0;
}

.pad10 {
	padding: 10px;
}

.pad-left-10 {
	padding-left: 10px;
}

.pad20 {
	padding: 20px;
}

.pad-sides-24 /*mimic a paragraph*/ {
	padding: 0 24px;
}

.pad1em{
	padding: 1em;
}

.cell {padding: 12px 10px;}
/*display classes____________________________________*/


/*layout blocks _____________________________________*/
#main-wrap {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#detail-wrap {
	margin: 0 auto;
	width: 1200px;
}
#header {
	background: #000000 url(css-img/header_bg.jpg) no-repeat 0 0;
	height: 182px;
	position: relative;
	width: 1000px;
}

#header img.img-header {
	display: block;
	position: absolute;
	top: 0;}

	#header h1 {
		background: url(css-img/header_h1.gif) no-repeat 0 0;
		height: 73px;
		left: 30px;
		position: absolute;
		top: 18px;
		width: 298px;
		z-index: 1200;
	}
	
		#header h1 a:link, #header h1 a:visited {
			display: block;
			height: 111px;
			overflow: hidden;
			text-indent: -9999px;
			width: 298px;
			position: relative;
			z-index: 5;
		}
		
		#header h1 span {
		background: url(css-img/header_h1-hover.gif) no-repeat 0 0;
		display: block;
		height: 111px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 203px;
		z-index: 1;
	}

	
	#header h2 {
		color: #CACAC7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		padding-top: 160px;
	}
		
	#header h3 {
		background: url(css-img/header_h3.gif) no-repeat 0 0;
		height: 40px;
		left: 570px;
		position: absolute;
		top: 66px;
		width: 183px;
		margin: 0;
	}
	
		#header h3 a:link, #header h3 a:visited {
			display: block;
			height: 40px;
			overflow: hidden;
			position: relative;
			text-indent: -9999px;
			width: 180px;
			z-index: 5;
		}
		
		#header h3 span {
		background: url(css-img/header_h3-hover.gif) no-repeat 0 0;
		height: 40px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 180px;
		z-index: 1;
	}
		
	#login-form {
		background: url(css-img/login-form_bg.jpg) no-repeat 0 0;
		height: 65px;
		right: -15px;
		position: absolute;
		top: 0px;
		width: 230px;
		padding:0 0 0 24px;
		display:none;
	}
	
	#login-form fieldset {
		margin: 6px 0;
		width: 230px;
		padding: 0;
	}
	
	#login-form legend {
		color: #eee;
		padding-top: 6px;
		visibility:hidden;
	}
	
	#login-form input {
		border: none;
		color: #333;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 2px 0;
		margin: 6px 0;
	}
		
		#login-form input#ctl00_tbEmail {
			width: 75px;
		}
		
			#login-form input#ctl00_tbEmail.login {
				background: url(css-img/login-form-sprite.gif) no-repeat 0 0px;
			}
		
		#login-form input#ctl00_tbPassword {
			width: 80px;
		}
		
			#login-form input#ctl00_tbPassword.login {
				background: url(css-img/login-form-sprite.gif) no-repeat -80px 0px;
			}
		
		#login-form input#ctl00_btContinue {
				background: transparent url(css-img/login-form-sprite.gif) no-repeat -162px 0px;
				border: none;
				width: 30px;
				text-indent: -9999px;
				margin: 6px 0 0 0;
		}
		
	#login-form lberror {
		padding-top: 16px;
	}
		
	
	#header-nav {
		background: transparent;
		bottom: 0px;
		height: 21px;
		position: absolute;
		right: 0;
		width: 415px;
		margin: 0;
		font-size: 12px;
		display:none;
	}
	
		.repeat-nav li {
			/*border-right: 1px solid #ab0149;*/
			display: inline;
			float: left;
			
		}
			.repeat-nav li.last {
				border-right: none;
			}
			
		
			.repeat-nav li a {
				display: block;
				padding: 0 6px;
				font-weight:normal;
				color: #3561a7;
				}	
				
				.repeat-nav li a:active, .repeat-nav a.current{
					color: #3561a7; text-decoration:none;
					}
				.repeat-nav li a:hover{
					color: #3561a7; text-decoration:underline;
				}
				



	#content-wrap {
		margin-left: -25em;
		width: 100%;
		float: right;
		background: #ffffff url(css-img/content-wrap-bg.jpg) no-repeat 0 0;

	}
		#content {
			background: #fff url(css-img/content-bg.jpg) no-repeat right top;
			float: none;
			width: auto;
			margin-left: 165px;
			padding-bottom: 20px;
			min-height: 600px;
		}
		
 	#sidebar {
		float: left;		
		width: 165px;
		/*background: transparent url(css-img/sidebar-bg.gif) no-repeat center top;*/
	}
	
	
	    #sidebar .div-button { padding:10px ;text-align:center; background-color:#fff;  padding:4px 4px 4px 4px;
	                        border:solid 1px #036E9E; margin:12px 12px 2px 12px; 
		}
		
		#sidebar a:link, #sidebar a:visited
		{font-size:11px; line-height:14px; font-family:Arial; color:#565656;}
		
		    #sidebar a:hover {
		        color:#036E9E;}
		 #sidebar logo
		 { text-align:center; width:190px; float:none;
		 }  
		 #sidebar logo img
		 { text-align:center;
		 }     


.lbTitle {color:#ffffff; padding:25px; font-weight:bold; font-style:italic;}
#rowTop{display:none;}	
		
#footer {
	background: url(../images/ruler.jpg) no-repeat center top;
	clear: both;
	display: block;
	height: 70px;
	margin: 0px 0 0 0;
	width: 1000px;
	position: relative;
}

	#footer-nav 
	{padding-top: 13px;
	    
		top: 8px;
		height: 34px;
		position: absolute;
		right: 0;
		width: 650px;
		margin: 0;
		font-size: 12px;
	}	
	
	#footer .contact  {
		position: absolute;
		width: 1000px;
		top: 42px;
		color: #91918F;
		text-align: center;
		padding: 0;
		margin: 0;
		border: none;
		font-size:10px;
		line-height:16px;
	}
	
		#footer .contact p {
			margin: 0;
		}
		#footer .contact a:link, #footer .contact a:visited
		{font-weight:normal;
		 text-decoration: none;
	    color: #3561a7;
	    display: inline-block;}
		
		    #footer .contact a:hover {
		        color:#3561a7;text-decoration:underline;}


/* Menu "Panels" */

.row {
 clear: both;
 display:block;
 width: auto;
}

.panels {
 clear: both;
 display:none; /*block;*/
 width: auto;
 padding: 14px 0px 0px 18px;
}

.panel {
	display:block;
	width: 185px;
	height: 140px;
	border: 1px solid #a3b0b6;
	background: #f0f0f2 url(css-img/ra-panel_bg.gif) repeat-x left bottom ;
	position: relative;
	margin: 6px  0px 0px 6px;
	float: left;
}

	.panel .hd {
	  height: 38px; 
	  background: url(css-img/ra-sprite.png) repeat-x 0 0;
	 }

		.panel .hd h4 {
			display: block;
			padding: 6px;
			line-height: 12px;
			font-weight: bold;
			color: #fff;
			text-align: center;
		}
		
	.panel .bd {
		padding: 8px;
		display: table-cell;
		vertical-align: middle;
		font-size: 11px;
		line-height: 12px;
		}
		
	.panel .ft {
		height: 30px;
		position: absolute;
		bottom: 0;
		left:0;
	}
		
		.panel .ft a.moreInfo {
			height: 20px;
			display: block;
			background: url(css-img/ra-sprite.png) no-repeat 130px -44px;
			width: 185px;
			text-align: center;
			margin-left: -10px;
	        color: #3561a7;
	        font-weight:bold;
			}
			
/* horizontal page menu (navigation) */

ul.horizontalPageMenu {
}

ul.horizontalPageMenu li {
	display: inline;
	
}

	ul.horizontalPageMenu li a {
		padding:3px 3px 3px 0;
	}


	ul.horizontalPageMenu li.active a
	{
	    padding: 3px;
		background: #3561a7;
		color: #fff;
	}
		
ul.vPageMenu { padding:1px; margin:10px 10px 10px 5px; border-right:solid 1px #ddd;
}

ul.vPageMenu li {
	display:block;
	padding:3px;
	
}

	ul.vPageMenu li a {
		padding: 3px;
		color: #666;
	}
	
    ul.vPageMenu li a:link, ul.vPageMenu li a:visited {
				color: #666; font-size:12px; font-family:Arial;
				}
				
	ul.vPageMenu li a:hover {
				color: #3561a7;
				}

	ul.vPageMenu li.active a{
		background: #3561a7;
		color: #fff;
	}	
/*accordion */

#accordion.dyn li p {
	display: none;
}

#accordion li a, #accordion li.close a{
	display: block;
	padding: 6px 32px;
	background: #c3a6b2 url(css-img/ra-sprite.png) no-repeat 5px -244px;
	border-bottom: 1px solid #9E3662;
}

#accordion li.open a{
	display: block;
	padding: 6px 32px;
    background: #fff url(css-img/ra-sprite.png) no-repeat 5px -265px;
	border-bottom: 1px solid #ddd;
}



/*assessment Forms*/

.assessForm { 
	/*width: 626px;
	margin: 0 auto;*/
	padding: 4px 6px;
}


p.formInstruction {
	padding: 4px;
	background: #EEE6DC;
	margin: 12px auto;
	/*border: 1px solid #a3b0b6;*/
}

form.standard {
	width: 420px;
	margin: 0 auto;
}

fieldset {
	width: 460px;
	padding-bottom: 20px;
	display: block;
}
.ftable {
	border-collapse:collapse;
	border-spacing:0; width:100%;
}

		.ftable td, .ftable th { 
		padding: 0px;
		 vertical-align:top;}
	

theform table {
	border-collapse:collapse;
	border-spacing:0;
}

	theform table td, theform table th {
		padding: 6px;
	}
	
		theform table td.half {
			width: 50%;
		}
		
		theform table td.third {
			width: 33.33%;
		}
		
		theform table td.forty {
			width: 40%;
		}
		
		theform table td.sixty {
			width: 60%;
		}
		
		theform table td.full {
			width: 100%;
		}
		
	theform table th.bracket {
		vertical-align: middle;
		background: url(css-img/ra-sprite.png) no-repeat 100% -124px;
		}
		
theform span {
	padding: 1px;
	display: block;
}
	
	theform span.input_ok {
		border: 1px solid #C2C9CF;
	}
	
	span .input_warning {
		border: 1px solid red;
	}
		
theform span input, theform span select {
	-moz-box-sizing:border-box;
	border: 3px solid #EAE1D5;
	width: 100%
}

	theform span input:focus, theform span select:focus {
		border: 3px solid #3561a7;
	}

theform span input {
 	font-family: inherit;
 	font-size: inherit;
 	color: #214f8f;
 	padding: 2px 3px;
}

theform span select{
	}
	
	label:after {
		content: ":";
	}
	
	label.require {
		background: url(css-img/ra-sprite.png) no-repeat 0 -66px;
		padding-left: 18px;
	}

theform input[type=radio]{
	float: left;
	}
	
theform span.radioLabel{
	}
	
theform button.submit {
	font: inherit;
	padding: 3px;
	background: #68012D;
	color: #fff;
	border: 3px solid #EAE1D5;
	margin: 0 auto;
	width: 120px;
}

theform button.submit:hover, theform button.submit:focus {
	border: 3px solid #3561a7;
}

/*association matrix__________________________________________________________*/

table.associateMatrix {
	margin: 1em auto;
	border: 1px solid #dadada;
	width: 94%;

}
	
	.associateMatrix td {
		vertical-align: middle;
		padding: 12px;
		border: 1px solid #dadada;
	}
	
		.associateMatrix td.img {
		}
			
			.associateMatrix td.img span{
				display: block;
				width: 60px;
				height: 60px;
				background: #eee;
			}
			
			.associateMatrix td#rosenblatt span{
				background: url(css-img/assoc-sprite.png) no-repeat 0 0;
			}
			
			.associateMatrix td#passportal span{
				background: url(css-img/assoc-sprite.png) no-repeat -60px 0;
			}


			.associateMatrix td#worldhr span{
				background: url(css-img/assoc-sprite.png) no-repeat -120px 0;
			}


			.associateMatrix td#caregivers span{
				background: url(css-img/assoc-sprite.png) no-repeat 0 -60px;
			}

			.associateMatrix td#cvtv span{
				background: url(css-img/assoc-sprite.png) no-repeat -60px -60px;
			}

			.associateMatrix td#global span{
				background: url(css-img/assoc-sprite.png) no-repeat -120px -60px;
			}


	
	.associateMatrix a, .associateMatrix span {
	 	text-align: center;
		display: block;
		width: 100%;
	}
	
/*international contact table */

table.international {
	margin: 1em auto;
	border: 1px solid #dadada;

}
	
	.international td {
		vertical-align: middle;
		padding: 12px;
		border: 1px solid #dadada;
	}
	


/*contact cells _______________________________________________________________*/

	.contacth4 {
		background: #eaeaea;
		border-bottom: 1px solid #ddd;
		font-weight: bold;
		padding: 6px 6px;
	}
	
    .contacth5 {
		padding: 3px 6px;
		font-style: italic;
	}
	
	.contactd {
		padding:0px 0px 2px 5px;
	}
	
/*testimonials______________________________________________________*/

.testimonials {
	width: 100%;
	margin: 1em auto;
}

	.testimonials td.third {
		width: 33.33%;
		padding: 4px;
	}
	
	.testimonials td img {
		width: 70px;
		float: left;
	}

	.testimonials p {
		padding: 0;
		margin-left: 76px;
	}
	
	.testimonials p.name {
		font-weight: bold;
		margin: 0 0 0 76px;
	}
	
	.testimonials p.text {
		text-align: left;
		line-height: 12px;
		font-style: italic;
	}
	
	.testimonials a.playVid {
		display:block;
		width: 100%;
		clear: both;
		text-align: center;
	}


/* datatables *__________________________________________________________________________datatables*/

table.standard {
	border-collapse: collapse;
	width: 94%; /*expands to container*/
	}

table.standard {
	border: 1px solid #dadada;
}

table.standard td {
	padding: 8px;
	border: 1px solid #dadada;
}

table.standard tr.header td {
	font-weight: bold;
	background: #fafafa;
}

table.home {
	border-collapse: collapse;
	width: 94%; /*expands to container*/
	}

table.home {
	border: 1px solid #dadada;
}

table.home td {
	padding: 1px;
	border: 1px solid #dadada;
	font-size:11px;
	font-family:Arial;
}

table.home tr.header td {
	font-weight: bold;
	background: #f5f5f5;
	font-size:12px;
}

/*unique */

#landingConsultLink {
	margin: 60px 0 0 100px;
}

p#final {
clear: both;
padding: 20px 0;
margin: 20px 0;
}

/*images */
.prov-arms {
	margin-right: 6px;
}

/*a.Text */
a.text:link, a.text:visited {
	color: #222222;
	font-weight:normal;
	text-decoration: underline;
}

	a.text:hover, a.text:active{
	color: #aa0148;
	font-weight: normal;
	text-decoration:underline;
}

.tbLogin{ padding-left:12px; width:150px;}
.LoginEmail {width:120px; height:14px; background-image:url(/img/emailBG.gif);}
.LoginPassword {width:76px; height:14px; background-image: url(/img/passwordBG.gif);}

.loginContent {padding-left:8px;padding-right:5px;padding-bottom:1px; padding-top:6px; color:#01475b;
               background-color:#ffffff;  border-style:solid; border-color:#ab653a; 
               border-left-width:1px; border-right-width:1px; border-top-width:0px; border-bottom-width:1px; }
               
.loginTitle {
	font-family:Arial;
	font-size:13px;
	font-weight:bolder;
	height:16px;
	color:#ffffff;
}
.loginHeaderSelected {padding-left:4px;padding-right:0px;padding-bottom:1px; padding-top:1px; margin-top:5px;
						background-color:#d78927;  cursor: pointer;text-decoration:none;
                       border-style:solid; border-color:#ab653a; border-width:1px;}
                       
#breadcrumbs 
{
    font-family:Verdana
	color: #808080;
	font-size: 12px;
	display: block;
	font-style: italic;
	padding: 7px 0 7px 0;
}
#breadcrumbs a {
	text-decoration: none; font-weight:normal;
	color:#3875d7;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#link-box { margin-left:23px;
	display: block;
	height: 174px;
	background: url(../images/bg_linkbox.jpg) no-repeat;
	clear: right;
}


div.link-box-item {
	display: inline-block;
	height: 134px;
	width: 176px;
	margin-top: 12px;
	margin-left: 12px;
	float: left;
	background: #f7f7f7 url(../images/bg_linkbox_item.jpg) no-repeat;
}
div.link-box-item h4 {
	display: block;
	text-align: center;
	height: 41px;
	color: #fffeff;
	font: bold 12px/46px Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
span.small {
	font-size: 10px;
	display: block;
	height: 51px;
	padding-left: 12px;
	padding-top: 11px;
	padding-right: 12px;
	text-align: center;
	line-height: 14px;
}
div.link-box-item a {
	font-size: 11px;
	display: block;
	font-weight:bold;
	padding:2px 4px 2px 0;
	text-align: center;
	text-decoration: none;
	color: #376194;
	background: url(../images/bg_link_moreinfo.jpg) no-repeat right center;
	width: 95px;
	margin-left: 34px;
}
div.link-box-item a:hover {
	text-decoration: underline;
}



/* @group Sidebar */
#rsidebar {
	width: 198px;
	display: block;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
}

#rsidebar-top {
	background: url(../images/sidebar_top.jpg) no-repeat center top;
	padding-top: 12px;
	padding-bottom: 0;
	height: 24px;
}
#rsidebar-middle a {
	text-decoration: none;
	color: #3875d7; display:block;
}
#rsidebar-middle a.linkFed{  border-top:1px dotted #bbb; padding:10px 0; margin-top:10px; }
#rsidebar-middle ul li {
	padding:4px 0;
}

#rsidebar-middle a:hover {
	text-decoration: underline; color:#d98d29;
}
#rsidebar-top h1 {
	background-color: #b7b6b6;
	margin-left: 10px;
	margin-right: 11px;
	color: #fffeff;
	border: 1px solid #c4c2c2;
	margin-bottom: 0;
	padding: 3px 8px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#rsidebar-middle {
	min-height: 300px;
	background: url(../images/sidebar_middle.jpg) repeat-y center top;
	font-size: 11px;
	padding: 6px 12px 0;
}
#rsidebar-middle p {
	margin:0 0 9px 0spacesspaces;
	line-height: 18px;
	color: #5e5e5e;
}
#rsidebar-bottom {
	background: url(../images/sidebar_bottom.jpg) no-repeat center top;
	height: 16px;
}
strong {
	font-weight: bold;
}

#rsidebar-box {
	background: url(../images/bg_sidebar_box.jpg) no-repeat;
	height: 161px;
	width: 159px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 5px 8px;
	color: #fffeff;
	font-size: 11px;
	margin-top:7px;
}
#rsidebar-box p {
	line-height: 14px;
	margin: 0 0 16px 0; 
	color: #fffeff;
	font-size: 11px;
}
#rsidebar-box p a{ text-decoration:underline; display:inline; color:#fff;}
#rsidebar-box p a:hover{ text-decoration:none; }
#rsidebar-box strong {
}
.spaces #rsidebar-middle ul{ margin-bottom:10px;}
.spaces #rsidebar-middle ul li{ padding:8px 0; font-weight:bold;}
/* @end */