
@import url(reset.css);
@import url(type.css);

html, body {height: 100%;}

body {background: #c5c6c7 url(css-img/body-bg.png) no-repeat center top;}

/*universal classes +++++++++++++++++++++++++++++++++*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.left25 {
	float: left; margin-left:25px
}
.right {
	float: right;
}
.right25 {
	float: right; 
}

.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 30px}
/*display classes____________________________________*/


/*layout blocks _____________________________________*/
#main-wrap {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header {
	background: url(css-img/header_bg.png) no-repeat 0 0;
	height: 160px;
	position: relative;
	width: 1000px;
}

	#header h1 {
		/*background: url(css-img/header_h1.png) no-repeat 0 0;*/
		height: 100px;
		left: 20px;
		position: absolute;
		top: 25px;
		width: 203px;
	}
	
		#header h1 a:link, #header h1 a:visited {
			display: block;
			height: 92px;
			overflow: hidden;
			text-indent: -9999px;
			width: 203px;
			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: #000;position: absolute; width:1000px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		padding-top: 6px;
	}

	#header #versions {
		width: 240px;
		height:24px;
		text-align:center;
		padding-top: 135px;
	}
	    #header #versions a{
	         margin:0 5px 0 5px;
	    }
		
	#header h3 {
		/*background: url(css-img/header_h3.gif) no-repeat 0 0;*/
		height: 40px;
		left: 250px;
		position: absolute;
		top: 20px;
		width: 183px;
		margin: 0;
	}
	
		
		#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;
	}
		
	#header-nav {
		background: transparent;
		bottom: 2px;
		height: 24px;
		position: absolute;
		right: 20px;
		width: auto;
		margin: 0;
		font-size: 13px;
		
	}
	
		.repeat-nav li {
			border-top: 2px solid #ddd;
			border-left: 2px solid #ddd;
			border-right: 2px solid #ddd;
			display: inline;
			float: left;
			padding:4px;
			margin-left:3px;
			margin-right:3px;
			
		}
			.repeat-nav li.last {
			border-left: 2px solid #ddd;
			border-top: 2px solid #ddd;
			border-right: 2px solid #ddd;
			}
			
		
			.repeat-nav li a {
				display: block; 
				font-family: "microsoft yahei", simhei, simsun, Arial, Georgia, "Trebuchet MS", "Lucida Grande", sans-serif;
            	letter-spacing:1px;
				padding: 0 6px;
				font-weight:bold;
				color: #ddd; text-decoration:none;
				}	
				
				.repeat-nav li a:hover, .repeat-nav li a:active, .repeat-nav a.current{
					color: #ffffff; text-decoration:none;
				}
				



	#content-wrap {
		margin-left: -25em;
		width: 100%;
		float: right;
		background: url(css-img/content-wrap-bg.gif) repeat-y 0 0;

	}
		#content {
			/*background: #fff url(css-img/content-bg.jpg) no-repeat right top;*/
			float: none;
			width: auto;
			margin-left: 180px;
			padding-bottom: 0px;
			min-height: 760px;
		}
		
 	#sidebar {
		float: left;		
		width: 180px;
		/*background: transparent url(css-img/sidebar-bg.gif) no-repeat center top;*/
	}
	
	
	    #sidebar .div-button { padding:10px ;text-align:center; background-color:#ffffff;  padding:4px 4px 4px 4px;
	                        border:solid 1px #aa0148; margin:10px 12px 2px 12px; 
		}
		#sidebar .div-button a { color: #aa0148; font-size:14px; font-weight:bold; text-decoration:none;
		}
	
		#sidebar-nav {
			/*background: #c5b491 url(css-img/sidebar-bg.gif) repeat-y 0 0;*/
			padding: 10px 10px 10px 20px;
			/*border-top: 1px solid #ebedee;*/
			margin: 0;
			
		}
		
			#sidebar-nav li {
				margin-bottom: 12px;
				line-height: 13px;
			}
			
				#sidebar-nav li.last {
					margin-top: 40px;
					}
					
			#sidebar-nav li a:link, #sidebar-nav li a:visited {
				color: #666;
				}
				
			#sidebar-nav li a:hover, #sidebar-nav li a:active, #sidebar-nav li a.current {
				color: #aa0148;
				}
				
			#sidebar img{
			margin: 12px auto;
			}

