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

/* ==== Color Scheme ==== */
/* #2A2A1E - Dark Brown */
/* #333325 - Tint */
/* #A2958F - Body Text Color */
/* #673337 - Maroon */
/* #9AA04A - Green */

/* ==== Global Styles ==== */
html, body {
	margin:0 auto;
	padding:0;
	background:#2A2A1E;

	}
body {
	line-height: 1.5em;
	font-size: 14px;
	height:100%;
	}
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0; padding: 0; color:#A2958F; }

h1 { font-size: 1.6em; font-weight: 100; text-align:center; }
h2 { font-size: 1.4em; font-weight: 100; }
h3 { font-size: 1.2em; font-weight: 300; }
p { font-size: 1em; }
a { outline:none; }

.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.centered {
	text-align:center;
	}

.clear-fix { clear: both; line-height: 1px; }

#page { /* outer most wrapper */
	margin: 0 auto;
	width:900px;
	}
/* Header and main navigation styles */
header {
	background:url(../img/Sycamore.jpg) 0 0 no-repeat;
	height:393px;
	}
header h1 {
	margin:0;
	padding:328px 0 0 0;
	}
header .main-nav ul {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	width:100%;
	text-align:center;
	border-top:6px solid #673337;
	}
header .main-nav li {
	display:inline;
	}
header .main-nav a {
	margin:0;
	width:12%;
	height:40px;
	display:inline-block;
	padding:.75em 0 .25em 0;
	text-decoration:none;
	text-align:center;
	font-size:1.1em;
	text-shadow:1px 1px 1px #000;
	color:#9AA04A;
	}
header .main-nav a:hover {
	background:url(../img/main-nav-hover.png) 0 35px repeat-x;
	}
header .main-nav a.current {
	background:url(../img/main-nav-hover.png) 0 35px repeat-x;
	}
/* Styles for the specific page content */
#page-content {
	margin:18px 0 0 0;
	border-top:1px solid #A2958F;
	border-bottom:1px solid #A2958F;
	background:url(../img/column-tint.jpg) 0 0 repeat-y;
	position:relative;
	width:100%;
	float:left;
	/*background:yellow;*/
	}
#profile-panel {
	margin:0 10px 0 0;
	padding:20px 0 20px 20px;
	width:261px;
	float:left;
	/*background:yellow;*/
	}
.main-content {
	margin:0;
	padding:0;
	width:609px;
	float:left;
	/*background:yellow;*/
}
.content {
	margin:15px 20px 0 30px;
	padding:0 0 20px 0;
	}
.divider {
	margin-bottom: 25px;
	background: url(../img/content-divider.png) 0 100% repeat-x;
	}
	
/* === Contact Form Styles === */
#contact {
	margin:.5em 0 2em 0;
	position:relative;
	float:left;
	/* rounded corners */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#333325;
	border:1px solid #673337;
	}
input {
	margin-bottom:.5em;
	padding:0 .25em;
	width:225px;
	display:block;
	border:1px solid #2A2A1E;
	height:20px;
	color:#2A2A1E;
	}
textarea#message {
	margin-bottom:1em;
	padding:0 .25em;
	width:225px;
	height:170px;
	display:block;
	color:#2A2A1E;
	}
input.button {
	width:110px;
	background:#673337;
	height:20px;
	/* rounded corners */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #673337;
	}
input.button:hover {
	color:#fff;
	background:#9AA04A;
	}
.col1 {
	margin:20px 0 0 30px;
	width:250px;
	float:left;
	}
.col2 {
	margin:20px 20px 0 0;
	width:240px;
	float:left;
	}
#submit {
	margin:0 1em 20px 0;
	float:left;
	}
.prompt {
	margin:15px 0 0 30px;
	}
.error {
	margin:5px 0 0 0;
	}
#form_error {
	list-style-type:none;
	}
#form_error li {
	padding:0 0 0 25px;
	background: url(../img/error_alert.png) 0 1px no-repeat;
	}

/* === Type Styles === */
.spaceafter {
	margin: 0 0 10px 0;
	}
#profile-panel ul {
	font-size:1em;
	list-style-type:none;
	}
.content ul {
	margin-left: 30px;
	list-style-type:none;
	}
.content ul li {
	padding-left: 20px;
	background:url(../img/square-bullet.jpg) 0 .5em no-repeat;
	}
.content a {
	color:#9AA04A;
	text-decoration:none;
	}
.content a:hover {
	text-decoration:underline;
	}
#profile-panel a {
	text-decoration:none;
	color:#A2958F;
	}
#profile-panel a:hover {
	text-decoration:underline;
	color:#9AA04A;
	}
.reference-links {
	margin:0 0 0 15px;
	padding:0;
	}
.reference-links a {
	display:block;
	padding-left:15px;
	background:url(../img/link-carrot-sprite.png) 0 6px no-repeat;
	}
.seminar-yr {
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	color:#9AA04A;
	}

/* Footer Styles */
#footer {
	margin:0;
	padding:10px 0;
	height:30px;
	text-align:center;
	position: relative;
	}
#footer p {
	font-size:.9em;
	}