﻿body {
width: 100%;
margin-right: 0px;
margin-left: 0px;
margin-top:0px;
background-image: url(images/back-gradient.jpg);
background-repeat: repeat-x;
background-color: #efefef;
font-family:Tahoma;
font-size: 12px;
}
.curve!!!!{ 
-webkit-border-radius: 13px; /* Safari & Chrome */
-moz-border-radius: 13px; /* Firefox */
border-radius: 13px; /* IE9 & up */
/* behavior:url(radius.htc); */
-webkit-border-colors: #000000;
-webkit-border-shadow: #000000;
-moz-box-shadow: 0 4px 4px #949494;
-webkit-box-shadow: 0 4px 4px #949494;
box-shadow: 0 4px 4px #949494;

}
a {
color:#000000;
text-decoration:none;
font-family:"Tahoma",Calibri, Times New Roman;
font-weight:bold;
font-size:11px;
text-shadow: 1px 1px 1px #FFF;
}
a:hover {
color:#ffffff;
text-shadow: 1px 1px 1px #000;
}
img {
border:0;
}
textarea:focus, input:focus{
outline:none
}
.balloon{ 
-webkit-border-radius: 13px; /* Safari & Chrome */
-moz-border-radius: 13px; /* Firefox */
border-radius: 13px; /* IE9 & up */
position: fixed;
left: 420px;
top: 120px;
width: 460px;
height: 325px;   /* value was changed on 4/17/2019 - first value was: 410px */
background-color:#b6b6b6;
direction:ltr;
display:none;
padding:10px 10px 10px 10px;
text-align:justify;
font-size:11px;
color:#ffffff;
line-height:160%;
z-index: 99999; 
}
.balloonMAP{ 
-webkit-border-radius: 13px; /* Safari & Chrome */
-moz-border-radius: 13px; /* Firefox */
border-radius: 13px; /* IE9 & up */
position: fixed;
left: 420px;
top: 120px;
width: 430px;
height: 400px;
background-color:#b6b6b6;
direction:rtl;
display:none;
padding:10px 10px 10px 10px;
text-align:justify;
font-size:11px;
color:#ffffff;
line-height:160%;
z-index: 99999; 
}


/* Main menu */
#menu
{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
}

#menu li
{
        float: none;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a
{
        float: none;
        height: 25px;
        padding-left:15px;
        text-transform: uppercase;
        font: bold 11px "B Nazanin", Tahoma, Arial;
        text-decoration: none;
        text-shadow: #ddd 0px 1px 0px;
}

#menu li:hover > a
{
        color: #ffffff;
        text-shadow: 1px 1px 1px #000;
}
*html #menu li a:hover /* IE6 */
{
        color: #ffffff;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 99999;    
    background: #797979;
    background: -moz-linear-gradient(#797979, #4f4f4f);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4f4f4f),color-stop(1, #797979));
    background: -webkit-linear-gradient(#797979, #4f4f4f);    
    background: -o-linear-gradient(#797979, #4f4f4f);	
    background: -ms-linear-gradient(#797979, #4f4f4f);	
    background: linear-gradient(#797979, #4f4f4f);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 9px;
    border-radius: 9px;
    text-align:center;
}
 /* second submenu of project tab */ 
#menu ul ul
{
  top: 0;
  left: 223px; /* first value: 198px */
}
 
#menu ul li
{
	height: 30px;
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
 
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
/* first submenu of project tab */  
#menu ul a
{
    color: #ffffff;
    text-shadow: 0px 0px 0px #000;
    padding: 9px;
	height: 10px;
	width: 205px; /* first value: 180px */
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
 
*html #menu ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
 
#menu ul a:hover
{
    background: #7c0000;
	background: -moz-linear-gradient(#b20000,  #7c0000);	
	background: -webkit-gradient(linear, left top, left bottom, from(#b20000), to(#7c0000));
	background: -webkit-linear-gradient(#b20000,  #7c0000);
	background: -o-linear-gradient(#b20000,  #7c0000);
	background: -ms-linear-gradient(#b20000,  #7c0000);
	background: linear-gradient(#b20000,  #7c0000);
}
 
#menu ul li:first-child > a
{
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
}
 /* small red arrow on first submenu of project tab */ 
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -10px;
    width: 1px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #b20000;
}
/* small red arrow on second submenu of project tab */
#menu ul ul li:first-child a:after
{
    right: 188px;
    top: 12px;
    width: 26px; /* first value: 1px */
    height: 0px;
    border-right: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 8px solid #b20000;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #b20000; 
}
 
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #b20000; 
    border-bottom-color: transparent; 	
}
 
 
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
}
 
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */ 

.style1 {
background-image:url('images/nav-bg.png'); background-repeat:no-repeat; background-position:center;	
}
.style4 {
background-image:url('images/search-leftcap-trans.png'); background-repeat:no-repeat; height: 30px; width:24px;
}
.style3 {
background-image:url('images/search-bar-trans.png'); background-repeat:no-repeat; height: 30px;	
}
.style2 {
background-image:url('images/search-rightcap-trans.png'); background-repeat:no-repeat; height: 30px; width:16px;	
}
.style5 {
font-family:Tahoma; font-size:11px; background-color:transparent; border: 0px solid; height:15px; width:170px; color:#959595; vertical-align: middle;
 direction:ltr;
}




