/*******************************************

 Transplant Adherence Program

 GLOBAL STYLESHEET

 *******************************************/

 

body {
	background-color:#f0eee9;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#333333;
}

a, a:active, a:visited {
	color:#f38d1f;
	text-decoration:none;
}

a:hover {
	color:#0072ae;
	text-decoration:none;
}

a, li, ul, div {
	behavior:url("../inc/csshover.htc"); /* ie6 :hover fix */
}
p {
	font-family: Arial, sans-serif;
	color:#333333;
}
ul {
	font-family: Arial, sans-serif;
	color:#333333;
}

/* Dynamic Font Sizing Classes */
.textRegular, .textRegular span{
	font-family: Arial, sans-serif;
	font-size:14px !important; 
}
.textLarge, .textLarge span{
	font-family: Arial, sans-serif;
	font-size:16px !important; 
}
.textLarger, .textLarger span{
	font-family: Arial, sans-serif;
	font-size:18px !important;	
}
/* END Dynamic Font Sizing Classes */


/* IE6 PNG FIX */

	img, div, a{
	behavior: url("inc/iepngfix.htc")
}

ul a, ul a:active, ul a:visited {
	color:#F38D1F;
}
ul a:hover{
	color:#0072AE;
}
ul li.secondary{
	list-style:none;
}
ul li ul{
	padding-left:20px;;
}
ul li ul li{
	list-style:disc;
}
/*******************************************

 TEMPLATE CONTAINERS

 *******************************************/



#container {
	margin: 0px auto;
	width:999px;
}
#templateWrap {
	background:url(../images/container_bg.jpg) repeat-y;
	float:left;
	width:999px;
	height:auto;
}
#template {
	width:980px;
	height:auto;
	padding-left:8px;
	float:left;
	text-align:left;
}
/*******************************************

 HEADER

 *******************************************/

	

#header {
	width: 980px;
	height: 126px;
	position: relative;
}
#logo {
	position: absolute;
	top: 8px;
	left: 12px;
	width:109px;
	height:110px;
	background: #ffffff;
	z-index: 100;
}
#utilities {
	float: right; 
	width: 859px; 
	text-align: right;
}
#userOptions {
	margin: 0;
	display: inline-block;
	*display: inline;
	padding: 4px 12px 5px 0;
}
#userOptions, #userOptions a {
	font-family: "Candara", Arial, sans-serif;
	font-size:14px;
	color:#3b5370;
	text-decoration:none;
}
#userOptions a:hover {
	text-decoration:underline;
}
#userOptions .loggedInUser{
	color:#333333;
}
#userPreferences, #userPreferences a {
	font-family: "Candara", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#userPreferences {
	display: inline-block;
	*display: inline;
	color:#3b5370;
	padding: 4px 0 0 39px;
	background: transparent url(../images/logo_flourish.gif) no-repeat left 10px;
	margin-right: 12px;
}
.login-hd #userPreferences {
	padding: 4px 15px 0 0;
	background: none;
	margin-left: 0;
}
#userPreferences a {
	color:#3c7eac;
	text-decoration:none;
}
#userPreferences a:hover {
	text-decoration:underline;
}
#userPreferences .a2 {
	font-size:19px;
}
#userPreferences .a3 {
	font-size:22px;
}
p.survey {
	position: relative;	
	width: 281px;
	height: 54px;
	float: right;
	margin: 15px 25px 0 0;
	*margin-top: 20px;
}
p.survey a {
	background: white url(../images/survey_sprite.gif) no-repeat right 0;
	letter-spacing: -9999em;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	left: 0;
	width: 281px;
	height: 54px;
	color: #fff;
}
p.survey a:hover {
	background-position: right -100px;
}
/*******************************************

 TOP NAVIGATION

 *******************************************/	

	

