* {
	margin: 0;
	padding: 0;
}
body {
	color: #252525;
	font-size: 12px;
	font-family: "helvetica neue", helvetica, verdana, vera-sans, sans-serif;
}

#front {
	background: #fff url(../_imgs/elements/background.jpg) no-repeat;

}
#simple-projects {
	background: #fff url(../_imgs/elements/labs100x100.png) no-repeat 180px 40px;
}

/* ------------------- Typography -------------------*/

h1, h2, h3, h4, h5, h6, p, li, ul, ol {
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5 {
}
h1 {
	font-size: 2.5em;
	margin-bottom: 0;
}
h2 { 
	font-size: 1.5em;
	margin-bottom: 0;
}
p {
	margin: 1.5em 70px 1.5em 10px;
	line-height: 1.75em;
	font-size: 1em;
	text-align: justify;
}
li {
	font-size: 1em;
	margin-left: 15px;
}
li ul, li ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
p a {
}
a img {
	text-decoration: none;
	border: none;
}
#secondLogo {
	border-bottom: none;
	float: right;
	margin-right: 55px;
	margin-top: -2.45em;
}
#content ul, #content ol {
	margin-left: 10px;
}
#header h1, #header p {
	position: absolute;
	margin-left: -9999px;
	text-indent: -9999px;
}
/* ------------------- Structure --------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#container {
	width: 960px;
	float: left;
	clear: both;
}
#header {
	background: url(../_imgs/elements/header.jpg) no-repeat 250px;
	width: 960px;
	height: 180px;
	float: left;
	clear: both;
	margin-bottom: 3em;
}
#content {
	float: left;
	clear: both;
	width: 960px;
}
#left {
	float: left;
	clear: both;
	width: 480px;
}
#secondaryNav {
	float: right;
	clear: both;
	margin-right: 65px;
	margin-top: 2.5em;
	list-style: none;
	text-align: right;
	line-height: 1.25em;
}
#secondaryNav li {
}
#right {
	float: left;
	width: 460px;
}
#footer {
	float: left;
	clear: both;
	width: 960px;
	margin-top: 1.5em;
}
#footer p {
	color: #666;
}
#footer p a {
	color: #252525;
}

/*------------------ Decorative --------------------*/

.demoImage {
	margin: 1.5em 65px 1.5em 0;
	width: 340px;
	border: 2px solid #ccc;
	float: right;
}

/*------------------ Form Stuff --------------------*/
label {
	font-weight: bold;
	line-height: 1.5em;
}
.plain {
	list-style: none;
}

.submitButton {
	background: #252525;
	color: #fff;
	border: none;
	padding: 5px;
}
fieldset {
	border: 1px solid #ccc;
	background: #eee;
	padding: 1.5em 0;
	margin: 1.5em 0;
}
fieldset legend {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	position: relative;
	margin: -3em 0 0 10px;
}
#content fieldset ul {
	list-style: none;
	margin-left: 0;
}
#content fieldset ul li {
	margin-left: 10px;
	float: left;
	clear: both;
	width: 430px;
}
#content ul li textarea {
	float: left;
	clear: both;
	width: 430px;
	height: 180px;
	margin-left: 0;
}