/*
	Prime Therapeutics
	Website Color Palette

	Hex			Name			Primary Use
	-----------------------------------------------
	#174076		Blue			links
	#333		Grey			body copy				
	
	

	Hacks
	-----------------------------------------------
	Style Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
	

*/

/*------------------------------------------------------------------------------
	Style Reset- Do Not Touch!
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*------------------------------------------------------------------------------
	basic styles 
------------------------------------------------------------------------------*/	
	
	body {
		margin: 0; padding: 0;
		color: #333;
		font-family: Arial, Verdana, sans-serif;
		font-size:   %;
		background: #272b2e;
		text-align: center;
		}

	h1{ 
		font-size: 150%; 
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	
	h2{ 
		font-size: 120%;
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	
	h3{ 
		font-size: 100%; 
		font-weight: normal;
		padding: 0 0 8px 0;
	}
	h4{ 
		font-size: 90%; 
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	h5{ 
		font-size: 70%; 
		font-weight: bold;
		padding: 0 0 5px 0;
	}
	
	p{
		padding: 0 0 15px 0;
		line-height: 1.6em;
		color: #333;
		font-size: 69%
	}
	
	a:link, a:visited{
		color: #174076;
		text-decoration: none;
	}
	
	a:hover, a:active{
		color: #174076;
		text-decoration: underline;
	}
	
	
	
	ul{
		margin-left: 15px;
		margin-bottom: 13px;
		font-size: 67%;
	}
		li{
			padding-bottom: 5px;
			line-height: 1.4em;
		}
	
	ul li ul{margin: 10px 0 0 10px; padding: 0;}
	ul li ul li{font-size: 135%; list-style: none;}
	
	img{
		border: none;
	}	
	
	a[href$=".pdf"] {
		padding-left: 14px;
		background: url('home/images/page_white_acrobat.gif') no-repeat left 2px;
	}
	
	.pdf {
		padding-left: 14px;
		background: url('home/images/page_white_acrobat.gif') no-repeat left 2px;
	}
	
	sup{margin: 0; padding: 0; vertical-align: top; font-size: 9px; }
	
/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/	

#global{
	background: #333 url('home/images/bg_global_nav.gif') repeat-x;
	position: relative;
	height: 36px;
}
	
	#nav_glob{
	position: absolute;
	top: 11px;
	left: 14px;
	}
	
	#nav_glob ul {
	list-style: none;
	height: 14px;
	margin: 38px 0 0 0;
	padding: 0;
	}
	
	#nav_glob li {
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	}
	
	#nav_glob a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 14px; /*For IE5 Win */
	padding: 14px 0 0 0;
	}
	
	#nav1 a{
	width: 74px;
	background: url('home/images/nav_glob_company.gif') top left no-repeat;
	}
	
	#nav2 a{
	width: 81px;
	background: url('home/images/nav_glob_careers.gif') top left no-repeat;
	}
	
	#nav3 a{
	width: 100px;
	background: url('home/images/nav_glob_newsroom.gif') top left no-repeat;
	}
	
	#nav4 a{
	width: 74px;
	background: url('home/images/nav_glob_contact.gif') top left no-repeat;
	}
	
	
	#nav_glob a:hover.nav1, #nav_glob a:hover.nav2, #nav_glob a:hover.nav3, #nav a:hover.nav4, #nav_glob a:hover, #nav_glob li:hover, #nav_glob li.sfhover {
	background-position: 0 -14px;
	}
	
	#nav_glob a.active, #nav_glob a.active:hover{ background-position: 0 -14px; }


