/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Area



/* ---------- @ HTML Elements -----------*/




/* ---------- @ Page Structure -----------*/

#home #content-wrapper {
	padding:0 0 20px;
}

#home #content {
	/*float: left;*/
	width:475px;
}

#home #sidebar {
	/*float: right;*/
	width:274px;
	padding-top: 0;
}
	

/* ---------- @ Headings -----------*/
		   

#home h1#logo,
h1#logo a {
	float: left;
	width: 94px;
	background: url(/images/logo.gif) no-repeat;
	height: 112px;
	text-indent:-9000px;
	margin:8px 0 0 14px;
	display:block;
}

#home #content h2 {
	text-indent:-9000px;
	width:422px;
	height:23px;
	margin:20px 0px -10px 5px;
	background:url(/images/hdr_services.gif) no-repeat left top;
}

#home h3 {
	overflow: auto;
	color: #1c1c1c;
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#home h3 span {
	display: block;
	padding: 11px 0 0 0;
}

h3 a#hdr-projects,
h3 a#hdr-plan {
	text-indent:-9000px;
	display: block;
	float: left;
	padding-top: 0;
	margin:7px 5px 0 0;
}

h3 a#hdr-projects {
	width:156px;
	height:24px;
	background:url(/images/hdr_projects.gif) no-repeat;
}

h3 a#hdr-plan {
	width:220px;
	height:20px;
	background:url(/images/hdr_plan.gif) no-repeat;
}

#home h4 {	
	padding-top: 5px;
}

#home h4.date {
	font-size:.95em;
	font-weight:normal;
	color:#857870;
}

#projects li h4 {
	font-size:1em;
	letter-spacing: normal;
	padding-top:10px;
}

#projects li h4 a:link,
#projects li h4 a:visited {
	color:#f1f1e9;
	text-decoration:none;
	display:block;
}

#projects li h4 a:hover {
	text-decoration:underline;
}

#home #plan h4 {
	margin: 0 0 4px 0;
	padding: 0;
}

/* ---------- @ Content Area -----------*/

/*Home*/

#home .slideshow {
	padding:4px;
	border:1px solid #ede8e6;
	border-right-color:#cdc1bd;
	border-bottom-color:#cdc1bd;
}

#home .ngg-widget-slideshow {
	padding:4px;
	width: 462px;
	border:1px solid #ede8e6;
	border-right-color:#cdc1bd;
	border-bottom-color:#cdc1bd;
}

#home #content p {
	margin-left:5px;
}

#home .view-all {
	font-weight:bold;
}

#home #projects {
	list-style:none;
	margin:10px 0px 30px;
}

#home #projects li {
	margin-bottom:14px;
	background:url(/images/arrow.gif) no-repeat right center;
}

#home #projects li .project-wrap {
	width:254px;
	padding:10px 8px;
	background:#215c92;
}

#home #projects li .project-wrap img {
	float:left;
	margin-right:8px;
	border:2px solid #698bb2;
}

#home #projects li .project-wrap span.location {
	display:block;
	font-size:.92em;
	letter-spacing: .05em;
	color:#7ba8db;
	margin-top:4px;
}

#home #plan {
	list-style:none;
	width:270px;
	margin-top:14px;
}

#home #plan li {
	padding:14px 0;
	background:url(/images/dots.gif) repeat-x left top;
}

#home #plan li a:link, #home #plan li a:visited {
	color:#666;
}

#home #plan li a:hover, #home #plan li a:active {
	text-decoration: underline;
}

#home #plan li p {
	line-height:1.6em;
	display: inline;
}