﻿body {
background: #283442;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {

    color: #92bbeb;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #ffffff;
text-decoration: underline;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #92bbeb;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 10px 0 0 30px;
}
.bg1
{
background: #202a35 url(images/index_24.jpg) bottom left no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #92bbeb;
text-decoration: underline;
}

.blye-text-regular {
color: #92bbeb;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #758e9e;
text-decoration: none;
}

.broun-text-underline {
color: #758e9e;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #283442;
text-decoration: underline;
}
.gray-text-regular{
color: #283442;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}
/* css for menu */



/* css for anchor tag in menu on hover  */
.artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  color: #ffb400;/*yellow colour on mouse hover*/
}
/* css for ul tage in menu */
.artmenu
{
  margin: 0;
  padding: 6px 6px 6px 6px;
  border: 0;
  font-family:Calibri;
  font-weight:bold;
  font-size:14pt;
}

/* for placing menu in horizontal position */
.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;/* for placing sub menu in vertical position */
  font-family:Calibri;
  font-weight:bold;
  font-size:20pt;

}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background:none;
  font-family:Calibri;
  font-weight:bold;
  font-size:20pt;
}

 /* css to open dropdown on mouse hover on each menu i.e li */

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;/*css for padding from top to show dropdown below main menu */
  
}
.artmenu li:hover>ul li:hover>ul 
{
  visibility: visible;
  LEFT: 80%;
  TOP:0%;
}


/* css for menu container */
.nav
{
  position: relative;
  margin: 0  auto;
  width: 1000px;
  height: 39px;
  font-family:Calibri;
  font-weight:bold;
  font-size:20pt;

}

/* css for main menu anchor tag */

.artmenu a
{
  height: 27px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  margin-right: 3px;
  margin-left: 3px;
  float:left;
}
/*
/* css for sub menu anchor tag */
.artmenu ul a
{
  display:block;
  height: 23px;
  width: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #5F7181;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  color: #F0F2F4;  
  font-family:Calibri;
  font-weight:bold;
  font-size:12pt;
  background-color: #1d262f;

}

/* css for sub menu on hover */
.artmenu ul li:hover>a
{
  color: #ffb400;
  border-color: #4C5A67; 
  font-family:Calibri;
  font-weight:bold;
  font-size:12pt;
}
/* css for text in li tag */
.liText
{
	
  margin: 0;

  border: 0;
  list-style-type: none;
  font-family:Calibri;
  font-size:11pt;
padding-left:10px;
padding-right:10px;
}

