@charset "UTF-8";
/* CSS Document */

@import "normalize.css";

html, body
	{
		height: 100%;
		background-image:url(../images/hca-bg.jpg)
	}
	
body
	{
		width: 100%;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
	
.wrapper
	{
		min-height: 100%;
		height: auto !important;	
		height: 100%;	
		margin: 0 auto -40px;
	}
	
#container
	{
		width: 846px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		background-color:#FFF;
	}
	
.leadershipphotos
	{
		padding-right:10px;
	}
	
.ceophoto
	{
		padding-left:10px;
	}

/*   Branding   */
/*-------------------------------------------------------------------------*/
h1
	{
		width: 151px;
		height: 60px;
		background: url('../images/CRMC3color.gif') no-repeat;
		position: absolute;
		top: 3px;
		left: 0px;
		text-indent: -9999px;
	}
	
h1 a
	{
		display: block;
		width: 151px;
		height: 60px;
	}
	
	
/*  Search   */
/*-------------------------------------------------------------------------*/
#search
	{
		position: absolute;
		top: 20px;
		left: 590px;
		width: 190px;
		height: 25px;
	}
	
#searchField
	{
		width: 190px;
		height: 19px;
		background: #e4ecf8;
		border: solid 1px #d7e6ed;
		color: #ab5074;
		font: 12px Arial, Helvetica, sans-serif;
		padding: 6px 0px 0px 3px;
	}
	
#submitButton
	{
		position: absolute;
		top: 20px;
		left: 795px;
	}
	
#submit
	{		
		width: 50px;
		height: 25px;
		background: #87c7d8;
		color: #FFFFFF;	
		font-size: 11px;	
		font-weight: bold;
		outline: none;	
		border: none;	
	}
	
	/* Enews   */
/*-------------------------------------------------------------------------*/
#enews-small
	{
	position: absolute;
	top: 15px;
	left: 535px;
	width: 295px;
	height: 40px;
	}
	
.emailField
	{
		width: 155px;
		height: 20px;
		background: #ffffff;
		border: solid 1px #d5d6d6;
		color: #146680;
		font: 12px Arial, Helvetica, sans-serif;
		padding: 0px 0px 0px 2px;
		margin: 0px 3px 0px 3px;
	}
	
	#subscribe
	{		
		width: 70px;
		height: 22px;
/*		background: #f42f65;
		color: #FFFFFF;	*/
		font-size: 11px;	
		font-weight: plain;
		outline: none;	
		border: none;	
	}
	
/*  Links Column   */
/*-------------------------------------------------------------------------*/
/*
#leftColumn
	{
		position: absolute;
		top: 65px;
		left: 0px;
		background: #FFFFFF url('../images/middle-red.gif') repeat-x;
		background-position: top;
		width: 234px;
		margin-right: 1px;
	}
*/
	
	/*  Links Column   */
	#navigation
		{
			position: absolute;
			top: 65px;
			left: 0px;
			background: #FFFFFF url('../images/light-turquoise2.gif') repeat-x;
			background-position: top;
			width: 234px;
			margin: 0 1px 20px 0;
			padding: 21px 0 0 0;
			z-index: 1;
		}
		
	#navigation li
		{
			width: 215px;
			height: 25px;
			position: relative;
			border-bottom: 1px #0f4b8f solid;
			background: #FFFFFF url('../images/arrow.gif') no-repeat;
			background-position: 95% 50%;	
			font-weight: bold;
			color: #879286;
			line-height: 25px;
			font-size: 13px;
			display: block;
			height: 25px;
			cursor: default;
			padding-left: 15px;					
		}
		
	#navigation li.no-click ul li {
		padding-left: 0px;
		width: 230px;
	}
		
	#navigation li.home_nav {
		background: none;
	}
	
	#navigation li.home_nav a {
		cursor: pointer;
	}
		
	#navigation li.borderless
		{
			border: none;
		}
		
	#navigation li a
		{
			font-weight: bold;
			color: #055693;
			line-height: 25px;
			font-size: 13px;
			display: block;
			height: 25px;
			cursor: default;			
		}
		
	#navigation li ul li a {
		cursor: pointer;
	}
		
	#navigation li.no-click ul li a {
		padding-left: 15px;
	}
		
	#navigation li a:hover
		{
			color: #0f4b8f;			
		}

		
	#navigation li ul
		{
			position: absolute;
			left: 230px;
			top: 0;
			z-index: 2;
			display: none;
		}
	#navigation li:hover ul {
			display: block;
		}
		
	#navigation li ul li
		{
			background: #e5e7e8;			
		}
		
	#navigation li ul li a
		{
			color: #0f4b8f;
			display: block;
			width: 215px;
		}
	#navigation li ul li a:hover {
			background-color: #f42f65;
		}
		
		
	/*   Immediate Contact & Award Winning   */
	#immediate
		{
	position: absolute;
	top: 335px;
	padding-right: 5px;
	width: 220px;
	left: 2px;
		}
		
	#immediate li
		{
			width: 220px;			
			color: #333333;
			margin-bottom: 10px;
			position: relative;
			padding-right: 10px;
		}
		
	#immediate li#promo {
		text-align: center;
		margin: 0 auto;
		padding-top: 0px;
	}
		
	#immediate li h6
		{
			padding-left: 15px;
			font-size: 12px;	
			font-weight: normal;
			color: #ab5074;
		}
		
	#immediate li p, #immediate li ul li
		{
			font-size: 11px;
			line-height: 11px;
		}
		
	#immediate li p
		{
			padding-left: 15px;
			margin-top: 0px;
			margin-bottom: 0px;
			line-height: 11px;
			padding-right: 10px;
		}
		
	#immediate li p a
		{
			color: #055693;
			text-decoration: underline;
		}
		
	#immediate li p a:hover
		{
			color: #068fb9;
			text-decoration: underline;
		}
		
	#immediate li ul 
		{
			padding-left: 15px;
			margin-top: 0px;
		}
		
	#immediate li ul li
		{
			margin-bottom: 2px;
			padding-right: 10px;
			height: 11px;
		}
		
	#immediate li ul li strong
		{
			color: #666666;
			font-weight: bold;
		}
		
	.award
		{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110;
	height: 106;
		}
		
	.box
		{
			/*position: absolute;
			left: 10px;
			top: 10px;*/
			align:middle;
			padding-right:5px;
		}
		
	#quick {	
		border-bottom: 1px solid #435959;
		padding: 10px 0px 8px 0px;		
	}
	
	li#quick h6 {
		padding-left: 10px;
		padding-bottom:5px;
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
	#quick li {
		padding: 5px 0px;
	}
	
	#quick li a {
		font-weight: bold;
		color: #055693
	}
	
	#quick li a:hover {
		color: #068fb9;
	}
		
