@charset "UTF-8";
/* 
Author: Ryan Lascano | Carew Co., LLC
URL: http://www.carewco.net/
Contact: ryan@carewco.net
Written For: Jim Trounson | Medical Management, Inc.
Copyright 2009-2010 Medical Management, Inc. All Rights Reserved.
*/

/* ------------------------------------------------------------ COLOR KEY ----- */
/*

	Gray (content box bg): #eaf0ef
	Tan (content box bg): #e8e8c4
	L. Blue (content box bg): #95d7ee
	D. Blue (logo, nav): #00539b
	Orange (logo, nav, buttons): #fdb924
	
*/
/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; 
	width:100%; 
	font: 62.5% Arial, Helvetica, sans serif; 
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
.caps {
	text-transform:uppercase;
	}
	
.align-left {
	text-align:left;
	}
	
.align-right {
	text-align:right;
	}
	
.align-center {
	text-align:center;
	}
	
img, a img {
	display:block;
	}
	
#container {
	width:1000px;
	padding-left:10px;
	margin:0px auto 0px;
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#header {
	width:990px;
	height:45px;
	padding-top:55px;
	margin-right:10px;
	position:relative;
	}
	
	#header h1 {
		font-size:21px;
		line-height:24px;
		letter-spacing:normal;
		color:#444;
		}
		
	ul#quicklinks {
		display:block;
		height:45px;
		overflow:auto;
		position:absolute;
		top:0px;
		right:0px;
		}
		
		#quicklinks li {
			display:block;
			height:45px;
			background-color:#e8e8c4;
			float:left;
			}
			
			#quicklinks li.search {
				margin-right:10px;
				}
				
				li.search form input.search-input {
					display:inline;
					width:174px;
					height:20px;
					margin:10px;
					padding:2px 2px 1px;
					font-size:14px;
					line-height:20px;
					color:#666;
					background-color:#fff;
					border:1px solid #ccc;
					float:left;
					}
					
				li.search form input.search-submit {
					display:inline;
					float:left;
					}
				
			#quicklinks li.client-login a {
				display:block;
				width:115px;
				height:45px;
				font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
				font-size:14px;
				font-weight:normal;
				text-transform:uppercase;
				line-height:45px;
				text-align:center;
				text-decoration:none;
				color:#333;
				}
				
			#quicklinks li.client-login a:hover {
				background-color:#d3cf95;
				}
	
/* ------------------------------------------------------------ NAV STYLES ----- */

#nav {
	display:block;
	width:790px;
	height:45px;
	margin-bottom:10px;
	font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	background-color:#fdb924;
	}
	
	#nav li {
		display:inline;
		float:left;
		}
		
		#nav li a {
			display:inline;
			height:45px;
			padding:0px 12px;
			line-height:45px;
			text-decoration:none;
			text-align:center;
			color:#fff;
			white-space:nowrap;
			float:left;
			}
			
		#nav li a:hover {
			background-color:#fc8511;
			}
		
		#home li.home a, #about li.about a, #services li.services a, #clinics li.clinics a, #careers li.careers a, #blog li.blog a, #tools li.tools a, #contact li.contact a {
			background-color:#00539b;
			}
			
#breadcrumbs {
	display:block;
	width:960px;
	height:25px;
	/*padding-left:15px;
	margin-bottom:10px;*/
	font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size:12px;
	line-height:25px;
	text-transform:uppercase;
	color:#555;
	}
	
	#breadcrumbs li {
		display:inline;
		padding:0px 3px 0px 17px;
		background:url(../images/breadcrumb-arrow.gif) center left no-repeat;
		}
		
	#breadcrumbs li.first {
		padding-left:0px;
		background:none;
		}
		
		#breadcrumbs li a {
			color:#555;
			text-decoration:underline;
			}
			
		#breadcrumbs li a:hover {
			text-decoration:none;
			}
			