#primary{
	background: #333 url('home/images/bg_primary_nav.gif') repeat-x;
	position: relative;
	height: 77px;
}

	#nav_primary{
	position: absolute;
	top: 25px;
	left: 14px;
	}
	
	#nav_primary ul {
	list-style: none;
	height: 28px;
	margin: 38px 0 0 0;
	padding: 0;
	}
	
	#nav_primary li {
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	}
	
	#nav_primary a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 28px; /*For IE5 Win */
	padding: 28px 0 0 0;
	}
	
	#p_nav1 a{
	width: 90px;
	background: url('home/images/nav_primary_clients.gif') top left no-repeat;
	}
	
	#p_nav2 a{
	width: 101px;
	background: url('home/images/nav_primary_members.gif') top left no-repeat;
	}
	
	#p_nav3 a{
	width: 138px;
	background: url('home/images/nav_primary_pharma.gif') top left no-repeat;
	}
	
	#p_nav4 a{
	width: 103px;
	background: url('home/images/nav_primary_providers.gif') top left no-repeat;
	}
	
	
	#nav_primary a:hover.nav1, #nav_primary a:hover.nav2, #nav_primary a:hover.nav3, #nav a:hover.nav4, #nav_primary a:hover, #nav_primary li:hover, #nav_primary li.sfhover {
	background-position: 0 -28px;
	}
	
	#nav_primary a.active, #nav_primary a.active:hover{ background-position: 0 -56px; }


	#sub_nav {
	list-style: none;
	margin: -10px 0 0 0;
	_margin: 0;
	overflow: hidden;
	padding: 0 0 10px 0;
	font-size: 14px;
	}
		#sub_nav li{
			display: inline;
			overflow: hidden;
		}


#pharm_nav{
	background: #333 url('home/images/hd_pharmacists_nav.jpg') no-repeat;
	position: relative;
	height: 26px;
}

#client_nav{
	background: #333 url('home/images/hd_clients_nav.jpg') no-repeat;
	position: relative;
	height: 26px;
}

#tri_client_nav{
	background: #333 url('home/images/hd_triessent_nav.jpg') no-repeat;
	position: relative;
	height: 26px;
}
	#banner_nav{
	position: absolute;
	top: 0px;
	left: -15px;
	}
	
	#banner_nav ul {
	list-style: none;
	height: 26px;
	margin: 38px 0 0 0;
	padding: 0;
	}
	
	#banner_nav li {
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	}
	
	#banner_nav a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 26px; /*For IE5 Win */
	padding: 26px 0 0 0;
	}
	
	#ph_nav1 a{
	width: 130px;
	background: url('home/images/nav_pharm_medi.gif') top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	#ph_nav2 a{
	width: 130px;
	background: url('home/images/nav_pharm_mac.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 95px;
	}
	#ph_nav3 a{
	width: 205px;
	background: url('home/images/nav_pharm_835.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 190px;
	}
	
	#banner_nav a.active{background-position: 0 -26px; z-index: 100; }

	#cl_nav1 a{
	width: 175px;
	background: url('home/images/nav_cl_specialty.gif') top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	#cl_nav2 a{
	width: 176px;
	background: url('home/images/nav_cl_mail_order.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 141px;
	}
	#cl_nav3 a{
	width: 176px;
	background: url('home/images/nav_cl_clinical.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 282px;
	}

	#cl_nav4 a{
	width: 175px;
	background: url('home/images/nav_tri_specialty.gif') top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	#cl_nav5 a{
	width: 142px;
	background: url('home/images/nav_tri_mail_order.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 175px;
	}
	#cl_nav6 a{
	width: 144px;
	background: url('home/images/nav_tri_clinical.gif') no-repeat;
	position: absolute;
	top: 0px;
	left: 317px;
	}

/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/	

	#wrapper{
		background: #fff url('home/images/bg_wrapper.gif') repeat-y;
		margin: 0px auto;
		text-align: left;
		width: 800px;
		padding: 0 1px;
	}

	#footer{
		clear: both;
		font-size: 62%;
		color: #d5e3f3;
		background: #5c6673 url('home/images/bg_footer.gif') repeat-x;
		height: 10px;
		padding: 13px 0;
		padding-left: 27px;
	}
	
	#member_head{
		width: 800px;
		height: 150px;
	}
		#member_head .left{
			width: 500px;
			background: url('home/images/bg_member_sites.gif') repeat-x;
			height: 150px;
			float: left;
		}
		#member_head .bug{
				float: left;
				margin: 35px 10px 0 40px;
			}
			#member_head .bugcopy{
				font-size: 67%;
				margin-top:45px;
				color: #666;
			}
		
		#member_head .right{
			width: 300px;
			float: left;
		}

