/* layout.css */

#layout {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

#header {
  position: relative;
  width: 950px;
  height: 209px;
  margin: 0 0 20px 0;
  padding: 0;
  background-image: url(/images/header_bg.jpg);
  background-position: 0 39px;
  background-repeat: no-repeat;
}

#header h1 {
  position: absolute;
  top: 83px;
  left: 21px;
  background-image: url(/images/mollys-med-minder.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#header h1, #header h1 a {
  display: block;
  width: 425px;
  height: 116px;
}

#header h1 a span {
  display: none;
}

#header blockquote {
  background-image: none;
  display: none;
  position: absolute;
  top: 237px;
  left: 147px;
  width: 388px;
  height: 94px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  border-width: 0;
  border-color: transparent;
}

#header blockquote strong {
  font-weight: bold;
  color: #c31130;
}

a.buy-med-minder-now, button.buy-med-minder-now {
  display: block;
  width: 250px;
  height: 14px;
  background-color: #c31130;
  background-image: url(/images/buy-med-minder-now_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 20px;
  cursor: pointer;
  text-align: left;
}

button.buy-med-minder-now {
  border-width: 0;
  border-style: none;
  height: 38px;
  width: 290px;
}

#header a.buy-med-minder-now, #header form.buy-med-minder-now {
  display: none;
  position: absolute;
  top: 331px;
  left: 147px;
}

#home-introduction a.buy-med-minder-now, #home-introduction button.buy-med-minder-now {
  margin: 0 auto;  
}

a.buy-med-minder-now span.price, button.buy-med-minder-now span.price {
  float: right;
  color: #fffa9d;
}

a.buy-med-minder-now span.price sup, button.buy-med-minder-now span.price sup {
  font-size: 9px;
  line-height: 9px;
  font-size: expression('11px');
  line-height: expression('11px');
}

a.buy-med-minder-now:link, a.buy-med-minder-now:visited, a.buy-med-minder-now:focus, a.buy-med-minder-now:hover, a.buy-med-minder-now:active {
  text-decoration: none;
}

#page-home #header {
  height: 411px;
}

#page-home #header h1 {
  top: 107px;
}

#page-home #header.short blockquote, #page-home #header.short a.buy-med-minder-now, , #page-home #header.short form.buy-med-minder-now {
  display: none;
}

#page-home #header blockquote, #page-home #header a.buy-med-minder-now, #page-home #header form.buy-med-minder-now {
  display: block;
}

#navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 486px; /* 573px */
  height: 39px;
  margin: 0;
  padding: 0 0 0 466px; /* 377px */
  list-style-type: none;
  list-style-image: none;
  background-color: #c31130;
  background-image: url(/images/navigation_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

#navigation li {
  float: left;
  width: auto;
  height: 39px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top left;
}

#navigation li a {
  display: block;
  width: auto;
  height: 39px;
  margin: 0;
  padding: 0;
}

#navigation li span {
  display: none;
}

#navigation li#medical-organizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 167px;
  background-image: url(/images/navigation_li_medical-organizer_bg.gif);
}

#navigation li#nav-home {
  background-image: url(/images/navigation_li_home_bg.gif);
}

#navigation li#nav-home, #navigation li#nav-home a {
  width: 70px;
}

#navigation li#nav-sections {
  background-image: url(/images/navigation_li_sections_bg.gif);
}

#navigation li#nav-sections, #navigation li#nav-sections a {
  width: 88px;
}

#navigation li#nav-benefits {
  background-image: url(/images/navigation_li_benefits_bg.gif);
}

#navigation li#nav-benefits, #navigation li#nav-benefits a {
  width: 89px;
}

#navigation li#nav-testimonials {
  background-image: url(/images/navigation_li_testimonials_bg.gif);
}

#navigation li#nav-testimonials, #navigation li#nav-testimonials a {
  width: 119px;
}

#navigation li#nav-news {
  background-image: url(/images/navigation_li_news_bg.gif);
}

#navigation li#nav-news, #navigation li#nav-news a {
  width: 67px;
}

