/* 
    Document   : cmac.css
    Created on : Mar 8, 2012, 1:57:21 PM
    Author     : administrator
    Description:
        Purpose of the stylesheet follows.
*/
 
body {
    background-color:#0f75bc;
    font-family:arial,sans;
}
#top {
    height:225px;
    background-image: url(http://images.linx-usa.com/files/mpf/Camp-Top2.png);
}
#middle {
    background-image: url(http://images.linx-usa.com/files/mpf/Camp-Middle2.png);
}
#bottom {
    height:45px;
    background-image: url(http://images.linx-usa.com/files/mpf/Camp-Bottom2.png);
}
#navigation {
    top:70px;
    left:320;
}

#main {
    width: 800px;
    margin:0 auto;
    overflow:hidden;
}
#content {
    min-height:300px;
}

h1 {
    color:#0f75bc;
    text-align:center;
    font-family:comic-sans-ms, arial, sans-serif;
}
.slideshow {
    margin-top: 1em;
}

#footer-new {
    border-top:3px solid #0f75bc; 
    font-size:12px;
}
#footer-content{width:100%;margin:0;padding:0;color:#444;}
#footer-links{width:18%; float:left;/*height:100%;*/background:white;}     
#footer-links img {float:left; margin:10px;}     
#footer-info {float:left;width:82%;}     
#footer-info input {border:2px solid #17b4f0;width:150px;}    
#footer-info form {display:inline;margin:0;}
#footer-info a {font-size:smaller;}

p#places {text-align:center;
  color:#0f75bc;
  clear:both;
}    

#footer-forms label {
   float:none;
  clear:none;
  width:auto;
  margin-left:45px;
}

#footer-forms label  a {
  text-decoration:none;
  /*color:inherit;*/
}

/*
 * following two divs are positioned over areas of the design to
 * make them clickable
 */
#linx-link-to-home {
     position: absolute;
     top: 0;
     left:50px;
     width:250px;
     height:160px;
     background: transparent;
     border:none;
     opacity:0.5;
     z-index:10;
     cursor:pointer;
 }

/* no link to linx in this design */
#linx-link-to-linx {
    display:none;
     position: absolute;
     top: 0px;
     left:0px;
     width:0px;
     height:0px;
     background: transparent;
     border:none;
     opacity:0.5;
     z-index:10;
     cursor:pointer;
 }
