@import 'reset.css';

html {
	height:100%;
}
body {
	background: #DDD url('../images/background_page.jpg') repeat;
	width: 100%;
	font-size:10pt;
	color:#ccc;
	font-family: Arial,Helvetica, sans-serif;
}

hr {
	clear: both;
	border:0;
	width:100%;
	height:2px;
	background: transparent url('../images/hr.png') repeat-x;
	
}

.hr-gap {
	margin-top:60px;
}

.left {
	float:left;
}
.right {
	float:right;
}

.right-text {
	float:right;
	text-align:left;
}

.half-left {
	width:50%;
	float:left;
	padding-top:15px;
	padding-bottom:20px;
}



#navigation>ul {
	text-align:center;
	height:43px;
}


#navigation>ul>li {
	display:inline;
	height:36px;
}
	#navigation>ul>li>a {
		text-indent:-99999px;
		display:block;
		float:left;
		height:36px;
	}

	#nav_home a{
		margin-left:30px;
		width: 101px;
		background: transparent url('../images/nav_home.png') no-repeat 0 0;
	}
	#nav_home a:hover{
		margin-left:30px;
		width: 101px;
		background: transparent url('../images/nav_home.png') no-repeat 0 -36px;
	}
	
	#nav_education a{
		width: 186px;
		background: transparent url('../images/nav_education.png') no-repeat 0 0;
	}
	#nav_education a:hover, #nav_education a.current_education{
		width: 186px;
		background: transparent url('../images/nav_education.png') no-repeat 0 -36px;
	}
	#nav_publishing a{
		width: 187px;
		background: transparent url('../images/nav_publishing.png') no-repeat 0 0;
	}
	#nav_publishing a:hover, #nav_publishing a.current_publishing{
		width: 187px;
		background: transparent url('../images/nav_publishing.png') no-repeat 0 -36px;
	}
	#nav_staff a{
		width: 167px;
		background: transparent url('../images/nav_staff.png') no-repeat 0 0;
	}
	#nav_staff a:hover, #nav_staff a.current_staff{
		width: 167px;
		background: transparent url('../images/nav_staff.png') no-repeat 0 -36px;
	}
	#nav_about a{
		width: 124px;
		background: transparent url('../images/nav_about.png') no-repeat 0 0;
	}
	#nav_about a:hover, #nav_about a.current_about{
		width: 124px;
		background: transparent url('../images/nav_about.png') no-repeat 0 -36px;
	}
	#nav_contact a{
		width: 144px;
		background: transparent url('../images/nav_contact.png') no-repeat 0 0;
	}
	#nav_contact a:hover, #nav_contact a.current_contact{
		width: 144px;
		background: transparent url('../images/nav_contact.png') no-repeat 0 -36px;
	}
	
#eoc {
	clear:both;
	overflow:auto;
}

#wrapper-main {
	width:100%;
	background: transparent url('../images/background_header.jpg') repeat-x;
}

#wrapper-site {
	margin:0 auto;
	width:979px;
	height:100%;
}

#wrapper-content {
	margin: 0 auto;
	padding-top:30px;
	width:960px;
	height:100%;
	background: #6a6a6a url('../images/background_content.jpg') repeat-x;
	
}

#header {
	margin: 0 auto;
	background: transparent url('../images/header_background.jpg') repeat-x;
	height:127px;
	width: 960px;
	
}
	#header-logo {
		background: transparent url('../images/header_background_highlight.jpg') no-repeat;            
		width:624px;
		height:127px;
	}                  
	#stockade-logo {
		margin-top:12px;
	}

#navigation {
	width:979px;         
	height:43px;
	margin:0 auto;
    background: transparent url('../images/navigation_background.png') no-repeat;
}

#base-wrapper {
	margin:0 auto;
	margin-top:60px;
	width:850px;
	height:225px;
}

.testimonial,.boxes {
	border:1px solid #000;
	background-color:#eaeaea;
	width: 275px; 
	height: auto;
	float: left;
	margin-right:5px;
	line-height:1.2;
	color:#323232;
}

.rfp a {
	display:block;
	width:275px;
	height:164px;
	background: transparent url('../images/box_rfp.jpg') repeat;
	text-indent:-9999px;
}

.rfp a:hover {
	background: transparent url('../images/box_rfp_on.jpg') repeat;
	text-indent:-9999px;
}

.referral a {
	display:block;
	width:275px;
	height:164px;
	background: transparent url('../images/box_referral.jpg') repeat;
	text-indent:-9999px;
}

.referral a:hover {
	background: transparent url('../images/box_referral_on.jpg') repeat;
	text-indent:-9999px;
}


	.testimonial p {
		padding:7px;
	}
	
	.testimonial strong {
		display: block;
		color:#fff;
		background-color:#252723;
		padding:5px;
	}

