* {
	padding: 0px;
	margin: 0px;
}

a {
	outline: none;
	text-decoration: none;
	color: #134782;
}

.clear {
	clear: both;
	height: 0px;
}

body {
	background: url('images/background.png') repeat-X #efefef;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
}

div#container {
	width: 700px;
	text-align: left;
	margin: 0px auto;
}

div#header {
	background: url('images/header.png') no-repeat;
	width: 700px;
	height: 68px;
}

div#nav {
	background: url('images/nav_bar.png') no-repeat;
	width: 700px;
	height: 40px;
}

div#nav ul {
	list-style-type: none;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
}

div#nav li {
	display: block;
	float: left;
	background: url('images/nav_item_seperator.png') no-repeat right;
	line-height: 40px;
}

div#nav li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0px 32px 0px 30px;
}

div#nav li a:hover {
	background: url('images/nav_item_hover.png') no-repeat bottom;
	color: #5f6059;
}

div#nav #active a {
	display: block;
	background: url('images/nav_item_hover.png') no-repeat bottom;
	color: #5f6059;
}

div#featuredproject {
	background: url('images/featured_project.png') no-repeat;
	width: 700px;
	height: 230px;
	margin-bottom: 10px;
}

div#featuredproject #image {
	float: left;
	width: 291px;
	height: 177px;
	margin: 24px 0px 0px 20px;
	text-align: center;
}

div#featuredproject #info {
	float: left;
	width: 365px;
	height: 230px;
}

div#featuredproject #info #title {
	display: block;
	font-weight: bold;
	font-size: 16pt;
	padding: 40px 0px 0px 20px;
}

div#featuredproject #info #type {
	display: block;
	color: #047bd9;
	padding-left: 20px;
}

div#featuredproject #info p {
	padding: 20px 0px 0px 20px;
	font-family: Verdana;
	color: #7a7b76;
	line-height: 20px;
}

div#featuredproject #link {
	position: relative;
	top: 14px;
	left: 293px;
	width: 79px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url('images/button.png') no-repeat;
}

div#featuredproject #link a {
	dispaly: block;
	color: #555555;
	font-size: 8pt;
}

div#featuredproject #link a:hover {
	display: block;
	width: 79px;
	height: 31px;
	background: url('images/button_over.png') no-repeat;
}

div#content {
	margin-top: 10px;
}

div#footer {
	width: 700px;
	height: 30px;
	padding-top: 5px;
}

div#footer #fnav {
	float: left;
	list-style-type: none;
	font-size: 8pt;
}

div#footer #fnav li {
	float: left;
}

div#footer #fnav li a {
	padding: 0px 6px 0px 6px;
	border-right: 1px solid silver;
}

div#footer #fnav #last a {
	border: none;
}

div#footer #siteinfo {
	float: right;
	color: #454545;
	font-size: 8pt;
}

.cbox1 {
	background-color: #d2d1c2;
	padding-bottom: 10px;
}

.cheader {
	height: 35px;
	width: 100%;
	padding-left: 30px;
}

.cbox2 {
	background-color: white;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 20px 0px;
}

.cbox2 p {
	line-height: 14pt;
	padding: 10px;
}