@charset "utf-8";

/* for styles inside the #content div */

#leftcolumn {
	float: left;
	width: 290px;
}
h1 {
	color: #660006;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	margin-bottom: 0.2em;
	line-height: 1.4em;
}
h2 {
	color: #660006;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #5a4524;
}

#imgs_main {
	float: right;
	position: relative;
	height: 367px;
	width: 615px;
	overflow: hidden;
}
.acc {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 250px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.acc p {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.acc  a.tab {
	background-color: #B99B6D;
	color: #660006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.4em;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 10px;
	letter-spacing: .1em;
	cursor: pointer;
}
.acc  a.tab:hover {
	color: #B8010B;
}
a {
	text-decoration: none;
	color: #660006;
}
#directions   {
	padding: 0px;
	background-color: #CDB898;
	position: relative;
	margin: 0px;
}
#directions form {
	margin: 0px;
	padding: 0px;
	background-image: url(../layout/env.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#directions h1 {
	margin: 0px;
	padding: 0px;
}

#directions  label {
	width: 120px;
	display: block;
	text-align: left;
	margin-right: 10px;
	float: left;
	color: #000000;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#directions  #submit {
	background-color: #B99B6D;
	color: #660006;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	outline:none;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
}
