@charset "utf-8";
/* CSS Document */

.menu {
	width: auto;
	height: 41px;
	text-align: right;
	background-image:url(images/mnu-base.png);
	background-repeat:no-repeat;
	padding-left: 8px;
	padding-right: 8px;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	display: inline; /*The element will be displayed as an inline element, with no line break before or after the element*/
}
.menu ul li a {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff; /*Font color*/
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
}
.menu ul li a:hover {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #79b5d8; /*Font color*/
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/mnu-hover.png);
	text-align: center;
	line-height: 34px;
	border-bottom: 2px solid #79b5d8;
}

.searchbox { 
	padding: 3px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #093580;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.searchbtn {
	padding-left: 8px;
	margin-left: 2px;
	margin-right: 8px;
	height: 32px;
	width: 82px;
	background: url(images/search-btn.png);
	border: none;
	font-weight: bold;
}
.searchbtn:hover {
	padding-left: 8px;
	margin-left: 2px;
	margin-right: 8px;
	height: 32px;
	width: 82px;
	background: url(images/search-btn-hover.png);
	border: none;
	font-weight: bold;
}

#center {
	margin-left: 
}

/* div.rte div { background:#1f99df; color: #f0f0f0; margin: 5px; padding: 5px; width: auto; border: 2px solid black; border-top: 4px solid black; } */

/* div.rte div p { margin: 0px; padding: 0px; margin-left: 5px; font-style:italic; } */

/* jQuery SEO Slider */

#slider-seo{ margin-bottom: 10px;}	
#slider-seo ul, #slider-seo li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider-seo li{ 
	width:590px;
	height:200px;
	overflow:hidden; 
	}
#slider-seo h2{
	color: #0099ff;
}


#prevBtn { margin-top: 25px; }
#nextBtn { margin-top: 25px; }
#prevBtn a {
	padding: 4px;
	background-color: #79B5D8;
	color: #fff;
	text-decoration: none;
}
#prevBtn a:hover {
	padding: 4px;
	background-color: #0099ff;
	color: #fff;
	text-decoration: none;
}
#nextBtn a {
	padding: 4px;
	background-color: #79B5D8;
	color: #fff;
	text-decoration: none;
}
#nextBtn a:hover {
	padding: 4px;
	background-color: #0099ff;
	color: #fff;
	text-decoration: none;
}

/*  */

#tooltip{
	position:absolute;
	border:1px solid #0077CA;
	background:#0099ff;
	padding:5px;
	color:#fff;
	display:none;
	width: 250px;
	text-align: left;
	font-size: 11px;
	}	

/*  */

#browser { margin: 10px 0; padding: 5px; color: white; border: 2px dashed white;}
#browser ul { list-style: none; }
#browser a { color: black; }
#browser a:hover { color: black; text-decoration: underline; }