.lbTitle {color:#ffffff; padding:25px; font-weight:bold; font-style:italic;}
		
#footer {
	background: url(css-img/footer_bg.gif) no-repeat center top;
	clear: both;
	display: block;
	height: 65px;
	margin: 0px 0 0 0;
	width: 1000px;
	position: relative;
}

	#footer-nav {
		background: transparent;
		top: 6px;
		height: 24px;
		position: absolute;
		right: 0;
		width: 270px;
		margin: 0;
		font-size: 12px;
		
	}	
	
	#footer .contact  {
		position: absolute;
		width: 1000px;
		top: 40px;
		color: #ffffff;
		text-align: center;
		padding: 0;
		margin: 0;
		border: none;
		font-size:10px;
		line-height:16px;
	}
	
		#footer-nav li {
			display: inline;
			margin-right:2px; margin-left:2px;
			float: left;
			
		}
			#footer-nav li.last {
				border-right: none;
			}
		
			#footer-nav li a {
				display: block;
				padding: 2px 9px 2px 9px;
				font-weight:normal;
				color: #ddd; text-decoration:none;
	font-family: "microsoft yahei", simhei, simsun, Arial, Georgia, "Trebuchet MS", "Lucida Grande", sans-serif;
	letter-spacing:1px;
				}	
				
				#footer-nav li a:hover, #footer-nav li a:active, #footer-nav a.current{
					color: #ffffff; text-decoration:none; background-color:#000; 
				}
		#footer .contact p {
			margin: 0;
		}
		#footer .contact a:link, #footer .contact a:visited
		{color:#ffffff; font-weight:normal; text-decoration:none; font-size:10px;}
		
		    #footer .contact a:hover {
		        color:#FF6600;}


/* Menu "Panels" */

.row {
 clear: both;
 display:block;
 width: auto;
}

.panels {
 clear: both;
 display:block;
 width: auto;
 padding: 14px 0px 0px 18px;
}

.panel {
	display:block;
	width: 370px;
	height: 140px;
	border: 1px solid #a3b0b6;
	background: #f0f0f2; /* url(css-img/ra-panel_bg.gif) repeat-x left bottom ;*/
	position: relative;
	margin: 6px 17px 0px 10px;
	float: left;
}

	.panel .hd {
	  height: 25px;
	  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 330px -44px;
			width: 585px;
			text-align: center;
			margin-left: -10px;
	        color: #4d91b1;
	        font-weight:bold;
			}
			
/* horizontal page menu (navigation) */

ul.horizontalPageMenu { font-size:14px; margin:5px 24px 12px 22px; border-bottom: solid 1px #aa0148; padding-bottom:1px;
}

ul.horizontalPageMenu li {font-size:14px;
	display: inline;
	
}

	ul.horizontalPageMenu li a, 
	ul.horizontalPageMenu li a:visited, 
	ul.horizontalPageMenu li a:link  {
		padding:  3px 5px 1px 5px; color:#0d2632; font-weight:bold; 
	}
	ul.horizontalPageMenu li a:hover  {
		padding: 3px 5px 1px 5px; color:#aa0148; text-decoration:none; background: #f2ede6;
	}


	ul.horizontalPageMenu li.active a{
		padding: 3px 6px 2px 6px;
		background: #aa0148;
		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, sans-serif;
				}
				
	ul.vPageMenu li a:hover {
				color: #4d91b1;
				}

	ul.vPageMenu li.active a{
		background: #4d91b1;
		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 #4d91b1;
	}

theform span input {
 	font-family: inherit;
 	font-size: inherit;
 	color: #214f8f;
 	padding: 2px 3px;
}

theform span select{
	}
	
	label:after {
		content: ":";
	}
	
	.require {
		background: url(css-img/ra-sprite.png) no-repeat 0 -66px;
		padding-left: 15px;
	}
	.requireNo {
		padding-left: 15px;
	}

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 #4d91b1;
}

