a, a:active, a:visited { color: #c00; }

body {
  background-image: url('/images/bodybg.png');
  background-repeat: repeat-x;
  color: #484242;
  line-height: 1.6;
}

h1 {
  font-size: 2.6em;
  color: #484242;
}

h3 {
  color: #c00;
}

div.hr { /* coordinated with the h1 style */
  font-size: 2.6em;
  margin-bottom: 0.5em;
  border-top: 3px solid #f8f3dc;
  clear: both;
}

.container {
    margin: 0 auto;
    width: 945px;
}

#header {
  height: 175px;
  position: relative;
}

.homepage #header {
	height: 205px;
}
#header .container {
  position: relative;
}

#logo {
  position: absolute;
  top: 57px;
  left: 0;
}

#primary_navigation {
  position: absolute;
  top: 0; right: 0;
  width: 325px;
  background-image: url('/images/navbg.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #c90101;
}

#primary_navigation ul {
  background-image: url('/images/navbg-right.png');
  background-repeat: no-repeat;
  background-position: top right;
  width: 325px;
  height: 26px;
  margin: 0;
  padding: 9px 0 0 0;
  list-style-type: none;
  font-size: 0.9em;
}

#primary_navigation li {
  float: left;
  margin-left: 16px;
}

#primary_navigation a,
#primary_navigation a:visited {
  color: #fef9e1;
  text-decoration: none;
  font-weight: bold;
}
#primary_navigation a:hover {
  color: #e9b528;
}

#slogan {
  position: absolute;
  top: 71px;
  left: 636px;
}

a#slogan_link {
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 0.9em;
}
a#slogan_link:hover {
  color: #e9b528;
}


/* styles for the hold my place bar */

div#buttonbar {
	position: relative;
	background-image: url('/images/bar_bg.png');
	background-repeat: repeat-x;
	height: 88px;
	font-family: helvetica, arial;
	color: #fff;
	width: 556px;
	margin-bottom: 20px;
	z-index: 1000;
}
body.homepage div#buttonbar { width: 945px; top: -45px; margin-bottom: 0; }

div#buttonbar label { display: block; clear: both; }
div#buttonbar img.bar_left { position: absolute; top: 0; left: 0; }
div#buttonbar img.bar_right { position: absolute; top: 0; right: 0; }

div#buttonbar div.hospitalName { clear: both; padding-top: 4px; }
div#buttonbar img.redholdmyplace { display: none; position: absolute; top: -8px; left: 0px; }

body.homepage div#buttonbar img.redholdmyplace { display: inline; }

div#buttonbar a.next_step_btn {
	display: block;
	position: absolute;
	background-image: url('/images/next_btn.png');
	background-repeat: no-repeat;
	height: 41px;
	width: 87px;
	top: 24px;
	right: -25px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
body.homepage div#buttonbar a.next_step_btn {
	background-image: url('/images/next_step_btn.png');	
	width: 125px;
	right: 20px;
}
div#buttonbar a.next_step_btn:hover { background-position: 0 -41px; }

div#buttonbar label {
	padding: 0; margin: 0;
}
div#buttonbar div#whereSelect {
	position: absolute;
	top: 0;
	left: 15px;
	height: 88px;
	width: 310px;
	background-image: url('/images/where_bg_noselect.png');
	background-repeat: no-repeat;
}
body.homepage div#buttonbar div#whereSelect {
	left: 310px;
	cursor: pointer;
	background-image: url('/images/where_bg.png');
}
div#buttonbar div#whenSelect {
	position: absolute;
	top: 0;
	left: 325px;
	height: 88px;
	width: 155px;
	background-image: url('/images/when_bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
body.homepage div#buttonbar div#whenSelect { 
	left: 620px;
}
div#buttonbar div.city { font-size: 8pt; }
div#buttonbar div.city a { color: #fff; }
div#buttonbar div.city a:hover { color: #000; }
div#buttonbar div.hospitalName { font-size: 18px; font-weight: bold; }
div#buttonbar div.time { font-size: 25px; font-weight: bold; }

div#buttonbar div.currentOption {
	padding: 28px 0 0 16px;
	height: 60px;
}

div#buttonbar img.left_vr_edge { position: absolute; top: 0; left: -1px; }
div#buttonbar img.right_vr_edge { position: absolute; top: 0; right: -1px; }

