body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial,Sans-serif;
	text-align: center;
	line-height: 1.0;
	background: #394a5c;
}

a img { border: 0; }

.clear { clear: both; }

#container {
	background: #fff;
}

#page {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 3em;
	text-align: left;
}

#header {
	height: 169px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

	#header .logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	
		#header .logo a {
			display: block;
			text-indent: -9999em;
			padding: 102px 0 0;
			width: 230px;
			background: url("images/header_logo.png") top left no-repeat;
		}
		
		#header a.facebook {
			background: url("images/facebook.jpg") top right no-repeat;
			height: 32px;
			width: 41px;
			margin-top:10px;
			float:right;
	}
		#header a.twitter {
			background: url("images/twitter.jpg") top right no-repeat;
			height: 32px;
			width:41px;
			margin-top:10px;
			float:right;
	}
		#header a.sign-up {
			background: url("images/sign-up-img.jpg") top right no-repeat;
			height: 27px;
			width:71px;
			margin-top:12px;
			float:right;
			margin-left:5px;
	}
		#header .tagline {
			position: absolute;
			top: 0;
			right: 0;
			text-indent: -9999em;
			background: url("images/header_taglin.png") top right no-repeat;
			width: 572px;
			height: 100px;
			margin-top:58px;
	}
		#header ul {
			position: absolute;
			bottom: 0;
			left: 0;
			margin: 0;
			padding: 0;
			list-style: none;
	}
		#header li {
			float: left;
			height: 46px;
			overflow: hidden;
		}
		#header li a {
			display: block;
			padding: 46px 0 0;
			width: 137px;
			background-repeat: none;
			background-position: 0 0;
			}
			
			#header li.home a { background-image: url("images/nav_home.png"); width: 138px; }
			#header li.about a { background-image: url("images/nav_about.png"); }
			#header li.news a { background-image: url("images/nav_news.png"); }
			#header li.resources a { background-image: url("images/nav_resources.png"); width: 157px; }
			#header li.programs a { background-image: url("images/nav_programs.png"); }
			#header li.network a { background-image: url("images/nav_network.png"); }
			#header li.links a { background-image: url("images/nav_links.png"); width: 117px; }
			#header li.contact a { background-image: url("images/nav_contact.png"); width: 137px; }
			
			#header li a:hover { background-position: 0 -46px; }
			#header li.active a { background-position: 0 -92px; }
			
#footer {
	background: #394a5c;
	color: #adb4bc;	
}

	#footer a { color: #adb4bc; }
	#footer a:hover { color: #d7dbde; }
	
	#footer .wrap {
		width: 960px;
		margin: 0 auto;
		padding: 14px 0 4em;
		line-height: 1.5;
		text-align: left;
		background: url("images/footer_bg.png") top left no-repeat;
	}
	
	#footer p { margin: 0 0 0 70px; }

	
/* Home */
#banner {
	background: url("images/home_banner.jpg") top left no-repeat;
	height: 246px;
	position: relative;
}

	#banner h1 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 36px;
		left: 40px;
		background: url("images/home_banner_title.jpg") top left no-repeat;
		height: 42px;
		width: 439px;
		text-indent: -9999em;
	}

	#banner p {
		margin: 0;
		padding: 0;
		color: #7091b4;
		line-height: 1.45;
		position: absolute;
		top:  90px;
		left: 44px;
		width: 428px;
		font-size: 14px;
	}
	
	#banner a.more {
		display: block;
		text-indent: -9999em;
		padding: 54px 0 0;
		width: 285px;
		position: absolute;
		top: 160px;
		left: 96px;
		background: url("images/banner_button.jpg") top left no-repeat;
	}
	
	
#callouts .callout {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;
	padding: 14px 0 0;
	overflow: hidden;
	background: url("images/home_callout_bg.png") 12px 72px no-repeat;
	color: #444;
}

	#callouts .callout .button {
		display: block;
		margin: 1em 60px 3em 45px;
		padding: 14px 10px 14px 14px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: url("images/btn_home_callout.png") top left no-repeat;
		text-decoration: none;
	}
	
	#callouts .callout .button:hover {
		text-decoration: underline;
	}
	
	
	#callouts .callout .date {
		font-size: 11px;
	}
	
	#callouts .callout p {
		margin: 0 0 0;
		padding: 0 28px 0 32px;
		line-height: 1.75;
	}
	
	#callouts .callout a {
		color: #475d73;
	}

	#callouts .callout h2 {
		margin: 0;
		padding: 0;
		height: 58px;
		text-indent: -9999em;
	}

	#callout_news {
		
	}
	
		#callout_news h2 { background: url("images/callout_news.png") top left no-repeat; }
		#callout_webstorm h2 { background: url("images/callout_webstorm.png") top left no-repeat; }

	#callouts #callout_resources {
		background-position: 17px 72px;
		margin-right: 20px;
	}
	
		#callout_resources h2 { background: url("images/callout_resources.png") top left no-repeat; }
		
		#callouts #callout_resources p {
			padding: 0 22px 0 36px;
		}


	#callouts #callout_network {
		background-position: 11px 72px;
		margin-right: 0;
	}
	
		#callout_network h2 { background: url("images/callout_network.png") top left no-repeat; }

/* Interior */
#content {
	float: right;	
	width: 640px;
	margin: 0 40px 0 0;
	padding: 20px 0 0;
	line-height: 1.5;
	color: #212b36;
}

	#content a {
		color: #59721a;
	}

	#content h1, #content h2 {
		line-height: 1;
		margin: 0;
		padding: 0;
		color: #739321;
		font-family: Georgia,"Times New Roman",Times,Serif;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: -.04em;
	} 

	
	#content h2 {
		font-size: 18px;
		color: #455C72;
		margin-bottom: 0em;
		letter-spacing: 0;
	}
	
#sidebar {
	margin: 0 710px 0 0;
	padding: 0 0 10em;
	background: #e8e9eb url("images/subnav_bottom.png") bottom left no-repeat;
}

	#sidebar ul {
		margin: 0 20px;
		padding: 20px 0 20px;
		list-style: none;
		line-height: 1.4;
	}
	
		#sidebar ul li a {
			display: block;
			padding: 4px 0 4px 20px;
			color: #394a5c;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
			background: url("images/subnav_bullet.png") 2px 4px no-repeat;			
		}
		
		#sidebar ul li.active a {
			background: url("images/subnav_bullet.png") 2px 4px no-repeat;
			font-weight: bold;
		}
		
	#sidebar .callout {
		text-align: center; 
		padding: .25em 0;
	}
	
.interior_banner { display: block; }

#content ul.news {
	margin: 1em 0;
	padding: 0 8em 0 2em;
	list-style: none;
	border-left: .25em solid #eee;
}

	ul.news li {
		border-bottom: 1px solid #eee;
		padding: 0 0 1em 0;
		margin: 1em 0 0;
	}
	
	ul.news li em.date {
		display: block;
		float:right;
		margin: 0 1em 0 0;
		color: #888;
	}

form { margin: 0; }	
form label {
	display: block;
	font-weight: bold;
	cursor: pointer;
}

form input, form textarea {
	border: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	padding: 4px;
}

form textarea { width: 400px; height: 80px; }

form .req, form .errors { color: #800; }

form p { margin: 1em 0; }

 #content form p.same_line {
	float: left;
	margin-right: 2em;
}

 #content form p.new_line {
	clear: left;
}

form #address { width: 320px; }
form #message { width: 320px; }
form #email { width: 320px; }

form input.button {
	color: #444;
	padding: 4px 1em;
	cursor: pointer;
}

address { font-style: normal; margin: 1em 2em; }