#bottom {
	margin:0 auto;
	margin-top:30px;
}
.boxgrid{ 
	width: 277px; 
	height: 164px; 
	margin:0;
	margin-right:5px;
	float:left; 
	background:#161613;  
	overflow: hidden; 
	position: relative; 
	border:1px solid #333;
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 7px 10px 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
	.boxgrid a, .boxgrid a:visited {color:#fff;}
	.boxgrid a:hover {text-decoration:none;}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 140px;
		left: 0;
	}
	.caption .boxcaption {
		top: 75px;
		left: 0;
	}

#slider-education {margin-bottom:90px;}

#slider-education-navigation {
	width:464px;
	height:100px;
	position:absolute;
	z-index:100;
	margin-top:300px;
	background-color:#2a2a2a;
	margin-left:-8px;
	border-bottom:1px solid #1a1a1a;
	border-right:1px solid #3a3a3a;
	border-top:1px solid #4a4a4a;
}
	#slider-education-navigation p{
		width:290px;
		margin:0 auto;
	}

.anythingSlider                         { width: 930px; height: 320px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 320px; margin: 0 15px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 900px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.home_slide_content {
	margin-top:20px;
	width:410px;
}
	.home_slide_content img {
		padding-bottom:20px;
	}

.right {margin-right:30px;}

	.educationSlider                         { width: 930px; height: 1100px; position: relative; margin: 0 auto 15px; }
	.educationSlider .wrapper                { width: 900px; overflow: auto; height: 100%; margin: 0 15px; position: absolute; top: 0; left: 0; }
	.educationSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; }
	.educationSlider ul li                   { display: block; float: left; padding: 0; height: 1100px; width: 900px; margin: 0; }
	.educationSlider .arrow                  { display: block; height: 200px; width: 50px; background: url(../images/arrows3.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
	.educationSlider .forward                { background-position: 0 0; right: -20px; }
	.educationSlider .back                   { background-position: -67px 0; left: -20px; }
	.educationSlider .forward:hover          { background-position: 0 -200px; }
	.educationSlider .back:hover             { background-position: -67px -200px; }

	/*
	  Prevents
	*/
	.educationSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
	.educationSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }







	.diffSlider                         { width: 930px; height: 330px; position: relative; margin: 0 auto 15px; }
	.diffSlider .wrapper                { width: 900px; overflow: auto; height: 330px; margin: 0 15px; position: absolute; top: 0; left: 0; }
	.diffSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; }
	.diffSlider ul li                   { display: block; float: left; padding: 0; height: 330px; width: 900px; margin: 0; }
	.diffSlider .arrow                  { display: block; height: 200px; width: 50px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
	.diffSlider .forward                { background-position: 0 0; right: -20px; }
	.diffSlider .back                   { background-position: -67px 0; left: -20px; }
	.diffSlider .forward:hover          { background-position: 0 -200px; }
	.diffSlider .back:hover             { background-position: -67px -200px; }

	#thumbNav                               { position: relative; top: 323px; text-align: center; }
	#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
	#thumbNav a:hover                       { background-image: none; }
	#thumbNav a.cur                         { background: #e0a213; }

	#start-stop                             { display:none;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
	#start-stop.playing                     { background-color: red; }
	#start-stop:hover                       { background-image: none; }

	/*
	  Prevents
	*/
	.diffSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
	.diffSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
	
	
#diff-staff {
	float:left;
	margin-left:30px;
	margin-top:30px;
	width:400px;
}

#diff-staff img {
	clear:both;
}

.edu-adm,.edu-dev,.edu-staff {
	text-indent:-9999px;
	display:block;
	height:31px;
	width:285px;
	margin-left:100px;
}
	.edu-adm {
		margin-top:3px;
		background: transparent url('../images/edu_nav_admissions.png') no-repeat;
	}
	.edu-adm:hover {
		background: transparent url('../images/edu_nav_admissions_hover.png') no-repeat;
	}
	.edu-dev {
		background: transparent url('../images/edu_nav_development.png') no-repeat;
	}
	
	.edu-dev:hover {
		background: transparent url('../images/edu_nav_development_hover.png') no-repeat;
	}
	.edu-staff {
		background: transparent url('../images/edu_nav_staff.png') no-repeat;
	}
	.edu-staff:hover {
		background: transparent url('../images/edu_nav_staff_hover.png') no-repeat;
	}
	.education_slide_content {
		margin-top:20px;
		height:auto;
		width:410px;
	}
		.education_slide_content img {
			padding-bottom:10px;
		}


#edu-micro {
	margin-top:-25px;
	margin-right:140px;
	color:#fff;
	float:right;
	font-family: georgia;
}

#edu-micro a {
	color:#ccc;
}
	#edu-micro a:hover {
		color:#fff;
		text-decoration:none;
	}


	#diff-micro-footer {
		margin:0 auto;
		width:550px;
		color:#fff;
		text-align: center;
		font-family: georgia;
	}

	#diff-micro-footer a {
		color:#ccc;
	}
		#diff-micro-footer a:hover {
			color:#fff;
			text-decoration:none;
		}



.wrapper p {
	line-height:1.4;
}

.wrapper a {
	color:#fff;
	text-decoration:underline;
}

