

/***************/
/* page styles */
/***************/
.row {
    padding: 20px 0;
	font-weight:400;
}
.section {
	
}

#med_blue {
    background: #35547d;
    padding: 5px 0;
}
#light_blue {
    background: #517fbe;
    border-top: 1px solid #5f94de;
    border-bottom: 1px solid #324f76;
    height: 154px;
    padding: 0;
}
#navigation {
    background: url(../images/nav-container-bg.jpg) 0 0 repeat-x #070B0E;
    height: 62px;
    padding: 10px 0 0 0;
}
#black {
    background: #000;
    height: auto;
    padding: 0;
}
#black > div.section {
    width:1600px;
}
#green {
    background: #8fa747;
    border-top: 1px solid #aecb56;
    padding: 15px 0;
}
#programs, #inner_programs {
    border-top:1px solid #c2c2c2;
    background:#e6e6e6;
}
#inner_programs {
	padding:0;
}
#schools {
    background: #fff;
    border-bottom: 1px solid #c2c2c2;
}
#dark_blue {
    background: #1f2937;
    height: 200px;
}
.addthis_toolbox {
	float:right;
	margin: 10px 0 0;
	width:150px;
}
/*****************/
/* header styles */
/*****************/
#alertText.row {
	color: #FFF;
	background: #9B4377;
}
#innerBox {
	text-align: center;
}
#innerBox p {
	margin:0;
}
#alert_title {
    font-size: 25px;
    font-weight: bold;
}

#header {
	background: url(../images/headerbg.png) right bottom no-repeat;
}
#social {
    float:left;
	margin:2px 0 0 0;
	padding: 0;
}
#search {
	background: #EEEEEE; /*url(../images/search-bg.png) 0 0 no-repeat*/
	border-radius: 20px;
	border: 1px solid #9C9C9C;
	float: right;
}
	#search_box {
		box-shadow:none;
		background: none;
		border: 0 none;
		color: #517fbe;
		display:inline;
		float:left;
		height: 22px; 
		margin: 0 3px 0 0;
		padding:0;
		width: 89%;
	}

	#search input[type="image"] {
		margin: 4px 5px 0 0;
		float:right;
	}
#logo {
	padding: 22px 0 0 0;
}
/***************/
/* main styles */
/***************/
#wrapper {
	float:right;
}

#video {
    margin-bottom: 10px;
}
#video img {
	min-width:100%;
	height:auto;
}
#slideshow {
	/*min-height:447px;*/
	float:left;
}
	.orbit-slides-container {
		height: 441px;
	}
	.orbit-slides-container img {
		height: auto;
		width: 100%;
	}
    p.slide_caption {
        color: #88a9c8;
		font-size:1em;
		padding: 0 0.25em;
    }
	a.slide_link {
		bottom: 3px;
		position: absolute;
		right: 0;
	}

#info {
	background:#222D31;
    color: #fff;
	/*min-height: 246px;*/
	padding:0.25em 5% 0.25em 0.25em;
}
	#info:after {
		clear: both;
		display: block;
		content: "";
	}
    #info h3 {
		color: #88a9c8;
        margin: 0;
    }
    #info a.testimonial_link {
		color: #F3F3F3;
		display: block;
		font-size: 0.525em;
		float:right;
		margin: 0;
		text-align: right; 
		width:auto;
    }
	#info a#view_all {
		color: #F3F3F3;
		clear:both;
		display: block;
		float: left;
		font-size: 0.525em;
		margin: 0;
		text-align: left;
		width: auto;
	}
	#info a.testimonial_link:visited, #info a#view_all:visited {
		color:#C1C2C3;
	}
	#info a.testimonial_link:hover, #info a#view_all:hover {
		color:#1567A3;
	}
#news, #events {
	padding:0;
}
#news > div {
	padding-left:0;
}
#schools div div.column {
	height:120px;
	text-align:center;
}

	#schools div div.school_last {
		float:left;
	}
.partner_img {
	max-height: 85px;
	width: auto;
}
/*****************/
/* footer styles */
/*****************/
#inner_footer {
	color:#34527b;
	margin:0 auto;
}
#inner_footer a {
	color:#34527b;
	font-size:0.875em;
}
#inner_footer a:hover {
	color:#497AAB;

}
#footer_nav {
	text-align:right;
}
#footer_nav ul li {
	line-height: 1.1;
}
#footer_logo {
	text-align:center;
}
#adminlinks {
	/*position: absolute;
	top: 1px;
	right: 35px;*/
	position:relative;
	top:20px;
}
	#adminlinks a {
	}
		
#webdevelopment{
	float:right;
	margin-right:10px;
}