/* Global Styles */



/* choose a suitable font and center the #container div in Internet Explorer */
body {
   margin:0px;
   text-align:left; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* The containing box for the gallery. */
#container {
    position:relative; 
    width:675px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(../scott/images/Garden1.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slideb {
    background:url(../scott/images/Garden2.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(../scott/images/Garden3.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slided {
    background:url(../scott/images/Garden4.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slided {
    width:60px; 
    width:93px;
    }
#container a.slidee {
    background:url(../scott/images/Garden5.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(../scott/images/Garden6.JPG); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:60px; 
    width:93px;
    }
#container a.slideg {
    background:url(../scott/images/Garden7.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(../scott/images/Garden8.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slidei {
    background:url(../scott/images/Garden9.JPG); 
    height:60px; 
    width:93px;
    }
#container a.slidej {
    background:url(../scott/images/Garden10.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidek {
    background:url(../scott/images/Garden11.JPG); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:60px; 
    width:93px;
    }
#container a.slidel {
    background:url(../scott/images/Garden12.jpg); 
    height:60px; 
    width:93px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container {
    background:#fff url(../scott/images/Landrover2.JPG) 75px 10px no-repeat;
    }

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
