#bar { width: 1018px; }

#bar_2 p { top: -60px; }

#bar_2 a { top: -110px; }

/* Vertical layout */

#subpage {
	width: 1018px;
	margin: 24px auto;
	position: relative;
}

#container_left {
	width: 320px;
	float: left;
	position: relative;
}

#container_right {
	width: 676px;
	float: right;
	position: relative;
}

/* Vertical nav bar for subpages */

#subpage #nav {
	width: 320px;
	margin-top: 0;
	border-top: 1px solid #ccc;
}

#subpage #nav ul li a {
	width: 320px;
	height: 43px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#subpage li#n_episodes a { background-image: url(/images/nav_vert/ep.jpg); }
#subpage li#n_dr_profiles a { background-image: url(/images/nav_vert/dr.jpg); }
#subpage li#n_patient_updates a { background-image: url(/images/nav_vert/pat.jpg); }
#subpage li#n_reference a { background-image: url(/images/nav_vert/ref.jpg); }
#subpage li#n_talk_back a { background-image: url(/images/nav_vert/talk.jpg); }
#subpage li#n_music a { background-image: url(/images/nav_vert/music.jpg); }

#subpage #nav ul li a:hover,
#subpage #nav ul li a.active { background-position: 0 -43px; }


/* Search field for subpages */

#subpage div#search {
	width: 320px;
	background: url(/images/search_vert_bottom.gif) bottom center no-repeat;
	position: relative;
	border-top: 1px solid #6c6f70;
	padding: 10px 0;
}

#subpage div#search form {
	width: 293px;
	height: 32px;
	background: none;
}

#subpage input#search_field {
	width: 202px;
	height: 17px;
}

#subpage a#toggle_top_searches {
}

#subpage #top_searches {
  width: 316px;
  clear: both;
  float: left;
}

#subpage #top_searches .search_list {
  padding: 0 0 10px 0;
  margin: 10px;
  clear: both;
  width: 296px;
  background: url(/images/dots_horizontal.gif) 0 100% repeat-x;
}

#subpage #nav #top_searches ul {
  list-style: square;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  position: static;
}

#subpage #nav #top_searches li {
  display: block;
  margin: 0 0 3px 0;
}

#subpage #nav #top_searches li a {
  height: auto;
  text-decoration: underline;
  text-indent: 0;
  display: inline;
  float: none;
  color: #c6e0a3;
  font-size: 12px;
}

#subpage #nav #top_searches li a:hover {
  text-decoration: none;
}

/* Home page news ticker */

#ticker { width: 1018px; }

/* Left column element CSS declarations */

#ad_block_vert {
	padding: 10px;
	margin: 12px 0;
	text-align: center;
	width: 300px;
	height: 250px;
	background: url(/images/ad_bg.gif) 0 0 no-repeat;
}

#ad_insert {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background: white;
  display: block;
  padding: 0;
  color: #000;
}

.form-error-msg
{
	color: red;
	padding: 5px;
}

/* Comments */

div#patient_comments,
div#comment_form { padding: 0 0 18px 0; }

div#patient_comments h4,
div#comment_form h4 {
	font-size: 17px;
	font-weight: normal;
	color: #73787c;
	margin: 0;
}

div#patient_comments li {
	border: 0;
	line-height: 1.4em;
	list-style-type: none;
	background: #eeeeee;
	padding: 16px;
	margin: 0 0 12px 0;
	font-size: 13px;
	border: 1px #dddddd solid;
}

div#patient_comments li span,
div#comment_form label,
a#get_another_code { display: block; }

div#patient_comments li span {
	padding: 0;
	margin: -6px 0 0 0;
	font-size: 11px;
	font-style: italic;
}

div#comment_form label,
a#get_another_code {
	margin: 0;
	padding: 1em 0 .25em 0;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

div#comment_form div.form-error-msg {
	font-size: 11px;
	display: inline;
	color: #bb0202;
	font-style: italic;
}

div#comment_form input,
div#comment_form textarea {
	margin: 0;
	padding: 6px;
	border: 1px #73787c solid;
	width: 360px;
}

div#comment_form input { height: 1.4em; }

div#comment_form textarea { height: 200px; }

div#comment_form div#recaptcha_widget { margin: 12px 0 0 0; }

div#comment_form button.submit_button,
div#comment_form #spinner {
	padding: 6px;
	height: auto;
	width: auto;
	background: #666666;
	color: white;
	font-size: 11px;
	margin: 12px 0 0 0;
}

div#comment_form #spinner { background: none; }

div#comment_added p {
	font-size: 13px;
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #ddd;
  background: #7998ae;
	color: #fff;
	font-weight: bold;
}
