body {
	background-position:center center;
	padding:0;
	margin:0;
	overflow-x: hidden;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5b5d;
	text-align:justify;	
}

#wrapper {
	padding:0;
	margin:0 auto 0 auto;
}



.passwords {
    margin:0;
	padding:0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#c4c4c3;
}

.passwords a {
    margin:0;
	padding:0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#c4c4c3;
}

.passwords a:hover {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#990000;
}
/*------ MANN MENU ----*/

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    background-color:#b8d8f7;
	height:46px;
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}
#menu li {
    float: left;
    position: relative;
}

#menu a {
    width:100%;
    float: left;
    padding: 12px 25px;
    color: #384e64;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
    color: #e1effd;
}
#menu ul {
    margin: 10px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1000;    
    background:#e1effd;   
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
 }

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
    
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 50px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        /* Multiple backgrounds here, the first is base64 encoded */
        background:#FFFFFF;
        
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1000;
        display: none;
        box-shadow: none;       
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #menu a:hover{
        color: #fafafa;
    }   

    #menu ul a{
        padding: 0;
        width: auto;        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}   

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}	  	 

.sub_hed {
    padding:0;
	margin:0;
   font:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#FFFFFF;
   font-weight:bold;
}
   
 .asideleft {
    padding:0;
	margin:0;
	float:left;
	width:25%;
	height:512px;
    font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
	
.asideright {
    padding:0;
	margin:0;
	width:82%;	
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:solid 1px #bcdaf7;
}
	
.form_text_hed {
     margin:0;
	 padding:3px 0 0 25px;
	 font:Arial, Helvetica, sans-serif;
	 font-size:15px;
	 color:#fff;
	 font-weight:bold;
	 }
	 
.form_text{
     margin:0;
	 padding:8px 0 0 25px;
	 font:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#3b3b50;
	 font-weight:bold;
	 }
	 
.form_box{
     margin:0;
	 padding:5px 0 0 25px;
}

.tender_text_hed2 {
     font:Arial, Helvetica, sans-serif;
	 font-size:15px;
	 color:#FFFFFF;
	 font-weight:bold;
}
	 
.tender_text_hed3 {
     font:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#3b3b50;
	 font-weight:bold;
	 height:38px;
}	

.tender_text {
      margin:0px;
      padding:0px;
     font:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#5b5b5d;
	 float:left; 
	 border-right:solid 1px #bcdaf7;
	 height:38px;
}


	
	
   

     
		
	