/*  Main Content - Home   */
/*-------------------------------------------------------------------------*/
	
	.home
		{
			width: 611px;
			position: relative;		
			left: 235px;			
		}
		
	
	/*   Top Image - Home   */
	#homeContent
		{
			top: 65px;
			background: #FFFFFF url('../images/light-turquoise2.gif') repeat-x;
			background-position: top;				
		}
		
	/*#homeContent img
		{
			top: 65px;
			background: #FFFFFF url('../images/middle-gray.gif') repeat-x;
			background-position: top;				
		}*/
		
	#homeContent h2
		{
			/*background: url('../images/contentHeader.jpg') no-repeat;*/
			position: relative;
			/*top: 20px;	*/	
			/*height: 250px;*/
			/*width: 611px;*/
			text-indent: -9999px;
			display: block;
		}
		
			
	/*   Quick Links - Home   */
	
	#quicklinks
		{	
			position: relative;				
			top: 10px;
			padding: 0px 0px 0px 0px;	
			min-height: 275px;
			height: auto !important;
			height: 275px;
			width: 611px;
			/*background: url('../images/quicklinksbg.gif') repeat-y;	*/
			background: #737272;
			overflow: hidden;					
		}
		
	#quicklinks li
		{
			width: 203px;	
			position: relative;				
			vertical-align: top;
			float: left;	
			min-height: 275px;
			height: auto !important;
			height: 275px;
			display: block;															
		}
		
	#one
		{
			background: url('../images/dark-turquoise.gif') repeat-x;
			background-position: top;
			border-right:#FFF 1px solid;
			margin-right: 0px;										
		}
	
	#two
		{
			background: url('../images/middle-orange.gif') repeat-x;
			background-position: top;
			border-right:#FFF 1px solid;
			margin-right: 0px;									
		}
	
	#three
		{
			background: url('../images/light-turquoise.gif') repeat-x;
			background-position: top;
			float: right;					
		}
		
	.clear { clear: both;}
	
	#quicklinks li h3
		{
			color: #FFFFFF;
			font-weight: bold;
			font-size: 15px;
			line-height: 18px;					
			padding: 0px 18px 0px 18px;
			margin: 20px 0px 0px 0px;
			left: 0px;
			width: 160px;
			height: 35px;
			
		}
			
	#quicklinks li p
		{
			color: #FFFFFF;
			font-size: 11px;
			line-height: 16px;
			padding: 0px 18px 0px 18px;
			margin: 10px 0px 20px 0px;			
		}
		
	#quicklinks li p a
		{
			color: #FFFFFF;
			text-decoration: underline;
		}
		
	#quicklinks li p a:hover
		{
			color: #87c7d8;
			text-decoration: underline;
		}
		
	#quicklinks li img
		{
			/*position: absolute;*/
			bottom: 0px;
			border-top: 1px solid #FFF;
		}
		
	/*   News   */
	#news {
		position: relative;
		top: 24px;
		padding: 5px 0px;
	}
	
	#news h3 {
		height: 35px;
		background: #87c7d8;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 15px;
		line-height: 35px;
		padding-left: 20px;	
	}
	
	#news ul {
		background: url('../images/dark-turquoise.gif') repeat-x;
		background-position: top;
		position: relative;
		top: 2px;
		padding-top: 12px;
	}
	
	#news ul li {
		background: #bfd4d4;
		padding: 10px 0px;
	}
	
	#news ul li h5
		{
			color: #0f4b8f;
			padding: 0px 10px 4px 20px;
			font-size: 12px;
			font-weight: bold;
		}
		
	#news ul li p
		{
			padding: 0px 20px 2px 20px;
			color: #0686c71;
			font-size: 11px;
			line-height: 16px;
		}
		
	#news ul li p.more {
		text-align: right;
	}
		
	#news ul li p a
		{
			color: #666666;
			text-decoration: underline;
		}
		
	#news li p a:hover
		{
			color: #435959;
			text-decoration: underline;
		}
		
		
	/*   Featurd Articles - Home   */
	#featured
		{
			position: relative;
			top: 12px;
		}
	
	#featured h3
		{
			height: 35px;
			background: #6f98b2;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 15px;
			line-height: 35px;
			padding-left: 20px;			
		}
		
	#featured ul
		{
			background: url('../images/light-turquoise2.gif') repeat-x;
			background-position: top;
			position: relative;
			top: 2px;
			padding-top: 13px;
		}
		
	.odd
		{
			background: #bfd4d4;
		}
		
	.even
		{
			background: #dbe0e0;
		}
		
	#featured ul li
		{
			position: relative;
			top: 2px;
			margin-bottom: 1px;
			height: 117px;		
		}
		
	#featured ul li h5
		{
			color: #055693;
			padding: 6px 10px 0 225px;
			font-size: 12px;
			font-weight: bold;
		}
		
	#featured ul li p
		{
			padding: 6px 10px 4px 225px;
			color: #2e2c2c;
			font-size: 11px;
		}
		
	#featured ul li p a
		{
			color: #055693;
			text-decoration: underline;
			font-weight:bold;
		}
		
	#featured li p a:hover
		{
			color: #068fb9;
			text-decoration: underline;
			font-weight:bold;
		}
		
		#featured ul li h5 a
		{
			color: #055693;
			text-decoration: none;
			font-weight:bold;
		}
		
		#featured ul li h5 a:hover
		{
			color: #068fb9;
			text-decoration: none;
			font-weight:bold;
		}
		
	#featured ul li img
		{
			position: absolute;
			top: 0px;
			left: 20px;
		}
		

