﻿body 
{
	margin:0px;	
	font-family:verdana;
	font-size:10pt;
	background-color:#737373;
	background-image:url('bg.gif');
	background-repeat:repeat-x;
}
.main
{
	width:1000px;
	margin: 0 auto;
	background-image:url('bg_inside.gif');
	background-repeat:repeat-x;
	
}
.container{	
	
	padding-left:15px;
	display:block;		
	
}

.banner_top
{
	background-image:url('banner_top.gif');
	background-repeat:no-repeat;
	background-color:#fff;
	height:85px;
	width:985px;
}

.navigation 
{
    padding-left:355px;
    padding-top:38px;
    padding-right:5px;
}

.nav_on
{
	font-size:11pt;
	font-weight:bold;
	color:#1e5978;	
	padding-left:19px;
	padding-right:19px;
	text-decoration:none;
}

.nav_off
{
	font-size:11pt;
	font-weight:bold;
	color:#a0a0a0;
	padding-left:19px;
	padding-right:19px;
	text-decoration:none;
}

.banner_home
{
	
	background-repeat:no-repeat;
	width:985px;
	height:286px;
	background-color:#fff;
}

.banner_page
{	
	background-repeat:no-repeat;
	width:985px;
	height:230px;
	background-color:#fff;
	color:#222124;
	font-size:14pt;
	font-weight:normal;
	font-family:Felix Titling;
}
.footer
{
	background-image:url('footer.gif');
	background-repeat:no-repeat;
	width:1009px;
	height:29px;
	z-index:20;
	position:static;	
	clear:both;
	color:White;	
	font-size:8pt;
}

hr
{
	border:solid 0.2px #d3d3d3;
	margin:5px 0px 5px 0px;
	padding:0px;
}

a.blueChip
{
	color:#9c9ea2;
	text-decoration:none;
	
}
a.blueChip:hover {color : #1e5978; text-decoration: none;}

a.puti
{
	color:#fff;
	padding-left:5px;
	padding-right:9px;text-decoration:none;
	font-size:10pt;
}
a.puti:hover {color:White; text-decoration:none;font-size:10pt;padding-left:5px;padding-right:9px;text-decoration:none;}
              
.greybox
{
	background-image:url('grey.gif');
	background-repeat:repeat-x;	
}

.bannerBox
{
	background-image:url('bar.gif');
	background-repeat:no-repeat;
	width:290px;	
	padding-top:3px;
	color:#ffffff;
	min-height:120px;
	float:left;
}

.bluebarBox
{
    background-image:url('barblue.gif');
    background-repeat:no-repeat;        
    background-color:#ffffff;
    padding-left:25px;
    vertical-align:top;
    padding-top:20px;
    padding-right:25px;
    padding-bottom:15px;
    font-family:verdana;
    font-size:10pt;
    color:Gray;
}

h2
{
    font-size:11pt;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:266px;
		height:50px;
		overflow:hidden; 
		}	
		
	#slider2{}	
	#slider2 ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:266px;
		height:50px;
		overflow:hidden; 
		}		
	#prevBtn, #nextBtn{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
