a {
  text-decoration: none;
  color: #3a5c9b; }

a:hover {
  color: #333333; }

#header {
  padding-top: 20px;
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 2px solid #cccccc;
  height: 55px; }
  #header #nav ul {
    display: block;
    margin-bottom: 10px;
    list-style: none outside none; }
    #header #nav ul li {
      display: inline;
      float: left;
      font-family: "Lucida Sans Unicode", "Lucida Grande";
      font-size: 21px;
      margin-left: 20px; }

#footer {
  background: none repeat scroll 0 0 #eeeeee;
  border-top: 2px solid #cccccc;
  margin-top: 50px;
  padding: 25px 0px 125px;
  font-size: 14px;
  color: #666666; }
  #footer ul {
    list-style: none outside none; }

#content #main-spotlight {
  background-color: #222222;
  background: url("/images/lifeguard.png") no-repeat scroll left top #3f5a9c;
  width: 930px;
  height: 200px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px; }
  #content #main-spotlight h1 {
    font-size: 36px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em; }
    #content #main-spotlight h1 a {
      color: white; }
  #content #main-spotlight .inner {
    padding-top: 30px;
    padding-left: 50px;
    width: 600px; }
#content #example-work {
  background-color: #cad4da;
  width: 900px;
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
#content #spotlight {
  background-color: #cad4da;
  width: 325px;
  height: 175px;
  padding: 15px;
  margin: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  #content #spotlight h1 {
    color: white;
    text-shadow: black 0.1em 0.1em 0.1em;
    font-size: 36px; }
#content .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #666666;
  border: 3px solid #666666;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
  width: 400px; }
  #content .button a {
    color: white; }

