html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    padding: 0;
    min-width:440px; /* (2xLC_width) + RC_width */
    background: #000;
    height: 100%;
    min-height: 100%;
    color: #fff;
}
#container {
    padding-left: 220px; /* lc width */
    padding-right: 0px;  /* rc width */
    height: 100%;
    min-height: 100%;
}
#container .column {
    position: relative;
    float:left;
    height: 100%;
    min-height: 100%;
}
#center {
    width: 100%;
    height: 100%;
}

#left
{
    height: 100%;
    width: 220px; /* lc width */
    right: 220px; /* lc width */
    margin-left: -100%;
overflow: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666;
}
#right {
    width: 0px; /* rc width */
    margin-right: 0px; /* rc width */
}
#footer {
    clear: both;
    height: 0px;
}
* html #left {
    left: 0px; /* rc width */
}
#sidebar {
    padding: 0 8px;
}
#left dl {

}
#left dl dt {
padding: 0 0 5px 0;
margin: 0;
}
#left dl dd {
padding: 0;
margin: 0;
    margin-bottom: 5px;

}

#left ul {
margin: 10px 0;
padding: 10px 5px;
border: 1px solid #333;
    font-size: 10px;

}
#left ul li {
margin: 0;
padding: 0;
list-style-type: square;
list-style-position: inside;
}
#left a img {
    border: none;
    margin: 9px;
}
#mailtofriend {
    border: 1px solid #333;
    padding: 8px;
}

#txtSearch {
width: 100px;
}
.button {
    font-size: 10px;
    border: 1px solid white;
    text-decoration: none;
    padding: 5px 3px;
    margin-top: 9px;

}
 a
{
    color: #fff;
    text-decoration: underline;
}
#form1
{
    height: 100%;
}
.label{ text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:.1em; font-size:8px; display: block; padding-bottom: 3px;}

div.error 
{
   border: 1px solid red; 
}



#left #RegionList 
{
    list-style-type: none;
    font-size: 14px;   
}

#left #RegionList li 
{
    list-style-type: none;
    padding: 5px;
    margin: 5px 0;
}
#left #RegionList li a 
{
    text-decoration: none;
}

#btnOzarks 
{
    background-color: Orange;
}
#btnCentral 
{
    background-color: Red;
}
#btnRiverValley 
{
    background-color: Purple;
}
#btnDelta 
{
    background-color: #00C0CF;
}
#btnTimberlands 
{
    background-color: #EFDB00;
}
#btnOuachitas 
{
    background-color: green;
}

.clickable 
{
    cursor: pointer;
}

#left .NavList
{
    list-style-type: none;
    font-size: 14px;
    border: none;   
}

#left .NavList li 
{
    list-style-type: none;
    
    margin: 5px 0;
}
#left .NavList li a 
{
    text-decoration: none;
}