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

/* elements */
p,img,ol,ul,li{
margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent
}
ol,ul{list-style:none}


				
					

	

	
/* styling the home page images for roll over */
#home_images, #home_images1, #home_images2, #home_images3, #home_images4, #home_images5 {
	background:#fff;	
	overflow:hidden;
	width:700px; 
}

#home_images h2, #home_images1 h2, #home_images2 h2, #home_images3 h2, #home_images4 h2, #home_images5 h2 
{
	/*color:#FF6600;*/
	color:#FF6600;
	text-align:center;
	vertical-align:bottom;
	font-family:Arial,Helvetica,sans-serif;		
	font-size:16px; 
	/*font-weight:500;*/
	font-weight:bold;
	padding-top:10px; 
	text-transform:capitalize;
}



#home_images li, #home_images1 li, #home_images2 li, #home_images3 li, #home_images4 li, #home_images5 li {
	width:330px;
	height:215px;
	margin:1.5px;
	float:left;
	position: relative;
	overflow:hidden;
	border: 0;
	background:url(../images/layout/bg_gl.png);
	color:#fff;
	
}


#home_images li a, #home_images1 li a, #home_images2 li a, #home_images3 li a, #home_images4 li a, #home_images5 li a  {
	display: block;
	position: relative;
	overflow: hidden;
	color:#FF6600;

}

#home_images li a:focus, #home_images li a:hover { text-decoration: none; }

#home_images li div, #home_images1 li div, #home_images2 li div, #home_images3 li div, #home_images4 li div, #home_images5 li div {
	position: absolute;
	top: 215px;
	left: 0;
	height:215px;
	width:330px;
	padding:0px 0px 0px 0px;
	border: 0;
	font-weight:bold;	
	background:url(../images/layout/bg_va.png);
	
	
}

#home_images li div a, #home_images1  li div a, #home_images2  li div a, #home_images3  li div a, #home_images4  li div a, #home_images5  li div a {float:right; color:#bc0000; width:330px; }

.w_600{
	width:710px;
	float:left;
}

.body_inner_new{
	width:975px;
	float:left;
	text-align:left;
	background:url(../images/iner_body_bg_new.gif) repeat-y;
}
.body_inner_dwn_new{
	background:url(../images/inner_bg_dwn_new.jpg) bottom  no-repeat;
	padding-bottom:10px;
	float:left;
	text-align:left;
	width:975px;
}
.flash{
	width: auto;
	/*height:300px;*/
	float:right;
	text-align:left;
}

#home_images h3 
{
	/*color:#FF6600;*/
	color:#FF6600;
	text-align:center;
	vertical-align:bottom;
	font-family:Arial,Helvetica,sans-serif;		
	font-size:12px; 	
	font-weight:bold;	
	text-transform:capitalize;
}
#home_images p 
{	
	color:#FFFFFF;
	text-align:left;
	vertical-align:bottom;
	font-family:Arial,Helvetica,sans-serif;		
	font-size:10px;
	padding-left:4px;	
	text-transform:capitalize;
}