#nav {
	background-color:#b40838;
	width:980px;
	height:36px;
	float:left;
	position:relative;
	z-index:100;
	clear: both;
}
/* MAIN NAV LINKS */

			

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:110;
}
#nav ul li {
	display:inline;
	float:left;
	position:relative;
}
#nav ul li#home {
	background:url(../images/nav_home.jpg) no-repeat bottom scroll;
	width:73px;
	height:36px;
	background:url(../images/nav_home.jpg) no-repeat 0px -36px;
}
#nav ul li#home:hover {
	background:url(../images/nav_home.jpg) no-repeat top scroll;
	width:73px;
	height:36px;
	_background:url(../images/nav_home.jpg) no-repeat 0px 0px;
	_overflow:hidden;
}
#nav ul li#adherence {
	background:url(../images/nav_adherence.jpg) no-repeat bottom scroll;
	width:110px;
	height:36px;
}
#nav ul li#adherence:hover {
	background:url(../images/nav_adherence.jpg) no-repeat top scroll;
	width:110px;
	height:36px;
}
#nav ul li#improve_adherence {
	background:url(../images/nav_improve_adherence.jpg) no-repeat bottom scroll;
	width:182px;
	height:36px;
	background:url(../images/nav_improve_adherence.jpg) no-repeat 0px -36px;
}
#nav ul li#improve_adherence:hover {
	background:url(../images/nav_improve_adherence.jpg) no-repeat top scroll;
	width:182px;
	height:36px;
	_background:url(../images/nav_improve_adherence.jpg) no-repeat 0px 0px;
	_overflow:hidden;	
}
#nav ul li#post_transplant {
	background:url(../images/nav_post_transplant.jpg) no-repeat bottom scroll;
	width:204px;
	height:36px;
}
#nav ul li#post_transplant:hover {
	background:url(../images/nav_post_transplant.jpg) no-repeat top scroll;
	width:204px;
	height:36px;
}
#nav ul li#news {
	background:url(../images/nav_news.jpg) no-repeat bottom scroll;
	width:65px;
	height:36px;
	background:url(../images/nav_news.jpg) no-repeat 0px -36px;
}
#nav ul li#news:hover {
	background:url(../images/nav_news.jpg) no-repeat top scroll;
	width:65px;
	height:36px;
	_background:url(../images/nav_news.jpg) no-repeat 0px 0px;
	_overflow:hidden;	
}
#nav ul li#resources {
	background:url(../images/nav_resources.jpg) no-repeat bottom scroll;
	width:101px;
	height:36px;
}
#nav ul li#resources:hover {
	background:url(../images/nav_resources.jpg) no-repeat top scroll;
	width:101px;
	height:36px;
}
#nav ul li#questions {
	background:url(../images/nav_questions.jpg) no-repeat bottom scroll;
	width:113px;
	height:36px;
}
#nav ul li#questions:hover {
	background:url(../images/nav_questions.jpg) no-repeat top scroll;
	width:113px;
	height:36px;
}
#nav ul li a img#companions {
	background:url(../images/nav_companions.jpg) no-repeat;
	width:132px;
	height:36px;
	float:left;
}
#nav ul li a img#companions:hover {
	background:url(../images/nav_companions_over.png) no-repeat;
	width:132px;
	height:155px;
	float:left;
}
#comp_preload_fix {
	background:url(../images/nav_companions_over.png) no-repeat;
	width:132px;
	height:155px;
	visibility:hidden;
	position:absolute;
	z-index:999;
	margin-left: -999em;
}
/* NAV DROP-DOWN */	

				

/* POSITIONING */

#nav ul li ul {
	position:absolute;
	top:36px;
	z-index:75;
	visibility:hidden;
	height:auto;
	padding: 10px 0px 6px 0px;
	background-color:#EFEFEF;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#nav ul li:hover ul {
	display:block;
	visibility:visible;
	z-index:75;
}
#nav ul li ul li {
	background-color:#EFEFEF;
	height:10px;
	line-height:8px;
	margin:0px;
	position:relative;
	z-index:76;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
#nav ul li ul.adherence {
	width:146px;
}
#nav ul li ul.post {
	width:176px;
}
#nav ul li ul.resources {
	width:215px;
}
#nav ul li ul.questions {
	width:118px;
}
#nav ul li ul li.adherence {
	width:136px;
	padding:6px 0px 6px 10px;
}
#nav ul li ul li.post {
	width:166px;
	padding:6px 0px 6px 10px;
}
#nav ul li ul li.resources {
	width:185px;
	padding:6px 0px 6px 10px;
}
#nav ul li ul li.questions {
	width:108px;
	padding:6px 0px 6px 10px;
}
#nav ul li ul li a {
	color:#000000;
	font-size:15px;
	font-family:"Candara", Arial, sans-serif;
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#nav ul li ul li a:hover {
	color:#b40838;
	text-decoration:none;
}
#nav_shadow {
	background:url(../images/nav_shadow.png) no-repeat;
	width:980px;
	height:9px;
	float:left;
	position:relative;
	z-index:80;
	margin:0px;
	padding:0px;
}
/*******************************************

 CONTENT

 *******************************************/

	 