#subnav, .subnav {
	display:block;
	padding:0px !important;
	margin:0px !important;
	/*height:200px;*/
	/*margin-bottom:20px;*/
	font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size:14px;
	line-height:18px !important;
	text-transform:uppercase;
	}
	
	#subnav li, .subnav li {
		display:block;
		width:160px;
		margin-bottom:5px;
		}
		
		#subnav li a, .subnav li a {
			display:block;
			width:140px;
			padding:10px;
			color:#333;
			text-decoration:none;
			}
			
		#subnav li a:hover, .subnav li a:hover, #subnav li.current a {
			background-color:#95d7ee;
			}
	
	
/* ------------------------------------------------------------ CONTENT STYLES ----- */

#content {
	}
	
	.one-col, .two-col, .three-col, .four-col, .five-col {
		display:inline;
		/*margin:0px 10px 10px 0px;*/
		margin-right:10px;
		position:relative;
		/*overflow:hidden;*/
		float:left;
		}
	
	.one-col {
		width:190px;
		}
		
	.two-col {
		width:390px;
		}
		
	.three-col {
		width:590px;
		}
		
	.four-col {
		width:790px;
		}
		
	.five-col {
		width:990px;
		}
		
	.gray, .tan, .light-blue, .white {
		/*padding:25px 15px 5px;*/
		padding:15px;
		margin-bottom:10px;
		/*overflow:hidden;*/
		}
		
		/*#home .gray, #home .tan, #home .light-blue, #home .white {
			padding:15px;
			}*/
		
	.gray {
		background-color:#eaf0ef;
		}
		
	.tan {
		background-color:#e8e8c4;
		}
		
	.light-blue {
		background-color:#95d7ee;
		}
		
	.white {
		background-color:#fff;
		}
	
	h1, h2, h3, h4, h5, h6 {
		font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
		font-weight:normal;
		text-transform:uppercase;
		color:#222;
		}
	
	h1 {
		margin-bottom:14px;
		font-size:24px;
		line-height:36px;
		letter-spacing:.02em;
		}
		
		h1 a {
			color:#222;
			text-decoration:underline;
			}
			
		h1 a:hover {
			text-decoration:none;
			}
		
	h2 {
		font-size:21px;
		margin-bottom:12px;
		}
		
		h2 a {
			color:#222;
			text-decoration:underline;
			}
			
		h2 a:hover {
			color:#333;
			text-decoration:none;
			}
		
	h3 {
		font-size:18px;
		margin-bottom:12px;
		}
		
		#home #our-videos h3 {
			margin-bottom:5px;
			}
		
	h4 {
		font-size:14px;
		line-height:18px;
		margin-bottom:10px;
		}
		
	h5 {
		font-size:12px;
		}
		
	h6 {
		font-size:10px;
		}
		
	p {
		margin-bottom:21px;
		font-size:14px;
		line-height:21px;
		color:#333;
		}
		
		/*p + p {
			text-indent:1em;
			}*/
		
		p a {
			color:#00539b;
			font-weight:bold;
			text-decoration:none;
			}
			
		p a:hover {
			color:#fdb924;
			}
			
	ul.content-list, #content-body ul {
		padding-left:20px;
		margin-bottom:21px;
		font-size:14px;
		line-height:21px;
		color:#333;
		list-style:square outside;
		}
		
		ul.content-list li, #content-body ul li {
			margin-bottom:5px;
			/*padding-left:5px;*/
			}
			
			ul.content-list li ul, #content-body ul li ul {
				/*padding:5px 0px 0px 15px;*/
				margin-bottom:0px;
				list-style-type:circle;
				}
			
	blockquote {
		}
		
		blockquote h1 {
			/*font-size:24px;
			line-height:36px;*/
			}

	a.logo {
		display:block;
		width:190px;
		height:80px;
		margin-bottom:10px;
		}
		
		/*#home a.logo {
			margin-bottom:10px;
			}*/
		
	#feature {
		width:790px;
		height:250px;
		padding-bottom:10px;
		overflow:hidden;
		position:relative;
		}
		
		.feature-nav-left, .feature-nav-right {
			position:absolute;
			top:105px;
			z-index:6000;
			}
			
		.feature-nav-left {
			left:0px;
			}
			
		.feature-nav-right {
			right:0px;
			}
			
	a.call-to-action {
		display:block;
		width:89px;
		height:30px;
		padding-right:21px;
		margin-top:10px;
		font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
		font-size:11px;
		line-height:30px;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		color:#fff;
		background:url(../images/button-arrow.gif) center right no-repeat #fdb924;
		float:right;
		}
		
	a.call-to-action:hover {
		background-color:#fc8511;
		}
		
	#our-videos {
		height:185px;
		overflow:hidden;
		}
		
	#home #blog-feed, #home #client-list, #home #services-list {
		height:160px;
		overflow:auto;
		position:relative;
		}
		
		#blog-feed ul {
			font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
			font-size:13px;
			line-height:18px;
			text-transform:uppercase;
			}
		
			#blog-feed ul li {
				margin-bottom:5px;
				}
		
				#blog-feed ul li a {
					color:#333;
					text-decoration:none;
					}
					
				#blog-feed ul li a:hover {
					text-decoration:underline;
					}
					
		#home #client-list {
			overflow:hidden;
			}
			
			#client-logos {
				overflow:hidden;
				}
					
		#services-list table {
			width:360px;
			font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
			font-size:13px;
			line-height:18px;
			text-transform:uppercase;
			}
			
			#services-list table td {
				/*padding-bottom:3px;*/
				}
				
				#services-list table a {
					margin-bottom:3px;
					color:#333;
					line-height:21px;
					text-decoration:none;
					}
					
				#services-list table a:hover {
					text-decoration:underline;
					}
		
		#home #blog-feed a.call-to-action, #home #services-list a.call-to-action {
			float:none;
			position:absolute;
			bottom:15px;
			right:15px;
			}
			
			
	#home #client-list {
		text-align:center;
		}
		
	.photo {
		width:362px;
		height:auto;
		margin:0px 0px 21px 25px;
		overflow:hidden;
		float:right;
		}
		
	.two-col .photo {
		display:block;
		width:358px;
		margin:0px;
		border:1px solid #999;
		overflow:hidden;
		float:none;
		}
		
		.photo img {
			width:360px;
			border:1px solid #999;
			}
			
		.two-col .photo img {
			border:none;
			}
			
	.testimonial-photo {
		margin:0px 0px 21px 25px;
		float:right;
		}
		
	.photo_coding {
		width:auto;
		margin:0px 0px 21px 25px;
		float:right;
		}
		
		.photo_coding img {
			margin-bottom:0px;
			}
		
		.photo_coding p.photo-caption {
			text-align:center;
			margin:0px 0px 0px;
			color:#00539b;
			font-size:12px;
			font-weight:bold;
			}
		
	.staff {
		width:auto;
		overflow:auto;
		position:relative;
		}
		
		.staff-photo {
			display:block;
			width:80px;
			margin-right:15px;
			float:left;
			
			}
			
		.staff-info {
			display:block;
			width:265px;
			float:left;
			}
			
		.staff-detail {
			width:665px;
			float:left;
			}
			
		.staff a.call-to-action {
			width:120px;
			margin:0px;
			padding:0px 0px 0px 21px;
			background-image:url(../images/button-back-arrow.gif);
			background-position:center left;
			/*background:url(../images/button-back-arrow.gif) center left no-repeat #fdb924;*/
			position:absolute;
			top:0px;
			right:0px;
			}
			
		a.button-staff-info {
			padding-right:17px;
			font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
			font-size:12px;
			line-height:18px;
			text-transform:uppercase;
			text-decoration:underline;
			color:#333;
			background:url(../images/button-staff-info-arrow.gif) center right no-repeat;
			}
			
		a.button-staff-info:hover {
			text-decoration:none;
			}
			
	.clinic-bio {
		width:auto;
		overflow:hidden;
		position:relative;
		}
		
		.clinic-logo {
			display:block;
			width:160px;
			margin-right:15px;
			float:left;
			
			}
			
		.clinic-info {
			display:block;
			width:185px;
			float:left;
			}
			
			.clinic-info p {
				margin-bottom:10px;
				}
			
	.divider {
		height:1px;
		padding-top:15px;
		margin-bottom:15px;
		border-bottom:1px solid #bbb;
		}
		
	p.testimonial-author {
		padding-left:380px;
		}
		
	.emp-test-divider {
		height:1px;
		padding-top:15px;
		margin-bottom:30px;
		border-bottom:1px solid #555;
		}
		
	.job {
		/*position:relative;*/
		}
		
		.job-details {
			width:560px;
			padding-right:40px;
			float:left;
			}
		
		
		a.button-job-info, a.button-text-arrow, p a.button-text-arrow {
			padding-right:17px;
			font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
			font-size:12px;
			line-height:18px;
			font-weight:normal;
			text-transform:uppercase;
			text-decoration:underline;
			color:#333;
			background:url(../images/button-staff-info-arrow.gif) center right no-repeat;
			}
			
		a.button-job-info:hover, a.button-text-arrow:hover, p a.button-text-arrow:hover {
			text-decoration:none;
			color:#333;
			}
			
		ul.job-actions {
			width:160px;
			margin:0px !important;
			padding:0px !important;
			list-style:none !important;
			float:left;
			}
			
			ul.job-actions li {
				padding-left:19px;
				margin-bottom:5px;
				}
				
				ul.job-actions li a.call-to-action {
					width:120px;
					margin:0px;
					padding:0px 21px 0px 0px;
					background:url(../images/button-arrow.gif) center right no-repeat #fdb924;
					float:none;
					}
					
				ul.job-actions li a.button-return {
					display:block;
					width:120px;
					height:30px;
					margin:0px;
					padding:0px 0px 0px 21px;
					font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
					font-size:11px;
					line-height:30px;
					text-transform:uppercase;
					text-decoration:none;
					text-align:center;
					color:#fff;
					background:url(../images/button-back-arrow.gif) center left no-repeat #fdb924;
					float:none;
					}
					
				ul.job-actions li a.call-to-action:hover, ul.job-actions li a.button-return:hover {
					background-color:#fc8511;
					}
					
