/* @override 
	http://tierville.lh/css/site.css
	http://tierville.home/css/site.css
*/

body {
	background: #d6e2e5;
	margin: 0;
	padding: 0;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	clear: both;
	margin-bottom: 10px;
}

span.hilite {
	color: #1a6248;
	font-weight: bold;
	font-style: italic;
}

h1 {
	color: #1a6248;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	font-size: 1.6em;
}

h2 {
	color: #1a6248;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	font-size: 1.3em;
	margin-top: 10px;
	clear: both;
	line-height: 1.5em;
}

h3 {
	color: #1a6248;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}

h3.lhs {
	float: left;
	margin-top: 6px;
}

h3.rhs {
	float: right;
	font-size: smaller;
}

a, a:visited {
	text-decoration: none;
	font-variant: normal;
	color: #1a6248;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.skills td {
	vertical-align: top;
	padding: 2px;
}

table.skills th {
	vertical-align: top;
	padding: 2px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	color: #1a6248;
}

ul.main_nav {
	list-style-type: none;
	margin: 0;
	background-color: #d6e2e5;
	width: 100%;
	height: 30px;
	padding: 0;
}

ul.main_nav li {
	float: left;
	padding: 5px 10px;
}

ul.main_nav li a {
	color: #576162;
}

ul.main_nav li.active a {
	color: #8a9b9d;
}

#page-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#header {
	font-size: 2em;
	font-variant: small-caps;
	padding: 4px;
	background: #d6e2e5;
	border-bottom: 4px solid #9fb2b5;
	font-weight: bold;
	color: #1a6248;
	letter-spacing: 1px;
	height: 75px;
}

#header div {
	padding-left: 10px;
	float: left;
}

#header span {
	font-size: .5em;
}

#logo {
	float: left;
}

#zce-logo {
	float: right;
}

#content-wrapper {
	min-height: 500px;
	clear: both;
}

#content {
	padding: 10px 15px 15px 10px;
}

#footer {
	border-top: 4px solid #9fb2b5;
	border-bottom: 4px solid #9fb2b5;
	height: 20px;
	padding: 10px;
	font-size: .7em;
	clear: left;
}

#menu {
	background-color: #d6e2e5;
	width: 100%;
	height: 28px;
}

form#contact_form dt {
	margin-top: 5px;
}

#submit-label {
	height: 0;
}

form#contact_form dd {
	margin-left: 0;
}

#uploadprogress {
	width: 300px;
	height: 30px;
}

#submit {
	float: none;
	margin-left: 280px;
}

#upload_progressbar_wrap {
	font-size: 0.8em;
	width: 310px;
}
#upload_progressbar {
	height: 10px;
}

#form_target_iframe {
	position: absolute;
	left: -100px;
	top: -100px;

	width: 10px;
	height: 10px;
	overflow: hidden;
}

