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


/* Clear */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

/* text and layout */
body {
	background: #363636;
	font-size: 62.7%;
	color: white;
	font-family: Times, Times New Roman, serif;
}

body#locations, body#about {
	background: url(../images/bg_tree.jpg) top left repeat-x fixed black;
}

#nav a {
	display: block;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

#wrapper
{
	position: relative;
	width: 815px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#nav {
	width: 350px;
	margin-right: 30px;
	float: left;
}

#content {
	width: 435px;
	padding-top: 80px;
	float: right;
}

#bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 900px;
	overflow: visible;
	z-index: 1;
}

#bg img {
	width: 100%;
}

#copyright {
	position: relative;
	text-align: center;
	padding: 1%;
	width: 98%;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

#copyright p {
	margin-bottom: 0px;
	font-size: 1.2em;
}

h1 {
	font-size: 2em;
	margin-bottom: 25px;
	padding-top: 20px;
	letter-spacing: 2px;
	width: 400px;
}

h2 {
	font-size: 1.8em;
	margin: 20px 0px 10px 20px;
	border-bottom: 1px dashed;
}

#locations h2 {
	clear: both;
}

#locations h2 span {
	font-size: .8em;
	float:right;
}


p {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 19px;
}

#nav p {
	text-align: right;
}

#content p {
	text-indent: 50px;
}

a, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #e7c97d; /* light gold */
}

.right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
	padding-top: 20px;
	width: 100%;	
}

.no_margin {
	margin: 0px;
}


/* page specific */
#about .portrait {
	display: block;
	width: 200px;
	margin: 0px 0px 20px 20px;
	border: 1px solid;
	float: right;
}

#contact #content {
	padding-top: 140px;
}