body {
	background-color: #e7c340;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2e2e2e;
}

/* Text */

h2 {
	color: #65B18A;
}

h3 {
	color: #65B18A;
	background-color: #AED8C6;
	line-height: 1.5em;
	font-size: 1.2em;
	padding-left: 1em;
	border-left: solid 5px #65B18A;
	border-bottom: solid 2px #65B18A;
}

.subhead {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #65B18A;
}

.sub_list {
	padding-bottom: 1em;
	display: block;
}

/* Main section divisions */

#container {
	background-image:  url(../images/new_wavy.jpg);
	background-repeat: repeat;
	width: 950px;
	margin: 10px 0px 10px -475px;
	position: relative;
	left: 50%;
}

#border {
	margin: 0;
	padding: 20px 50px 50px 50px;
	position: relative;
}

#main {
	background-color: #d9d9d9;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/new_wavy_blur.jpg);
	background-repeat: repeat;
	background-position: -52px -22px;
	position: relative;
}

#header {
	height: 144px;
	background-image:  url("../images/header_image.gif");
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-bottom: 10px;
	position: relative;
}

#nav {
	margin-left: 100px;
	padding-top: 5px;
	position: relative;
}

#nav ul {
	list-style-type: none;
	margin-top: 100px;
	padding-left: 0px;
}

#nav li {
	width: 95px;
	height: 22px;
	float: left;
	padding-right: 5px;
	padding-left: 0px;
}

#content {
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
	margin-top: 10px;
	position: relative;
}

#img_wrap {
	padding: 10px;
	float: right;
	width: 300px;
	background: url("../images/new_wavy.jpg") repeat -475px -190px;
}

#text_wrap {
	margin-right: 350px;
}

#content ul {
	margin-left: 0px;
	padding-left: 1em;
}

#content li {
	list-style-type: none;
	line-height: 1.2em;
	padding-bottom: 1em;
}

#brief_text {
	padding-bottom: 200px;
	padding-top: 20px;
	text-align: center;
}

#footer {
	background-color: #E7C340;
	margin-top: 5px;
	padding-left: 10px;
	line-height: 110%;
}

/* Special classes */

.border {
	border: 1px solid #2E2E2E;
}
.clear {
	clear: both;
}

.float_right {
	float: right;
	padding-left: 10px;
}

.hide_text {
	position: absolute;
	left: -3000px;
	font-size: xx-small;
}

.center {
	text-align: center;
}

/* Link styles */

a:link {
	color: #65B18A;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #E7C340;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #65B18A;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #65B18A;
}

/* Nav styles */

#nav a:link {
	font-weight: bold;
	color: #65B18A;
	text-decoration: none;
	background-color: #aed8c6;
	line-height: 22px;
	text-align: center;
	display: block;
	height: 22px;
	width: 95px;
	border: 1px solid #65B18A;
}
#nav a:visited {
	line-height: 22px;
	font-weight: bold;
	color: #65B18A;
	background-color: #aed8c6;
	text-align: center;
	display: block;
	height: 22px;
	width: 95px;
	border: 1px solid #65B18A;
}
#nav a:hover {
	line-height: 22px;
	font-weight: bold;
	color: #aed8c6;
	text-decoration: none;
	background-color: #65B18A;
	text-align: center;
	display: block;
	border: 1px solid #aed8c6;
	height: 22px;
	width: 95px;
}

/* "You Are Here" Nav styles */

#home .home a, #cv .cv a, #projects .projects a, #courses .courses a, #tech .tech a, #contact .contact a {
	line-height: 22px;
	font-weight: bold;
	color: #65B18A;
	text-decoration: none;
	background-color: #D9D9D9;
	text-align: center;
	display: block;
	height: 22px;
	width: 95px;
	border: 1px solid #65B18A;
	cursor: default;
}

/* Form styles */

#form_container {
	padding-left: 20px;
	padding-bottom: 50px;
}

.label_area {
	padding-bottom: 10px;
	padding-top: 10px;
}

.input_area {
	padding-bottom: 10px;
}

.warning {
	background-color: #E7C340;
	padding: 5px;
	font-weight: bold;
}

#addressfield {
	display: none;
}