#navigation li#nav-buy-med-minder {
  background-image: url(/images/navigation_li_buy-med-minder_bg.gif);
}

#navigation li#nav-buy-med-minder form {
  width: 140px;
  margin: 0;
}

#navigation li#nav-buy-med-minder form button {
  width: 140px;
  height: 39px;
  background-image: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#navigation li a:link, #navigation li:visited {
  background-image: none;
}

#navigation li.selected a:link, #navigation li.selected a:visited, #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  background-image: url(/images/navigation_li_selected_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 35px;
}

#main {
  width: 950px;
  min-height: 200px;
  margin: 0;
  padding: 0;
  zoom: 1;
}

#main.loading {
  background-image: url(/images/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#main.loading #content {
  display: none;
}

#content {
  min-height: 200px;
  width: 910px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  zoom: 1;
}

#page-home #content {
  width: 950px;
  padding: 0;
  position: relative;
}

#content:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#featured-sections {
  float: left;
  list-style-type: none;
  list-style-image: none;
  width: 562px;
  height: 133px;
  margin: 0;
  padding: 0;
}

#featured-sections li {
  float: left;
  width: 133px;
  height: 133px;
  margin: 0 0 0 10px;
  padding: 0;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
}

#featured-sections li.first {
  margin: 0;
  padding: 0;
}

#featured-sections li a {
  display: block;
  width: 133px;
  height: 133px;
  position: relative;
  margin: 0;
  padding: 0;
}

#featured-sections li a:link, #featured-sections li a:visited, #featured-sections li a:focus, #featured-sections li a:hover, #featured-sections li a:active {
  text-decoration: none;
}

#featured-sections li a span.callout {
  display: none;
  width: 522px;
  margin: 0;
  padding: 0;
}

#featured-sections li a span.callout span.title {
  padding: 45px 20px 10px 20px;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #c31130;
  margin: 0;
}

#featured-sections li#section-1 a span.callout span.title {
  background-image: url(/images/callout_top_1_bg.png);
}

#featured-sections li#section-2 a span.callout span.title {
  background-image: url(/images/callout_top_2_bg.png);
}

#featured-sections li#section-3 a span.callout span.title {
  background-image: url(/images/callout_top_3_bg.png);
}

#featured-sections li#section-4 a span.callout span.title {
  background-image: url(/images/callout_top_4_bg.png);
}

#featured-sections li a span.callout span.title, #featured-sections li a span.callout span.synopsis {
  display: block;
  width: 522px;
}

#featured-sections li a span.callout span.synopsis {
  background-image: url(/images/callout_bottom_bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0 20px 20px 20px;
  font-size: 13px;
  color: #000000;
}
  
#featured-sections li a span.number {
  position: absolute;
  bottom: -10px;
  left: 53px;
  background-image: url(/images/home_number_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

/* #featured-sections li a:focus span.callout, #featured-sections li a:hover span.callout, #featured-sections li a:active span.callout */

#featured-sections li.selected a span.callout {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
}

#featured-sections li#section-2 a span.callout {
  left: -143px;
}

#featured-sections li#section-3 a span.callout {
  left: -286px;
}

#featured-sections li#section-4 a span.callout {
  left: -429px;
}

#home-introduction {
  float: left;
  width: 338px;
  padding: 0 20px 0 30px;
  margin: 0 0 20px 0;
  font-size: 12px;
}

#home-introduction h3 {
  border-top-width: 0;
  color: #c31130;
  font-size: 12px;
  margin: 0 0 10px 0;
}

#home-introduction em, #home-introduction i {
  font-style: normal;
  background-color: #fffa9d;
}

#mollys-story {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 337px;
  padding: 0 206px 0 21px;
  margin: 0;
  background-image: url(/images/mollys-story_bg.jpg);
  background-position: 378px 0;
  background-repeat: no-repeat;
  font-size: 11px;
}

#mollys-story-side h3, #news-side h3, #blog-side h3 {
  padding: 0 0 166px 0;
  background-image: url(/images/mollys-story_bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#mollys-story-side small {
  display: block;
  text-align: right;
}

