* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #464748;
}

p {
	color: #5a5b5e;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

a {
	color: #6b812e;
	text-decoration: none;
}

a.awards_link {
	color: #005cac;
	text-decoration: none;
}

.awards_image {
	float:left;
	margin-right:25px;
}

.awards_row {
	overflow:hidden;
	margin-bottom:25px;
}

h1 {
	color: #bac9c2;
	font-family: 'arial narrow', sans-serif;
	font-weight: normal;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

h2 {
	color: #bac9c2;
	font-family: 'arial narrow', sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 33px;
	letter-spacing: 2px;
	margin: 42px 0px 30px 0px;
}

h3 {
	color: #5a5b5e;
	font-family: 'arial narrow', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

h4 {
	color: #6b812e;
	font-size: 14px;
	line-height: 14px;
	font-family: verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h5 {
	color: #6b812e;
	font-size: 14px;
	font-family: verdana, sans-serif;
	margin: 7px 0px 5px 0px;
	font-weight: normal;
}

em {
	font-weight: bold;
	font-style: italic;
}

.project_name {
	color: #6b812e;
	font-family: verdana, sans-serif;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
}

#container {
	width: 950px;
	overflow: hidden;
	background: #fff url(../site_images/site_bg.gif) top left repeat-y;
	margin: 30px auto 0px auto;
}

#left_col {
	float: left;
	width: 190px;
	overflow: hidden;
	background: #6b812e;
}

#main_nav {
	margin-bottom: 20px;
}

#main_nav ul {
	list-style-type: none;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 20px;
}

#main_nav li {
	margin-left: 18px;
}

#main_nav a {
	color: #fff;
	text-decoration: none;
}

#main_nav a:hover {
	color: #fff200;
}

#home #content {
	float: left;
	overflow: hidden;
	width: 660px;
	padding: 63px 5px 20px 35px;
}

#content {
	float: left;
	overflow: hidden;
	width: 710px;
	padding: 63px 5px 20px 35px;
}

#content_project {
	float: left;
	width: 650px;
	padding: 0px 0px 10px 0px; 
	margin: 13px 0px 0px 18px;
}

#content_project p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}

#project_link {
	width: 640px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-align: right;
}

#project_link a {
	width: 690px;
	text-align: right;
}

#project_big_image {
	width:645px;
	height:445px;
	text-align:center;
}

#project_thumbnails {
	float: left;
	width: 90px;
}

#project_thumbnails img {
	margin: 13px 0px 0px 16px;
}


#content_left {
	float: left;
	width: 260px;
	padding-top: 55px;
}

#content_right {
	float: left;
	width: 430px;
	padding-top: 55px;
}

#home_image {
	margin-top: 40px;
}

.thumbnail {
	float: left;
	width: 142px;
	height: 165px;
	text-align: center;
	margin: 0px 35px 20px 0px;
	overflow: hidden;
}

.thumbnail p {
	color: #6b812e;
	margin-bottom: 5px;
}


#footer {
	width: 950px;
	text-align: center;
	margin: 7px auto 10px auto;
}

#footer p {
	color: #cfd8d3;
}

#footer ul {
	list-style-type: none;
	font-family: verdana, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}

#footer li {
	color: #cfd8d3;
	list-style-type: none;
	display: inline;
	padding: 2px 3px;
}

#footer a {
	color: #cfd8d3;
	font-size: 11px;
	text-decoration: none;
}

#fineprint {
	font-size: 9px;
	letter-spacing: 0px;
}