@charset "UTF-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, /*em, strong,*/ th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #838383 url(../images/page_background.jpg) repeat top left;
	text-align: left;
	line-height: 180%;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 -2px 0;
	padding: 0;
	text-align: right;
}
p {
	padding: 6px 0;
}
a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#container {
	position: relative;
	width: 100%;
	text-align: center;
}
#inner_container {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 800px;
	height: 114px;
	position: relative;
}
#logo {
	position: absolute;
	top: 10px;
	right: 75px;
	width: 186px;
	height: 92px;
}
#nav {
	position: absolute;
	top: 20px;
	left: 35px;
	width: 600px;
	height: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #00853E;
}
#nav ul li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #00853E;
}
#nav ul li.end {
	border-right: none;
}
#nav a {
	color: #00853E;
	text-decoration: none;
}
#nav a:hover {
	color: #00853E;
	text-decoration: none;
}
#content {
	/*
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 440px;
	padding: 80px 60px 40px 300px;
	*/
	background: url(../images/leaves.jpg) no-repeat top left;
	text-align: right;
}
#content_text {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 680px;
	padding: 80px 60px 40px 60px;
	text-align: right;
}
/*
.first_letter {
	float: left;
	font-size: 60px;
	line-height: 60px;
	padding: 0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/
.td_padding {
	padding: 4px;
}
.clear {
	clear: both;
	display: block;
}
img.portfolio_thumb {
	border: 1px solid #666666;
}
/*
#resume {
	text-align: left;
	padding: 0;
	width: 400px;
}
#resume ul {
	list-style: circle;
}
#resume ul.resumelist {
	display: inline;
	list-style: none;
}
#resume ul.resumelist li {
	padding-right: 20px;
}
*/
#bottom_nav {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 9px;
	color: #000000;
}
#bottom_nav ul li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #000000;
}
#bottom_nav ul li.end {
	border-right: none;
}
#bottom_nav a {
	color: #000000;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	width: 800px;
	height: 30px;
	background: url(../images/footer.jpg) no-repeat;
}
#tagline {
	position: relative;
	width: 800px;
	margin: auto;
	padding-right: 20px;
	font-size: 8px;
	color: #FFFFFF;
	text-align: right;
}
#tagline a {
	color: #FFFFFF;
	text-decoration: none;
}
#tagline a:hover {
	color: #FFFFFF;
	text-decoration: none;
}