#contentContainer {
	width:980px;
	height:auto;
	float:left;
	text-align:center;
}
#mainContent {
	margin: auto auto;
	width: 950px;
	text-align: left;
	padding: 10px;
	color: #333333;
	line-height:17px;
}
#mainContent ul {
	font-family: Arial, sans-serif;
	color:#666666;
}
#mainContent a, a:active, a:visited {
	color:#f38d1f;
	text-decoration:none;
}
#breadCrumb {
	font-size:11px;
	color:#808080;
	height:30px;
}
#breadCrumb a, a:active, a:visited {
	color:#808080;
	text-decoration:underline;
}
#breadCrumb a:hover {
	color:#005483;
	text-decoration:none;
}
.pageTitle {
	font-size:22px;
	font-family:"Candara", Arial, sans-serif;
	font-weight:bold;
	color:#000;
}
#errorTitle{
	font-size:22px;
	font-family:"Candara", Arial, sans-serif;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}
#homeSwfContainer {
	width:980px;
	height:278px;
	margin-top:-9px;
	_margin-top:-16px;
}
#homeSwfContainer.login-home {
	width:980px;
	height:318px;
	background: transparent url(../images/login_bg.jpg) no-repeat 0 0;
	margin-top:-9px;
	_margin-top:-16px;
	position:relative;
	z-index:1;
}
#homeSwfContainer.login-home #adherence-txt {
	position: relative;
}
#homeSwfContainer.login-home #adherence-txt h2 {
	position: absolute;
	left: 360px;
	_left: -125px;
	top: 115px;
	width: 224px;
	height: 90px;
	margin: 0;
	
	background: url(../images/adherence_txt.gif) no-repeat 0 0 transparent;
	letter-spacing: -1000em;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}
#homeSwfContainer.login-home .video_embed {
	position: absolute;
	left: 644px;
	top: 12px;
	text-align: center;
	width: 322px;
}
#homeSwfContainer.login-home .video_embed a {
	display: block;
	margin-top: 3px;
	color: #333;
	font-family: "Candara",Arial,Helvetica,sans-serif;
}
#homeSwfContainer.login-home .video_embed a:hover {
	text-decoration: underline;
}
.bodyImg{
	float:right;
	margin:5px 5px 25px 25px;
	padding:0px;
	border: 1px solid #999999;
}
.bodyImg2{
	clear:right;
	margin-top:0px;
}
#ctaContainer {
	width:964px;
	float:left;
	padding: 16px 0px 0px 9px;
	margin:0px;
}
.ctaBorder {
	background:url(../images/cta_mid.jpg) repeat-y;
	height:auto;
	width:305px;
	margin:0px 8px 0px 8px;
	float:left;
	_display:inline;
}
.ctaBorder.fullWidth {
	background:url(../images/cta_mid_full.jpg) repeat-y;
	width:947px;
	margin-top: 16px;
	margin-bottom: 2px;
}
.ctaBox {
	background:url(../images/cta_top.jpg) no-repeat;
	width:305px;
	margin:0px 8px 0px 0px;
	text-align:left;
	float:left;	
	position:relative;
	z-index:10;	
	_margin:0px;
}
.ctaBox.cta4 {
	width:947px;
	background:url(../images/cta_top_full.jpg) no-repeat;
}
.cta3 h2 {
	padding-bottom:19px;
}
.ctaContent a .img {
	margin: 15px 15px 0px 0px;
	float:left;
}
.ctaContent p {
	padding: 5px 0px 0px 0px;
	margin-top:0px;
	text-align:left;
}
.ctaContent a h2, .ctaContent a h2:hover {
	font-family:"Candara", Arial, sans-serif;
	font-size:20px !important;
	font-weight:bold;
	color:#b41d3c;
	margin-top:14px;
	margin-bottom:0px;
	text-decoration:none;
	line-height:20px;
}
body:first-of-type .ctaContent a {
text-decoration:none;
}

.ctaBox .ctaContent{
	float:left;
	display:block;
	width:272px;
	min-height:235px;
  	height:auto !important;
  	height:235px;
	padding:0px 18px 0px 15px;
}

.ctaBox.cta4 .ctaContent{
	float:left;
	display:block;
	width:914px;
	min-height:105px;
  	height:auto !important;
  	height:235px;
	padding:0px 18px 0px 15px;
}
.ctaBox .ctaFooter{
	float:left;
	display:block;
	width:290px;
	height:42px;
	padding-left:15px;	
}

