@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(../images/encore_new2_r1_c1.jpg);
	background-repeat: repeat-x;
	height: 81px;
}
font[size="1"]{
    font-size: 8px;
}
font[size="2"]{
    font-size: 10px;
}
font[size="3"]{
    font-size: 12px;
}
font[size="4"]{
    font-size: 14px;
}
font[size="5"]{
    font-size: 16px;
}
font[size="6"]{
    font-size: 18px;
}
.footer {
	background-color: #333;
	height: 50px;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9ED4E;
	border-right-color: #D9ED4E;
	border-bottom-color: #D9ED4E;
	border-left-color: #D9ED4E;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}

a {
	font-weight: bold;
	color: #98012E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.nav {
	background-color: #333;
	
}
#splash {
	padding: 0px;
	height: 340px;
	width: 970px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content {
	padding: 0px;
	float: left;
	width: 660px;
	margin-top: 10px;
}
#side {
	width: 295px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
}


/*nav*/
#mainnav {
	background: #333333;
	margin: 0px 40px 0;
	float: none;
	z-index: 9999;
	text-align:center;
}

#mainnav a, #subnav a {
	line-height: normal;
	outline: none;
}

#subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	background: none;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
}

#subnav li a {
	background: url(../images/arrow.gif) no-repeat right 10px;
	color: #fff;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 5px 6px 0;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #FFF;
	text-decoration: none;
}

#subnav li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #FFF;
	font-weight: bold;
}
#cssmenu {
	margin: 0; /* all lists */
	padding: 0;
	font-size: 12px;
}

#cssmenu ul {
	margin: 0; /* all lists */
	padding: 0;

}

#cssmenu li {
	float: left;
	display: block;
	padding: 0 1px 0 0;
	margin: 0;
	background: none;
}

#cssmenu li ul {
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 20em;
	text-align:left;
}

#cssmenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
	text-align:left;
}

#cssmenu li li {
	padding: 0 0 0 0;
	margin: 0;
	width: 15.9em;
}

#cssmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#cssmenu li:hover ul ul, #cssmenu li:hover ul ul ul,
#cssmenu li.sfhover ul ul, #cssmenu li.havechildsfhover ul ul, #cssmenu li.havechild-activesfhover ul ul, #cssmenu li.activesfhover ul ul,
#jcssmenu li.sfhover ul ul ul, #cssmenu li.havechildsfhover ul ul ul, #cssmenu li.havechild-activesfhover ul ul ul, #cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#cssmenu li:hover ul, #cssmenu li li:hover ul, #cssmenu li li li:hover ul,
#cssmenu li.sfhover ul, #cssmenu li.havechildsfhover ul, #cssmenu li.havechild-activesfhover ul, #cssmenu li.activesfhover ul,
#cssmenu li li.sfhover ul, #cssmenu li li.havesubchildsfhover ul, #cssmenu li li.havesubchild-activesfhover ul, #cssmenu li li.activesfhover ul,
#cssmenu li li li.sfhover ul, #cssmenu li li li.havesubchildsfhover ul, #cssmenu li li li.havesubchild-activesfhover ul, #cssmenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#cssmenu li a {
	background: url(../../images/arrow4.gif) no-repeat right 16px #333333;
	display: block;
	text-decoration: none;
	font-size: 92%;
	color: #FFF;
	padding: 8px 15px 8px 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#cssmenu li a.first-item {
	border-left: none;
}

#cssmenu li a.last-item {
	border-right: none;
}

#cssmenu li a:hover,
#cssmenu li a:active,
#cssmenu li a:focus {
	background: url(../../images/arrow4-hover.gif) no-repeat right 16px #D8EC4D;
	color: #000;
}

#cssmenu li:hover a,
#cssmenu li.sfhover a,
#cssmenu li.havechildsfhover a,
#cssmenu li.havechild.activesfhover a {
	background: url(../../images/arrow4-hover.gif) no-repeat right 16px #D8EC4D;
	color: #000;
}

#cssmenu li.active a {
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../../images/arrow4-hover.gif);
	background-repeat: no-repeat;
	background-position: right 16px;
}

#cssmenu li a.active:hover,
#cssmenu li a.active:active,
#cssmenu li a.active:focus {
	color: #2D2D2D;
	width: 18.3em;
}

#cssmenu li.havechild:hover a,
#cssmenu li.havechildsfhover a,
#cssmenu li.activesfhover a  {
	background: url(../../images/arrow4-hover.gif) no-repeat right 16px #D8EC4D;
}

/* 2nd level and above */
#cssmenu li ul {
	border: 1px solid #2D2D2D;
	background-image: url(../images/trans-bg.png);
}

#cssmenu li ul ul {
	border: 1px solid #2D2D2D;
}

