#main {
 background-color: #F5F5F5;	
 background:transparent url(../../images/bg_main.gif) repeat-y scroll 0 0; 
 margin: 10px 0px;   
}
#grey{
	 background-color: #F5F5F5;	
}
#side_nav {
  width: 232px;
  float: left;
  min-height:100px;

}
  #side_nav ul {
    width: 219px;
    margin-left:18px;
    padding-top: 8px;
  }
    #side_nav li {
      font-size: 15px;   
      list-style: none;
      width: 219px;   
      background:transparent url(../../images/divider_sidenav.gif) no-repeat scroll right bottom; 
    }
       #side_nav li.last{
         background: none;
       }
      #side_nav li a {
        color: #669933;
        text-decoration: none;
        font-weight: bold;
        padding:10px 10px 5px 15px;
        display: block;
      }
        #side_nav li.current li a:hover,  #side_nav li.topCurrent li a:hover {
          color: #3F3F3F;
        }
      
      #side_nav li:hover {
        background: #EEEEEE;
      }
        #side_nav li li:hover{
          background: none;
        }
  
  #side_nav li.current, #side_nav li.topCurrent {
    padding:0 0 10px 0;
    background: #fff url(../../images/bg_subnav_bottom.gif) no-repeat center bottom;
  }  
    #side_nav li li.current, #side_nav li li.topCurrent {
      padding:0;
    }
   #side_nav li.current span, #side_nav li.topCurrent span {
     background: #fff url(../../images/bg_subnav_top.gif) no-repeat center top;
     display: block;
   }
     #side_nav li.current li span, #side_nav li.topCurrent li span {
       background: #fff; 
     }
    #side_nav li.current a {
      padding-bottom: 4px;
    }
  
  #side_nav li ul {
    display: none;
  }
    #side_nav li.current ul, #side_nav li.topCurrent ul {
      display: block;
      width: 219px;     
      margin-left:0px;
      padding: 0px 0px 7px 0px;
    }
      #side_nav li.current ul li, #side_nav li.topCurrent ul li{
        background: none;
      }
      #side_nav li.current ul li a, #side_nav li.topCurrent ul li a{
        color: #666;
        font-size: 13px;
        padding: 3px 10px 5px 25px;
        font-weight: normal;
      }
    




#content {
  margin: 0px 0px 0px 21px; 
  width: 452px;
  float: left;

}
  #content p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-bottom: 20px;
  }
  
  #content span p {
  	font-size: 10px;
	line-height: 120%;
  	}
    #content p.breadcrumbs {
      color: #669933;
      font-size: 10px;
      margin: 0px 0px 8px 0px;
    }
    
    #content #matrix_content p {
      width: 725px;
    }
      #content #matrix_content table p { /* on matrix pages, we want the text at the bottom to be 725px wide, but not the text in the tables */
        width: auto;
      } 
       
       
  #content img {
    margin: 0px 15px 10px 15px;
    border: none;
  }
   #content .preview img{
	margin:0px 5px 10px 5px;
	padding:0px;
}
  #content h2 {
    font-size: 18px;
    color: #669933;
    margin: 12px 0px;
  }
  #content h3 {
    color: #669933;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
  }
  #content a {
    color: #669933;
    text-decoration: none;
  }
    #content a.gobttn {
      display: block;
      height: 32px;
      padding-left: 42px;
      background: url(../../images/go_button.jpg) no-repeat left top;
      padding-top:10px;
    }
    #content a.pdf {
      background: url(../../images/icon_pdf.gif) no-repeat right center;
      padding-right: 22px;
    }
    	#content a:hover {
    	text-decoration: underline;
  	}
    
    
  #content ul, #content ol {
    margin-left: 25px;
    margin-bottom:20px;
  }
    #content li {
      font-size: 12px;
      color: #666;
      margin: 2px 0px;
      line-height: 17px;
      position: relative;
      left:15px;
    }
  
 #content table {
   margin: 0px 0px 8px 0px;
   border-top: 1px solid #A6C77C;
   border-left: 1px solid #A6C77C;
   width: 450px !important;
   clear: both;
 } 

