/* CSS Document */
/*
a:link{ text-decoration: none;
	color: black;
}
	
a:visited{ text-decoration: none;
	color: purple;
}

a:hover{ text-decoration: underline;
	color: #ffcc00;  /* yellow */   /* was color: red; */
}
*/
	/** FIXED HEADER AND FOOTER */

    /* Add some padding on document's body to prevent the content
    to go underneath the header and footer */
    body{        
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .container{
        width: 80%; /* was 80% */
        margin: 0 auto; /* Center the DIV horizontally */
    }
    .fixed-header, .fixed-footer{
        width: 100%;
        position: fixed;        
        background: #fff; /*background: #333; */
        padding: 10px 0;
        color: #336600;   /*color: #fff;   339966*/ 
		
    }
    .fixed-header{  
        top: 0;
    }
    .fixed-footer{
        bottom: 0;
    }    
    /* Some more styles to beutify this example */
    nav a{
        color: #336600;   /* color: #fff; */
        text-decoration: none;
        padding: 7px 25px;
        display: inline-block;
    }
    .container p{
        line-height: 10px; /*  WAS 200 --- Create scrollbar to test positioning */
		
    }


    .client_container {
        width: 40%; /* was 80% */
        margin: 0 auto; /* Center the DIV horizontally */
		text-align: left;
		background: none repeat scroll 0 0 #4d94ff   /*b3d1ff  #e6ffe6; blue --> #4d94ff*/

		/*  background-color: yellow; */
		
    }
	
   .mission_container {
        width: 100%; /* was 80% */
        margin: 0 auto; /* Center the DIV horizontally */
		text-align: center;
		background: none repeat scroll 0 0 #4d94ff   /*b3d1ff  #e6ffe6; */

		/* background-color: yellow;*/
		
    }
	
	/* DIVS SIDE BY SIDE CSS */
a:active {color: #ffffff; text-decoration: none;}
#homecontent {
    background: url("images/IDS_95X95_Back_Logo.jpg") repeat-x scroll 0 0 #FAFAFA;
	/* background-color: green; */
	/* opacity: 0.6; */
    position: relative;
	
}
#homecontent-mid {
    /* background: url("images/bg-stage.png") repeat-y scroll right top #FFFFFF; */
    border: 1px solid #BDBCBD;    /* Was #BDBCBD; #ffcc00*/
    min-height: 100%;
    outline: medium none;
    top: -40px; 
    display:table;
}
#homebanner {
    /* background: url("images/IDS_95X95_Back_Logo.jpg") repeat-x scroll 0 0 transparent; */
    padding-right: 20px;
    position: relative;

 
}
.rounded {
    border-radius: 10px 10px 10px 10px;
}
.sliderdiv {
    background: none repeat scroll 0 0 #e6ffe6; /* ccffcc lightgreen */ /*lightblue;  red */
    display:table-cell;
}
.sliderdiv_back {
	background: url("images/PCScreens.jpg") repeat-x scroll 0 0 transparent; 
    /* background: none repeat scroll 0 0 #e6ffe6; */ /* ccffcc lightgreen */ /*lightblue;  red */
    display:table-cell;
	opacity: 0.6; 
}
.main-search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium solid #ffffcc;   /* Violet -- #D51386; */
    clear: both;
    display:table-cell;
    overflow: hidden;
    padding: 20px 10px;
	
}
.main-search2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium solid #f9b9df;   /* Violet -- #D51386; */
    clear: both;
    display:table-cell;
    overflow: hidden;
    padding: 20px 10px;
	
}
ul { 
     /* display: inline-block; */
	 text-align: left;
	 }

