	/*Bof Client Specific CSS Background Colors*/

/*Controls entire body of page, used top set background color and gradiant. Use background-image attribut top set color.*/
body,#navbar-tabs,#navbar-modal {
            background-color: #003399;
            background-image: url('../images/fermilab_bg.jpg');
            background-repeat: repeat-x;
            background-attachment: scroll;
}

#nav-bar li.navigation {
 border-right: 1px solid #FFFFFF;
}

/*Controls right border of 'Home' button on nav bar*/
#nav-bar .navigation .nav-first-child{
	border-right: 1px solid #FFFFFF;
}

/*Sets Site nav text color, font, shadow and alignment within buttons*/
#nav-bar li{
	color: #fff;
	font: bold 18px Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px #424242;
	text-align:center;
	background: #003399;
	background: -o-linear-gradient(top bottom, #003399 50%,#012a7d 100%);
	background: -ms-linear-gradient(top bottom, #003399 50%,#012a7d 100%);
	background: -moz-linear-gradient(top bottom, #003399 50%,#012a7d 100%);
	background: -webkit-gradient(top bottom, #003399 50%,#012a7d 100%);
	background: -webkit-linear-gradient(top, #003399 10%, #003399 50%,#012a7d 100%);
	background: linear-gradient(top bottom, #003399 50%,#012a7d 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#003399",endColorstr="#012a7d",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#003399",endColorstr="#012a7d",GradientType=0);
}


/*Changes color of site nav button when hovering*/
#nav-bar .hover{
    background: #1951c0;
    background: -o-linear-gradient(top bottom, #1951c0 50%,#1951c0 100%);
    background: -ms-linear-gradient(top bottom, #1951c0 50%,#1951c0 100%);
    background: -moz-linear-gradient(top bottom, #1951c0 50%,#1951c0 100%);
    background: -webkit-gradient(top bottom, #1951c0 50%,#1951c0 100%);
    background: -webkit-linear-gradient(top, #1951c0 0%, #1951c0 50%,#1951c0 100%);
    background: linear-gradient(top bottom, #1951c0 50%,#1951c0 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#1951c0",endColorstr="#1951c0",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#1951c0",endColorstr="#1951c02",GradientType=0);
}

/* Nav bar button active gradient color rules */
/* Nav bar button active text color rules */
#nav-bar .nav-active{ 

    background: #01246a;
    background: -o-linear-gradient(top bottom, #01246a 50%,#01246a 100%);
    background: -ms-linear-gradient(top bottom, #01246a 50%,#01246a 100%);
    background: -moz-linear-gradient(top bottom, #01246a 50%,#01246a 100%);
    background: -webkit-gradient(top bottom, #01246a 50%,#01246a 100%);
    background: -webkit-linear-gradient(top, #01246a 0%, #01246a 50%,#01246a 100%);
    background: linear-gradient(top bottom, #01246a 50%,#01246a 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#01246a",endColorstr="#01246a",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#01246a",endColorstr="#01246a",GradientType=0);
}

/*Controls color and gradiant of learn Nav Tile*/
.learn-link-block{
background-color:#003399;
background-image: linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -o-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -moz-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -ms-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#003399), top (#003399)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#003399',);
}

/*Controls color and gradiant of review Nav Tile*/
.review-link-block{
background-color:#003399;
background-image: linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -o-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -moz-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -ms-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#003399), top (#003399)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#003399',);
}

/*Controls color and gradiant of enroll Nav Tile*/
.enroll-link-block{
background-color:#003399;
background-image: linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -o-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -moz-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -ms-linear-gradient(top bottom, #003399 50%, #003399 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#003399), top (#003399)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#003399',);
}


.tile-hover:focus{
background:#1951c0 !important;
cursor:pointer;
transform-style: flat;
box-shadow:0 0 1em #000; 
z-index:1000;
-webkit-transition:all 0.2s ease-in-out !important;
-moz-transition:all 0.2s ease-in-out !important;
-o-transition:all 0.2s ease-in-out !important;
-ms-transition:all 0.2s ease-in-out !important;
transition:all 0.2s ease-in-out !important;
-moz-box-shadow:0 0 1em #000;
-webkit-box-shadow:0 0 1em #000;
}

/*Sets the highling effect and background color when user hovers/focuses over a nav tile*/
.tile-hover:hover{
background:#1951c0 !important;
cursor:pointer;
transform-style:flat;
box-shadow: 0 0 1em #000; 
z-index: 1000;
-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition:all 0.2s ease-in-out !important;
-o-transition:all 0.2s ease-in-out !important;
-ms-transition:all 0.2s ease-in-out !important;
transition:all 0.2s ease-in-out !important;
-moz-box-shadow:0 0 1em #000;
-webkit-box-shadow: 0 0 1em #000;

}

.light-box .light-box-head {
	background-color: #fff;
	border-bottom:5px solid #003399 !important;
}

#Link_1411400550706, #Link_1412870581977, #Link_1416330700430 {
    padding-left: 0px !important;
}

.italic{
font-style:italic !important;
}
