﻿
body
{
 
 text-align:center;
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffff;
 background-image:url('../Images/abstract-background-design.jpg');
 background-position: right bottom;
 background-repeat: no-repeat;
 background-attachment:fixed;
}
#MainMasterDiv
{
 width:980px; margin-top: 0px;    
}
#MainMasterHolder
{ width:960px;   padding: 20px 20px 20px  20px ; margin-top: 0px; background-color: White;  }
#MainMasterHeader
{ clear:both;}
.MasterHeaderLeft,.MasterHeaderRight
{ float:left; width:200px;  height:122px;  }
#LogoDiv
{ padding:20px 0 0 20px ;     text-align:left; font-size:12px; color:White;
 /*
 color:#012e47; */
}
.MasterHeaderLeft
{
 width:740px;
 height:40px;
 padding: 0 0 0 0 ;
}
#JqHolder
{
 width:960px;
 margin:5px 0 0 0 ;
 height:250px;    
}
#FooterHolder
{
 clear:both;
 margin:-2px 0 0 0 ;
}
.FooterMenu
{
 text-align:center;
 clear:both;  
 padding:15px 0 0 0 ;   
 background-color:#8bbd29;   
}
.FooterMenu1
{
 padding:0 15px 0 15px ;  
 float:left;
 font-size:12px;
 text-align:center;  
}
.FooterMenu1 a
{
 text-decoration:none;
 color:white;    
}
.FooterMenu1 a:hover
{
 text-decoration:underline;    
}
#FooterText
{
 padding:15px 20px 15px 0 ;
 text-align:right;
 font-size:12px; 
 background-color:#8bbd29;
}
#FooterText a
{ text-decoration:none; 
 color:white;
}
#FooterText a:hover
{ text-decoration:underline;}
/*-------------------------------------Menu-------------------------------------------*/
.MainMenu1,.MainMenu2
{
 width:6px;
 float:left;
 height:40px;
 background-image:url('../Images/Menu_Left.png');
 background-position:top;
 background-repeat:no-repeat;
}
.MainMenu2
{
 background-image:url('../Images/Menu_Right.png');
 }
#MainMenu 
{
	height:40px;
	background-color:Green;
	background: url('../Images/Menu_HoverBg.jpg');
	border:0;
	margin:0;
	float:left;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
}
#tab a 
{
	background:url('../Images/Menu_Bg1.jpg') no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:121px;
}
#tab a span 
{
	display:block;
	background:url('../Images/Menu_Bg1.jpg') no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262a41;
	font-weight:700;
	padding:15px 0 0 0;
	height:40px;
	text-align:center;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