#testimonials-customers, #testimonials-news, #mollys-story-main, #mollys-story-side, #news-main, #news-side, #blog-main, #blog-side {
  float: left;
  margin: 0;
  padding: 0;
}

#testimonials-customers, #mollys-story-main, #news-main, #blog-main {
  width: 610px;
}

#testimonials-news, #mollys-story-side, #news-side, #blog-side {
  width: 250px;
  margin: 0 0 0 30px;
  padding: 0 0 0 19px;
  border-left: 1px solid #fffa9d;
  font-size: 90%;
}

#mollys-story-side hr, #news-side hr, #blog-side hr {
  color: #fffa9d;
  background-color: #fffa9d;
  border-color: #fffa9d;
  margin: 0 0 20px 0;
}

#testimonials-news blockquote, #testimonials-news blockquote div {
  background-image: none;
}

#testimonials-news blockquote div {
  margin: 0;
  padding: 0;
}

ol.rows {
  list-style-type: none;
  list-style-image: none;
  width: auto;
  margin: 0 0 0 -20px;
  padding: 0;
}

ol.rows li {
  list-style-type: none;
  list-style-image: none;
  width: auto;
  min-height: 133px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fffa9d;
}

ol.rows li.last {
  border-bottom-width: 0;
}

ol.rows li dl {
  width: auto;
  margin: 0;
  padding: 0 0 0 153px;
  position: relative;
}

ol.rows li dl dt {
  width: auto;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
  color: #c31130;
}

ol.rows li dl dd.thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 133px;
  height: 133px;
  margin: 0;
  padding: 0;
}

ol.rows li dl dd.thumb span.number {
  position: absolute;
  right: -10px;
  top: 10px;
  background-image: url(/images/home_number_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

ol.rows li dl dd.synopsis {
  width: auto;
  margin: 0;
  padding: 0;
}

#news-items {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}

#news-items div.object h4 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #c31130;
  font-size: 11px;
}

#news-items div.object, #news-items ul.object {
  font-size: 10px;
  border-top: 1px solid #c31130;
  padding: 4px 0 0 0;
  margin: 4px 0 0 0;
}

#news-items .object a:link, #news-items .object a:visited, #news-items .object a:focus, #news-items .object a:hover, #news-items .object a:active {
  color: #c31130;
  text-decoration: none;
}

#news-items div.object.first, #news-items ul.object.first {
  padding: 0;
  margin: 0;
  border-top-width: 0;
}

#news-items div.object h4, #news-items div.object p, #news-items div.object dl {
  margin: 0;
}

#news-items ul.type-links {
  width: auto;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

#news-items ul.type-links li {
  width: auto;
  list-style-type: none;
  list-style-image: none;
  margin: 4px 0 0 0;
  padding: 0;
}

#news-items ul.type-links li.first {
  margin: 0;
}

#news-items ul.type-links li dl {
  display: block;
  width: 220px;
  min-height: 24px;
  margin: 0;
  padding: 2px 0 2px 30px;
  background-image: url(/images/link_24x24.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  cursor: pointer;
}

#news-items ul.type-links li dl dt, #news-items ul.type-links li dl dd {
  display: block;
  width: 220px;
  line-height: 110%;
  margin: 0;
}

#news-items ul.type-links li dl dt {
  margin: 0 0 2px 0;
}

#news-items div.object dl.pdf {
  width: 220px;
  min-height: 24px;
  padding: 2px 0 2px 30px;
  background-image: url(/images/pdf_24x24.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  cursor: pointer;
}

#news-items div.object dl.pdf dt, #news-items div.object dl.pdf dd {
  float: left;
  margin: 0 0 2px 0;
  line-height: 110%;
}

#news-items div.object dl.pdf dt {
  clear: left;
  width: 25px;
}

#news-items div.object dl.pdf dd {
  margin-left: 10px;
  width: 51px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#news-items div.object dl.pdf dt.hide {
  display: none;
}

#news-items div.object dl.pdf dd.download {
  width: 220px;
  margin: 0;
}

