@charset "UTF-8";
body  {
    background-color: #FBFBFB;
    background-image: url(../images/grad_bg.jpg);
    background-repeat: repeat-x;
}

#wrapper.home {
    background-image:url(../images/top_ribbon.png);
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 940px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#wrapper {
    background-image:url(../images/top_ribbon_inside.png);
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 940px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.block {
    width:940px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#navigation {
    height:40px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#navigation ul.block li {
    float:left;
    list-style-type:none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
    font-family: "Arial Narrow";
    font-size: 18px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666;
    color: #000;
}

#navigation ul.block li.last {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    }
#navigation ul.block li.first {
    border:none;
}

#navigation ul.block li a {
    background:none;
    display:block;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    color:#E7F8FE;

}

#navigation ul.block li a:hover {
    text-decoration:none;
    background-color: #7AAD2A;

}

#container {
    width: 940px; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    min-width:940px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #FFF;
} 
#container h1{
    color:#005A65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 24px;
    margin-left: 20px;
} 
 
#container h2 a{
    color:#313130;
    text-decoration:underline;

}
#container h3{
    color:#7E8283;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height:18px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
} 
#container p{
    color:#666666;
    font-size: 16px;
    font-family: "Arial Narrow";
    line-height: 18px;
    margin-left: 20px;

} 

#container a{
    color:#7AAD2A;
} 

/*-----------------------------------------------------------*/
#header {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 10px;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    height: 140px;
} 
#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 20px 0;
    font-weight: lighter;
    color: #999;
}
#header h1 a:hover {
    text-decoration: none;
}
.logout {
    margin-top: 30px;
    float: right;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    color: #5EAD46;
}
.logo a {
     float: left;
     width: 180px;
     height: 85px;
}
 
.logo a:hover {
     float: left;
     width: 180px;
     height: 85px;
     background-color: transparent;
}

/*-----------------------------------------------------------*/
#video_home {
    width: 400px;
    padding: 20px;
    float: right;
}
/*-----------------------------------------------------------*/
#sidebar {
    float: right;
    width: 270px; /* top and bottom padding create visual space within this div  */
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#sidebar h3 {
    color:#999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#sidebar h4 {
    color:#005A65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 21px;
    width: 240px;
}
#sidebar p {
    color:#999999;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#sidebar a {
    color:#5EAD46;
}
#sidebar a:hover{
    background-color: #EFEF6C;
    text-decoration: none;
}

#sidebar ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    }
    
#sidebar li {
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5EAD46;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin: 0px;
}

#sidebar li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5EAD46;
    padding-left: 5px;
}    

#sidebar .signup {
    background-color:#E5E5E5;
    border: 1px dotted #CCC;
    padding: 15px;
    margin-top: 15px;
}
#sidebar .signup h3{
    color:#005A65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height:17px;
    margin: 0px;
    padding: 0px;
} 
#sidebar .signup input {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    color: #005A65;
    background-color: #fff;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

/*-----------------------------------------------------------*/

a img {
    border: none;
    } 
a:hover img {
    text-decoration:none;
    } 
    

    
/*-----------------------------------------------------------*/
#mainContent {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 300px;
    padding-left:25px;
    padding-right: 15px;
} 

#mainContent h1{
    color:#005A65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 29px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
} 
#mainContent h2{
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height:21px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
} 

#mainContent h3{
    color:#005a65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height:17px;
    padding: 0px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
} 
#mainContent h4{
    color:#666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height:15px;
    padding: 0px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
} 
#mainContent p{
    color:#666666;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
} 

#mainContent a{
    color:#5EAD46;
} 

#mainContent a:hover{
    background-color: #eeeeee;
    text-decoration: none;
}

#mainContent ul{
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 16px;
    list-style-position: outside;
    list-style-type: disc;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    }
    
#mainContent img.icon {
    border: none;
    padding: 0px;
    margin: 0px;
}

#mainContent img {
    border: 1px solid #CCC;
    padding: 10px;
    margin-top: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#mainContent.full {
    margin-right: 5px;
    min-height: 350px;
} 