/*color for table rows*/
 
		.odd {
		 background-color: #E5F2D4;
		
		}
		.even {
		 background-color: #fffff;		
		}
		
		.noborder {
			background: f5f5f5;
			color: green;
			} 

/* Other table rules */

 
   #content td {
     color: #666;
     font-size: 12px;
     padding: 7px;
     border-bottom: 1px solid #A6C77C;
     border-right: 1px solid #A6C77C;
   }
   #content th {
     color: #444;
     font-size: 13px;
     padding: 0px;
     border-bottom: 1px solid #C8EF95;
     border-right: 1px solid #C8EF95;
   }
   #content thead {
     background-color: #f5f5f5;
   }

#content table.noborder { 
   	border: none
}   
   	#content table.noborder td{ 
   		border: none
	} 
	#content table.noborder tr{ 
   		border: none
	}  
   	#content table.noborder th{ 
   		border: none
	}
   	#content table.noborder tbody{ 
   		border: none
	}
   
   
   
   #content #matrix, #content #matrix_content table { /* matrix tables */
     border: none;
	 width: 725px !important;  
     width: 715px;
     border-collapse:collapse;
   }
     #content #matrix th h3 {
       padding: 5px;
       
     }
     #content #matrix th img {
       padding: 0px;
       border: none;
       margin:9px;
     }
       #content #matrix th a {
         border: none;
         text-decoration: none;
       }
     #content #matrix tbody {     
       border: 1px solid #C8EF95;
     }         
     #content #matrix td {
       border-right: 1px solid #C8EF95;
       border-bottom: 1px solid #C8EF95;
       width: 92px;
       padding: 5px;
     }
	
	#content #matrix img {
		margin: 0; 
		}
		
     #content #matrix h3 {
       color:#666;
		font-weight: bold;
       margin-bottom: 0px;
       font-size: 13px;
       text-align: center;
     } 
     #content #matrix th {
     	background: #f5f5f5;
     	}
  
  #content #profiles { /*profile tables*/
    border-top: 1px solid #C8EF95;
    border-left: 1px solid #C8EF95;
    border-right: 1px solid #C8EF95;
  }    
     #content #profiles td {
       border-bottom: 1px solid #C8EF95;
       border-right: none;
     }
     
     
   
 .newsBox {
   background: #F6FFEF;
   border-top: 1px solid #D1FFAF;
   border-bottom: 1px solid #D1FFAF;
   margin: 10px 0px;
   padding: 10px;
 }  
     
       
  
#callouts {
  width:251px;
  float: right;
}

     #callouts h6 {
       color: #666;
       font-size: 12px;
       padding-bottom: 5px;
     }

    #callouts  #login {
      padding:9px 12px;
      background: url(../../images/bg_login_sub.gif) no-repeat;
      margin-bottom: 5px;
    }
        #login label {
          display: block;
          font-size: 12px;
          color: #666;
          margin-bottom: 5px;
          font-weight:lighter;
          padding-top: 1px;
        }
        #login input {
          border: none;
          background: url(../../images/bg_input_lrg.gif) no-repeat;
          width: 225px;
          height: 18px;
          padding: 3px 0px 0px 2px;
        }
          #login input.submit {
            background: url(../../images/bttn_go_lrg.gif) no-repeat;
            height:25px;
		    width:102px;
		    float: right;
		    padding:0 0 2px;
		    color: #fff;
          }
        
        #login a.forgot {
          color: #8dc63f;
          font-size: 10px;
          text-decoration: underline;
          margin-left: 10px;
        }  

     
    
    #callouts img {
      padding: 4px 0px;
      border: none;
      margin:0 3px;
    }      
      #callouts a {
        text-decoration: none;
      }


          
.maps {
	width: 587px; 
	height: 400px; 
	background: url(/images/ok_map.gif);
	position: relative;
}
.showme strong{
	cursor: pointer;
	color: #669933;
}
p.hideme{
	margin-left: 20px;
}