@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clear:after {
	content: ""; display: block; clear: both;
}
	.clear { zoom: 1; }
	
	
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#000000;
	text-decoration: none;
	color: #eee;
	font-size: 83%;
	line-height: 150%;
}

p {
	padding: 10px 0;
}

h1 {
	color: #777;
	font-size: 2.2em;
	font-weight: bold;
	padding-bottom: 15px;
}

h2 {
	color: #8cf;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #777;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #5e8b00;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

a {
	color:#777;
	text-decoration:none;
}
a:hover, a:active {
	color: #8cf;
	text-decoration:none;
}

#header {
	height: 103px;
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
	padding: 12px 0px 0px;
}

	#logo {
		width: 556px;
		height: 93px;
		background: #000 url(images/logo.png);
		display: block;
	}
	
		#logo a {
			background: #000 url(images/logo.png);
			display: block;
			text-indent: -9999px;
			width: 556px;
			height: 93px;
		}

#hello {
	height: 280px;
	background: #000 url(images/hello.png) no-repeat center;
	text-indent: -9999px;
}

#navcontainer {
	width: 960px;
	margin: 0 auto;
}

#nav {
	display: block;
	width: 463px;
	height: 807px;
	position: relative;
	z-index: 2;
	float: right;
	top: -106px;
	left: 50px;
}

#container {
	margin: 0 auto;
	padding: 30px 0px;
	width: 960px;
}

	#content {
		width: 520px;
	}
	
	#content p {
	
	}
	
	.resumesection {
		margin: 0px 0px 30px;
	}
	
	.resumesection p {
		padding: 15px 0px 0px;
	}
	
	.arrow{
			width:311px;
			height:200px;
			position:fixed;
			bottom:10px;
			left:100px;
			background:transparent url(images/arrow.png) no-repeat top left;
		}
	
/*    Form Styles  */

.form {

}

.formsection {
	float: left;
	margin: 0;
	padding: 20px 0 0;
	width: 486px;
	border-top: 1px solid #333;
}

.form h3 {
	color: #4F889C;
	letter-spacing: -0.01em;
	font-size: 1.4em;
	padding: 0px 0px 15px;
	font-weight: bold;
	margin-left: 220px;
}

.fieldblock {
	float: left;
	width: 486px;
}

.input {
	width: 256px;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
	border-left: 1px solid #333;
	display: block;
	position: relative;
	float: left;
	
}

.input:active, .input:hover {
	border-left: 1px solid #4F889C;
}

.forminput {
	background: none repeat #eee;
	outline: medium none;
	padding: 5px;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	float: left;
}

.project-type {

}

.form label {
	float: left;
	width: 160px;
	text-align: right;
	display: block;
	padding: 5px 30px 0 0;
	font-weight: bold;
	letter-spacing: -0.01em;
}

.submit {
	margin: 0 0 30px 200px;
}

.phpmessage {
	font-size: 1.2em;
}

.phpmessage p {
	padding: 20px 0;
}

.phpmessage a {
	font-size: 1.4em;
	margin: 10px 0;
	display: block;
}

.large {
	font-size: 1.3em;
}