body {
	width: 825px;
	color: #999;
	margin: 0 auto;
}

h1 {
	font-size: 1.5em;
}

h2 {
	
}

h3 {
	color: #4db3d0;
	margin-bottom: 10px;
	margin-top: 0;
	font: normal 1em/1.5em Arial, Helvetica, "Helvetica Neue", sans-serif;
}

p {
	padding-top: 0;
	padding-bottom: 5px;
	font: normal .8em/1.5em Arial, Helvetica, "Helvetica Neue", sans-serif;
}

a {
	color: #4db3d0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #ef4723;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}



.header {
	width: 825px;
	margin: 18px auto 20px auto;
}

#projects {
	width: 825px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.logo {
	float: left;
	margin-top: 22px;
}

.globalNavigation {
	background: url(../_images/nav-primary-border.gif) no-repeat 0 0;
	float: right;
	font: 16px Helvetica, Arial, "Helvetica Neue", sans-serif;
	height: 93px;
}

.globalNavigation a {
	color: #acacac;
	float: left;
	height: 93px;
	line-height: 93px;
	padding: 0 13px;
	text-decoration: none;
	vertical-align: middle;
}

.globalNavigation a:hover {
	background: url(../_images/nav-primary-bg-on.gif) repeat-x left center;
	color: #00aeef;
}

.globalNavigation a.selected {
	background: url(../_images/nav-primary-bg-on.gif) repeat-x left center;
	color: #00aeef;
}

.globalNavigation span {
	background: url(../_images/nav-primary-border.gif) no-repeat 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	height: 93px;
	width: 1px;
	overflow: hidden;
}

.hero {
	clear: both;
	margin-bottom: 20px;
	width: 825px;
}


.description {
	background-color: #898989;
	clear: none;
	float: left;
	width: 419px;
	height: 86px;
	margin-bottom: 20px;
}

.description p {
	color: #fff;
	padding: 5px 15px 5px 20px;
}

.features {
	float: right;
	height: 86px;
	width: 406px;
}

.copy {
	padding: 10px;
	margin-bottom: 20px;
	width: 500px;
	margin-left: 320px;
	text-align: justify;
}

.contact {
	text-align: right;
}

.footer {
	font-size: .5em;
	clear: both;
	padding-top: 10px;
	text-align: right;
	border-top: 1px solid #e6e6e6;
	margin-top: 10px;
	padding-right: 10px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