/*  Site Info  */
/*-------------------------------------------------------------------------*/
.push
	{
		height: 40px;
	}

#siteinfo
	{
		position: relative;
		top: 100px;
		left: 0px;
		width: 846px;
		height: 40px;
		background: url('../images/footer.gif') repeat-x;
	}

#siteinfo1
	{
		position: absolute;
		left: 0px;
		width: 275px;
		height: 40px;
	}
	
#siteinfo1b
	{
		align:left;
		position: absolute;
		left: 0px;
		width: 275px;
		height: 40px;
	}
	
#siteinfo2
	{
		position: absolute;
		left: 446px;
		width: 396px;
		height: 40px;
	}
	
#siteinfo ul
	{
		position: absolute;
		right: 15px;
		bottom: 0px;	
		height: 37px;
	}
	
#siteinfo ul li
	{
		display: inline;
		height: 37px;
		line-height: 37px;
		font-size: 10px;
		color: #d9dbd7;
	}
	
#siteinfo ul li a
	{
		color: #c4e2f5;
	}
	
#siteinfo ul li a:hover
	{
		color: #FFFFFF;
	}	
	
/*  Interior Page  */
/*-------------------------------------------------------------------------*/	
.interior
	{
		position: relative;
		width: 611px;			
	}
	
#interiorContent
	{
		top: 65px;
		background: #FFFFFF url('../images/light-turquoise2.gif') repeat-x;
		background-position: top;					
	}