/* ------------------------------------------------------------ DATA TABLE STYLES ----- */

	table#training-schedule {
		margin-bottom:21px;
		font-size:12px;
		line-height:18px;
		color:#333;
		border:none;
		border-collapse:collapse;
		}
		
		#training-schedule caption {
			padding:10px;
			margin-bottom:12px;
			font-size:21px;
			font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
			font-weight:normal;
			text-transform:uppercase;
			text-align:left;
			color:#222;
			}
		
		#training-schedule th, #training-schedule td {
			padding:5px 10px;
			text-align:left;
			border-bottom:1px solid #666;
			}
			
		#training-schedule thead th {
			text-transform:uppercase;
			vertical-align:middle;
			background-color:#fdb924;
			}
		
		#training-schedule thead th.date {
			width:90px;
			}
			
		#training-schedule thead th.credits {
			width:50px;
			}
			
		#training-schedule tfoot tr td {
			padding:10px;
			font-weight:bold;
			}
			
		#training-schedule tbody tr td {
			border-left:1px dotted #bbb;
			}
		
		#training-schedule tbody tr.odd td, #training-schedule tfoot tr td {
			background-color:#ddd;
			}
			
			#training-schedule tbody tr.odd th {
				background-color:#8cd4ec;
				}
			
			#training-schedule tbody th {
				background-color:#95d7ee;
				}
				
		

