/* CSS Document */

body {
	margin: 0px;
	background-color: #F6E6C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #2e8599;
	text-decoration: underline;
}
a:visited {
	color: #2e8599;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #2e8599;
	text-decoration: underline;
}

.head {
	font-size: 16px;
	color: #2e8599;
	font-weight: bold;
}

#notice
  {
/*  color: #601617; */
	border: 2px solid #2e8599;
	background-color: #FAF3E5;
  margin:0px;
  padding:10px;
  margin-bottom:20px;
  line-height: 20px;
  }
#notice h1
  {
  text-align:center;
  }
  
#notice table
  {
  width: 100%;
  }

#notice table td
  {

  }

.title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}

td {
	vertical-align: top;
}



/* -- navigation left -- */

#menuleft {
	margin: 0;
    padding: 0; 
    position: relative;
	overflow: hidden;   
    width: 209px; 
    height: 122px; 
    background: #2D8497 url(/images/menu.gif) no-repeat left top; 	
    z-index: 1;  
}

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

#menuleft li a {
	position: absolute;
	top: 0;
	height: 24px; 
	text-indent: -9000px;	
} #menuleft {}

#menuleft a:hover {
	background: 0 url(/images/menu.gif) no-repeat -209px;
	
}

#services a {
	width: 209px;
	margin-top: 0px;
}

#menuleft #services a:hover {background-position: -209px 0px;}

#about a {
	width: 209px;
	margin-top: 24px;	
}

#menuleft #about a:hover {background-position: -209px -24px;}

#storage-tools a {
	width: 209px;
	margin-top: 48px;	
}

#menuleft #storage-tools a:hover {background-position: -209px -48px;}

#location a {
	width: 209px;
	margin-top: 72px;	
}

#menuleft #location a:hover {background-position: -209px -72px;}

#contact a {
	width: 209px;
	margin-top: 96px;	
}
#menuleft #contact a:hover {background-position: -209px -96px;}

/* End Navigation */

/* Location */
#map
{
 color: #000000;
}

 #directions
  {
  color: #000000;
  margin:0px;
  padding:10px;
  margin-bottom:20px;
  }
  #directions table
  {
  width: 100%;
  }
.even
  {
  background-color: #e2d3b8;
  }

.odd
  {
  background-color: #edcf9e;
  }

.even td, .odd td
  {
  padding:2px;
  border-top: 1px solid #2e8599;
  }
#hours {
	font-size: 15px;
	border: 2px solid #2e8599;
	background-color: #FAF3E5;
	padding: 10px;
}