div#buttonbar ul.options {
	display: none;
	list-style-type: none;
	background-image: url('/images/where_bg.png');
	background-position: 0 -176px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px;	
	-webkit-border-bottom-left-radius: 10px;	
	-webkit-border-bottom-right-radius: 10px;
	background-color: #efc832;
	cursor: pointer;
	overflow: hidden;
}
div#buttonbar ul.options li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 15px 0 15px 16px;
	background-image: url('/images/li_hover_bg.png');
	background-position: 0 100px;
	background-repeat: repeat-x;
	border-top: 1px solid #e9b250;
	border-bottom: 1px solid #cf8c14;
}
div#buttonbar ul.options li.unselectable { 
	background-image: none; 
	padding: 8px 0 8px 16px;
	border-bottom: none;
	cursor: default;
}
div#buttonbar ul.options li.unselectable a { color: #fff; font-size: 8pt; }
div#buttonbar span.value { display: none; }

div#buttonbar div#whenSelect ul.options {
	height: 250px;
	overflow-y: scroll;
}
div#buttonbar div#whereSelect div.currentOption {
  background-image: url('/images/where.png');
  background-repeat: no-repeat;
  background-position: 16px 20px;
}
div#buttonbar div#whenSelect div.currentOption {
  background-image: url('/images/when.png');
  background-repeat: no-repeat;
  background-position: 16px 20px;
}

/* end hold my place bar styles */




#body {
  border-top: 5px solid #f1e7b9;
  background-color: #fefcf0;
}
#body .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.homepage #body .container {
  padding-top: 0;
}

#homePageColumns {
  overflow: hidden;
}

#homePageColumns .column {
  float: left; width: 295px; margin-left: 15px;
}

#homePageColumns #column1 {
  background-image: url('/images/use_inquicker_to.png');
  background-repeat: no-repeat;
  min-height: 355px;
}

#homePageColumns #column1 h3 {
  margin: 20px 20px 20px 15px;
}

#homePageColumns #column1 .step {
  background-repeat: no-repeat;
  margin-left: 15px;
  padding-left: 30px;
  margin-right: 20px;
  overflow: hidden;
}

#homePageColumns #column1 h4 {
  color: #c90101;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 0;
}

#homePageColumns #column1 #step1 { background-image: url('/images/step1.png'); }
#homePageColumns #column1 #step2 { background-image: url('/images/step2.png'); }
#homePageColumns #column1 #step3 { background-image: url('/images/step3.png'); }

#homePageColumns #column2 {

}

#homePageColumns #column2 h3 {
  margin-top: 3px;
  font-size: 16px;
}

.review {
  margin-bottom: 15px;
}

.review blockquote {
  color: black;
  font-size: 11px;
  font-style: normal;
  background-color: #fffefb;
  padding: 12px;
  margin: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.review .source {
  background-image: url('/images/blockquote_bottom.png');
  background-repeat: no-repeat;
  padding: 10px 0 0 40px;
  font-size: 11px;
}

#homePageColumns #column3 {
  background-color: #f9f1d1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#homePageColumns #column3 h3 {
  margin-left: 15px;
  margin-top: 20px;
  font-size: 14px;
}

.news_items {
  margin: 15px;
}

.news_snippet .date {
  font-weight: bold;
}

.news_item {
  margin-bottom: 20px;
}

#footer {
  background-image: url('/images/footerbg.png');
  background-repeat: repeat-x;
  background-position: top left;
  padding-bottom: 30px;
  background-color: #f1e1a5;
}

#footer .container {
  overflow: hidden;
}

#footerNav {
  float: left;
  margin: 30px 0 0 0;
}

#footerNav li.submenu {
  width: 140px;
  margin-left: 15px;
  float: left;
  list-style-type: none;
}

#footerNav li.submenu h4 {
  color: #c00;
  font-size: 12px;
  margin-bottom: 5px;
}

#footerNav ul {
  margin-left: 0;
}

#footerNav li.submenu li {
  list-style-type: none;
  line-height: 20px;
  font-size: 0.9em;
}

#footerNav a,
#footerNav a:visited {
  color: #484242;
  text-decoration: none;
}
#footerNav a:hover {
  color: #cc0000;
  text-decoration: underline;
}

#legalese {
  float: right;
  width: 325px;
  margin: 30px 0 0 0;
  font-size: 0.9em;
}

#copyright {
  padding: 15px;
  background-color: #faf2cf;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#trademark {
  padding: 15px;
}









.mainColumn {
  float: left;
  margin-left: 15px;
  width: 605px;

}

.sidebar {
  float: left;
  margin-left: 15px;
  width: 295px;
}
.sidebar h3 {
  margin-bottom: 10px;
}

.roundedWhite {
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: white;
  padding: 25px 20px 5px 20px;
}

.roundedBeige {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f9f1cf;
  padding: 25px 15px 5px 15px;
  margin-bottom: 20px;
}

.roundedGreen {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #dcf7ce;
  padding: 25px 15px 5px 15px;
  margin-bottom: 20px;
}

.clear {
  clear: both;
}










/* Form styles */

