@charset "utf-8";
/* CSS Document */

#menuh-container
	{	
	top: 10em;
	left: 0em;

	width:850px;
		}

#menuh
	{
	font-size: small;
font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
	width:100%;
	float:left;
	margin:1em;
	margin-top: 1em;
	
	}
		
#menuh a
	{
	
	display:block;
	border:1px solid #eee;
	white-space:nowrap;
	margin:0 0 0 0;
	padding: 0.3em;
	

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #1974cf;		/* royal blue */
	text-decoration:none;

	

	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #668CFF;	/* cornflowerblue */
	text-decoration:none;
	}	
	
	
	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(images/navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	width:auto;
	text-align:center;
	

	
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(images/nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	text-align:left;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;	
	text-align:left;	/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	text-align:left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	text-align:left;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	text-align:left;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

#maincontainer
{
    width:700px;
    height:1900px;
    margin:0px auto 0px auto;
}
.casestudycss
{
font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
    font-size:14px;
    font-weight:bold;
    color:Black;
    text-align:left;
    
    
}
.testihead
{
font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#00A6CC;
    text-align:left;
 
    
}

.departmnt
{
    list-style-type:circle;
    list-style-position:inside;
    padding-left:10px;
font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
    font-size:13px;  
}
.casestudylist
{
    line-height:30px;
    list-style-type:disc;
    
}
/* End CSS Drop Down Menu */





            body
            {
                /*background: #F5FAFB url(bg.png) repeat-x top left;*/
                /*font-family: arial;*/
                font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
                margin:0px 0px 0px 0px;
            }
            .header{
                position:absolute;
                top:0px;
                left:0px;
                width:100%;
                height:77px;
            }
            .header h1{
                color:#777;
                font-size: 38px;
                margin:0px 0px 0px 0px;
                font-weight:100;
                line-height:80px;
                padding:0px;
            }
            .footer{
                width:100%;
                margin:10px 0px 5px 0px;
            }
            a img{
                border:none;
                outline:none;
            }
            .ad{
                position:absolute;
                right:10px;
                top:5px;
                width:470px;
                height:70px;
            }
            .content{
                    /* margin-top:10px;*/
                    margin-top:0px;
                    margin-bottom:0px;
                    padding:0px;
                    bottom:0px;
        }
            .about{
                width:100%;
                height:200px;
                background-color:#AFD9E4;
                border-top:2px solid #fff;
                border-bottom:2px solid #fff;
                clear:both;
            }
            .about .text{
                width:45%;
                margin:5px 2% 10px 2%;
                height:180px;
                float:left;
                color:#444;
                font-size: 12px;
                text-align:justify;
                letter-spacing:0px;
            }
            .about .text h1{
                border-bottom: 1px dashed #fff;
                color:#fff;
            }
            .demo
            {
                
                float:left;
                vertical-align:top;

               
            }
                    
           #gallery
           {
            font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
            font-weight: bold;
            text-decoration: none;
            color: #0F4002;
    
          
}
#gallery a:hover {
text-decoration: none;
color: #ff0000;
}

#footermenu
{
    
    font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;

padding: 0;
margin: 0;
padding-right:10px;
padding-left:10px;
color:#1974CF;
font-weight:bold;
}
#footermenu h1
{
font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;

font: 30px;
padding: 10px;
margin: 0;
padding-right:10px;
padding-left:10px;
color:#1974CF;
}
#footermenu a:link, #footermenu a:visited
{
    font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;

border: none;
padding-right:20px;
padding-left:20px;
color:#1974CF;

}
#footermenu a:hover, #footermenu a:active
{
    font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;

color: #CC0000;
padding-right:20px;
padding-left:20px;
color:#1974CF;

} 
.copyrightcss
{
    font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
     font-size:11px;
     color:Black;
     padding-left:10px;
}
.ic_text
{
   font-family:"Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
     font-size:12px;
     color:White;
     
}