* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #fefbf6;
	padding: 0px 0px 10px 0px;
	font-family: "verdana", "tahoma", sans-serif;
	color: #000;
}

a:link, a:active, a:visited {
	color: #676734;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container-shadow {
	z-index: 1;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	background: url(../images/bg.jpg) no-repeat bottom center;
}
#container {
	z-index: 2;
	position: relative;
	width: 700px;
	border-right: solid 1px #676734;
	border-left: solid 1px #676734;
	border-bottom: solid 1px #676734;	
	background-color: #fff;
	padding: 10px;
	margin: 0px auto;
}


h1 {
	font-size: 18px;
	border-bottom: 1px solid #676734;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 14px;
}

.divider {
	height: 1.0em;
	clear: both;
}

.divider2 {
	clear: both;
}

#header {
	position: relative;
	width: 100%;
	height: 55px;
}

#header-links {
	position: absolute;
	top: 28px;
	right: 10px;
	font-size: 10px;
}

#header-links li {
	display: inline;
  	list-style-type: none;
  	padding-left: 20px;
}

#header-links a {
	color: #676734;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 1.0em;	
}

#header-links a:hover {
	text-decoration: underline;
}

.noborder {
	border: none;
}

#banner img {
	padding: 3px;
	border: 1px solid #676734;
}

.column1 {
	float: left;
	width: 200px;
	border: 1px solid #676734;
	padding: 5px;
	margin-right: 10px;
}

.column1inner {
	background-color: #ececdd;
	padding: 5px;
}

.column1 ul li {
	font-size: 12px;
	margin-left: 18px;
}

.column2 {
	float: left;
	width: 460px;
	padding: 0 0 0 10px;
}

.column2 li {
	font-size: 12px;
	margin-left: 18px;
}

.column2 ul {
	font-size: 12px;
	margin-bottom: 2.0em;
}

h1 {
	font-size: 16px;
	color: #676734;
	font-family:  georgia, "bookman old style", serif;
}

h2 {
	font-size: 14px;
	color: #676734;
	font-family:  georgia, "bookman old style", serif;
}

h3 {
	font-size: 12px;
	color: #676734;
	font-family:  georgia, "bookman old style", serif;
}

.column1inner p {
	margin-top: 8px;
	font-weight: bold;
	font-size: 11px;
}

.column2 p {
	font-size: 12px;
	margin: 0 0 1.5em 0;
}

#contact {
	text-align: center;
}

#contact p {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

#contact img {
	padding: 3px;
	border: 1px solid #676734;
}

#addressbox {
	font-size: 12px;
	text-align: center;
}

#footer {
	position: relative;
	height: 4.0em;
	padding: 0.6em;
	margin-top: 1.0em;
	font-size: 10px;
	background: #ececdd;
	border-top: 1px solid #676734;
	clear: both;
	line-height: 14px;
}

#footer .left {
	position: absolute;
}

#footer .right {
	position: absolute;
	right: 0em;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

label {
	display: none;	
}

input, option, textarea, select {
	width: 455px;
	padding:5px;
	margin: 3px 0;
	color: #676734;
	border: 1px solid #676734;
}

#buttons {
	text-align: center;
	float: left;
}

#buttons input {
	width: 85px;
	margin-right: 10px;
	text-align: center;
}

#log {
	float: left;
	margin-top: 10px;
	width: 350px;
	font-size: 10px;
}
 
#log_res {
}
 
#log_res.ajax-loading {
	padding: 0 20px 0;
	height: 20px;
	background: url(../images/progress.gif) no-repeat;
}

.smallfont {
	font-size: 10px;
}

.titleimage {
	float: right;
	padding: 3px;
	margin: 5px;
	border: 1px solid #676734;
}