.text_field, .textarea_field, .submit_field, .radio_field, .select_field, .check_box_field, .rating_field {
  margin-bottom: 15px;
  overflow: hidden;
}

.text_field, .textarea_field, .radio_field, .select_field, .check_box_field, .rating_field {
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f3dc;
}

.submit_field {
  padding-left: 180px;
}

fieldset span.optional {
  color: #717171;
  font-size: 0.9em;
  vertical-align: top;
}

label span {
  color:#717171;
  display:block;
  font-size: 0.9em;
  font-weight: normal;
}

label {
  font-weight: bold;
  float:left;
  width:170px;
  display:block;
  clear:left;
  margin-right:10px;
  text-align:left;
}

.radio_field_options label, .check_box_options label {
  float: none;
  font-weight: normal;
  clear: none;
  margin-left: 2.5em;
  width: auto;
}

.radio_field_options, .check_box_options {
  position: relative;
  overflow: hidden;
  margin-left: 180px;
	zoom: 1;
}

.radio_field_options input, .check_box_options input {
  float: left;
	clear: left;
}

.fieldWithErrors {display: inline;}

.formError {
	color: #c00;
  margin-left: 180px;
  font-weight: bold;
}

.notice {
	border: 1px solid #afa;
	background-color: #cfc;
	margin: 15px 0;
	padding: 10px;
}

.error {
	border: 1px solid #f88;
	background-color: #fcc;
	margin: 15px 0;
	padding: 10px;
}

.rating-cancel {
  display: none !important;
}

.happyparagraph {
  background-image: url('/images/icons/accept.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-color: #cfc;
  border: 1px solid #afa;
  padding: 5px 5px 5px 28px;
}




/* HOSPITALS PAGE */

.subColumns {
  overflow: hidden;
  position: relative;
}

.subColumns .column {
  width: 167px;
  position: relative;
  float: left;
  margin-right: 10px;
}






.howSidebar .step {
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-right: 20px;
  overflow: hidden;
}

.howSidebar h4 {
  color: #c90101;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 0;
}

.howSidebar #step1 { background-image: url('/images/step1.png'); }
.howSidebar #step2 { background-image: url('/images/step2.png'); }
.howSidebar #step3 { background-image: url('/images/step3.png'); }

#hospital_header {
  position: relative;
	zoom: 1;
}

#hospital_header h1 {
  display: block;
  position: relative;
  border-bottom: 3px solid #f8f3dc;
  font-size: 24pt;
  height: 50px;
  padding-top: 30px;
  background-image: url('/images/holdmyplaceinline_at.png');
  background-repeat: no-repeat;
  margin: 0;
}

#hospital_header h1.nf {
  background-image: url('/images/holdmyplaceinline_at_nf.png');
}

#hospital_header h1.nonmember {
  background-image: url('/images/nonmemberhospital.png');
}
#hospital_header p.score {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  background-image: url('/images/greenbg_top.png');
  background-repeat: no-repeat;
  width: 96px;
  background-color: #dff8e1;
  font-size: 23pt;
  height: 60px;
  padding-top: 25px;
  font-weight: normal;
  color: #1f8226;
  text-align: center;
  line-height: 16pt;
  margin: 0;
}
#hospital_header p.score a {
  display: block;
  font-size: 8pt;
  color: #1f8226;
  padding: 5px 0 0 0;
  margin: 0;
}
#hospital_header p.score a:hover { color: #000; }
div.score_description {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 8pt;
  height: 29px;
  background-color: #fcf9eb;
  background-image: url('/images/timedescription_bg_left.png');
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 11px;
}
div.score_description img {
  position: absolute;
  top: 0;
  right: 0;
}
div.score_description strong {
  color: #1f8226;
}

ul#crumbs {
  display: block;
  position: absolute;
  top: -14px;
  left: 22px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 8pt;
}
ul#crumbs li {
  height: 23px;
  display: block;
  position: relative;
  float: left;
  list-style-type: none;
  background-image: url('../images/crumb_left.png');
  background-repeat: no-repeat;
  padding: 0 16px 0 12px;
  margin-right: 5px;
}
ul#crumbs li img {
  position: absolute;
  top: 0;
  right: 0;
}
ul#crumbs li a {
  display: block;
  background-color: #f1e7b9;
  text-decoration: none;
  height: 19px;
  padding: 4px 2px 0 0;
}
ul#crumbs li a:hover {
  color: #484242;
}
ul#crumbs li a.active {
  cursor: default;
  color: #484242;
}
img.importantnotice {
  margin-bottom: 20px;
}
#hospital_map {
  width: 550px;
  height: 250px;
  background-repeat: no-repeat;
  border: 3px solid #f8f3dc;
  margin: 10px 0 15px 0;
}




#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin-top: 10px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}