body { background: #eec49e url(../images/solar_bg.png) repeat-x; font-family: Arial, Helvetica, sans-serif; color: #444; font-size: 14px; }
h1 { color: #777; font-size: 21px; text-transform: uppercase; margin-bottom: 5px; }
h2 { color: #3083b4; font-size: 18px; text-transform: uppercase; margin-bottom: 5px; }
p { margin-bottom: 18px; }
img { background: #999; }
a { color: #af5a0e; }
a:hover { color: #3083b4; }
hr { margin: 8px auto 18px; height: 0; max-height: 0; width: 90%; border: 0; border-bottom: 1px solid #ccc; font-size: 1px; line-height: 0; }

.left { float: left; }
.right { float: right; }
.notice { border: 1px solid #DFD353; background: #FFFBCF; text-align: center; margin-bottom: 10px; }

/* HEADER */
#header { background: transparent url(../images/solar_title.jpg) no-repeat; height: 99px; width: 960px; position: relative; }
  #header a { display: block; position: absolute; text-indent: -4000px; }
  #header a#home { width: 610px; height: 99px; }
  #header a#ladwp { left: 610px; width: 350px; height: 50px;  }

/* CONTAINER */
#container { background: #fff url(../images/rounded_sides.png) repeat-y; }
  #container .top { background: transparent url(../images/rounded_top.png) no-repeat; width: 960px; height: 16px; }
  #container .bottom { background: transparent url(../images/rounded_bottom.png) no-repeat; width: 960px; height: 18px; margin-top: 15px; }
  
/* NAVIGATION */
#navigation { margin-top: -2px; }
  #navigation ul { list-style: none; }
  #navigation li { float: right; margin: 0px 15px 12px; }
  #navigation a { display: block; color: #66b9ec; text-transform: uppercase; text-decoration: none; text-indent: -4000px; }
  #navigation a:hover { color: #ee8d36; text-decoration: underline; background-position: bottom left; }
  a.nav_home { background: transparent url(../images/nav_home.png) no-repeat top left; width: 44px; height: 16px; }
  a.nav_overview { background: transparent url(../images/nav_overview.png) no-repeat top left; width: 161px; height: 16px; }
  a.nav_workshops { background: transparent url(../images/nav_workshops.png) no-repeat top left; width: 164px; height: 16px; }
  
/* IMAGES */
#carousels { background: #999; height: 194px; border-top: 1px solid #f3e18f; border-bottom: 1px solid #f3e18f; }
  #carousels img { height: 194px; }
  #carousel1, #carousel2, #carousel3 { width: 320px; height: 194px; float: left; }

/* CONTENT */
#content { margin-top: 20px; background: #fff; line-height: 145%; }
  #content img.border { border: 1px solid #eeb481; }
  
.workshop { clear: both; margin: 10px 0px; }
  .workshop img { display: block; float: left; width: 31px; height: 30px; margin-right: 10px; border: 0; }
  .workshop p { float: left; line-height: 130%; }
  
form {}  
  label { display: block; font-weight: bold; color: #3083b4; }
  form p { margin-right: 15px; margin-bottom: 8px; }
  form label.error { font-size: 13px; color: #900; }
  .checkboxes { position: relative; }
    .checkboxes label.error { position: relative; }

/* FOOTER */
#footer { margin-top: 5px; color: #af5a0e; font-size: 13px; text-align: right; }