.ctaBox.cta4 .ctaFooter{
	float:left;
	display:block;
	width:947px;
	height:42px;
	padding-left:15px;	
}
.f1{
	background:url(../images/cta1_footer.jpg) no-repeat;	
}
.f2{
	background:url(../images/cta2_footer.jpg) no-repeat;
}
.f3{
	background:url(../images/cta3_footer.jpg) no-repeat;
}
.f4{
	background:url(../images/cta4_footer.jpg) no-repeat;
}
.ctaFooter .ctaLearnMore {
	padding:8px 0 0 6px;
	float:left;
}
.ctaFooter .ctaLearnMore a, .ctaBox .ctaLearnMore a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	color:#FFFFFF;
	text-decoration:none;
	line-height:18px !important;
}
.ctaFooter .ctaIcon {
	float:left;
	margin:2px 0 0 84px
}
.fullWidth .ctaFooter .ctaIcon {
	float:right;
	margin:2px 27px 0 84px
}
ul.references{
	font-size:12px;
}

	/********************
	 Registration & My Account
	 ********************/

	#leftColumn{
		width:700px;
		float:left;
	}
	h3{
		font-size:16px;
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
		font-weight:bold;
		float:left;
		padding-top:15px;
	}	
		#registerForm{
			width:550px;
			float:left;
			padding-bottom:30px;
			color:#333333;
		}
			.subText{
				font-size:11px;
				color:#333333;
			}
			.smSubText{
				font-size:10px;
			}
			.formRow{
				width:550px;
				float:left;
				padding:12px 0 0 0;
			}
			.noSpacer{
				margin:0 0 0 0;
				padding:0 0 0 0;
			}
			.formSpacer{
				padding:30px 0 0 0;
			}
				.formRowField{
					width:275px;
					float:left;
				}
				.formCityField{
					width:260px;
					float:left;
				}					
				.formProvField{
					width:119px;
					float:left;
				}
				.formPostalField{
					width:125px;
					float:left;
				}	
				.formProField{
					width:468px;
					float:left;
					padding-left:20px;
				}	
				.formMobileField{
					width:260px;
					float:left;				
				}
				.formSmsField{
					width:245px;
					float:left;	
					padding-top:15px;								
				}				
				.widthSet{
					width:200px;
				}
				.halfWidthSet{
					width:100px;
				}
				.fullWidthSet{
					width:480px;
				}
				.provinceWidth{
					width:70px;
				}
				.widthExtra{
					width:358px;
				}					
				.checkInput{
					margin:-2px 0 0 0;
				}			
				.radio{
					margin:0 0 3px 0;
					_margin:-3px 0 3px 0;					
				}
				label.regLabel{
					display:block;
				}
				label{
					margin:0;
					vertical-align:top;
				}
				.proLabel{
					width:100px;
					float:left;
				}
				.skipTo{
					float:right;
					margin:0;
					padding:0;
					_margin-top:-15px;
				}
				.bottomSpacing{
					margin-bottom:5px;
				}
				.check{
					width:20px;
					float:left;
					clear:left;
				}
				.questionWidth{
					width:460px;
					float:left;
				}
				.error{
					display:block;
					color: #ff0000;
					font-size:12px;
					float:left;
				}
				.hidden{
					display:none;
				}
				.required{
				color:#FF0000;
				}
	#rightColumn{
		width:264px;
	}

	/********************
	 Login
	 ********************/

	#nav ul.welcome{
		width:980px;
	}
	#nav ul li#welcome {
		background:url(../images/nav_welcome.jpg) no-repeat bottom scroll;
		width:100px;
		height:36px;
	}
	#nav ul li a img#welcomeCompanions {
		background:url(../images/nav_companions.jpg) no-repeat;
		width:132px;
		height:36px;
		margin-left:748px;
		float:left;
	}
	#nav ul li a img#welcomeCompanions:hover {
		background:url(../images/nav_companions_over.png) no-repeat;
		width:132px;
		height:155px;
		margin-left:748px;
		float:left;
	}	
	
	#loginLeftColumn{
		width:615px;
		float:left;
		padding:20px 27px 10px 0px;
	}
	h1.loginTitle {
		margin-top:0px;
		font-size:26px;
		line-height:28px;
		font-family: "Candara", Arial, Helvetica, sans-serif;
		color:#b40838;
		margin:0px;
	}
	h2.loginSubTitle{
		font-size:16px;
		font-family: Arial, Helvetica, sans-serif;
		color:#333333;	
		margin-top:0px;
	}
	#loginRightColumn{
		width:308px;
		float:left;
		margin-top:15px;
	}
	#loginRightColumn a, a:active, a:visited{
		color:#333333;
	}			
		#memberLogin{
			background:url(../images/memberlogin_bg.jpg) no-repeat;
			width:308px;
			height:133px;
			float:left;
			margin:8px 0px 8px;
		}
		#notAMember{
			background:url(../images/notamember_bg.jpg) no-repeat;
			width:308px;
			height:145px;
			float:left;
		}
			.loginContent{
				padding:16px 16px 0 16px;
				float:left;
				_padding: 16px 4px 0 16px;
			}		
			.loginRow{
				width:288px;
				float:left;
				display:inline;
			}
			.ie6space{
				_margin-top:8px;
			}
			.loginContent h3{
				font-size:16px;
				font-family: Arial, Helvetica, sans-serif;
				color:#333333;
				font-weight:bold;
				margin:0px;
				padding:0 0 10px 0;
				_padding:0 0 0 0;
			}
			.loginContent a{
				text-decoration:underline;
				font-style:italic;
				color:#333333;
				font-size:11px;
			}
			.loginContent p{
				margin:10px 0 0 0;
				clear:left;
			}
			.loginLabel{
				width:75px;
				float:left;
			}
			.loginField{
				width:213px;
				float:left;
				_padding-top:3px;
			}
			.loginContent input.widthSet{
				width:194px;
			}
			.loginContent input.submit{
				background:url(../images/login.gif) no-repeat;
				width:51px;
				height:18px;
				margin-left:54px;
				border:none;
			}
			.submitRow{
				padding-top:10px;
				_padding-top:0px;
			}

	/********************
	 Glossary
	 ********************/

	a.glossaryLetters{
		margin-right:5px;
	}

	/********************
	 News
	 ********************/
	 
	 #newsLeftColumn{
	 	float:left;
		width:160px;
		height:100%;
	 }
	 #newsRightColumn{
	 	float:left;
		width:790px;
		height:100%;
	 }
	 #newsLeftColumn ul{
	 	margin:0;
		padding:0 0 20px 0;
	 }
	 #newsRightColumn ul{
		padding:0 0 20px 20px;
		margin:0px;
	 }
	 #newsLeftColumn ul li{
	 	list-style:none;
		color:#333333;
	 }
	 #newsLeftColumn ul li.currentNews{
	 	font-weight:bold;
	 }
	 #newsRightColumn .articleContent{
		padding:0 10px 0 0; 
		display:none;	 
	 }
	 
	/********************
	 Resources Pages
	 ********************/	 
	 
	ul.pdfList {
		list-style:none;
		padding-left:20px;
		float:left;
		width:515px;
		_margin:20px 0px 0px;
		.margin:20px 0px 0px;
	}
	ul.pdfList li {
		background:url(../images/pdf_icon.gif) no-repeat;
		background-position:center left;
		padding:6px 0 5px 30px;
	}	
	ul.pdfList li a, a:visited {
		text-decoration:none;
	}	 
	

	/********************
	 Retrieve Pasword
	 ********************/
	#forgotPass{
		background:url(../images/forgotpass_bg.jpg);
		width:370px;
		height:154px;
		position:absolute;
		top:0;
		left:0;
		text-align:left;
	}
	#forgotPass #content{
		width:330px;
		padding:10px 0px 0px 14px;
		float:left;
		height:124px;
	}
	#forgotPass #content .pageTitle{
		padding-bottom:10px;
		float:left;
		.float:none;
		
	}	
	.forgotPassRow{
		width:330px;
		float:left;
		padding-top:5px;
		.padding:0px;
	}	
	#forgotPass .submitRow{
		width:330px;
		float:left;
		padding-top:5px;
	}		
	.forgotPassLabel{
		width:100px;
		float:left;
		text-align:right;
		padding:4px 8px 0 0;
		font-size:12px;
	}
	#forgotPass input.submit{
		background:url(../images/sendrequest.gif) no-repeat;
		width:94px;
		height:22px;
		border:none;
		margin-left:108px;
	}	

/*******************************************

 FOOTER

 *******************************************/

	

#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	width:980px;
	height:179px;
	float:left;
	letter-spacing:1px;
	margin-top:15px;
}
#footer a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright {
	float:right;
	padding:14px 16px 0 0;
	font-family:Arial, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
#footerNav {
	float:left;
	padding:14px 0 0 22px;
	color:#FFFFFF;
	font-size:10px;
}
#footerNav .divider {
	padding:0 4px;
}
#footerLogo {
	background:url(../images/footer_logo.jpg) no-repeat;
	width:111px;
	height:94px;
	margin:40px 0 0 22px;
}

