@charset "utf-8";
/* CSS Document */

body{
behavior: url ("hover.htc"); 
background-color:#000000;}


#mainwrapper{
display:block;
width:1000px;
height:750px;
position:relative;
margin-left:auto;
margin-right:auto;
background-image: url(images/center_back.jpg);
background-repeat:no-repeat;
background-position:130px 100px;
}

.imgright{
float:right;
}

.head14br{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a41a2c;
}





.head16br{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a41a2c;
}
.head18bred {

	font-family: Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a41a2c;
}
.body12blk {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
/*	font-weight: bold;
*/	color: #000000;
}
.body14nblk {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;



}
.body11nblk{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}


#navleft{
	position:absolute;
	width:170px;
	margin-top:0px;
	margin-left:0px;
	height: 576px;
}

#mainpanel_2{
	
	float:left;
	width:800px;
	margin-top:0px;
	margin-left:200px;

	height: 800px;

}


#rightbox{
	position:absolute;
	float:right;
	width:180px;
	margin-top:44px;
	margin-right:0px;
	left: 680px;
	height: 239px;


}

#footer{
	position:absolute;
	height:100px;
	width:568px;
	left:163px;
	top:585px;

}


/* navigation text white to red */
a.navwhite_red {
	color: #999999;
	text-decoration: none;
	font-family:Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

a.navwhite_red:visited {
	color: #999999;
	text-decoration: none;
	font-family:Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

a.navwhite_red:hover {
	color: #9D1C3D;
	text-decoration: none;
	font-family:Verdana, Tahoma, sans-serif;

	font-style: normal;
	font-size: 11px;
	font-weight: bolder;

}




/* NEW POPUP  START firefox */

.thumbnail, .thumbnaile, .thumbnailm 
{
position: relative;
z-index: 0;
	color:#CCCCCC;
	text-decoration: none;
	font-family:Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	outline:none;
}

.thumbnail:hover, .thumbnaile:hover, .thumbnailm:hover{
background-color: transparent;
z-index: 50;
	color:#CC0000;
	text-decoration: none;
	font-family:Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}
/*CSS for enlarged image*/
.thumbnail span, .thumbnaile span, .thumbnailm span

{ 
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img, .thumbnaile span img, .thumbnailm span img { /*CSS for enlarged d image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
visibility: visible;
position:absolute;
top: -120px; /*position where enlarged image should offset vert */
left: -540px; /*position where enlarged image should offset horizontally */


}

.thumbnaile:hover span{ /*CSS for enlarged image e on hover*/
visibility: visible;
position:absolute;
top: -265px; /*position where enlarged image should offset vert */
left: -540px; /*position where enlarged image should offset horizontally */
}

.thumbnailm:hover span{ /*CSS for enlarged image m on hover*/
visibility: visible;
position:absolute;
top: -449px; /*position where enlarged image should offset vert */
left: -520px; /*position where enlarged image should offset horizontally */
}


/* NEW POPUP  END */



.body_grey {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}

.body_grey9 {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.hiddenPic {display:none;}