/* Menu  - not using*/

#menu {
	float: left;
	width: 880px;
	height: 58px;
	background: url(images/img02.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 13px;
	background: url(images/img03.jpg) no-repeat right 50%;
	text-decoration: none;
	
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
/*---------------------------------------------------------------------------------*/
/*For Admin menus */
#menu4 
{
	float: left;
	width: 880px;
	height: 58px;

}

#menu4 ul {
	margin: 0;
	padding: 23px 0 0 50px;
	list-style: none;
	line-height: normal;
	
}

#menu4 ul li 
{
	text-align: center;
	position: relative;
	display: inline;
	float: left;

}

#menu4 ul li a 
{
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color :#1ea2dc;
}
/*1st sub level menu*/
#menu4 ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding: 0px 0 0 20px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu4 ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
#menu4 ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#menu4 ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
text-decoration: none;
padding: 1px 5px;
background:none;
text-align:left;
color:#68c9f4;
}
#menu4 a:hover { 
	color:#FF6600;
}

#menu4 .current_page_item a {
	color:  #c5bfb0;
}

/* style for contact us page */
.cont_head
{
	color: #1ea2dc;
	font-weight: bold;
	font-size: 14px;
	padding-top:10px;
}
.cont_content
{
	vertical-align:top;
}

/* contents style in all pages */
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body
{  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000038;
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}
/* class for text contents */
.page_content
{
	text-align:justify;
	vertical-align:middle;
	line-height:24px;
	height:250px;
	color: #ffffff;
}
/*for non text  */
.page_content2
{
	text-align:center;
	vertical-align:top;
	line-height:24px;
	height:250px;
	color: #ffffff;
}
/* fore color black */
.page_content3
{
	text-align:center;
	vertical-align:top;
	line-height:24px;
	height:250px;
	color: #000000;
}
.page_content4
{
	text-align:left;
	vertical-align:middle;
	line-height:24px;
	height:250px;
	color: #ffffff;
}