/*---------------------------------------------
*	File Name:		styles.css
*	Website Name:	Technical Healthcare Solutions
*	Website URI:
*	Copyright:		2009 Technical Healthcare Solutions
*	
*	Author: 		Zoltun Design
*	Author URI:		www.zoltun.com
*--------------------------------------------*/

/*	Universal Classes
---------------------------------------------*/
.floatFix {	/* Fixes float size issues */
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	background: transparent;
	overflow: hidden;
}
.text_input {
	display: inline;
	width: 159px;
	height: 26px;
	background: url(../images/bg_textbox.gif) no-repeat;
	margin-right: 5px;
}
.arrow {
	display: block;
	padding-left: 20px;
	background: url(../images/bull_more.gif) no-repeat left center;
	color: #47a8e8;
}
.blue {
	color: #47a8e8;
}
.green {
	color: #99cc00;
}
/*	Structure
---------------------------------------------*/
body {
	background: #eeeff1 url(../images/bg_gradient.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
	color: #255CA1;
}
#wrap {
	width: 1020px;
	margin: 0px auto;
	background: url(../images/bg_borders.png) repeat-y;
}
#inner_wrap {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}





#content_area {
	width: 960px;
	text-align: left;
}
	#content_area h1 {
		margin:10px 20px;
		font:bold 18px Arial, Helvetica, sans-serif;
		color:#666;
	}
#bgbox_top {
	background:url(../images/bgbox_top.png) no-repeat;
	width:920px;
	height:14px;
	margin:-2px 20px -1px;
}
#bgbox_mid {
	background-color:#d8d8d8;
	width:920px;
	overflow: hidden;
	margin: 0px 20px 0px;
}
	#nav2 {
		clear: both;
		display: block;
		height: 42px;
		margin: 0px 20px;
		width: 888px;
	}
	#nav2 li {
		float: left;
		display: inline;
	}
	#nav2 li a {
		color: #999;
		background: url(../images/inner_btn.png) no-repeat;
		display: block;
		font-weight: bold;
		height: 35px;
		padding: 8px 15px 0px;
		text-transform: uppercase;
		width: 192px;
	}
	#nav2 li a:hover,  #nav2 li a:hover span {
		color: #0e72c9;
	}
	#nav2 li a.first {
		background: url(../images/inner_btn.png) no-repeat;
	}
	#nav2 li a.last {
		background: url(../images/inner_btn.png) no-repeat;
	}
	#nav2 li a.selected {
		background: url(../images/selected.png) no-repeat;
		color:#0e72c9;
		height:35px;
	}
	#nav2 li a span {
		color: #ccc;
		display: block;
		font-size: .75em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-transform: none;
	}
	
	#innerbg_top {
		background:url(../images/innerbg_top.png) no-repeat;
		width:888px;
		height:13px;
		margin:-1px 20px 0px;
	}
	#innerbg_mid {
	background-color:#eee;
	width:888px;
	margin:-2px 20px 0px;
	}
	#inner_img {
		margin:10px 28px;
		width:832px;
	}
	#solution_subnav {
		margin:0 18px 10px 18px;
		width:850px;
		height:38px;
		background:url(../images/mckesson_subnavbar.png) no-repeat;
	}
	
		#solution_subnav li { background: none; float: left; }
		
		#solution_subnav li a {
			line-height:37px;
			display:inline-block;
			text-align:center;
			font-weight:bold;
			padding: 0px 15px;
			border-right: 1px solid #777;
			color: #fff;
		}
		
		#solution_subnav li a.last {
			border-right: none;
		}
		
		#solution_subnav li a:hover {
			background: #666;
		}
		
		#contentbg_top {
			background:url(../images/content_top.png) no-repeat;
			width:832px;
			height:21px;
			margin:0 28px;
		}
		#contentbg_mid {
	background-color:#979797;
	height:auto;
	width:800px;
	margin:0 28px;
	padding-right: 16px;
	padding-left: 16px;
		}
			#contentbg_mid h1 {
				font-size: 1.8em;
				font-weight: bold;
				color: #eaff13;
				margin: 0 0 10px 20px;
			}
			#contentbg_mid h2 {
				font-size: 1.5em;
				font-weight: bold;
				color: #fff;
				margin: 0 20px 10px 20px;
			}
			#contentbg_mid h3 {
				font-size: 1.4em;
				font-weight: bold;
				color: #fff;
				margin: 0 20px 10px 20px;
				line-height:1.4em;
			}
			#contentbg_mid h3.career {
				font-size: 1.4em;
				font-weight: bold;
				color: #a4c6f4;
				margin: 10px 20px;
				line-height:1.4em;
			}
			#contentbg_mid a {
				font-weight: bold;
				color: #cfd;
				margin: 0 0 10px 5px;
				line-height:1.4em;
			}
			#contentbg_mid a:hover {
			text-decoration:underline;
			}
			#contentbg_mid p {
				font-size: 1em;
				margin: 10px 20px 0 20px;
				color:#fff;
			}
			#contentbg_mid p.name {
				font:1.2em bold Arial, Helvetica, sans-serif;
				text-decoration:underline;
			}
			#contentbg_mid blockquote {
				margin: 0 0 10px 20px;
				color: #fff;
			}
			#contentbg_mid ul {
				display: block;
			}
			#contentbg_mid ul li {
				display: list-item;
				list-style-type: disc;
			}
		#contentbg_bottom {
			background:url(../images/content_bottom.png) no-repeat;
			width:832px;
			height:18px;
			margin:0 28px;
		}
	#innerbg_bottom {
	background:url(../images/innerbg_bottom2.png) no-repeat;
	width:888px;
	height:10px;
	margin:0 20px;
	}