/*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; margin-left: 25px;
}

table.standard td {
	padding: 8px;
	border: 1px solid #dadada;
}

table.standard tr.header td {
	font-weight: bold;
	background: #fafafa;
}

table.noboard, table.noboard tr, table.noboard td {
	border: none 0; padding: 1px;
	}
	
table.home {
	border-collapse: collapse; margin-left: 25px; border:none 0;
	width: 94%; 
	}

table.home td {
	padding: 3px;
}

/*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;
}

#breadcrumbs 
{
    
	color: #808080;
	font-size: 12px;
	display:none;
	font-style: italic;
	padding: 12px 0 0;
}
#breadcrumbs a {
	text-decoration: none; font-weight:normal;
	color:#3875d7;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#link-box { margin-left:23px;
	display: none;
	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;
}




/* @end */

.ml20 { margin-left:20px;line-height: 22px; font-size: 14px;}
.ml25 { margin-left:25px;line-height: 22px; font-size: 14px;}

	ul.footer li a {
		 color:#0d2632; text-decoration:none; font-size:10px;
		 
	}
	ul.footer li a:hover  {
		padding: 3px 3px 1px 2px; color:#4d91b1; text-decoration:underline; font-size:10px;
	}
		
a.nowrap{white-space:nowrap; font-size:10px; padding: 3px 4px 1px 0px; color:#0d2632}

.sitesteady {
	background: url(css-img/site_steady.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.siteup {
	background: url(css-img/site_up.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitedown { vertical-align:text-top;
	background: url(css-img/site_down.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitenone {
	height: 0px;  
	position: relative;
	width: 200px;
}

/*Modal Popup*/
.modalBackground {background-color:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup { background-color:#ffffff; border-width:3px; border-style:solid; border-color:Gray; padding:3px;  }


#f_div{width:160px; height:120px; margin:0 auto; overflow:hidden;}
#f_imgDiv{width:160px; height:120px; overflow:hidden;}
#f_img{filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); border:0;}	
#f_infoDiv{width:100%;top:-16px !important;top:-18px; position:relative;}
		#f_buttonDiv{width:100%; margin-right:1px; height:17px; overflow:hidden; text-align:left;}	
		#f_line{width:100%;height:1px;background:#fff; overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0, finishX=50, finishY=100,style=1,opacity=0,finishOpacity=100)}
		#f_buttonDiv div{width:1px;height:17px; background:#fff; float:right;}
		#f_buttonDiv .bg{width:21px; height:17px; background:#c3cdd0; float:right; filter:Alpha(Opacity=50);}
		#f_buttonDiv a{width:21px;height:17px !important;height:17px;float:right;padding-bottom:1px;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:10px;text-align:center;display:block;overflow:hidden;text-decoration:none;position:absolute;}	
	    #f_buttonDiv a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{color:#000;}
		#f_buttonDiv a:hover{background:#c3cdd0;color:#fff;}
		#f_buttonDiv a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#333333;color:#fff;}
		#f_buttonDiv a.on:hover{background:#c3cdd0;}
		#f_text{height:16px; line-height:16px; font-family:Arial; overflow:hidden;text-align:center;font-size:10px; background-color:#eee; margin-top:1px; border-top:1px solid #ccc;}
		#f_text a:link,#f_text a:visited,#f_text a:active{color:#251d5c;text-decoration: none; font-size:10px;}
		#f_text a:hover{color:#8e221b;text-decoration:none;font-size:10px;}