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

body { /*background-image: url(images/bck_gradient.png);*/
	background-color: #f0f0f0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:100%;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#969696;
}
#container {
	min-height:100%;
	position:relative;
}
#body {
	padding-bottom:195px;	/* Height of the footer */	
}
#menu {
	background-image: url(../images/menu_bar_bck.png);
	width:100%;
	height:46px;
	position: absolute;
	top:100px;
	left:0px;
	text-align:center;
}
#menulink {
    font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px; 
	padding-right:10px;
}
#menulink:hover { 
	background-image:url(../images/menu_bar_active.png); 
	background-position:top; 
	background-repeat:repeat-x; 
	padding-left:10px; 
	padding-right:10px;
}
#menulink3 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/menu_bar_active.png); 
	background-position:top; 
	background-repeat:repeat-x; 
	padding-left:10px; 
	padding-right:10px;
}
#menulink2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#breadcrumb {
	background-image: url(../images/breadcrumbs-shadow_bottom.png);
	width:100%;
	height:77px;
	position: absolute;
	top:180px;
	left:0px;
	text-align:center;
}
#breadcrumb2 {
	background-image: url(../images/breadcrumbs-shadow_bottom.png);
	width:100%;
	height:77px;
	position: absolute;
	top:405px;
	left:0px;
	text-align:center;
}
#footer {
	background-image: url(../images/footer-bck_gradient.png);
	width:100%;
	height:195px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#969696;
}
#linkfooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#969696;
	text-decoration:none;
}
#linkfooter:hover {
	color:#f0f0f0;
}
#map {
	width:226px;
	position: absolute;
	bottom:45px;
	right:100px;
	text-align:right;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#e40000;
	font-weight:bold;
}
.title2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#969696;
	font-weight:bold;
}	
/* SLIDER */
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */	
#slidecontainer{	
margin:0 auto;
position:relative;
text-align:center;
width:814px;	
margin-bottom:2em;
}	
/* Easy Slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
width:814px;
height:280px;
overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
display:block;
width:62px;
height:92px;
position:absolute;
left:-62px;
top:110px;
z-index:1000;
}	
#nextBtn, #slider1next{ 
left:814px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
display:block;
position:relative;
width:62px;
height:92px;
background:url(../images/slider/previous.png) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
background:url(../images/slider/next.png) no-repeat 0 0;	
}	
/* numeric controls */	
ol#controls{
margin:1em 0;
padding:0;
height:28px;	
}
ol#controls li{
margin:0 10px 0 0; 
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#DAF3F8;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:#5DC9E1;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}