﻿.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:fixed;
visibility: visible;
top: 210px;
left: 460px; /*position where enlarged image should offset horizontally */

}


a:link {color: #5d496e; text-decoration: underline; font-weight:bold}
a:active {color: #5d496e; text-decoration: underline; font-weight:bold }
a:visited {color: #5d496e; text-decoration: underline; font-weight:bold}
a:hover {color: #434242; text-decoration: none; font-weight:bold }


body {
    background-image:url(/App_Themes/WesternSurgeProtection/images/background.jpg);
}
.main
{
    background-color:#000000;
    border:1px solid #FFF;
}
.main-content
{   font-size: 17px;
	font-family: Arial;
     padding:5px;
    background-color:#FFF;
}
.banner h1
{
    color:#FFF;
    font-size:25px;
}
.banner
{
    background-image:url(/App_Themes/WesternSurgeProtection/images/banner-background.jpg);
    height:129px;
    text-align:left;
}
.banner-text
{
    
    -moz-opacity:0.5;
    filter: alpha(opacity=50);
    opacity:0.6;
    
}
.nav
{
    background-color:#5D496E;
    padding: 3px 0px 3px 0px;
    border-bottom:3px solid #CCCCCC;
}
.nav a
{
    font-weight:bold;
    padding: 3px 20px 3px 20px;
    color:#FFF;
    text-decoration:none;
}
.nav a:hover
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
.left
{
    padding:5px;
    border-right:3px solid #CCCCCC;
    color:#FFF;
}
.right
{
    padding:5px;
    border-left:3px solid #CCCCCC;
    color:#FFF;
}
.footer
{
    color:#FFF;
    border-top:3px solid #CCCCCC;
    background-color:#5D496E;
    width:800px;
    padding: 5px 20px 5px 20px;
}
.footer a
{
    font-weight:bold;
    padding: 5px 20px 5px 20px;
    color:#FFF;
    text-decoration:none;
}
.footer a:hover
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
a.link 
{
    color:#FFF;
    text-decoration:none;
}
a:hover.link 
{
    color:#000000;
    text-decoration:none;
}