/*------------------------------------------------------------------------------
	homepage
------------------------------------------------------------------------------*/	
	
	#reviewlink{
	position: relative;
	margin-bottom: 5px;
	}
	
	#reviewlink a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 20px; /*For IE5 Win */
	padding: 20px 0 0 0;
	}
	
	a.review {
	width: 111px;
	background: url('home/images/hd_register_today.gif') top left no-repeat;
	}
	#reviewlink a:hover.review{
		background-position: 0 -20px;
	}
	
	#home_head{
		width: 800px;
		height: 360px;
		background: url('home/images/home_imagery.jpg') no-repeat;
		position: relative;
	}
		#home_head p{
			font-size: 72%;
			position: absolute;
			padding-right: 380px;
			top: 160px;
			left: 32px;
		}
	
	#home_bottom{
	}
		#home_bottom h2{
			font-size: 180%;
			font-weight: normal;
			padding: 0;
		}
		.home_left{
			float: left;
			width: 372px;
			height: 161px;
			background: #97b4c7 url('home/images/bg_home_click.gif') repeat-x;
			font-size: 62%;
			padding: 23px 0 0 30px;
		}
			.home_left p{
				padding: 10px 25px 5px 0;
			}
			
			.home_left .bug{
				float: left;
			}
			.home_left .bugcopy{
				font-size: 110%;
				padding: 0;
				margin-top: 22px;
				color: #666;
			}
		
		.home_right{
			float: left;
			width: 371px;
			height: 161px;
			background: #cab388;
			font-size: 62%;
			padding: 23px 0 0 27px;
		}
			.home_right p{
				padding: 10px 25px 15px 0;
			}
		
		.home_midLeft{
			float: left;
			width: 183px;
			height: 161px;
			background: #36791a url('home/images/bg_home_survey.jpg') repeat-x;
			font-size: 62%;
			padding: 23px 0 0 15px;
		}
		
			.home_midLeft .bugcopy{
				font-size: 110%;
				padding: 10px 0 0 0;
				line-height: 1.3em;
				width: 95px;
				color: #333;
			}
		
		.home_midRight{
			float: left;
			width: 182px;
			height: 161px;
			background: #97b4c7 url('home/images/bg_home_click.gif') repeat-x;
			font-size: 62%;
			padding: 23px 0 0 15px;
		}
		
		.home_mid{
			float: left;
			width: 365px;
			height: 161px;
			background: #97b4c7 url('home/images/bg_home_click.gif') repeat-x;
			font-size: 62%;
			padding: 23px 0 0 30px;
		}
			.home_mid p{
				padding: 10px 25px 5px 0;
			}
			
			.home_mid .bug{
				float: left;
			}
			.home_mid .bugcopy{
				font-size: 110%;
				padding: 0;
				margin-top: 22px;
				color: #666;
			}
		
		.home_leftSm{
			float: left;
			width: 186px;
			height: 161px;
			background: #528bbe url('home/images/bg_home_leftsm.gif') repeat-x;
			font-size: 62%;
			padding: 23px 0 0 17px;
		}
		.home_leftSm p{
			color: #666;
			font-size: 110%;
			padding-bottom: 10px;
		}
		#learnmore{
			position: relative;
			margin-right: 10px;
			margin-top: -14px;
			margin-bottom: 36px;
			float: right;
		}
			
		#learnmore a {
			display: block;
			overflow: hidden;
			height: 0px !important;
			height /**/: 14px; /*For IE5 Win */
			padding: 14px 0 0 0;
		}
			
			a.learn {
			width: 74px;
			background: url('home/images/btn_learnmore.gif') top left no-repeat;
		}
			#learnmore a:hover.learn{
				background-position: 0 -14px;
		}
		
		
		.home_rightSm{
			float: left;
			width: 185px;
			height: 161px;
			background: #cab388;
			font-size: 62%;
			padding: 23px 0 0 17px;
		}
		.home_rightSm p{
			padding-right: 27px;
			font-size: 100%;
		}
		
		
		
	
	.logo{
		position: absolute;
		top: 18px;
		right: 45px;
	}

/*------------------------------------------------------------------------------
	Interior Pages - 2 Column
------------------------------------------------------------------------------*/

	#interior{
		margin: 0 0 0 27px;
		padding: 25px 0;
	}
		#interior .left{
			float: left;
			width: 372px;
			padding-right: 100px;
			padding-bottom: 20px;
		}
		
		#interior .left2{
			float: left;
			width: 372px;
			_padding-right: 25px;
			padding-right: 105px;
			padding-bottom: 20px;
		}
		
		#interior .left3{
			float: left;
			width: 372px;
			padding-right: 105px;
			padding-bottom: 20px;
		}
		
		#interior .contact{
			float: left;
			width: 473px;
			padding-right: 0px;
		}
		
		#interior .right{
			float: left;
			width: 265px;
			padding: 0 15px;
			padding-bottom: 20px;
		}
		
		#interior .right p{
			padding: 0 0 10px 0;
			line-height: 1.6em;
			color: #333;
		}
		
		#interior .colLeft{
			float: left;
			width: 180px;
		}
		#interior .colRight{
			float: left;
			width: 170px;
			margin-left: 10px;
		}
		
	
	.legal{
		margin: 0 0 0 480px;
		padding: 0;
	}
		.legal a:link, .legal a:visited{
			color: #d5e3f3;
		}

