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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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 on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}
body {
	background-attachment: scroll;
	background-image: url(../Images/bkgr_fade2.png);
	background-repeat: repeat-x;
}
#topbar {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#header {
	height: 120px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/calc_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h3 {
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 0px;
	color: #FFFFFF;
}
#topbar a {
	color: #FFFF00;
	font-weight: bold;
}
#CalcForm {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}



#topwrap {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#topbar img {
	float: right;
	margin-right: 0px;
}
h2 {
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-left: 180px;
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	height: 30px;
}
#topbar p {
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
#topbar a:hover {
	color: #FF0000;
	font-weight: bold;
}