#news-items div.object.type-collection dl {
/*
  width: 86px;
  min-height: 24px;
  padding: 2px 0 2px 30px;
  background-image: url(/images/collection_24x24.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
*/
  width: 250px;
  padding: 2px 0;
  cursor: pointer;
}

#news-items div.object.type-collection dl dt, #news-items div.object.type-collection dl dd {
  display: block;
  width: 250px;
/*
  width: 86px;
*/
  line-height: 110%;
  margin: 0;
}

#news-items div.object.type-collection dl dt {
  margin: 0 0 2px 0;
}

#news-items div.object.type-video dl, #news-items div.object.type-youtube dl {
  width: 250px;
  padding: 2px 0;
  cursor: pointer;
}

#news-items div.object.type-video dl dt, #news-items div.object.type-video dl dd, #news-items div.object.type-youtube dl dt, #news-items div.object.type-youtube dl dd {
  display: block;
  width: 250px;
  line-height: 110%;
  margin: 0;
}

#news-items div.object.type-video dl dt, #news-items div.object.type-youtube dl dt {
  margin: 0 0 2px 0;
}

#news-items div.object.type-collection dl dd, #news-items div.object.type-video dl dd, #news-items div.object.type-youtube dl dd {
  position: relative;
}

#news-items div.object.type-collection dl dd div.icon, #news-items div.object.type-video dl dd div.icon, #news-items div.object.type-youtube dl dd div.icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-repeat: no-repeat;
}

#news-items div.object.type-collection dl dd div.icon {
  background-image: url(/images/collection_24x24.png);
}

#news-items div.object.type-video dl dd div.icon {
  background-image: url(/images/video_24x24.png);
}

#news-items div.object.type-youtube dl dd div.icon {
  background-image: url(/images/youtube_24x24.png);
}

h4.facebook, h4.twitter, h4.youtube, h4.blog, div#BlogArchive1 h2 {
  padding-left: 20px;
  background-position: left;
  background-repeat: no-repeat;
}

h4.facebook {
  background-image: url(/images/facebook-16x16.png);
}

h4.twitter {
  background-image: url(/images/twitter-16x16.png);
}

h4.youtube {
  background-image: url(/images/youtube-16x16.png);
}

h4.blog, div#BlogArchive1 h2 {
  background-image: url(/images/blog-16x16.png);
}

.hidden {
  left: -10000px;
  position: absolute !important;
  top: -10000px;
  visibility: hidden;
}

#footer {
  clear: both;
  background-image: url(/images/footer_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 10px;
  height: auto;
  width: 950px;
  height: 100px;
  margin: 0;
  padding: 20px 0;
  position: relative;
}

#footer, #footer p {
  color: #737373;
}

#footer p {
  text-align: center;
  margin: 0;
}

#footer ul.social-media, #footer ul.social-media li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#footer ul.social-media {
  width: 272px;
  height: 48px;
  margin: 20px auto;
  padding: 0;
}

#footer ul.social-media li {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 10px;
}

#footer ul.social-media li a {
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: top left;
}

#footer ul.social-media li a.facebook {
  background-image: url(/images/facebook-logo.png);
}

#footer ul.social-media li a.twitter {
  background-image: url(/images/twitter-logo.png);
}

#footer ul.social-media li a.youtube {
  background-image: url(/images/youtube-logo.png);
}

#footer ul.social-media li a.blog {
  background-image: url(/images/rss_icon.png);
}

#footer ul.social-media li a span {
  display: none;
}

#footer:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  color: #737373;
  text-decoration: underline;
}

/*
#copyright, #legal, #powered, #copyright a:link, #copyright a:visited, #copyright a:focus, #copyright a:hover, #copyright a:active, #powered a:link, #powered a:visited, #powered a:focus, #powered a:hover, #powered a:active {
  color: #d4d4d4;
}
*/

#copyright, #legal {
  float: left;
  width: auto;
  height: auto;
  margin-right: 20px;
}

#powered {
  float: right;
  width: 20%;
  height: auto;
  text-align: right;
  margin: 0 30px 0 0;
}

#infofaq {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/images/icon_infofaq.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