/* ------------------------------------------------------------ FORM STYLES ----- */

form.content-form {
	width:560px;
	margin-bottom:21px;
	}
	
	.content-form ol {
		font-size:14px;
		line-height:21px;
		color:#333;
		}
		
		.content-form ol li {
			margin-bottom:10px;
			}
			
			.content-form small {
				font-size:10px;
				text-transform:uppercase;
				font-weight:bold;
				letter-spacing:.01em;
				}
	
			.content-form label {
				display:block;
				width:160px;
				font-size:11px;
				line-height:21px;
				text-transform:uppercase;
				float:left;
				}
				
			.content-form input.text {
				width:294px;
				padding:2px;
				height:18px;
				font-size:12px;
				color:#333;
				border:1px solid #666;
				}
				
			.content-form textarea {
				width:294px;
				padding:2px;
				border:1px solid #666;
				}
				
			.content-form textarea.expanding {
				height:56px;
				min-height:56px;
				}
				
			.content-form input.submit {
				margin-left:160px;
				}
			
			.content-form span.error, .content-form li.error {
				font-size:12px;
				line-height:20px;
				font-weight:bold;
				color:#990000;
				}
				
			.content-form span.error {
				display:block;
				margin-left:100px;
				}
				
			.content-form input.error {
				border:1px solid #ff0000 !important;
				}
		
