﻿.Header
{
	background-image: url(/images/menu-bar-bg.png);
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	background-repeat: repeat-x;
	width: 960px;
	height: 90px;
}
.HeaderLogo
{
	float: left;
	height:90px;
	padding-left:10px;
}
.HeaderMenu
{
	float: left;
	font-family: Verdana;
	font-size: 14px;
	margin-left:25px;
	color: Black;
	line-height: 90px;
	vertical-align: middle;
	width: 580px;
}
.HeaderSearch
{
	float: right;
	padding-top: 35px;
	vertical-align: middle;
	margin-right: 5px;
}
.txtSearch
{
	background: #fff url(/Images/search-bg.png) no-repeat;
	border: 0px none;
	padding-left:10px;
	height: 20px;
	line-height:20px\9;
	width: 130px;
	width: 129px\9;
	font-family: Verdana;
	font-size: 10px;
	color: Gray;
	margin-right:4px;
}
.Footer
{
	text-align: left;
	background-color:#fff;
}
.Copyright
{
	font: 11px Arial;
	padding-top:5px;
	padding-bottom:25px;
	margin-bottom:15px;
	color: #6d6e71;
}
.CopyRightText
{
	width:90%;
	float:left;
}
#dvCopyRight
{
	width:auto;
	padding-left:10px;
	float:left;
}
.dvCopyRight
{
	float:left;
	padding-left:10px;
}
.CopyRightText a
{
	font: 11px Arial;
	color: #6d6e71;
}
.CopyRightText a:hover
{
	color: #006699;
	text-decoration:none;
}
.News
{
	background-color: #000000;
	height: 30px;
	position: relative;
	margin-top: -30px;
	vertical-align: middle;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.NewsListHome 
{
	margin-top:-32px;
	position:relative;
	z-index:2;
	padding-left:5px;
}
.NewsListHome ul li div
 {
    border: 1px solid #aaaaaa;
    background: #ffffff;
	z-index:1;
}
.NewsText, .NewsText a
{
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: White;
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	font-weight:normal;
}
.NewsTextLeftContent
{
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: White;
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	font-weight:normal;
	float:left;
	position:relative;
	padding-left:20px;
	*top:-30px;
}


/* -----------------------------------*/
/* ---- Navigation (Menu) <<<-----------*/
/* -----------------------------------*/
#mainNav
{
	float: left;
	margin: 0;
	padding:0;
}


#mainNav ol,#mainNav ul,#mainNav li
{
	margin:0;
	padding:0;
}

#mainNav li
{
	float: left;
	margin-right: 1px;
	list-style: none;
	height: 90px;
	line-height: 81px;
	vertical-align: middle; /*position:relative; */
}
#mainNav li:hover
{
	background:#e3e2e8 url(/images/mouse-over.jpg) repeat-x;
}
#mainNav li a
{
	font: normal 13px Arial;
	text-decoration: none;
	float: left;
	display: block;
	color: #000;
	padding: 5px 10px 0px 16px;
	*padding: 0px 10px 0px 10px;
	line-height: 81px;
	vertical-align: middle;
}
#mainNav li a:hover
{
	color: #000000;
}
#mainNav li a.first
{
	border-left: solid 0px #000;
	padding-left: 10px;
}

.active{background-color:#111111}
/*Style for sliding of banner in home page */
.HomeBanner
{
    min-height:100px;
    height:auto !important;
}
#container
{
    width: 960px;
    z-index: 0;
}
#example
{
    width: 960px;
    margin: 0 auto;
    height: 278px;
    position:relative;
    top:-15px;
    left:-4px;
}
/*	Slideshow  */
#slides
{
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 0;
}
/*	Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash*/
.slides_container
{
    width: 960px;
    overflow: hidden;
    position: relative;
    display: none;
}
/*	Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block  */
.slides_container div.slide
{
    width: 960px;
    height: 278px;
    display: block;
}
/*	Next/prev buttons */
#slides .next, #slides .prev
{
}
#slides .next
{
}
/*	Pagination  */
.pagination {
	
	position: relative;
	width: auto;
	float:right;
	z-index: 100;
	margin-top: -270px;
	padding-right: 10px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:18px;
	height:0;
	padding-top:14px;
	background-image:url(/images/bullet.png);
background-repeat:no-repeat;

	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li a:hover {
	background-position:0 49%;
	*background-position:0 100%;
}
.pagination li.current a {
	background-position:0 98%;
	*background-position:0 200%;
}

.findOutMore
{
    top: -105px;
    left: 25px;
    position: relative;
    z-index: 1;
}
.ArrowNext
{
    top: -160px;
    right: 25px;
    float:right;
    z-index: 1;
    position:relative;
}
