
/* Home Slider */
.slider_container{position:relative}
.slider ul, .slider2 ul{list-style-type:none; padding:0px; margin:0px;}
.slider h1, .slider2 h1{margin:0px; text-transform:capitalize;font-size:18px; line-height:28px; font-weight:normal;}
.slider h2, .slider2 h2{color:#0b4ca0 !important; text-transform:capitalize; font-size:12px;}




.slider h2 a, .slider2 h2 a{color:#0b4ca0 !important; border-bottom: 1px dotted #ACCADE; text-decoration:none;}

.slider h2 a:link, .slider2 h2 a:link{color:#0b4ca0 !important;border-bottom: 1px dotted #ACCADE; text-decoration:none;}


.slidertext{width:300px; float:left; padding:0px 5px 0px 15px; position:relative;}
.slidertext p{font-size:12px; color:#000}
.sliderimage{width:210px; float:left; margin-left:-12px; margin-top:10px;text-align:right;}



.sliderimage img{
border:0px;
max-width:180px;
width:expression(document.body.clientWidth > 180? "180px": "auto" );


}
.sliderimage img.noborder{border:0px; margin-top:10}
.slider, .slider2{ position:relative;  margin:0px auto; background:url(/images/new/slider-bg.png) no-repeat 0 0; width:532px; padding:20px 0px 0px 0px; color:#010101; height:213px; overflow:hidden;}
.slider h2, .slider2 h2{color:#fff}
.slider p, .slider2 p{color:#333; margin-top:-4px;}	
.slider ul, .slider li .slider2 ul, .slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative
	}
.slider li, .slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:532px;
	height:192px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:180px;
}
#prevBtn{left:460px;}	
#nextBtn{right:20px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	text-indent:-9999px;
	}
	
#prevBtn a{background:url(/images/new/btn_prev.gif) no-repeat 0 0;}
#prevBtn a:hover{background:url(/images/new/btn_prev_hover.gif) no-repeat 0 0;}
#nextBtn a{ 
	background:url(/images/new/btn_next.gif) no-repeat 0 0;	
	}
#nextBtn a:hover{background:url(/images/new/btn_next_hover.gif) no-repeat 0 0;}


#prevBtn2, #nextBtn2{ 
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:180px;
}
#prevBtn2{left:460px;}	
#nextBtn2{right:20px;}														
#prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	text-indent:-9999px;
	}
	
#prevBtn2 a{background:url(/images/new/btn_prev.gif) no-repeat 0 0;}
#prevBtn2 a:hover{background:url(/images/new/btn_prev_hover.gif) no-repeat 0 0;}
#nextBtn2 a{ 
	background:url(/images/new/btn_next.gif) no-repeat 0 0;	
	}
#nextBtn2 a:hover{background:url(/images/new/btn_next_hover.gif) no-repeat 0 0;}

/* Home Alternative Slideshow */


*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

/*** END OF GLOBAL  ***/



.centercolumn{width:532px; margin:10px auto;}

/* newsbox */
.latestnews{margin-bottom:10px; padding: 0 0 0 10px;}
ul.news{ list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
ul.news li{border-bottom:solid 1px #f0f0f0; clear:left; padding:0px 0px 10px 0px; margin-bottom:10px; min-height:70px}
* html ul.news li{height:70px;} /* ie6 only */
.imgborder{border:solid 1px #f0f0f0; padding:3px;}
.imgleft{float:left; margin-right:15px;}
.date{color:#999999;}
.navscroll{clear:left; background-image:url(); background-repeat:no-repeat;; height:20px; position:relative; margin-left:2px}
a.next, a.prev{width:20px; text-indent:-9999px; position:absolute;}
a.next{background-image:url(/images/new/icon_next.gif); background-repeat:no-repeat; right:50px}
a.prev{background-image:url(/images/new/icon_prev.gif); background-repeat:no-repeat; right:85px}

a.next:hover{background-image:url(/images/new/icon_next_hover.gif); background-repeat:no-repeat; right:50px}
a.prev:hover{background-image:url(/images/new/icon_prev_hover.gif); background-repeat:no-repeat; right:85px}


/* cycle */
.cycle{margin:10px; width:215px;}
.imgcenter{ margin-bottom:5px; display:block; text-align:center; border:0}


