
/* TEMPLATE STYLE SHEET */
/* © POPCORN 2006 */

/**** MAIN *********************************************************************************************************** MAIN */

body {
  margin: 5px;
  background-color: #E0E0E0;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 0.8em;
  color: black;
}
  
input,textarea,select {
  font-size: 11px;
  color: black;
}

h1 {
  font-size: 160%;
  color: #003366;
  font-weight: normal;
  margin:0;
}

h2 {
  font-size: 140%;
  color: #003366;
  font-weight: normal;
}

h3 {
  font-size: 120%;
  color: #003366;
  font-weight: normal;
}

form { 
  margin: 0; 
  padding: 0; 
}

img, table { 
  border: 0; 
}

div.clear {
  clear: both;
}
  

/* NAVIGATION ************************************************************************************************** NAVIGATION *
****************************************************************************************************************************/

.navigation {
  height: 12px;
  border: 8px solid white;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  margin: 12px 7px 0 0;
  background-color: #99CC99;
  padding: 10px 16px 10px 16px;
  color: white;
}

.navigation a {
  color: white;
  text-decoration: strong;
  margin-right: 16px;
}

.navigation a:hover {
  color: #003366;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  display: inline;
  margin-right: 12px;
}


/* SUBNAV **********************************************************/

.sub-navigation {
  height: 12px;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
  border-right: 8px solid white;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  margin: 0 7px 0 0;
  background-color: #b1b2bc;
  padding: 10px 16px 10px 16px;
  color: #444541;
}

.sub-navigation a {
  color: #444541;
  text-decoration: none;
  margin-right: 16px;
}

.sub-navigation a:hover {
  color: white;
  text-decoration: none;
}

.sub-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul li {
  display: inline;
  margin-right: 12px;
}



/* GENERAL STYLES ****************************************************************************************** GENERAL STYLES *
****************************************************************************************************************************/

.main {
  width: 759px;
  margin: auto;
}


/* change this color to change the 'page' color ********/
.content {
  background-color: #FFFFFF;
  border: 8px solid white;
  padding: 0 12px 0 12px;
}

.logo {
  padding: 50px 0 0px 8px;
  float: left;
}

.phone-number {
  padding: 40px 14px 0px 8px;
  float: right;
  color: #003366;
}

.text {
  float: left;
  color: #003366;
  padding: 24px 12px 12px 12px;
}

.footer {
  float: left;
  margin: 12px 0 12px 0;
  color: #003366;
}

.footer a {
  color: #003366;
}

.global {
  float: right;
  margin: 12px 0px 12px 0;
  color: #003366;
}

.global a {
  color: #003366;
}


/* IMAGES ********************************************************************************************************** IMAGES *
****************************************************************************************************************************/

.main-image-container {
  margin: 0 0 0 0;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.main-image-1 {
  border-right: 8px solid white;
}

.page-images {
  float: right;
  margin: 0 0 0 0;
}

.page-images img {
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}



/* GLOBAL ANCHORS ************************************************************************************************* ANCHORS *
****************************************************************************************************************************/

a { 
  color: #003366; 
  text-decoration: none; 
}

a:hover { 
  color: #1A8535;
  text-decoration: underline;
}


/* SHADOWS ********************************************************************************************************* SHADOWS *
*****************************************************************************************************************************/

.top-shadow {
  background-image: url('/images/shadow_top.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

.left-shadow {
  background-image: url('/images/shadow_left.jpg');
  background-repeat: repeat-y;
}

.right-shadow {
  background-image: url('/images/shadow_right.jpg');
  background-repeat: repeat-y;
}

.bottom-shadow {
  background-image: url('/images/shadow_bottom.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

/* CALENDAR ******************************************************************************************************* CALENDAR *
*****************************************************************************************************************************/

.availability-calendar .calendar-month {
  float:left;
  width: 220px;
  height: 180px;
}

.availability-calendar .calendar-month h2 {
  font-size: 120%;
  color: #003366;
  font-weight: bold;
}

.availability-calendar .calendar-month td {

}

.availability-calendar .calendar-month td.header {
  color: white;
  background-color: #99CC99;
  padding: 0 2px 0 2px;
}

.availability-calendar .calendar-month .past {
  color: #dddddd;
}

.availability-calendar .booked {
  color: red;
  background-color: #fff0f0;
}