@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b35a27;
	background-color: #edeb9a;
}

a {
	color: #b35a27;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 22px;
}

h1 {
	font-size: 20px;
	margin: 0 0 26px 0;
}

td {
	line-height: 22px;
}

#indexMain {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	background: url(images/indexBack.gif) no-repeat;
}

#indexNav {
	padding-top: 22px;
	width: 1024px;
	height: 70px;
	font-size: 26px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}

#indexFlash {
	position: absolute;
	top: 72px;
	left: 8px;
	width: 923px;
	height: 237px;
}

#indexFlashFix {
	position: absolute;
	top: 64px;
	left: 6px;
	width: 1000px;
	height: 290px;
}

#indexAddress {
	position: absolute;
	top: 692px;
	left: 144px;
	width: 260px;
	font-size: 16px;
}

#smaller {
	font-size: 13px;
}

#indexContent {
	position: absolute;
	top: 442px;
	left: 376px;
	width: 540px;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	background-color: #ffffff;
	border: 1px solid #e5e395;
	border-top: none;
}

#nav {
	padding-top: 22px;
	width: 1024px;
	height: 149px;
	font-size: 26px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	background: url(images/navBack.gif) no-repeat;
}

#nav a, #indexNav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover, #indexNav a:hover, .active{
	color: #b35a27;
}

.subActive, h1 a:hover {
	color: #d5d013;
	text-decoration: none;
}

#content {
	position: relative;
	padding: 42px 0 0 56px;
	width: 968px;
	height: 592px;
	background: #ffffff url(images/contentBack.gif) no-repeat;
}

#content p {
	width: 650px;
}

#header {
	position: absolute;
	top: -14px;
	left: 38px;
}

#contact {
	position: absolute;
	padding-right: 4px;
	top: 80px;
	left: 755px;
	width: 230px;
	font-size: 17px;
	text-align: right;
}

#contact img {
	margin-bottom: 15px;
}

#contact p {
	margin-top: -22px;
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 1024px;
	text-align: right;
}