@charset "utf-8";

/*
		HealthPartners 2010
		shared css for entire regions hospital site
*/

body, p, input, legend, select, textarea, td {
	color: #48494a;
	}

a, a:link, a:visited, .more {
	color: #258FAD;
	-moz-transition: color .1s linear;
	-khtml-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
	}

a.white	{
	color: #fff;
	}

em.more {
	font-style: normal;
	}	

a:hover, a:active, a:hover em.more {
	color: #b11f73;
	}

h2, legend span	{
	color: #696a6c;
	}

h3 	{
	color: #696a6c;
	}

h4, h5, h6 {
	color: #696a6c;
	}
	
.aside {
	position: relative;
	}	
	
.ledger	{
	background-color: #eaf3fd;
	}

.white-ledger {
	background-color: #fff;
	}	

#logo {
	float: left;
	width: 269px;
	height: 63px;
	margin:0 0 10px 5px;
	}

#breadcrumb {
	clear: both;
	}

		/* needed for webkit to preform color animation */ 
table.data.hover tbody tr, table.data-results.hover tbody tr, .container.hover, .promo.hover {
	background-color: #fff;
	}
	
table.data.ledger-hover tbody tr:even, table.data-results.ledger-hover tbody tr:even, .container.ledger-hover:even, .promo.ledger-hover:even {
	background-color: #fff;
	}
	
table.data.ledger-hover tbody tr:odd, table.data-results.ledger-hover tbody tr:odd, .container.ledger-hover:odd, .promo.ledger-hover:odd {
	background-color: #f2f2f2;
	}
	
.ledger-style, table.tablesorter tbody tr.odd td {
	background-color: #f2f2f2;
	}		
		/* needed for webkit to preform color animation - end */

.landing-header  {
	-o-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;	
	-o-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	height: 40px;
	background:url("/ucm/groups/public/@hp/@public/documents/images/dev_002187.png") repeat-x scroll 0 0 #EFA300;
	}

.landing-body {
	border: #999 solid;
	border-width: 0 1px 1px 1px;
	-o-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 23px;
	}
	
.container-header, .aside-header {
	background: #50b3cf url('/ucm/groups/public/@hp/@public/documents/images/dev_005531.png') repeat-x 0 0;	
	}
	
		/* navigation - start */
ul#navigation {
	display: block;
	float: right;
	z-index: 2;
  	list-style: none;
  	background: #dbdcdd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
  	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  	-o-border-bottom-left-radius: 8px;
  	-moz-border-radius-bottomleft: 8px;
  	-khtml-border-bottom-left-radius: 8px;
  	-webkit-border-bottom-left-radius: 8px;
  	border-bottom-left-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 620px;
  	height: 30px;
	margin-right: 1px;
	padding-left: 0 !important;
	}

ul#navigation li {
 	float: left;
	}

ul#navigation a {
	position: relative;
	display: block;
  	font: 12px 'Verdana', arial, sans-serif;
	color: #48494a;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(255,255,255,0.45);
	padding: 13px 0;
	}
	
ul#navigation .separator {
	border-right: #fff 1px solid;
	}

		/* individual navigation items */

ul#navigation a#home {
	-o-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
  	border-bottom-left-radius: 8px;
  	width: 95px;
	}

ul#navigation a#home:hover {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	background: #bcbcbd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
	}
	
ul#navigation a#doctors-specialties {
  	width: 181px;
	}

ul#navigation a#doctors-specialties:hover,
ul#navigation a#doctors-specialties.active {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	background: #bcbcbd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
	}
	
ul#navigation a#patients {
  	width: 204px;
	}

ul#navigation a#patients:hover,
ul#navigation a#patients.active {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	background: #bcbcbd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
	}
	
ul#navigation a#foundation {
  	width: 137px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	}

ul#navigation a#foundation:hover,
ul#navigation a#foundation.active {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	background: #bcbcbd url('/ucm/groups/public/@hp/@public/documents/webasset/dev_002625.png') repeat-x 0 0;
	}	
	
		/* individual navigation items - end */
		/* navigation - end */


		/* secondary navagation */
