/* ######### TWITTER ######### */

.twtr-hd,  
.twtr-ft  
{  
display: none;  
}
.twtr-tweet-text {
font size: 90%;
font-family: Georgia, Serif;
}

/* ######### BODY BACKGROUND ######### */

body
{
background-image:url('images\background1.png');
background-repeat:no-repeat;
}

/* ######### MAIN ######### */

.maintable {
border:2px solid black;
outline-style:solid;
outline-color:#000000;
}

/* ######### Default class for drop down menus ######### */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #275E2B;
color: white;
width: 150px; /* default width for menu */
}

/* darkgreen #275E2B */
/* lightgreen #97A270 */

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background: #275E2B;
color: white;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: black;
}

/* ######### MAIN PAGE ROUNDED TABLES ######### */



/* ######### Pop-Up Graphs Community Employment ######### */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
text-decoration: none;
z-index: 0;
}

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

.thumbnail span{
position: absolute;
background-color: #275E2B;
padding: 5px;
font-size: 13px;
left: -1000px;
border: 2px dashed black;
visibility: hidden;
color: white;
z-index: 1;
}

.thumbnail:hover span{
position:absolute;
left:200px;
top:-50px;
width: 500px;
visibility: visible;
z-index: 50;
}

/* ######### Pop-Up Graphs VOLUNTEER ######### */

.volicon{
position: relative;
z-index: 0;
}

.volicon:hover{
background-color: transparent;
z-index: 0;
}

.volicon span{ /*CSS for enlarged image*/
position: absolute;
background-color: #275E2B;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: white;
text-decoration: none;
z-index: 0;
}

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

.volicon:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top: 100px;
left: 0px; /*position where enlarged image should offset horizontally */
width: 200px;
z-index: 50;
}