.wrapper a:hover {
	color:#000;
	text-decoration: none;
}



.wrapper ul ul {
	list-style-type:circle;
	margin:0;
	padding-left:10px;
}
.wrapper ul ul li {
	line-height:1.4;
	list-style-type:circle;
}

.sub-page-wrapper {
	width: 900px; height: auto; position: relative; margin: 0 auto 15px;
}
	.sub-page-wrapper p{
		line-height:1.4;
		padding-bottom:20px;
	}
	.sub-page-wrapper ul {
		margin:0;
		padding-left:10px;
	}
	.sub-page-wrapper ul li {
		line-height:1.4;
	}

.home-sub-nav {
	width:445px;
	float:left;
	margin-top:40px;
}

.home-sub-nav a {
	text-align: center;
	float:left;
	display:block;
	width:30%;
	padding:5px 0;
	margin-right: 5px;
	border:1px solid #222;
	background-color:#444;
	color:#111;
	text-decoration:none;
}

.home-sub-nav a:hover {
	border:1px solid #999;
	background-color:#555;
	color:#999;
	text-decoration:none;
}

.sidebar {
	width:430px;
	margin-top:20px;
	margin-left:20px;
	line-height:1.4;
}


	.sidebar hr {
		margin-bottom:10px;
	}


.edu-sidebar {
	width:390px;
	margin-top:130px;
	margin-left:20px;
	line-height:1.4;
}

.edu-sidebar-testimonial {
	border:1px solid #292929;
	clear:both;
	padding:15px;
	color:#292929;
	margin-top:15px;
	line-height:1.4;
}

.client-logo-wrapper {
	clear:both;
	height:auto;
	overflow:auto;
	margin-top:15px;
}

.client-logo {
	float:left;
	padding:10px;
	background-color:#fff;
	margin-right:15px;
	margin-bottom:10px;
}

label {
	margin-top:15px;
	margin-bottom:5px;
	display:block;
	font-weight:bold;
}

input, textarea {
	width:420px;
	border:0;
	background-color:#999;
	border: 1px solid #bbb;
	padding:5px;
	font:12pt "Lucida Grande", Arial, sans-serif; 
}

.radio, .check {width:15px;}
#Submit {
	margin-top:20px;
	width:150px;
	background-color:#333;
	border: 1px solid #444;
	color:#fff;
}



#about-us-wrapper-main {
	width:100%;

}
#about-us-wrapper-bios {
	float:left;
	width:270px;
	margin-right:10px;
		height:100%;
}

	#bio-wrapper hr {
		margin-bottom:15px;
	}

	#bio-wrapper a {
		color:#fff;
	}


	.bio-img {
		float:left;
		padding:5px;
		margin-right:5px;
	}
	.bio-img-right {
		float:right;
		padding:5px;
		margin-right:5px;
	}
	.bio-header {
		margin-bottom:20px;
	}
	#about-us-wrapper-bios hr {
		padding:5px;
	}
	#about-us-wrapper-bios img.header {
		clear:right;
		display:block;
		padding-right:70px;
		padding-bottom:5px;
	}

#about-us-wrapper-slides {
	float:left;
	width:600px;
		height:100%;
}
#about-us-wrapper-vision {
	clear:both;
	padding-top:20px;
	width:100%;
}
#about-us-wrapper-vision hr {
	padding-bottom:15px;
}
#about-us-wrapper-vision p {
	padding-bottom:20px;
}

#about-us-wrapper-vision img.header {
	padding-bottom:15px;
}


.diff-h1 {
	margin-left:110px;
}

.sub-page-wrapper a {
	color:#fff;
}


#footer {
	width:960px;
	margin:0 auto;
	height: 165px;
	border-top:1px solid #111;
	background-color:#333;
	font-size:9pt;
}

	.footer-grid {
		width:440px;
		margin-left:140px;
		float:left;
		padding-top:20px;
	}
	
	.footer-grid p {
		line-height:1.4;
	}
	
	.footer-grid a {
		color:#fff;
	}
	
	.footer-grid a:hover {
		color:#ccc;
	}

	p.footer-left {
		width:42%;
		float:left;
	}
	p.footer-right {
		width:42%;
		float:right;
	}
	
	.footer-nav {
		clear:both;
		width:940px;
		background-color:#111;
		padding:10px;
		text-align:center;
	}
	.footer-nav a {
		color:#fff;
	}


	#esp_banner {
		margin-top:15px;
		padding:10px;
		width: 388px;
		background-color: #F6E208;
		color:#000;
		border:1px solid #252723;
		text-align:center;
	}
	
	#esp_banner a {
		color:#666;
	}
	
	#esp_banner a:hover {
		color:#333;
	}
	
	.esp_demo {
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.esp_demo .left {
		float:left;
	}

	.esp_demo p {
		float:left;
		width:300px;
		margin-left:10px;
	}
	.esp_register {
		padding:10px;
		margin-top:20px;
		border:1px solid #333;
		background-color:#00264d;
	}