#bgbox_bottom {
	background:url(../images/bgbox_bottom.png) no-repeat;
	width:920px;
	height:9px;
	margin:0 20px;
}



#solution {
	width:840px;
	height:auto;
	margin:0 10px;
	display:inline;
}

	#left_column {
		margin:0 5px 0px 18px;
		width:160px;
		float:left;
		display:block;
	}
	
		#left_column li { margin-bottom: 10px; }
		
		#left_column a {
			background:url(../images/vertical_btn.png) no-repeat;
			width:154px;
			line-height: 1.2;
			height: 34px;
			color:#616161;
			display:table-cell;
			font-weight:bold;
			padding:0 10px;
			vertical-align: middle;
		}
			
		#left_column a:hover {
			background:url(../images/vertical_btn_over.png) no-repeat;
			color:#eaff13;
		}
		
	#mid_column {
		width:329px;
		float:left;
		margin:0 10px;
	}
		#mid_column h1 {
			margin:0 10px 5px 10px;
			font-size: 1.8em;
			font-weight: bold;
			color: #eaff13;
		}
		#mid_column h2 {
			margin:0 10px 5px 10px;
			font-size: 1.5em;
			font-weight: bold;
			color: #fff;
		}
		#mid_column h3 {
			font-size: 1.4em;
			font-weight: bold;
			color: #fff;
			line-height:1.4em;
		}
		#mid_column p {
			margin:5px 10px 0 10px;
			font-size: 1em;
			color:#fff;
			line-height:16px;
		}
		#mid_column a {
			font-size: 1.2em;
			font-weight: bold;
			color: #fff;
			margin: 0 0 10px 5px;
			line-height:1.4em;
		}
		#mid_column a:hover {
			text-decoration:underline;
		}
				
		
			#solution_top {
	background:url(../images/solution_bg_top.png) no-repeat;
	width:669px;
	height:13px;
	margin:0 5px;
			}
			#solution_mid {
	background-color:#579ad4;
	width:640px;
	height:auto;
	margin:-2px 5px 0px;
	padding-right: 14px;
	padding-left: 15px;
			}
			#solution_bottom {
	background:url(../images/solution_bg_bottom.png) no-repeat;
	width:669px;
	height:15px;
	margin:0 5px;
			}
	#right_column {
		margin:0 10px;
		width:301px;
		height:195px;
		float:left;
	}




#contact {
width:888px;
height:500px;
margin:0 20px;
display:block;
}

#contact_top {
	background:url(../images/contact_bg_top.png) no-repeat;
	width:477px;
	height:12px;
	margin:0 10px;
}
#contact_mid {
	background-color:#979797;
	width:476px;
	height:auto;
	margin:0 10px;
}
			#contact_mid h1 {
				font-size: 1.8em;
				font-weight: bold;
				color: #eaff13;
				margin: 0 0 10px 20px;
			}
			#contact_mid h2 {
				font-size: 1.5em;
				font-weight: bold;
				color: #eaff13;
				margin: 0 20px 10px 20px;
			}
			#contact_mid h3 {
				font-size: 1.2em;
				font-weight: bold;
				color: #f9ffb8;
				margin: 0 20px;
				line-height:1.4em;
			}
			#contact_mid a {
				font-size: 1.2em;
				font-weight: bold;
				color: #666;
				margin: 0 0 10px 20px;
				line-height:1.4em;
			}
			#contact_mid p {
				font-size: 1em;
				margin: 10px 20px 0 20px;
				color:#fff;
			}
			#contact_mid p.name {
				font:1.2em bold Arial, Helvetica, sans-serif;
				text-decoration:underline;
			}
			
			#contact_mid form {
				color: #333;
				margin:0 20px;
				height: auto;
			}
			#contact_mid td {
				padding:1px 1px;	
				color:#fff;
			}	