/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	width:990px;
	height:90px;
	margin:0px 10px 50px 0px;
	overflow:hidden;
	}
	
	a.button-email {
		display:block;
		width:94px;
		height:50px;
		padding-right:21px;
		margin-right:10px;
		font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
		font-size:18px;
		line-height:50px;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		color:#fff;
		background:url(../images/button-arrow.gif) center right no-repeat #fdb924;
		float:left;
		}
		
	a.button-email:hover {
		background-color:#fc8511;
		}
		
	#footer .tan {
		width:835px;
		height:30px;
		padding:10px 15px;
		overflow:hidden;
		float:left;
		}
		
	ul.social-links {
		display:block;
		width:345px;
		height:30px;
		margin-right:0px;
		float:left;
		}
	
		ul.social-links li {
			display:inline;
			margin-right:10px;
			float:left;
			}
			
			.social-links li.twitter-link a {
				display:block;
				width:80px;
				height:30px;
				text-indent:-6000px;
				background:url(../images/twitter-logo.gif) center left no-repeat;
				}
				
			.social-links li.youtube-link a {
				display:block;
				width:70px;
				height:30px;
				text-indent:-6000px;
				background:url(../images/youtube-logo.gif) center left no-repeat;
				}
				
			.social-links li.facebook-link a {
				display:block;
				width:75px;
				height:30px;
				text-indent:-6000px;
				background:url(../images/facebook-logo.gif) center left no-repeat;
				}
				
			.social-links li.linkedin-link a {
				display:block;
				width:80px;
				height:30px;
				text-indent:-6000px;
				background:url(../images/linkedin-logo.gif) center left no-repeat;
				}
				
			.social-links li.twitter-link a:hover, .social-links li.youtube-link a:hover, .social-links li.facebook-link a:hover, .social-links li.linkedin-link a:hover {
				background-position:center right;
				}
			
	#footer address {
		font-family:"ITC Franklin Gothic", "Franklin Gothic", "Arial Narrow", Tahoma, Arial, sans-serif;
		font-size:21px;
		line-height:30px;
		font-style:normal;
		text-transform:uppercase;
		color:#333;
		float:right;
		}
		
	ul.footer-links {
		display:block;
		width:990px;
		height:20px;
		padding-top:10px;
		font-size:12px;
		line-height:20px;
		text-transform:uppercase;
		color:#666;
		clear:both;
		}
		
		.footer-links li {
			display:inline;
			margin-right:15px;
			}
			
			.footer-links li a {
				color:#666;
				text-decoration:none;
				}
				
			.footer-links li a:hover {
				text-decoration:underline;
				}
	