/*------------------------------------------------------------------------------
	Forms
------------------------------------------------------------------------------*/	
	
	form, fieldset {
		margin: 0;
		padding: 0;
		font-size: 83.5%;
	}
		
		form ol { margin: 0; padding: 0; }
		form ol li{ list-style: none; }
		input, textarea, select { margin: 0; }
		form legend { font-weight: bold; font-size: 14px; padding: 10px 0 15px 0; color: #666; *margin-left: -8px; }
		form legend {  width: 225px; float: left; }
		form label {  width: 130px; float: left; margin-left: 0; padding-left:0; }
		
		form fieldset {
			border: none;
			clear: left;
			margin-bottom: 25px;
			
		}
			
			form fieldset li {
				clear: left;
				padding: 5px 0 5px 0;
			}
	
			input[type="text"], textarea{
				border-top: 2px solid #999;
				border-left: 2px solid #999;
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
			}
			
			
			.textfield{
				width: 280px;
			}
			
			select{
				margin-bottom: 10px;
				*margin-bottom: 0px;
				padding-bottom: 0;
			}
			
			input:focus, textarea:focus{
				background: #fff;
			}
			
			textarea{
				width: 300px;
				height: 150px;
			}
			
		form div{
			width: 200px;
			float: left;
			line-height: 140%;
			margin-bottom: 10px;
		}
		
		form .button{ margin: 10px 0 0 130px; }

/*------------------------------------------------------------------------------
	Tables - Data
------------------------------------------------------------------------------*/	
	
	table.dataTable{
		font-size: 11px;
		margin: 0;
		width: 370px;
		padding: 0;
		border-top: 1px solid #DDE9EF;
		border-right: 1px solid #DDE9EF;
		border-left: 1px solid #DDE9EF;
		border-bottom: none;
	    border-spacing: 0;
	}

		table.dataTable td{
			padding: 5px 5px;
			border-bottom: 1px solid #DDE9EF;
		}
		

		table.dataTable tr.none{ background: #fff; }
		table.dataTable tr.alter{ background: #E9F6FC;}


		
/*------------------------------------------------------------------------------
	Misc.
------------------------------------------------------------------------------*/

	.board ul{
		margin-left: 15px;
		margin-bottom: 13px;
	}
		.board li{
			padding-bottom: 15px;
			line-height: 1.4em;
		}

	.main_header{
		padding: 0;
		margin: 0;
	}
	
	.content_pad{
		padding-right: 65px;
	}
	
	
	 a.active{
		text-decoration: underline;
	}
	
	.padBot{
		padding: 0;
	}

	.clearL{clear: left;}
	.clearR{clear: right;}
	.clearB{clear: both;}
	
	.marLeft{
		margin-left: 17px;
	}

/*------------------------------------------------------------------------------
	Togglers
------------------------------------------------------------------------------*/		
	
	.red{
		color: red;
	}
		
	/* Activators */
		#interior .left #core, #interior .left #helpdesk{
			display: inline;
			background: url(home/images/plus.gif) no-repeat 100% 35%;
			padding-right: 11px;
		}
	
	/* Areas */
		#help_detail{
			margin-bottom: 10px;
			background: none;
		}
		#core_service{
			margin-bottom: 10px;
			background: none;
		}
		
		#uno, #dos, #tres, #quatro, #cinco, #cies{
			display: inline;
			background: url(home/images/plus.gif) no-repeat 100% 35%;
			padding-right: 13px;
		}
			#uno h4, #dos h4{
				display: inline;
				line-height: 25px;
			}
			#uno h5, #dos h5, #tres h5, #quatro h5, #cinco h5, #cies h5{
				display: inline;
				line-height: 20px;
			}
			#uno .twoline, #cies .twoline{
				line-height: 15px;
			}
