/*//////////////////////////////////////////////////// CSS DOCUMENT ////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////// BEGIN HEADER ////////////////////////////////////////////////////*/
#shell
{	
	margin: 10px auto;
	/*background:-webkit-linear-gradient(#ccc, #818181);*/
	overflow:auto;
}

html
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	o-background-size: cover;
	background-size: cover;
}

#widgetmain
{
	
}


/*///// Begin Navigation Effect /////*/

*,
*:after,
*::before 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a 
{
	position: relative;
	display: block;
	margin: 10px 10px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
	
}


#left-nav nav a
{
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}

nav a:hover,
nav a:focus 
{
	outline: none;
}

/*///// End Navigation Effect /////*/

/*///// Begin Top Navigation Effect /////*/

/*////////////// Float Shadow ///////////////////*/

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/*///// End Top Navigation Effect /////*/


/* Option 2 */

.left-nav a
{
	margin: 20px 0px 10px 0px;
	text-shadow: 3px 3px 3px #808080;
	/*
	color: #4682B4;
	*/
	color: black;
	font-family: Lucida Bright,Georgia,serif; 
}

.left-nav a::before,
.left-nav a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.left-nav a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.left-nav a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.left-nav a:hover::before,
.left-nav a:hover::after,
.left-nav a:focus::before,
.left-nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.color-1 {
	background: #004b87;
}

/* End Option 2 */

/*///// End Left Navigation Effect /////*/
#header-1
{
	border-radius: 10px;
	text-align: center;
	height: 150px;
	padding:-15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position: relative;	
}


#banners	
{
	
}

#left-banner	
{
	float:left;
}

#right-banner	
{
	margin-top: -20px;
	display:inline;	
} 

#top-nav
{
	height: 60px;
	width: 100%;	
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	padding:10px 0px 10px 0px;
	margin-top: 1%;
	margin-left: 0%;
	margin-right: 0%;	
	position: absolute;
	top: 25%;
	z-index: 1;
	font-size: 23.5px;
	/*
	background: url(media/Images/topnav.png);
	box-shadow: -2px 2px 2px #666;
	*/
}

.top-nav a
{
	color: #fff;
	Padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-shadow: 3px 3px 3px #000;
	-webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: black;
}

.top-nav
{
	display: inline;
	color: #000;
}

#hvr-float-shadow
{
	display: inline;
}


#top-left
{
	width: 45%;	
	margin-right: 5%;
	float: left;
}


#top-right
{
	width: 45%;
	margin-left: 5%;
	float: right;
}

#top-nav-middle
{
	margin-top: .5%;
	z-index: 2;
	position: relative;
	
}





#left-nav
{
	height: relative;
	width: 250px;
	/*
	background-color: #004b87;
	background:#004b87;
	border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: -2px 2px 2px #666;	
	*/
	text-align: left;	
	padding:10px 0px 10px 0px;
	margin:10px 10px 10px 10px;
	float: left;
	/*
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	*/
}

#left-nav-rad
{
	height: 500px;
	width: 240px;
	/*
	background-color: #004b87;
	background:#004b87;
	border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: -2px 2px 2px #666;	
	*/
	text-align: left;	
	padding:10px 0px 10px 0px;
	margin:10px 10px 10px 10px;
	float: left;
	/*
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	*/
}

.left-nav
{
	display: block;
}


#header-2
{
	color: #fff;
	/*
	background: #004b87;
	background: url(media/Images/topnav.png);
	box-shadow: -2px 2px 2px #666;
	*/
	border-radius: 10px;
	text-align: center;
	width: 200px;
	height: 400px;
	float: right;
	padding:0px 0px 0px 0px;
	margin:10px 10px 40px 10px;
}
/*
#top-header-2 h1
{
	color:#fff;
	font-size:20px;
	text-align:left;
	text-shadow: -2px 2px #333;	
	margin:5px 10px 5px 10px;
	/*
	border-bottom:solid;
	border-color:#333;
	border-width:1px;
	*/
	/*
	padding:10px 0px 10px 0px;
}
*/
#search-container 
{
	width: 200px;
	background: url(media/Images/Footer.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
	border-radius:10px 10px 10px 10px;
	overflow: hidden;
	float: top;
	float: right;
	height: 45px;
	margin: 0px 0px 0px 0px;
	float: right;  
    z-index: 3;
    position: absolute;
    right: 5px;
    top: 5px;
	
}


#search	
{ 
	float:left;
	width:250px;
	margin:0px 10px 0px 10px;
	z-index:2;
}

#inner-right 
{	
  /*
  background-color: #004b87;
  */
  width:190px;
  margin: 10px 10px 10px 10px;
  float: right;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  float: left;
  height: 600x;
} 

#agenda
{
	width: 400px;
}


#logovid
{
	width: 191px;
	height: 191px;
}

.logovid
{
	border-style: solid;
}

/*/////////CSS Popup //////////*/

#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background: url(media/Images/background7.png) no-repeat center center fixed;
	width:400px;
	height:400px;
	border:5px solid #000;
	z-index: 9002;
}

