/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_16 {
	margin-left:    auto;
	margin-right:   auto;
	width:          960px;
	
}

html, body, .container_16 {height: 100%;}

body > .container_16 {height: auto; min-height: 100%;}

#main {
	padding-bottom: 95px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_16 .grid_4 {
	width: 220px;
}

.container_16 .grid_8 {
	width: 460px;
}

.container_16 .grid_12 {
	width: 700px;
}

.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* `Topbar
----------------------------------------------------------------------------------------------------*/

#topbar ul {
	margin-bottom: 0;
	margin-top:    0;
	text-align:    right;
}

#topbar ul li {
	color:         #b8b7b7;
	display:       inline;
	font-weight:   lighter;
	font-size:     11px;
	
}

#topbar ul li a {
	color:           #b8b7b7;
	text-decoration: underline;
}

#topbar ul li a:hover {
	color: 			 #fff;
	text-decoration: none;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	height: 95px;
}

	#h_right ul {
		margin-bottom: 0;
		margin-top:    47px;
		text-align:    right;
	}
	
	#h_right ul li {
		display:     inline;
		font-weight: bold;
		font-size:   13px;
		letter-spacing: 1px;
		margin-left: 18px;
	}
	
	#h_right ul li a {
		color: #b8b7b7;
	}
	
	#h_right ul li a:hover,
	#h_right ul li a.current { color: #fff; text-decoration: none; }

/* `Home Intro
----------------------------------------------------------------------------------------------------*/

#intro {
	background-color: #e9eaee;
	height:           300px;
}
	#intro img {
		border:  none;
		padding: 0;
		margin:  0;
	}
	
/* `HP Content
----------------------------------------------------------------------------------------------------*/

#page_content {
	background-color: #fff;
	color:     		  #4e5155;
	padding:          25px 0 280px 0;
}

	.tall {
		min-height: 600px;
	}

	#page_content a { text-decoration: underline; }
	
	#page_content a:hover { text-decoration: none; }

	#page_content li {
		list-style: none;
		margin-bottom: 10px;
		margin-left: 0;
	}
	
		#page_content ul li a[href$='.pdf']{
			background:		transparent url('../i/pdf.png') no-repeat 0 0;
			padding-left:	20px;
		}
		#pages #content_left ul li a {
			color:           #4e5155;
			font-size:       18px;
			font-weight:     bold;
			text-decoration: none;
		}
		
		#pages #content_left ul.smaller li a { font-size: 14px; }
		
		#pages #content_left ul li a:hover,
		#pages #content_left ul li a.current { text-decoration: underline; }
		
		#pages #content_left img { padding: 30px 0; }
		#pages #content_left img a { border: none; }
	
	#content_right ul li a {
		color:           #4e5155;
		font-weight:     bold;
		text-decoration: none;
	}
	
	#content_right ul li a:hover { text-decoration: underline; }
	
	.paginate {
		padding-top: 40px;
	}

/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	clear:            both;
	color:			  #fff;
	height:           95px;
	margin:           -95px auto 0 auto;
	position:         relative;
	width:            940px;
}
	
	#f_left,
	#f_right { float: left; width: 470px; }
	#footer p {
		margin: 40px 15px 0 15px;
	}
	
	#footer a {
		color:           #fff;
		text-decoration: underline;
	}
	
	#footer a:hover,
	#footer a.current {
		color: 			 #fff;
	}
	
	#footer ul {
		margin-bottom: 0;
		margin-top:    40px;
		text-align:    right;
	}
	
	#footer ul li {
		display:      inline;
		margin-right: 15px;
	}

/* `Icons
----------------------------------------------------------------------------------------------------*/

.twitter {
	background:   url("../i/icons/twitter.jpg") no-repeat 48px 0;
	height: 25px;
}

.twitter2 { background:   url("../i/icons/twitter.jpg") no-repeat 0 0; }

.ning,
.brochures,
.tutorials,
.k_12,
.case,
.testimonials,
.technology,
.twitter2,
.executive,
.job,
.press,
.news { padding-left: 32px; }

.ning,
.brochures,
.tutorials,
.executive,
.job,
.press,
.news { height: 27px; }

.ning { background:   url("../i/icons/ning.jpg") no-repeat 0 0; }

.brochures { background:   url("../i/icons/brochures.jpg") no-repeat 0 0; }

.tutorials { background:   url("../i/icons/tutorials.jpg") no-repeat 0 0; }

.k_12,
.case,
.testimonials,
.technology { height: 28px; }

.k_12 { background:   url("../i/icons/k-12.jpg") no-repeat 0 0; }

.case { background:   url("../i/icons/case.jpg") no-repeat 0 0; }

.testimonials { background:   url("../i/icons/testimonials.jpg") no-repeat 0 0; }

.technology { background:   url("../i/icons/technology.jpg") no-repeat 0 0; }

.executive { background:   url("../i/icons/executive.jpg") no-repeat 0 0; }

.job { background:   url("../i/icons/job.jpg") no-repeat 0 0; }

.press { background:   url("../i/icons/press.jpg") no-repeat 0 0; }

.news { background:   url("../i/icons/news.jpg") no-repeat 0 0; }

#pages #content_left ul li.left_side_list a { color: #222a3c; text-decoration: underline; }
#pages #content_left ul li.left_side_list a:hover { text-decoration: none; }

/* `Form Submission
----------------------------------------------------------------------------------------------------*/

th {
	font-weight:lighter;
	padding-right:25px;
	text-align:left;
	vertical-align:top;
	width:125px;
}

td {
	padding-bottom:13px;
}

.birthday_form {
	display: none;
}