html, body, h1, h2, h3, p, div, ul, li {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

body {
background-color: silver;
background: url(images/plait-bg);
background-position: left top;
background-repeat: no-repeat;
}


a {
	border-bottom: dashed 1px #f00177;
	color: #f00177;
	text-decoration: none;
}

a:hover {
	border-bottom: dashed 1px #6acedb;
	color: #6acedb;
	text-decoration: none;
}

#header a, .image a, a.noborder {
	border: none;
}

#wrapper {
	width: 818px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-repeat: no-repeat;
	height: 253px;
}

#header h1 {
	font-size: 1.3em;
	font-weight: 100; /* instead of using HN Ultra Light */
	color: white;
}

#header img {
	vertical-align: middle;
	border: none;
}

#logo {
line-height: 178px;
}

#mmds {
margin-left: 60px;
margin-top: -25px;
}

#nav {
	position: absolute;
	top: 95px;
	right: 0px;
	width: 400px;
}

#nav ul {
	width: 400px;
	margin: 0 auto;
}

#nav li {
	list-style-type: none;
	width: 100px;
	float: left;
	text-align: center;
	padding: 4px 0;
}


#nav a#active {
	color: #f00177;
}

#nav li:hover a {
	color: #f2eb4f;
	border-bottom: dashed 3px #f2eb4f;
}

#nav a {
	text-decoration: none;
	color: white;
	padding: 2px 7px;
	font-weight: 600;
}



#content {
	padding-top: 40px;
}

#content p {
	padding-top: 15px;
	text-indent: 30px;
}

#content .image {
	padding: 10px;
	background-repeat: no-repeat;
}

.large {
/*	border: solid 1px black;*/
}

.thumb {
	width: 170px;
	height: 170px;
}

.right {
	margin-left: 30px;
	margin-right: 10px;
	float: right;
}

.left {
	margin-right: 30px;
	margin-left: 10px;
	float: left;
}

#content .textoverlay {
	float: left;
	padding: 7px;
}

.textoverlay p {
	display: none;
}

#content .textoverlay:hover {
	margin-top: -35px;
}

#content .textoverlay:hover p {
	padding-top: 0;
	text-indent: 0;
	position: relative;
	top: 170px;
	display: block;
	width: 255px;
	height: 35px;
	text-align: center;
	font-size: 0.85em;
	background: url(images/text-overlay);
	
}

.textoverlay a {
	color: black;
	text-decoration: none;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

h2, h3 {
	padding-bottom: 20px;
}

h2 a {
	color: black;
	text-decoration: none;
}

#largerImage {
	float: left;
	border: solid black 1px;
	margin-bottom: 18px;
	margin-right: 38px;
}

.smallthumb {
	display: inline-block;
	float: left;
	border: solid black 1px;
	height: 65px;
	margin-right: 8px;
}

.last {
	margin-right: 38px;
}

#content p.projectinfo {
	padding-top: 0;
	text-indent: 0;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	font-size: x-small;
}

#footer p {
	padding-top: 45px;
	padding-bottom: 45px;
}

a img {
	border: none;
}

.software {
	margin-left: 30px;
	width: 155px;
	float: left;
}

label {
	display: block;
	float: left;
	width: 150px;
	margin-top: 6px;
	margin-bottom: 6px;
}

form {
	padding-left: 50px;
	border-left: dashed 1px black;
}

input, textarea {
	width: 220px;
	margin-top: 6px;
	margin-bottom: 6px;
}

textarea {
	height: 70px;
}

label#emailcomments {
	line-height: 70px;
}

#submit {
	width: 100px;
}

.promisesImages {
	line-height: 81px;
}


