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

.contentslide{
border: none;
height: 470px;
padding-left: 0px;
margin-left: 0px;
padding-bottom: 15px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
z-index: 0;
}


.bannermenu{
	background: url("../images/homebannermenu_bkgd4.png") repeat;
	width: 275px;
	height: 317px;
	margin-top:-318px;
	float: right;
	position: relative;
	padding-top: 0px;
}

.contentslide .contentdiv{
display: none;
margin-left: 10px;
padding-left: 0px;

}



.pagination{
width: 800px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font-size:11px;
text-align: left;
background: none;
border: none;
margin-top:-30px;
margin-bottom:15px;
margin-left: 70px;
z-index: 1024;
border: none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 800px; /*IE5 width*/
w\idth: 970px; /*IE6 width*/
z-index: 1024;
}

.pagination a, .pagination a:link, .pagination a:active,.pagination a:visited{
text-align: center;
font-size:12px;
width: 12px;
height: 15px;
padding-left:10px;
text-decoration: none; 
color: #2160aa;
background-image:url("/images/fribullet.png");
background-repeat: no-repeat;
border: none;
background-position: top;
padding-top: 0px;
z-index: 1024;
}


.pagination a:hover, .pagination a.selected{
color: #fff;
font-size:12px;
width: 12px;
height: 12px;
text-decoration: none;
background-image:url("/images/fribulletselected.png");
background-repeat: no-repeat;
z-index: 1024;
border: none;
padding-top: 0px;
}
.jev_pagination .pagination a, .jev_pagination .pagination a:link, .jev_pagination .pagination a:visited, .jev_pagination .pagination a:active{
	background: none;
}
.banner_menubox{
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 240px;
	margin: 0 auto;
}
.bannermenu h2{
	color: #e46d06;
	text-align: center;
	width: 240px;
	margin:10px auto 15px auto;
	
	font-weight: normal;
}
.banner_menubox div{
	width:210px;
	background: url("../images/homebanner_menu_bkgd.jpg") repeat-x;
	height: 17px;
	padding:12px 15px;
	font-size: 13px;
	font-weight: bold;
}
.banner_menubox div.firstbanneritem{
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;	
}
.banner_menubox div.lastbanneritem{
	-webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;	
    
}
.banner_menubox div a, .banner_menubox div a:link, .banner_menubox div a:visited, .banner_menubox div a:active{
	color: #023879;
}
