a:link
{
	color: rgb(0,106,170);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,106,170);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,106,170);
	text-decoration: underline;
}
a:hover
{
	color: rgb(246,155,12);
	text-decoration: none;	
}



a.botnav:link
{
	color: rgb(230,239,244);
	text-decoration: underline; 
}
a.botnav:visited
{
	color: rgb(230,239,244);
	text-decoration: underline;
} 
a.botnav:active 
{
	color: rgb(230,239,244);
	text-decoration: underline;
}
a.botnav:hover
{
	color: rgb(230,239,244);
	text-decoration: none;	
}

a.enter:link
{
	color: rgb(0,106,170);
	text-decoration: none; 
	font-weight: bold;
}
a.enter:visited
{
	color: rgb(0,106,170);
	text-decoration: none;
	font-weight: bold;
} 
a.enter:active 
{
	color: rgb(0,106,170);
	text-decoration: none;
	font-weight: bold;
}
a.enter:hover
{
	color: rgb(200,0,0);
	text-decoration: none;	
	font-weight: bold;
}



body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background:#ffffff url('images/bg.gif') repeat-x top;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgenter {
	bckground:#c80000;
	height:25px;
	font-size:15px;
	font-weight: bold;
	color: rgb(255,255,255);
	padding:0px 0px 0px 5px;
	}

.bottom
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: normal;
	color: rgb(230,239,244)
}

.th
{
    background-color:rgb(1,118,188);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tc1
{
    background-color:rgb(231,246,255);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.tch
{
    background-color:rgb(152,216,254);
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(0,0,0)
}


.enthead
{
    background-color:rgb(41,129,158);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.waithead
{
    background-color:rgb(66,83,90);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.ent
{
    background-color:rgb(50,50,50);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: rgb(255,255,255);
}

.nllight
{
    background-color:rgb(239,239,239);
	font-family: Arial, Verdana;
	font-size: 9 pt;
	font-weight: normal;
	color: rgb(0,0,0);
}


.hd-home
{
	font-family: Arial;
	font-size  : 18px;
	font-weight: normal;
	color: rgb(248,248,248);
	margin:0px 0px 0px 45px;
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,80,150)
}

h1
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(40,127,157)
}

.mt
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,76,122)
}

.stw
{
	font-family: arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(41,145,242)
}


.tb
{
    border:1px solid #b0b0b0; background-color:#f6f6f6;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   line-height:150%;
   list-style-image:url('images/listbullet.gif');
}





/* ------- stepcrousel --------------------------------------------------------------------------- */


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 270px;
height: 231px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 7px;
mrgin-bottom: -3px; 
margin-right: 12px;
margin-left: 20px;/*margin around each panel*/
width: 167px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


#galleryc{
width: 905px;
height: 180px;
border: 1px solid darkred;
}

#galleryc .panel{
height: 300px;
font: bold 28px Arial;
text-align: center;
background-color: green;
color: white;
}

p.samplebuttons{
width: 300px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}



/*------------------------------------------------------------------------*/
/*-----------------------Top Style starts here-----------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:30px;
	height:30px;
	border:none;
	text-indent:-999px;
	background:url(images/top.png) no-repeat left top;
}

#toTopHover {
	background:url(images/top.png) no-repeat left -30px;
	width:30px;
	height:30px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*-----------------------Top Style ends here-----------------------*/
/*--------------------------------------------------------------------*/