#contact_bottom {
	background:url(../images/contact_bg_bottom.png) no-repeat;
	width:477px;
	height:12px;
	margin:0 10px;
}
#contact_wrapper{
width:497px;
float:left;
}
#contact_right {
	float:left;
	width: 300px;
	margin-left: 30px;
}





#header {
	position: relative;
	width: 960px;
	height: 146px;
}
#header #main_logo {
	float: left;
	margin: 23px 0px 0px 45px;
}
#header #rss_btn {
	float: left;
	margin: 35px 64px 0px;
}
#header #search_area {
	float: left;
	background: url(../images/divider_small.gif) no-repeat left center;
	display: inline;
	width: 280px;
	height: 96px;
}
#header #search_box {
	background: transparent;
	display: inline;
	border: none;
	width: 155px;
	height: 20px;
	margin: 4px 2px 2px;
}
#header #search_btn {
	float: left;
	display: inline;
	margin: 40px 0px 0px;
}
#header .text_input {
	float: left;
	margin: 40px 5px 0px 64px;
}
/* START NAV
----------------------------------------------*/
	#header #nav {
	clear: both;
	display: block;
	height: 50px;
	margin: 0px 20px;
	position: relative;
	width: 920px;
	z-index: 500;
}
#nav li {
	float: left;
	position: relative;
	display: inline;
}
#nav li a {
	color: #fff;
	background: url(../images/btn_middle.gif) no-repeat;
	display: block;
	font-weight: bold;
	height: 42px;
	letter-spacing: -0.01em;
	padding: 8px 15px 0px;
	position: relative;
	text-transform: uppercase;
	width: 200px;
	z-index: 500;
}
#nav li a:hover,  #nav li a:hover span {
	color: #ccFF33;
}
#nav li a.first {
	background: url(../images/btn_left.gif) no-repeat;
}
#nav li a.last {
	background: url(../images/btn_right.gif) no-repeat;
}
#nav li a span {
	color: #ccc;
	display: block;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
#nav li ul {
	position: absolute;
	left: -999em;
	display: block;
	width: 220px;
	padding-bottom: 4px;
	background: url(../images/bg_nav_bottom.gif) no-repeat center bottom;
	z-index: 500;
}
#nav li ul li a {
	float: none;
	width: 188px;
	line-height: 49px;
	height: 49px;
	background: #7d7e77;
	margin: 0px 1px 0px 1px;
	padding-top: 1px;
	position: relative;
	z-index: 500;
}
#nav li ul li a:hover {
	background-color: #8e9086;
}
#nav li ul li a.sub_arrow:hover {
	background: #8e9086 url(../images/bg_submenu.gif) no-repeat right bottom;
	cursor:default;
}
#nav li ul li {
	display: block;
	position: relative;
	background: #6a6c66;
	width: 220px;
	padding-bottom: 1px;
	z-index: 500;
}
#nav li:hover ul, #header #nav li.navHover ul {
	clear: left;
	left: 5px;
}
#nav li:hover ul li ul, #header #nav li.navHover ul li ul {
	position: absolute;
	left: -999em;
	z-index: 500;
}
#nav li:hover ul li:hover ul, #header #nav li.navHover ul li.navHover ul {
	clear: left;
	left: 220px;
	top: 0px;
}
/* END NAV
----------------------------------------------*/





