/* 
Document   : general
Created on : Sep 29, 2008, 3:21:39 PM
Author     : markm
Description:
Purpose of the stylesheet follows.
*/

/* 
This style is the base style sheet for all pages.  Trying to keep it simple

*/

body{
    background: #FFFFFF;
    padding:0;
    line-height: 1.2em;
    font-family: Verdana,  Arial, 'Lucida Grande', sans-serif;
    margin-bottom: 25px;
}

b{font-size: 100%;}
em{ color: red;}
a {outline: none;}

p, b.psize {
    margin: 10px;
    line-height: 125%;
    font-size: 130%;
    color: #000000;
}

#maincontainer{
    width: 960px; /*Width of main container*/
    margin: 0px auto; /*Center container on page*/
}

#topsection{
    background: #EAEAEA;
    height: 200px; /*Height of top section*/
    background: transparent url(./static/Title_01.jpg) top left no-repeat;
    margin-bottom:10px;
}

#topright {
    float:right;
    height:200px;
    width:200px;
    background: transparent url(./static/maxmushroom.png) top right no-repeat;
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin: 0 160px 0 200px; /*Set right margin to LeftColumnWidth*/
    background-color: white;

}

#leftcolumn{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -960px; /*Set left margin to -(MainContentWidth) + .5*(width) for ie wierdness */
    /**margin-left: -1060px;  /*This hack moves the margin for a very confused IE7&IE6*/
}

#rightcolumn{
    float: left;
    width: 160px; /*Width of right column*/
    margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/

}

#footer{
    width: 600px;
    font-size:80%;
    text-align:center;
}

#rightBio{
    width:150px;
    height:150px;
}
.innertube{
    margin: 5px 10px 0px 10px;
}
.clearboth {
    clear: both;
}

.placeleft, .placeright, .placecenter {
    margin: 10px;
}
.placeleft {
    margin-left: 0px;
    float: left;
}

.placeright{
    margin-right: 0px;
    float: right;
}

.placecenter {
    display:block;
    margin-left: auto;
    margin-right:auto;

}

.small {
    font-size: 70%;
}
.index{
    padding:5px;
    text-align:center;
    font-size: 80%;
    font-weight:bold;
    font-style:italic;
}

form {
    color: black;
    margin:0px;
}

textarea {
    font-family: Verdana,  Arial, 'Lucida Grande', sans-serif;
    font-size:90%;
}

/******************************************This is for the vertical Menu**/
#ddblueblockmenu{
    margin-top: 5px;
    border-bottom-width: 0;
    width: 200px;
    position:relative;
    text-align:left;
    
}

#ddblueblockmenu ul{
    margin:  0px;
    padding: 0px;
    list-style-type: none;
    font-size:  90%;
    border:1px solid black;
    border-width:0 0px;
    background-color:#E3FFFF;
}

#ddblueblockmenu li a{
    display: block;
    padding: 3px 14px 3px 9px;
    width: 175px; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: black;
    background-color:#E3FFFF;
    border-bottom: 1px solid black;
}

#ddblueblockmenu li a.current{
    color: white;
    background-color: #1C5E90;
}

#ddblueblockmenu li a:hover {
    background-color:  #46C198;
    color:white;
    font-size:1.0em;
    font-weight:normal;
}

#ddblueblockmenu div.menutitle{
    color: white;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: #46C198;
    font: bold 90% Verdana,  Arial, 'Lucida Grande', sans-serif;
}

/*Link Menu*/
#linkmenu{
    margin-top: 5px;
    border-bottom-width: 0;
    width: 200px;
    position:relative;
    text-align:left;

}

#linkmenu ul{
    margin:  0px;
    padding: 0px;
    list-style-type: none;
    font-size:  80%;
    border:1px solid black;
    border-width:0 0px;
    background-color:#E3FFFF;
}

#linkmenu li a{
    display: block;
    padding: 3px 14px 3px 9px;
    width: 175px; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: black;
    background-color:#E3FFFF;
    border-bottom: 1px solid black;
}

#linkmenu li a.current{
    color: white;
    background-color: #1C5E90;
}

#linkmenu li a:hover {
    background-color:  #46C198;
    color:white;
    font-size:1.0em;
    font-weight:normal;
}

#linkmenu div.menutitle{
    color: white;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: #46C198;;
    font: bold 80% Verdana,  Arial, 'Lucida Grande', sans-serif;
}

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

.gallerycontainer{
    height: 150px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
    text-align:center;
}

.visibleimg {
    position:relative;
    text-decoration: none;
    z-index:0;
    font-size: 80%;
   
}

.visibleimg img {
    margin: 5px;
    border:none;
}

.visibleimg:hover{
    background-color: transparent;
    z-index:50;
    text-decoration:none;
    color:#663399;
    font-style:italic;
    font-weight:900;
   /* font-size:1.1em;*/

    
}

.visibleimg span{ /*CSS for enlarged image*/
    position:absolute;
    background-color: transparent;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: black;
}

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

.visibleimg:hover span{ /*CSS for enlarged image*/
    top: -150px;
    left: 0px;
    visibility: visible;
 }

