/* 
    Document   : cmac.css
    Created on : Mar 8, 2012, 1:57:21 PM
    Author     : administrator
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color:#00B6DD;
    font-family:arial,sans;
}
#top {
    height:261px;
    background-image: url(/files/mpf/LINX-top.png);
}
#middle {
    background-image: url(/files/mpf/LINX-middle.png);
}
#bottom {
    height:35px;
    background-image: url(/files/mpf/LINX-bottom.png);
}
#navigation {
    top:77px;
    left:360px;
}

#main {
    width: 800px;
    margin:0 auto;
    overflow:hidden;
}
            
h1 {
    text-align:center;
    color:#e50d62;
}
#content {
    min-height:300px;
}

#footer {
    clear:both;
}
.slideshow {
    margin-top: 1em;
}

#footer-new {
    border-top:3px solid #e50d62; 
    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:#e50d62;
  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;
 }

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

/* style the login/logout container <a> */
#LoginLogoutContainer a {
    position: absolute;
    top: 6px;
    right: 5px;
    color: white;
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, Arial, Times, serif;
    font-size: smaller;    
    font-size: 9pt;
}