#main {
	width: 960px;
}
#main #content {
	float: left;
	width: 671px;
}
#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	margin: .469em 0em;
	letter-spacing: -0.01em;
}
#content ul {
	display:block;
}
#content ul li {
	display:list-item;
	list-style-type:disc;
	margin:0 1em;
}
#content a {
	color:#47A8E8;
}
#content a:hover {
	color:#255CA1;
}
#content #img_margin {
	float: left;
	width: 140px;
	height:150px;
	margin: 0;
}
#content #img_margina {
	float: left;
	width: 140px;
	margin: 0;
}
#content #img_rmargin {
	float: right;
	width: 140px;
	margin:0 .5em;
}
#content #body_copy {
	float: left;
	width: 590px;
	margin: 4em 2em 2em 4em;
}
#body_copy h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #eaff13;
	margin: 0em 0em .3em;
	letter-spacing: -0.025em;
}
#body_copy h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	margin: .469em 0em;
	letter-spacing: -0.01em;
}
#body_copy h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: .625em 0em;
	line-height:1.4em;
}
#body_copy p {
	font-size: 1em;
	margin: .75em 0em;
}
#body_copy p .name {
	font:1.2em bold Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#body_copy blockquote {
	margin: 0em 3em;
	color: #666;
}
#body_copy ul {
	display: block;
}
#body_copy ul li {
	display: list-item;
	list-style-type: disc;
}
#left-column {
	margin:0 0 0 15.8em;
	width:15em;
	float:left;
}
#right-column {
	margin:0 2.5em;
	width:15em;
	float:right;
}
#main #sidebar {
	float: left;
	background: url(../images/divider_large.gif) no-repeat left 40px;
	height: 336px;
	width: 289px;
	padding-top: 40px;
}
#sidebar h2 {
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin: .469em 20px;
	text-transform: uppercase;
}
#sidebar p {
	color: #999;
	font-size: .9em;
	margin: .469em 30px .469em 30px;
	line-height:1.7em;
}
#sidebar a {
	font-size:.9em;
	color:#47A8E8;
}
#sidebar a:hover {
	color:#255CA1;
}
#sidebar #feed_list {
	display: block;
	width: 229px;
	margin: 0em 20px 0px 20px;
}
#sidebar #feed_list li {
	display: block;
	margin-bottom: 1.5em;
}
#sidebar #feed_list p {
	font-size: 0.9em;
	line-height: 16px;
	margin: 0em 10px .83em 0em;
}
#sidebar #feed_list .date {
	color: #99cc00;
	font-weight: bold;
	margin-bottom: 0em !important;
}
#sidebar #subnav {
	background: url(../images/divider_list.gif) no-repeat center bottom;
	display: block;
	margin: 10px 20px;
	padding-bottom: 4px;
	width: 249px;
}
#sidebar #subnav li {
	display: block;
}
#sidebar #subnav li a {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	background: url(../images/divider_list.gif) no-repeat center top;
	line-height: 40px;
	padding-left: 60px;
}
#sidebar #subnav li a:hover {
	color: #47a8e8;
}
#home_page #sidebar {
	height: 236px;
	width:269px;
	overflow:auto;
	margin:20px 0;
}
#home_page #feed_list {
	height: 252px;
}
#main #ribbon {
	clear: both;
	display: block;
	width: 960px;
	height: 119px;
	padding-top: 1px;
	background: url(../images/bg_graystripes.gif) repeat-x;
	color: #fff;
}
#ribbon #cta {
	margin: 8px 20px auto 170px;
}
#ribbon #cta img {
	float: left;
	margin-right: 20px;
}
#ribbon #cta p {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	padding-top: 4px;
}
#home_page #main {
	background: url(../images/pic_home.jpg) no-repeat;
}
#home_page #content {
	height: 326px;
	width:670px;
}
#home_age #ribbon {
	position: relative;
}
#home_page #ribbon a {
	color: #114895;
	font-weight: bold;
}
#home_page #ribbon h3 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 1.25em 40px 0px;
}
#home_page #ribbon p {
	font-size: 1em;
	margin: .75em 40px;
}
#home_page #ribbon {
	background: #aebf00 url(../images/bg_green.gif) repeat-x;
	height: 230px;
}
#home_page #ribbon .left {
	float: left;
	width: 650px;
	line-height:16px
}
#home_page #ribbon .right {
	float: right;
	width: 280px;
}
#home_page #ribbon .phone {
	color: #333;
	font-size: 1.8em;
	line-height: 1;
	margin: .417em 40px;
	font-weight: bold;
}
#home_page #ribbon .address {
	font-size: 1.1em;
	line-height: 1.36;
	font-weight: bold;
	margin-top: 1.36em;
}
#touts {
	width: 960px;
	min-height: 140px;
	margin: 0px auto;
	text-align:left;
}
#touts .tout {
	background: url(../images/divider_small.gif) no-repeat 20px center;
	display: block;
	float: left;
	margin-bottom: 20px;
	min-height: 140px;
	width: 320px;
}
#touts #img_tout {
	background-image: none;
	width: 335px;
}
#touts #img_tout img {
	margin-left: 5px;
}
#touts #middle_tout {
	min-height: 140px;
	width: 500px;
}
.tout p {
	color: #666;
	font-size: .9em;
	margin: 0em 20px .75em 65px;
	padding-left: 1px;
}
.tout h3 {
	font-size: 1.2em;
	margin: .625em 20px .625em 65px;
}
.tout .date {
	color: #99cc00;
	font-weight: bold;
}
.tout #send_area {
	background: url(../images/divider_small.gif) no-repeat left center;
	display: inline;
	float: left;
	height: 96px;
	width: 280px;
}
.tout #send_box {
	background: transparent;
	border: none;
	display: inline;
	height: 20px;
	margin: 4px 2px 2px;
	width: 155px;
}
.tout #send_btn {
	float: left;
	display: inline;
	margin: 10px 0px 0px;
}
.tout .text_input {
	float: left;
	margin: 10px 5px 0px 65px;
}
#footer {
	width: 1020px;
	margin: 0px auto;
	min-height: 21px;
	background: url(../images/bg_footer.png) no-repeat;
}
#form-box {
	float:left;
	color: #333;
	margin:0;
	height: auto;
	width: 600px;
}
#form-box td {
	padding:.5em .5em;
/*	Overrides
---------------------------------------------*/
