body {
	background: #736357 url(../images/bg.gif);
	font-family: Georgia, serif;
	font-size: 10px;
	color: #5f5248;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 1.3em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

a {
	color: #c2480c;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
	.doc_link a {
		padding-right: 13px;
		background: url(../images/download.png) no-repeat right center;
		font-family: Arial, sans-serif;
		font-size: .8em;
		text-transform: uppercase;
	}
	
	a.top {
		font-size: .7em;
		text-transform: uppercase;
		background: url(../images/arrow_up.png) no-repeat right center;
		padding-right: 8px;
		font-family: Arial, sans-serif;
	}

p {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 1.4em;
}

	p.go2top {
		text-align: right;
	}
	
	p.break {
		background: url(../images/dotted3.png) repeat-x left bottom;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

ul {
	margin-top: 20px;
}

li {
	font-size: 1.3em;
	line-height: 1.6em;
	background: url(../images/bullet.png) no-repeat left 5px;
	padding-left: 16px;
}

.has_header {
	margin-top: 0;
}

	ul.has_header {
		margin-top: 5px;
	}

.container {
	width: 1020px;
	background: #f5f4f1 url(../images/content_bg.gif);
	margin: 10px auto 30px auto;
}

.header {
	background: #f5f4f1 url(../images/header.jpg) repeat-x left top;
	padding: 60px 30px 65px 40px;
}

	#logo {
		float: left;
	}

	.contact {
		float: right;
		text-align: right;
		font-family: Arial, sans-serif;
		font-size: 1.2em;
		margin-top: 27px;
	}

.content {
	padding: 10px 30px 0 40px;
}

.main {
	width: 460px;
	padding: 5px 250px 60px 0;
	float: right;
}

	.photo {
		background: url(../images/headshot.png) no-repeat right top;
	}
	
	.main.map {
		padding-right: 0;
		width: 710px;
	}
	
		.map_wrap {
			float: right;
			font-family: Arial, sans-serif;
		}

			.map_wrap iframe {
				border: 9px solid #fff;
				margin: 15px 0 10px 0;
				box-shadow: 0 0 10px #999;
				-moz-box-shadow: 0 0 10px #999;
				-webkit-box-shadow: 0 0 10px #999;
			}
			
			.map_wrap a {
				font-size: 1.1em;
			}

.sidebar {
	width: 160px;
	float: left;
	padding-top: 30px;
}

	ul.mainNav {
		margin-top: 0;
	}
	
		.mainNav li {
			font-family: Arial, sans-serif;
			font-size: 1.2em;
			text-transform: uppercase;
			background: none;
			padding: 0;
		}
		
			.mainNav a {
				color: #5f5248;
				display: block;
				height: 35px;
				line-height: 35px;
				border-top: 1px solid #ccc;
			}
			
				.mainNav .last a {
					border-bottom: 1px solid #ccc;
				}
		
			.mainNav li.current a,
			.mainNav a:hover {
				color: #c2480c;
			}

.footer {
	background: url(../images/footer.png) repeat-x left top;
	text-align: center;
	padding: 20px 0 30px 0;
	font-family: Arial, sans-serif;
}

	.footer p {
		font-size: 1.1em;
		line-height: 1.8em;
	}
	
	.footer_nav {
		text-transform: uppercase;
	}
	
	.footer a {
		color: #5f5248;
	}
	
		.footer a:hover {
			color: #c2480c;
		}
