@charset "UTF-8";
/* CSS Document */

.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;
	text-decoration: none;
	top: -1000px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 2px;
padding: 0px;
}
#advertise .container #content .row1 .padding a {
	color: #006600;
	text-decoration: none;
}
#advertise .container #content .row1 .padding a:hover {
	text-decoration: underline;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -250px; /*position where enlarged image should offset horizontally */
	left: 60px;
}
#advertise .container #content .row1 .padding .head {
	color: #FFFFFF;
	font-weight: bold;
}
#advertise .container #content .row2 .padding2 .col1 {
	float: left;
	width: 350px;
}
#advertise .container #content .row2 .padding2 .col2 {
	float: left;
	width: 350px;
}
#advertise .container #content .row2 .padding2 ul {
	color: #FFFFFF;
	list-style-type: square;
}
#advertise .container #content .row2 .padding2 h3 {
	color: #663300;
}