/*-----------------------------------------------------------*/
    #button_navigation {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    
    }
    
    #button_navigation ul {
    padding:0;
    margin-left:40px;
    margin-top: 10px;
    
    }
    
    #button_navigation li {
    list-style-type:none;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
    float:left;
        }
        
    #button_navigation li h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
        }
        
    #button_navigation li h2 a {
    text-decoration:none;
    color:#5EAD46;
    border:none;
    background-color: #E8E8E8;
    font-weight: normal;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
        }
        
    #button_navigation li h2 a:hover {
    text-decoration:none;
    font-weight: normal;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    color:#ffffff;
    background-color:#5EAD46;
        }
        
/*-----------------------------------------------------------*/
#footer {
    padding: 0;
    background-image: url(../images/bottom_ribbon.png);
    height: 270px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808285;
} 
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808285;
}
#footer a {
    color: #00A0DE;
    text-decoration:underline;
}
#footer #navigation {
    margin: 0px;
    padding-top: 220px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    }
    
#footer #navigation ul {
        padding:0;
        margin:0;
    }
    
#footer #navigation li {
    float:left;
    padding:0 14px;
    list-style-type:none;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #808285;
        }
        
    #footer #navigation li h2 {
    color:#808285;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
        }
        
        #footer #navigation li h2 a {
    text-decoration:none;
    color:#808285;
    border:none;
    font-weight:normal;
        }
        
        #footer #navigation li h2 a:hover {
    text-decoration:none;
    padding:0 0 6px 0;
    color:#5EAD46;
        }
        
        #footer #navigation li.last {
            border:none;
        }
        
#footer .acknowledgements {
    background-color:#0FF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 400px;
    float: left;
}
        /*-----------------------------------------------------------*/

input.btn {
    color:#fff;
    background-color: #c6027a;
    padding: 10px;
    border: 1px solid #FFF;
    } 

.fltrt { 
    float: right;
    margin-left: 8px;
}
.fltlft { 
    float: left;
    margin-right: 8px;
    text-align: left;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.nohover:hover {
background: none;
border: none;
}



/*-----------------------FORMS------------------------------------*/

fieldset {
    padding: 10px;
    border: 1px dotted #CCC;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

legend {
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    background-color: #5EAD46;
    padding: 5px;
}

fieldset ol dd {
padding: 10px 10px 0 10px;
list-style: none;
}
fieldset li {
position: relative;
padding-bottom: 1em;
}

label {
    position: relative;
/*    clear: left;
    float: left;*/
    width: 15em;
    margin-right: 5px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666;
/*    line-height: 40px;
*/}

input {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    color: #5ead46;
    background-color: #E8E8E8;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}
 .radiotd {
    text-align: center;
    width: 100px;
     }
     
 .checktd {
    text-align: center;
    width: 100px;
     }

hr {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5EAD46;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-left-color: #FFF;
}
  .tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
  }
  .tooltip span {
    margin-left: -999em;
    position: absolute;

  }
  .tooltip:hover span {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
    background-color:#FFC;
    border: 1px solid #CCC;
    padding: 10px;
  }
  .tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
  }
  .tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
  }
  .classic { padding: 0.8em 1em; }
  .custom { padding: 0.5em 0.8em 0.8em 2em; }
  * html a:hover { background: transparent; }
  td{  vertical-align:top;}
  /* #flash-message ----------------------------------------------------------- */
#flash-message li {
  border: 1px solid #9c9;
  color: #060;
  font-size: 14px;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  list-style: none;  
}

#flash-message .silk-icon {
  float: left;
}

#flash-message p {
  margin-left: 25px;
  line-height: 18px;
}

#flash-message .notice {
  background-color: #e2f9e3;
}
#flash-message .warning,
#flash-message .error {
  background-color: #f9e2e3;
  border-color: #c99;
  color: #600;
}

#flash-message .notice  .silk-icon { background-position: -400px -460px; }
#flash-message .error   .silk-icon { background-position: -640px -180px; }
#flash-message .warning .silk-icon { background-position: -560px -180px; }

#main #flash-message {
  margin: 10px;
}

em.required {
    color:red;
    margin-right:5px;
}