/*
	Eric Ritchey	eric@eandjdesign
		 http://eandjdesign.com
*/
@import "src/reset.css";
@import "src/typography.css";
@import "src/grid.css";
@import "src/forms.css";
@import "src/ie.css";

body 						  { 
	background-color:#ecf0ee;
	color:#888;
}
#container			  { 
	background:url('img/container.gif') repeat-y;
	width:950px;
	border:2px solid #c9d0ce;
	border-bottom:0;
	margin:auto;
	text-align:left;
	overflow: hidden;
}
#header 				  { 
	margin:1em 0;
}
#content 				  { 
	font-size:1.3em;
	width:722px;
	float:right;
}
#content h1 		  { 
	font-size:1.8em;
	line-height:2em;
	padding:0;
}
#nav.column,
#content.column   { 
	padding-bottom: 9980px;
	margin-bottom: -9970px;
}
#nav						  { 
	background:url('img/nav.gif') no-repeat;
	height:500px;
	width:228px;
	float:left;
}
#nav ol 				  { 
	margin:12px 0;
	padding:0;
	list-style:none;
}
#nav li 				  { 
	margin:0;
	padding:0;
}
#nav li a 			  { 
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	height:36px;
	display:block;
	padding:5px 0 0 12px;
	margin:0 0 0 0;
	width:120px;
}
#nav li a,#submenu a,
#content h1,#content h4,
#footer a         { 
	color:#839f9a;
}
#content h3,#nav li.selected a,
#nav li.selected,#nav li a:hover,
#submenu,#submenu a:hover,
#footer a:hover   { 
	color:#5d7671;
}
#nav li a:hover   { 
	background:url('img/hover.gif') no-repeat;
}
#nav li.selected  { 
	background:url('img/selected.gif') no-repeat;
}
#nav h2 					{ 
	background:url('img/logo-alt.gif') no-repeat;
	margin:12px 0 0 12px;
	padding:0;
	width:154px;
	height:213px;
}
#nav h2 a         { 
	display:block;
	width:154px;
	height:213px;	
}
#secondary-nav    { 
	clear:both;
	margin:60px 15px 0 15px;
	font-size:1.2em;
}
#secondary-nav h3	{ 
	text-transform:lowercase;
	color:#5d7671;
	font-size:1.6em;
	line-height:1.15em;
	font-weight:normal;
}
#submenu					{ 
	margin:10px 0 25px 0;
}
#submenu a				{ 
	text-decoration:none;
}
#page-head 				{ 
	background:url('img/shadow.gif') repeat-x;
	height:124px;
	padding:7px 0 0 0;
}
#page-head .image	{ 
	background:url('img/page-head.jpg') no-repeat center;
	height:110px;
}
#content h1,.text,
#footer       		{ 
	margin:0 1em;
}
#footer						{ 
	background:url('img/container.gif') repeat-y;
	width:950px;
	margin:auto;
	text-align:left;
	border:2px solid #c9d0ce;
	border-top:0;
	overflow:hidden;
}
#footer p 				{ 
	margin: 0 0 0 250px;
	padding:1em 0;
}
ul.sitemap 				{ 
	float:left;
	width:40%;
}
