/*Bof Client Specific CSS Background Colors*/
body,#navbar-tabs,#navbar-modal {
            background-color: #00529b;
            background-image: url('../images/suny_bg.png');
            background-repeat: repeat-x;
            background-attachment: scroll;
}
#nav-bar li.navigation {
 border-right: 1px solid #fff;
}

#nav-bar li{
	color: #fff;
	font: bold 18px Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px #424242;
	text-align:center;
	background: #fff;
	background: -o-linear-gradient(to bottom, #00529b 50%,#00529b  100%);
	background: -ms-linear-gradient(to bottom, #00529b 50%,#00529b  100%);
	background: -moz-linear-gradient(to bottom, #00529b 50%,#00529b  100%);
	background: -webkit-gradient(to bottom, #00529b 50%,#00529b 100%);
	background: -webkit-linear-gradient(top, #00529b 0%, #00529b 50%,#00529b 100%);
	background: linear-gradient(to bottom, #00529b 50%,#00529b  100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#00529b",endColorstr="#00529b",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#00529b",endColorstr="#00529b ",GradientType=0);
}
#nav-bar li a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px #424242;
}
#nav-bar .hover a{
	color: #fff;
	font-weight:bold;
	font-size: 18px;
	font-family:Helvetica, Arial, sans-serif;
    	text-shadow: 0 -1px #424242;
}
#nav-bar .hover{
    background: #000098;
    background: -o-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -ms-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -moz-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -webkit-gradient(to bottom, #000098 50%,#000098 100%);
    background: -webkit-linear-gradient(top, #000098 0%, #000098 50%,#000098 100%);
    background: linear-gradient(to bottom, #000098 50%,#000098 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000098",endColorstr="#000098",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000098",endColorstr="#000098",GradientType=0);
}
#nav-bar .nav-active{ /* Button active gradient color rules */
/* Button active text color rules */

    background: #000098;
    background: -o-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -ms-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -moz-linear-gradient(to bottom, #000098 50%,#000098 100%);
    background: -webkit-gradient(to bottom, #000098 50%,#000098 100%);
    background: -webkit-linear-gradient(top, #000098 0%, #000098 50%,#000098 100%);
    background: linear-gradient(to bottom, #000098 50%,#000098 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000098",endColorstr="#000098",GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#000098",endColorstr="#000098",GradientType=0);
}
#nav-bar .nav-active a {
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
text-shadow: 0 1px #424242;
}

}
#nav-bar .navigation .nav-first-child{
	border-right: 1px solid #fff;
}

.learn-link-block{
background-color:#00529b;
background-image: linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -o-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -moz-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -ms-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00529b), to(#00529b )); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529b', endColorstr='#00529b ',);
}
.review-link-block{
background-color:#00529b;
background-image: linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -o-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -moz-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -ms-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00529b), to(#00529b )); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529b', endColorstr='#00529b ',);
}
.enroll-link-block{
background-color:#00529b;
background-image: linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -o-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -moz-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -ms-linear-gradient(to bottom, #00529b 50%, #00529b  100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00529b), to(#00529b )); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529b', endColorstr='#00529b ',);
}
.tile-hover:focus{
background:#000098 !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;
}

.tile-hover:hover{
background:#000098 !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: none !important;
 visibility: hidden !important;
 height: 30px !important;
}

.news-title {
display:none;
}

.review-link-block {
    width: 485px !important;
}

.learn-link-block {
    width: 485px !important;
}

.news-banner {
    font-size: 85%

}

}
.contact-us-row-content-container img+h3+p {
    width: 750px;
    display: block;
}