#interiorContent h2
	{
/*		background: url('../images/interior_alt.jpg') no-repeat;*/
		height: 252px;
		text-indent: -9999px;
		display: block;
		top: 14px;
		width: 611px;	
	}
	
	#banner2 h2 
	{
/*		background: url('../images/interior_alt.jpg') no-repeat;*/
/*		height: 252px;*/
		text-indent: -9999px;
		display: block;
		top: 14px;
		width: 611px;	
	}
	
#interiorContent h3
	{
		color: #0f4b8f;
		font-weight: bold;
		font-size: 20px;
		left: 20px;
		width: 571px;	
		border-bottom: 1px solid #3876a6;
		top: 0px;	
		padding-bottom: 10px;
	}
	
	
	#interiorContent ul#first_level
	{
		min-height: 35px;
		height: auto !important;
		height: 35px;
		color: #0f4b8f;
		font: 12px Arial, Helvetica, sans-serif;
		line-height: 35px;		
		width: 611px;
		position: relative;
		top: 12px;		
		padding: 0px;
		margin: 0px;
		overflow: hidden;				
	}
	
	
#interiorContent ul#third_level
	{
		min-height: 35px;
		height: auto !important;
		height: 35px;
		background: url(../images/third_level.gif) repeat;
		color: #435959;
		font: 12px Arial, Helvetica, sans-serif;
		line-height: 35px;		
		width: 611px;
		position: relative;
		top: 12px;		
		padding: 0px;
		margin: 0px;
		overflow: hidden;				
	}
	
#interiorContent ul#third_level li {
	list-style: none;
	padding: 0px;	
	float: left;
	margin: 0px;
	height: 35px;			
}

#interiorContent ul#third_level li a {
	height: 12px;
	color: #004a6e;
	padding: 0px 11px 0px 11px;
	line-height: 12px;
	position: relative;
	top: 10px;
	border-right: 1px solid #435959;
	font-size: 11px;
	/*background: url(../images/third_level_divider.jpg) no-repeat right center;		*/
}

#interiorContent ul#third_level li a:hover {
	/*display: block;
	height: 35px;
	min-width: 11px;
	width: auto !important;
	width: 11px;
	color: #004a6e;	
	padding: 0px 11px 0px 11px;		
	line-height: 35px;
	position: relative;
	top: 0px;
	border-right: 1px solid #435959;
	background: #435959;	
	color: #FFF;
	text-decoration: none;
	left: -1px;*/
	
	text-decoration: underline;
}

#interiorContent ul#third_level li.last a {
	border-right: none;
}

#interiorContent ul#fourth_level {
	min-height: 23px;
	height: auto !important;
	height: 23px;
	background: #0f4b8f;
	color: #87c7d8;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 12px;
}

#interiorContent ul#fourth_level li {
	list-style: none;
	padding: 0px;	
	float: left;
	margin: 0px;
}

