/*-------------------------------------------------
  Main Stylesheet for image gallery - 
  Based on the Dynamic Drive CSS Library template
  CSS Fixed Layout #2.1- (Fixed-Fixed) plus
  CSS Image Gallery
-------------------------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EFFFFF;
}
b{font-size: 105%;}
p{ 
	font-family: Times New Roman ;
	font-size: 12pt ;
	line-height: 12pt ;
	color: #333333;
	}

p.topcomment{
	margin-bottom: 2px;
	color: #333333 ;
	}
a:link {color: #000033}
a:visited {color: #000033}

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

#topsection{
height: 164px; /*Height of top section*/
background: url(http://fredincolorado.com/homepage/images/header-i70b.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contentcolumn{
margin-left: 185px; /*Set left margin to LeftColumnWidth*/
background: #EFFFFF;
}

#leftcolumn{
float: left;
width: 185px; /*Width of left column*/
margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
background: #EFFFFF;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -730px; /*  width - left column */
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*/
visibility: visible;
top: 0;
left: 140px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 1px 3px 0px 2px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#footer{
clear: both;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer pre{
color: #FFFF80;
font-size: 7pt;
margin-bottom: -7px ;
	}