#popUpDiv a {position:relative; top:20px; left:20px}

/*//////////////////////////////////////////////////// END HEADER ////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////// BEGIN BODY ////////////////////////////////////////////////////*/


#middle
{
	color: black;
	padding:10px 0px 10px 0px;
	border-radius: 10px;
	text-align: left;
	float: center;	
	margin: 30px 215px 10px 240px;
	
	background: rgba(255, 255, 255, .8);
	/*
	background: url(media/Images/background4.jpg) no-repeat center center fixed;
	opacity: .9;
	*/
}


#middle-5k
{
	background: rgba(255, 255, 255, .8);
	color: black;
	padding:10px 0px 10px 0px;
	margin: 50px 200px 200px 200px;
	border-radius: 10px;
}



#Notification
{
	color: red;
	padding:10px 10px 10px 10px;
	border-radius: 10px;
	text-align: center;
	float: center;	
	margin: 30px 30px 10px 30px;

	background: rgba(255, 255, 255, .8);
	/*
	background: url(media/Images/background4.jpg) no-repeat center center fixed;
	opacity: .9;
	*/
}

#video
{
	
}

#iframe2 iframe
{
    position: relative;
	left:0%;
    width: 90%;
    height: 450px;
}

#iframemenu iframe
{
    position: relative;
	left: 0%;
    width: 90%;
    height: 750px;
}

#LI  li 
 {
    list-style-type: none;
	display: inline-block;
    margin: 0;
    padding: 5px;
		
}

#LI a
{	
	text-decoration: none;

}

body
{
	/*
	background: url(media/Images/background7.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
	*/
	/*background: url(media/Images/background2.png) repeat-x center center fixed;*/
}

middle:empty 
{
    display: none;
}

.header
{
	background: url(media/Images/background10.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-aded
{
	background: url(media/Images/backgroundad2.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-staff
{
	background: url(media/Images/background10.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-hs
{
	background: url(media/Images/background10.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-cal
{
	background: url(media/Images/background10.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-stem
{
	background: url(/newcollins3/media/Images/stem/hightechstem3.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

.header-stem2
{
	background: url(/newcollins3/media/Images/stem/hightechstem3.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
}

#middle-2
{
	color: black;
	padding:10px 0px 10px 0px;
	border-radius: 10px;
	text-align: left;
	float: center;	
	margin: 0px 260px 10px 270px;
	
}

#welcome
{
	float:top;
}

/*//////////////////////////////////////////////////// END BODY ////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////// BEGIN FOOTER ////////////////////////////////////////////////////*/

#footer
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 120px;
	position: relative;
	width: 100%;
	bottom: 0;
	/*
	border-top:solid;
	border-color:#333;
	border-width:1px;
	*/
	text-align: center;
	/*
	background: rgba(255, 255, 255, 0.5);
	*/
	/*
	background: url(media/Images/Footer3.png) no-repeat center center fixed;
	background-size: 100%;
	margin: 0px;
	*/
}

#address ul li
{
	color: black;
}

/* Effect 3: bottom line slides/fades in */
.bot-nav a {
	font-size: 12px;
	font-weight: bold;
	display:inline;
	padding: 8px 0px 8px 0px;
	margin: 6px 6px 6px 6px;
	text-transform: none;
	color: #000;
	text-transform: uppercase;
}

.bot-nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0, 0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.bot-nav a:hover::after,
.bot-nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#address
{
	font-size: 11px;
	font-family: arial;
	
}

#social
{
	height: 60px;
	width: 250px;
	float: ;
	z-index: -1;
}

#social ul li
{
	display: inline;
	list-style: none;
}










/*//////////////////////////////////////////////////// END FOOTER ////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////// CLASSES ////////////////////////////////////////////////////*/



.left-banner	
{
	margin:10px -0px 10px 10px;
} 

.right-banner	
{
	margin:10px 0px 10px 10px;
}

.footer
{
	clear: both;
}





/*//////////////////////////////////////////////////// Begin Navigation ////////////////////////////////////////////////////*/		

/*//////////////////////////////////////////////////// End Navigation ////////////////////////////////////////////////////*/		