#interiorContent ul#fourth_level li a {
	color: #676b70;	
	line-height: 12px;
	position: relative;
	top: 3px;
	padding: 0px 11px;
	border-right: 1px solid #676b70;
}

#interiorContent ul#fourth_level li.last a {
	border-right: none;
}

#interiorContent div#paragraph
	{
		background: #87c6d7;
		background-position: top;
		margin-top: 14px;
		padding-top: 20px;
		min-height: 500px;
		height: auto !important;		
		height: 500px;
	}
	
#interiorContent div#paragraph a {
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}

#interiorContent div#paragraph p
	{
		padding: 10px 20px 10px 20px;
		color: #000000;
		font-size: 11px;
		line-height: 16px;
	}
	
#interiorContent div#paragraph p a, #interiorContent div li a, #interiorContent div dd a {
	padding: 0px;
}
	
#interiorContent fieldset {
	padding: 0px 0px 10px 20px;
}

#interiorContent input {
	padding: 0px 0px 10px 10px;
	margin: 10px 0px;
}

#interiorContent img {
	padding: 0px 10px 0px 20px;
}

h4 {
	color: #055693;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

h5 {
	color: #055693;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

h6 {
	color: #055693;
	font-size: 13px;
	font-style: italic;
	padding: 10px 0px 0px 20px;
	font-weight: normal;
}

em {
	color: #435959;
	font-size: 13px;
	font-style: italic;
	padding: 0px 0px 10px 20px;
}

#interiorContent a {
	color: #ffffff;
}

#interiorContent a.one {
	color: #0055a4;
}

#interiorContent a:hover {
	text-decoration: underline;
}
	
#interiorContent ul, #interiorContent ol, #interiorContent dl {
	padding: 0px 20px 10px 20px;
	margin: 0 0 0 20px;
}

#interiorContent dl h4, #interiorContent dl p, #interiorContent dl li {
	padding-left: 0px;
}

#interiorContent ul li {
	color: #000000;	
	list-style: disc;
	font-size: 11px;
	line-height: 16px;
}

#interiorContent ul li ul {
	padding-bottom: 0px;
}

#interiorContent ul li ul li {
	list-style: square;
}

#interiorContent dl {
	padding-top: 10px;
	padding-left: 0px;
}

#interiorContent dl dt {
	font-weight: bold;
	color: #435959;
	font-size: 11px;
}

#interiorContent dl dd {
	color: #435959;
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 16px;
}

#interiorContent dl dd p {
	padding-left: 0px;
}

#interiorContent ol li {
 	list-style: decimal;
	color: #000000;	
	font-size: 11px;
}
	
/*  Interior Quick Links  */
#interiorQuickLinks
	{
		position: absolute;
		top: 85px;
		left: 692px;
		z-index: 10;		
	}
		
	#interiorQuickLinks li
		{
			width: 154px;			
			height: 250px;			
			background: #435959;
			margin-bottom: 10px;
			position: relative;				
		}	
	
	#interiorQuickLinks li h3
		{
			color: #FFF;
			font-weight: bold;
			font-size: 14px;
			line-height: 16px;
			padding: 100px 10px 0px 10px;
		}
		
	#interiorQuickLinks li p
		{
			color: #FFF;
			font-size: 11px;
			line-height: 14px;			
			padding: 15px 10px 0px 10px;
		}
		
	#interiorQuickLinks li p a
		{
			color: #87C7D8;
			text-decoration: underline;
			font-weight: bold;
		}
		
	#interiorQuickLinks li p a:hover
		{
			color: #FFF;
			text-decoration: underline;
			font-weight: bold;
		}
		
	#interiorQuickLinks li img
		{
			position: absolute;
			top: 0px;
			left: 0px;	
			border-bottom: 1px solid #FFFFFF;		
		}
	
	a img {
		border: none;
	}
	
ul#fitness {
	overflow: hidden;
	padding: 0px;
}

ul#fitness li {
	float: left;
	width: 260px;	
	list-style: none;
	height: 220px;
	margin: 10px 10px;
}

ul#fitness li img {
	padding: 0px;
	display: block;
}
