/* CSS 2.0 Style Sheet For Sunshine Rentals Co 
   Created By Chris Edwards with 708 Media LLC
   http://www.708media.com */

/* ----- Global Layout Elements ----- */
   
body {
  text-align: center;
  background-color: #ccc;
  font: 10pt/1.5 arial, sans-serif;
  }

#container {
  margin: 0 auto;
  width: 800px;
  border: solid black 1px;
  text-align: left;
  background-color: white;
  }

#header {
  background-image: url(header.jpg);
  width: 800px;
  height: 325px;
  }
  
#menu {
  float: left;
  width: 186px;
  padding-right: 14px;
  }

#content {
  float: left;
  width: 590px;
  padding-right: 10px;
  }

#footer {
  width: 800px;
  background-image: url(footer.jpg);
  background-repeat: no-repeat;
  background-color: #f0f000;
  padding-top: 50px;
  padding-bottom: 5px;
  text-align: center;
  }

.clear {
  clear: both;
  }
  
/* ----- Global Menu System ----- */  

ul#menusys {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffcc00;
  list-style: none;
  width: 186px;
  }

ul#menusys li a:link, ul#menusys li a:visited {
  display: block;
  text-decoration: none;
  width: 175px;
  padding: 5px;
  background-color: #f0f000;
  font: bold 10pt/1.5 arial, sans-serif;
  color: black;
  border-top: 1px solid #ffcc00;
  border-right: 1px solid #ffcc00;
  }
  
ul#menusys li a:hover {
  background-color: #ffcc00;
  }
  
.hours {
  text-align: center;
  font: bold 9pt arial, sans-serif;
  }
  
/* Global Text */

a:link, a:visited {
  color: #000;
  font-weight: bold;
  }
  
a:hover {
  color: #ffcc00;
  }
  

h1 {
  background-color: #f0f000;
  color: #000;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px;
  margin: 0px;
}


h2 {
  border-bottom: 2px solid #f0f000;
  color: #000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px;
}

p {
  text-align: justify;
  }

/* Contact Page */

.contact {
  text-align: center;
  }  