#secondary-navigation {
	position: absolute;
	top: 50px;
	right: 174px;
	}
	
.webkit #secondary-navigation { /* webkit */
	top: 51px;
	}		
	
ul#secondary-navigation li a#account {
	padding: 0 20px;
	}
	
ul#secondary-navigation li a#contact {
	padding-right: 20px;
	}		
	
ul#secondary-navigation li {
	display: inline;
	font: 10px 'Verdana', sans-serif !important;
	color: #999;
	}		
	
ul#secondary-navigation li a:hover {
	color: #4c4c4c !important;
	}

ul#secondary-navigation li a {
	padding-right: 15px;
	}

a#contact-us-nav {
	font: bold 14px 'MetaPro',Arial,sans-serif;
	color: #888;
	}
	
a#contact-us-nav:before { content: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013982.png');
	vertical-align: middle;
	}
	
a#parking-directions-nav {
	font: bold 14px 'MetaPro',Arial,sans-serif;
	color: #888;
	}
	
a#parking-directions-nav:before { content: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_015520.png');
	vertical-align: middle;
	}
	
a#phone-directory-nav {
	font: bold 14px 'MetaPro',Arial,sans-serif;
	color: #888;
	}
	
a#phone-directory-nav:before { content: url('/ucm/groups/public/@hp/@public/documents/webasset/dev_015521.png');
	vertical-align: middle;
	}	
	
	/* Search position */ 
#search-form-container {
	position: absolute;
	top: 48px;
	right: -18px;
	}

#search-form-container .search-form {
	width: 173px;
	}

#search-form-container label { /* Speak Text */
	position: absolute;
	display: inline;
	top: -999em;
	left: -999em;
	}	

.has-js #search-form-container label {
	display: block;
	top: 0 !important;
	left: 0 !important;
	}

#search-form-container input#search-box {
	width: 103px;
	}
	
#search-form-container .search-box-background {
	width: 112px !important;
	}


	/* Primary Button Color */
.button, .button:visited {
	background-color: #ec1490;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	}	
		
	/* Primary Button Color Hover */	
.button:hover {
	background-color: #b11f73;
	}	
	
	/* Secondary Button Color */
.button.secondary, .button.secondary:visited {
	background-color: #50b3cf;
	}
	
	/* Secondary Button Color Hover */	
.button.secondary:hover {
	background-color: #0c708c;
	}		
	
	/* Clear Button Color */
.button.clear, .button.clear:visited {
	background-color: #b3b3b3;
	}	
	
	/* Clear Button Color Hover */
.button.clear:hover {
	background-color: #999;
	}
		
	/* Go (input) Button Color */
input.button.go {
	background-color: #efa300;
	}
	
	/* Go (input) Button Color Hover */
input.button.go:hover, input.button.submit:hover {
	background-color: #df9800;
	}
	
	/* Go (input) Button Color Active */
input.button.go:active, input.button.submit:active {
	background-color: #c48600;
	}	
	
	/* Form Outline Focus Color */	
input:focus, textarea:focus, select:focus, .webkit input:focus, .webkit textarea:focus, .webkit select:focus {
	outline-color: #50b3cf !important;
	}		

a.toggle {
	background-image: url('/ucm/groups/public/@hp/@public/documents/images/rh-toggle-sprite.png');
	}

	/* Colorbox */	
#colorbox #colorbox-previous, #colorbox #colorbox-title, #colorbox #colorbox-current, #colorbox #colorbox-slideshow, #colorbox #colorbox-next, #colorbox #colorbox-previous {
	display: none !important;
	}
	
#colorbox-loaded-content {
	margin-bottom: 0px;
	}
	/* Colorbox - end */	
	
#footer-navigation {
	border: 0 none;
	margin-top: 4px !important;
	padding: 0 !important;
	}
	
ul#footer-fine-print {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	}	

#footer-share {
	margin-top: 4px;
	}
	
.ipad #footer-share {
	margin-top: 3px !important;
	}
	
	