#cssmenu li ul li {
	border-bottom: 1px solid #2D2D2D;
	border-right: none;
	background: none;
}

#cssmenu li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	background: none !important;
	text-transform: none;
	font-weight: normal;
	font-size: 100%;
	white-space: nowrap;
	color: #FFF !important;
	
}

#cssmenu li.havesubchild,
#cssmenu li.havesubchild-active {
	background: url(img/arrow-1.gif) no-repeat 95% 50%;
}

#cssmenu li ul a:hover,
#cssmenu li ul a:active,
#cssmenu li ul a:focus,
#cssmenu ul li:hover,
#cssmenu ul li.sfhover,
#cssmenu ul li.havesubchildsfhover,
#cssmenu ul li.havesubchild.activesfhover,
#cssmenu ul ul li:hover,
#cssmenu ul ul li.sfhover,
#cssmenu ul ul li.havesubchildsfhover,
#cssmenu ul ul li.havesubchild.activesfhover {
	background: #D8EC4D !important;
	color: #000 !important;
	width: 18.3em;
}

#cssmenu ul li a.active {
	background: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

#cssmenu ul li a.active:hover,
#cssmenu ul li a.active:active,
#cssmenu ul li a.active:focus {
	color: #000 !important;
	width: 18.3em;
}


#footernav {
	background: #333333;
}
#footernav ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	text-align: center;
}
#footernav ul li {
	display: inline;
	margin-left: 5px;
	padding: 10px;
}



#footernav  a {
	line-height: normal;
	outline: none;
	text-align: right;
	color: #fff;
}
/*
Slideshow
*/
#slider1 {
	width:968px; /* To be same as image width */
	height:340px; /* To be same as image height */
	position: relative;
	overflow: hidden;
	border:1px solid #eee;
	margin-left: 0;
	margin-top: 5px;
}

#slider1Content {
	width:966px; /* To be same as image width or wider */
	position: absolute;
	top: 0;
	list-style:none;
	margin:0;
	padding:0;
}
.slider1Image {
float: left;
position: relative;
display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width:967px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	bottom:0px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

#slider1 ul { list-style-type: none;	margin: 0;
	padding: 0;
	}

.newsheading {
	font-size: 10px;
	font-weight: normal;
	color: #98012E;
	text-decoration: none;
}
.wrap {
	margin-right: 10px;
	margin-left: 10px;
}
.news_content {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.box_home {
	height: 207px;
	width: 315px;
	background-repeat: no-repeat;
	background-position: left top;
}
.box_home h2 {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
}
.box_home_right {
	height: 207px;
	width: 315px;
	background-repeat: no-repeat;
	background-position: right top;
}
.box_home_right h2 {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin-left: 15px;
}
.box_home_right img {
	margin-left: 15px;
}

.img {
	border: 1px solid #EEE;
	margin: 0 auto;
}
.header table tr td h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 5px;
}
.header table tr td span {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#side ul {
	list-style-type: none;
	margin: 0px;
	padding: 4px;
}
#side ul li {
	padding: 3px;
	height: 25px;
	width: 100%;
	margin-bottom: 10px;
}
#side ul li a {
	color: #9C0029;
	font-weight: bold;
	text-decoration: none;
}
.content {
	background-color: #FFF;
	border: 1px solid #ccc;
}
.content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.content .text h2 span {
	margin-left: 12px;
}
.content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 10px;
}
.content .text h4 span {
	padding-left: 0px;
	padding-right: 50px;

}


.content h3 {
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	background-color: #313431;
	margin: 0px;
	padding: 5px;
	height: 20px;
	font-size: 12px;
}
.content h3 a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.content .text {
	padding: 10px;
}
.content .text2 {
	padding: 0px;
}
.content .text3 {
	padding: 5px;
}
.content li a {
	font-size: 10px;
}
.text1 {
	font-size: 10px;
}
.text2 {
	font-size: 12px;
	margin: 5px;
}
#news img {
	margin: 10px;
}
#news h2 {
	color: #98012E;
}
.newslist ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: square;
	color: #D9ED4E;
}
.newslist li {
	padding-bottom: 15px;
}
.content1 img {
	margin: 10px;
}

.content ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: square;
	color: #D9ED4E;
}
.content li span {

	color: #000;
}

#boxer {
	background-image: url(../images/motif.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h4 {
	margin-right: 50px;
}
#scrollbar_content{
	width: 635px;
	height: 540px;
	overflow: auto;
	float: left;
	padding-right:10px;
	margin: 0 auto;
}
#scrollbar_content1{
	width: 635px;
	height: 700px;
	overflow: auto;
	float: left;
	padding-right:10px;
	margin: 0 auto;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
