@charset "utf-8";
/* CSS Document */
body{margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;}
.topbgline{background-image: url(images/topline.jpg);
			background-repeat: repeat-x;
			height: 14px;}
		.headerbg{background-image: url(images/bgheader.jpg);
					background-repeat: repeat-x;
					height: 121px;}
		.topbgline2{background-image: url(images/topline2.jpg);
					background-repeat: repeat-x;
					height: 8px;}
		.midbg{background-image:  url(images/midbg.jpg);
				background-repeat: repeat-x;
				height: 237px;
		}
		.footerspa{background-image:url(images/footerspacer.gif);
					background-repeat: repeat-x;
					height: 1px;}
		.footerbg{background-image:url(images/footerbg.jpg);
					background-repeat: repeat-x;
					height: 85px;}
		.h1{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:23px;
		font-weight: 800;
		color: #4A6CD2;}
		.h2{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight: 800;
		color: #4A6CD2;}
		.higlight{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color: #4A6CD2;}
.text{font-family: 
		"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #777;
		line-height: 18px;}
		.footercopyright{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #6B85DD;}
		.readmore{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: underline;
		color: #6B85DD;}
	.toplink{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A6CD3;}
	.toplink:hover{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color: #666;}
	.services{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding-left: 5px;
	color: #FFF;}
	
	/* Menu 3 starts here */
#menu3 {
width: 218px;
float:left;
}
#menu3 ul
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: hebrew;
list-style-position:inside;
margin:0;
padding:0;
}

#menu3 li

{
display: inline;
/* for IE5 and IE6 */
}
#menu3 a

{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 207px;
background-color: #005EAB;
border-bottom: 2px solid #F4F4F4;
}

#menu3 a:link, #menu3 a:visited
{
border-left: 5px solid #FFDB02;
color: #FFF;
text-decoration: none;
}
#menu3 a:hover
{
border-left: 5px solid #F4F4F4;
color: #FFDB02;
}
#menu3 li a#current
{
border-left: 5px solid #FFDB02;
background: #005EAB;
color: #F4F4F4;
}
/* Menu 3 ends here */
/* Menu 2 starts here */
#menu2 {
width: 200px;
float:left;
}
#menu2 ul
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu2 li
{
display: inline;
/* for IE5 and IE6 */
}
#menu2 a
{
color: #0258A9;
text-decoration: none;
font-size: 13px;
display: block;
padding: 3px;
width: 213px;
background-color: #A0B3E9;
border-bottom: 1px solid #fff;
}
#menu2 a:link, #menu a:visited
{
color: #0258A9;
text-decoration: none;
}
#menu2 a:hover
{
background-color: #0258A9;
color: #fff;
}
#menu2 li a#current
{
border-bottom: 1px solid #FFF;
background: #FFEC83 ;
color: #fff;
}



/* Menu 2 ends here */

/* Menu 4 starts here */
#menu4 {
width: 200px;
float:left;
}
#menu4 ul
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu4 li
{
display: inline;
/* for IE5 and IE6 */

}
#menu4 a

{
color: #0258A9;
text-decoration: none;
font-size: 13px;
display: block;
padding: 3px;
width: 209px;
background-color: #FFEC83;
border-bottom: 1px solid #fff;
}
#menu4 a:link, #menu a:visited
{
color: #0258A9;
text-decoration: none;
}
#menu4 a:hover
{
background-color: #0258A9;
color: #fff;
}
#menu4 li a#current
{
border-bottom: 1px solid #FFF;
background: #FFEC83 ;
color: #fff;
}

/* Menu 4 ends here */
/****start menu accodion****/
.accordion {
margin: 0px auto;
padding: 0px;
list-style: none;
width: 244px;
font-family: "Trebuchet MS", Arial;
font-size: 13px;
background-color: #A0B3E9;

}
.accordion li {
overflow: hidden;
}
.accordion li a {
display: list-item;
border-bottom: 1px solid #fff;
background-color: #A0B3E9;
text-decoration: none;
color: #3A58A3;
text-align:left;
padding: 4px;
outline: none 0px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
 .accordion li a:hover {
 color: #FFFFFF;
background-color: #4A6CD4;
}
.accordion > li:first-child >a:first-child {
border-top: 0px solid #FFF;
}
.accordion ul {
margin: 0px;
padding: 0px;
list-style: none;
height: 0px;
overflow: hidden;
transition: 1s;
-moz-transition: 1s;
-webkit-transition: 1s;
}
.accordion li:hover ul,
.accordion:not(:hover) li:first-child ul {
height: 90px;
overflow-x: hidden;
overflow-y: auto;
}
.accordion ul li a {
color: #0358A3;
border: 1px solid #fff;
border-top: 0px none;
background-color:#FFEC83;
white-space: nowrap;
overflow: hidden;
}
.accordion ul li a:hover{
color: #FFFFFF;
background-color: #035FAA;
}
/****end menu accordion*****/