body {
background-color:#2e1518;
}
.banner_bottom {
background-image:url(images/layout_new_r5_c3.jpg);
background-repeat:repeat-x;
}
.banner_body {
background-image:url(images/layout_new_r4_c3.jpg);
background-repeat:repeat-x;
}
.table_body {
background-image:url(images/layout_new_r7_c2.jpg);
background-repeat:repeat-y;
padding:0px 1px 0px 1px;
}
.bg_left {
background-image:url(images/layout_new_r7_c2_left.jpg);
background-repeat:repeat-y;
}
.bg_right {
background-image:url(images/layout_new_r7_c2_right.jpg);
background-repeat:repeat-y;
}
.table_bottom {
background-image:url(images/1x1.jpg);
background-repeat:repeat-x;
}
.address {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#3b0002;
margin:0px 0px 0px 10px;
line-height:180%;
text-align:left;
}
.img_pad_first {
padding:0px 7px 0px 0px;
}
.img_pad {
padding:0px 7px 0px 0px;
}
.img_pad_last {
padding:0px 0px 0px 0px;
}
.img2_pad_first {
padding:7px 7px 0px 0px;
}
.img2_pad {
padding:7px 7px 0px 0px;
}
.img2_pad_last {
padding:7px 0px 0px 0px;
}
.description {
font-family:Georgia, "Times New Roman", Times, serif
font-size:12px;
font-weight:bold;
color:#000000;
padding:0px 20px 0px 20px;
text-align:justify;
}
.download {
font-family:Tahoma, "Times New Roman", Verdana, "Bookman Old Style";
font-size:11px;
font-weight:bold;
color:#000000;
}

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

.solidblockmenu{
margin: 0;
padding:0px 0px 0px 90px ;
float: left;
font: bold 13px Arial;
width: 668px;
overflow: hidden;
margin-bottom: 0em;
border: 1px solid #FFFFFF;
border-width: 0px 0px 1px 0px;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 8px 28px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
/*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: 60px; /*position where enlarged image should offset horizontally */

}
