﻿/*
CSS for Carmel Mountain Vision Care site
*/* ==============
   basic elements 
   ============== */

h1, h2, h3, body {
  font-family: Helvetica, sans-serif;
  color: #00bbf2;  /* cyan */
}

h1 {
  font-size: large;
  margin: 0;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}
.copyrighttext {
  font-size:xx-small;	
  color:#FFF; 
  font-weight:normal;
}

body {
  background: #152735;  /*  dark blue */
  line-height: 105%;
  font-family: Helvetica, sans-serif;
  text-align: center;
  background-image: url(background.png);
  background-repeat:repeat-x;
}

p, li {
  font-size: 14px;
  color: black; 
}
li {
  font-size: 14px;
  color: black; 
}

em {
  color: #00bbf2;  /* cyan */
  font-weight: bold;
  font-style:normal;
  font-size:16px;
  
}

ul {
  list-style-position: inside;
}

li.first {
  margin-top: -15px;
}

th {
  font-size: small;
  font-weight: normal;
}

th.day {
  font-weight: bold;
}


/* =============
   specific divs
   ============= */

#navigation, #foot, #bodycontent, #bodycontent2, #bodycontent3 {
  margin: 0 auto 0 auto;
  text-align: left;
}

#navigation, #foot {
  width: 955px;
}

#navigation {
  background-color:#e6be21;
  background-image:url(pics/navbackground.png);
  background-repeat:repeat-x;
  border-top:solid #FFF thick;
  border-left:solid #FFF thick;
  border-right:solid #FFF thick;
  height:30px;
}

#navigation ul {
  margin: 5px;          /* keeps vertical spacing */
  padding: 20;         /* keeps horizontal spacing  */
  white-space: nowrap;
}

#navigation li {
  display: inline;
  list-style-type: none;
} 

.navlist li {
  padding-right: 5px;
}

#bodycontent, #bodycontent2 {
  width: 915px;
  padding: 20px; 
  border:solid #FFF thick;
  background-color: #ececec;  /* white */
}

#bodycontent {
  height: 500px;
}

#bodycontent2 {                   /* appts & appts2 - picture and form are longer */ 
  height: 600px;
}
#bodycontent3 {                   /* appts & appts2 - picture and form are longer */ 
  width: 955px;
  border:solid #FFF thick;
  background-color: #ececec;  /* offwhite */
  height: 660px;
  
}

/* For Main page */
#bodyleftmain {
  width: 525px;
  float: left;
  padding: 25px;
  text-align: left;
}

#bodyrightmain {
  margin-left: 550px;
  width: 400px;
  padding: 2px;
}

#newsbox {
  text-align: justify;
  height: 80px;
  margin: 15px;
  padding: 20px;
  border: 1px solid #422A24;  /* dark brown */
}

#emptybox {
/  text-align: justify;
  text-align: center;
  line-height: 175%;
  height: 80px;
  margin: 15px;
  padding: 20px;
  border: 0px;
}

#rightbtm {
  text-align: justify;
  height: 320px;
  margin: 3px;
  padding-top: 20px;
  padding-left: 25px;
}

/* For Other pages */
#bodyleft {
  float: left;  
  width: 385px;
  padding-top: 0;
}

#rtlist {
  margin-top: 5px;
  margin-left: 20px;
  width: 490px;
  height: 135px;
  float: left;
  line-height: 120%;
  background-image: url(pics/smalllogo.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: dotted #CCC 3px;
}

#rttext {
  margin-top: 15px;
  margin-left: 30px;
  width: 460px;
  height: 360px;
  float: left;
  margin-right: -5px;
}

#map {
  /* For Location & Direction page */
  border: 1px solid #422A24;  /* dark brown */
  width: 385px;
  height: 480px;
}

#foot p {
  color: #F0EEE0;  /* offwhite */
  line-height:100%;
}

#contact {
  width: 720px;
  font-size:14px;
  text-align: left;
  padding-top: 10px;
  float: left;
  color:#fff;
}

#notes {
  position:relative;
  width: 275px;
  left:700px;
  top:-55px;
}

#notes p {
  font-size: x-small;
}

#copyrt {
  padding-top: 0px;
  float: left;
}

#copyrt p {
  font-size: x-small;
}


/* ================
        links
   ================ */* ==== In body text  */
a:link {
  color: #333;  /* dark gray */
  text-decoration: underline;
}

a:visited {
  color: black;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
  color: #00bbf2;  /* cyan */
}

/* ==== In top and bottom navigation bars  */
#navigation a, #subnav a, #foot a {
  color: #F0EEE0;  /* offwhite */
  text-decoration: none;
  font-weight:bold;
}

#navigation a {
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}

#subnav a:hover, #foot a:hover, #navigation a:hover,
    #subnav a:active, #foot a:active, #navigation a:active {
  color: #2c85bf;  /* dark gray */
}

/* ==== Level 2 navigation bars (directly above text)   */
#rtlist a {
  text-decoration: none;
  color: #666;  /* gray */
  font-weight: bold;
  font-size: 16px;
}

#rtlist a:hover, #rtlist a:active {
  color: #333;  /* dark gray */
}


/* ================
   specific classes
   ================ */

.cur {
  color: #fff;  /* offwhite */
  font-weight: bold;
  font-style: normal;
}

.navlist_2 {
  text-align: right; 
}

.feature, .featuremain {
  border: 3px solid #fff;  /* white */
}

.featuremain {
  margin-top: 15px;
}

.logo {
  border: 1px solid #F0EEE0;  /* offwhite */
}

.containerContentScroll
{
 height: 350px;
 overflow: auto;           /* add scroll bar if text is longer than height */
 padding-right: 10px;      /* space between scrollbar and text */
} 

