/* CSS Document */
body {
background-color:#DBE1C9;

}
<------------>
menu {
background-color:#104610;padding-left:190px;}

#crumbs2 a {
	color:black;
  text-decoration:none;

}
#crumbs2 a:hover {
font-weight:bold;
  text-decoration:underline;
}  
#crumbs2 img {
  padding-left:0.5em;
}

#specials {

  margin:auto;
  width:90%;
  background-color:#DBE1C9;
  
}

#special {

                padding:0.5em;

}
#special h1 {

                font-size:1.2em;
                font-weight:bold;
                text-align:center;
                vertical-align:middle;
  }
#special a {
                color:#104610;
}

#special a:hover {
  color:#0000CC;
}

#news {
padding-top:10px; 

}
img, div { behavior: url(iepngfix.htc) }
h6 {
font-size:90%;
color:#fff
}

#cbx1{padding:10px 0px 30px 0px;}
#cbx2{padding:10px 0px 40px 0px;}
#cbx3{padding:10px 0px 40px 0px;}

#ctrmain {
padding-top:2em;
}
thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 45%;
left: 35%; /*position where enlarged image should offset horizontally */

}

#ctradv {
	border: 3px outset green;
	width:90%;
	margin:3em 2em 2em 1em;
	padding:2em;
} 
#NewsTicker{

        background:#104610;
        width:180px;
        height:320px;
        margin:0 auto;
}
        #NewsTicker h1{
                padding:6px; margin:0; border:0;
                background:#104610;
                color:#00CA00;
                font-size:1.8em;
                font-weight:bold;
                font-style:italic;
                text-align:center;
        }

        #NewsVertical {
        width: 180px;
        height: 285px;
        display: block;
        overflow: hidden;
        position: relative;
        border:solid 1px #cccccc;
        }
        #controller{
        padding:6px;
        font-size:1.2em;
        color:#666;
        }
        #play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
        #TickerVertical {
                width: 300px;
                height: 300px;
                display: block;
                list-style: none;
                margin: 0;
                padding: 0;
        }
        #TickerVertical li {

                width: 175px;
                height:235px;
                color: #000;
                text-align: left;
                font-size: 1.2em;
                margin: 0;
                padding: 0.5em;
                float: left;
        }
                #TickerVertical li .NewsTitle{

                        color:#00CA00;
                        font-size:1.2em;
                        font-weight:bold;
                        margin-bottom:6px;
                        text-decoration:none;
                }
                #TickerVertical li .NewsTitle a:link  {
                        color:#00CA00;
                }
                
                #TickerVertical li .NewsTitle a:Visited {

                        color:#05B505;
                        font-size:1em;
                        font-weight:bold;
                        margin-bottom:6px;
                        text-decoration:none;
                }
                #TickerVertical li .NewsTitle a:hover {
                        text-decoration:underline;
                        color:#9999FF;
                }
                
                #TickerVertical li .NewsImg{
                        float:left;
                        margin-right:10px;
                }
                #TickerVertical li .NewsFooter{
                        display: block;
                        color: #000000;
                        font-size: 10px;
                        margin:6px 0 14px 0;
                }

<--->


