* {
	padding: 0;
	margin: 0;
}
/* html */
body {
	background: #e6efdd url(../images/background.gif) repeat-x;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
a {
	-moz-outline: none;
}
a img {
	border: 0;
}
hr {
	margin: 1em 0 1.5em 0;
	border: 0;
	border-top: 1px solid #522a14;
}
form {
	margin: 0px auto;
	padding:0;
	width: 700px;
}
fieldset {
	margin:1em 0;
	border: 1px solid #e6efdd;
	border-top: 1px solid #603a27;
	padding-top: 20px;
}
legend {
	margin: 1em 0;
	padding: 0 .5em;
	font-family: Verdana;
	font-size: 16px;
	color: #522A14;
	font-weight: normal;
	margin-bottom: 1em;
}
.checkbox {
	float: left;
	background: none;
	width: auto;
	margin: 0 5px 0 0;
	border: 0;
}
label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	color: #565f4e;
}
fieldset div {
	width: 100%;
	clear: both;
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
fieldset div input {
	width: 250px;
	background: #FFFFFF url('../images/input-bg.gif') no-repeat bottom right;
	border-top: 1px solid #a2ab99;
	border-left: 1px solid #a2ab99;
	padding: 2px;
	color: #603a27;
	padding: 2px 5px;
	padding-right: 10px;
	vertical-align: baseline;
}
fieldset div select {
	padding: 2px;
	border: 1px solid #a2ab99;
	color: #603a27;
	width: 265px;
}
p {
	color: #461a04;
	margin-bottom: 21px;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #522A14;
	font-weight: normal;
	margin-bottom: 1em;
}
/* wrapper */
#wrapper {
	width: 865px;
	margin: 0 auto;
}
/* header */
#header {
	background: url(../images/header.jpg) no-repeat 95px 0px;
	height: 144px;
}
#header h1 {
	background: url(../images/logo.gif) no-repeat 0px 24px;
	width: 110px;
	height: 109px;
	text-indent: -9999px;
}
/* container */
#container {
	padding-right: 65px;
}
/* side */
#side {
	float: right;
	width: 338px;
	margin-bottom: 90px;
}
/* boxes */
.box {
	background: url(../images/box-background.jpg) repeat-y;
}
.box-copy {
	padding: 30px 20px 0 20px;
}
.box .bottom {
	background: url(../images/box-bottom.jpg) no-repeat;
	width: 339px;
	height: 53px;
}
.box .bottom a.button {
	background: url(../images/button.jpg) no-repeat;
	display: block;
	width: 259px;
	height: 36px;
	margin: 0 auto;
	text-indent: -9999px;
}
/* copy */
#copy {
	float: left;
	padding: 25px 0 0 15px;
	margin-right: 15px;
	width: 375px;
}
/* footer */
#footer {
	background: url(../images/footer.gif) repeat-x;
	bottom: 0px;
	height: 72px;
	width: 100%;
	clear: both;
	font-size: 9px;
}
#footer-inner {
	width: 865px;
	margin: 0 auto;
}
#footer ul {
	padding-top: 34px;
	float: left;
	list-style: none;
}
#footer li {
	color: #FFF;
	display: inline;
}
#footer li a {
	color: #FFF;
	text-decoration: none;
}
#footer li:first-child:before {
	content: "";
}
#footer li:before {
	content: " | ";
}
#footer .wisdom {
	float: right;
	width: 278px;
	height: 72px;
}
#footer .wisdom span {
	float: right;
	color: #FFF;
	margin-top: 33px;
	margin-right: 10px;
}
#footer .wisdom img {
	float: right;
	margin-top: 30px;
}
#footer .wisdom a {
	text-decoration: none;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* fancyzoom */
.fancyzoom_inner {
	width: 740px;
	height: 400px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.iframe {
	width: 740px;
	height: 400px;
	border: 0px;
}
/* form */
div.multi div {
	margin: 5px 0;
}
div.multi input {
	width: 1em;
}
div.multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}
#submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}
#submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #FFF;
	font-size: 100%;
}
fieldset div.req {
	font-weight: bold;
}
fieldset div.req label:before {
	content: "* ";
}
span.checkbox {
	width: 20px;
	height: 19px;
	padding: 0px;
	padding-right: 10px;
	background: #e6efdd url('../images/checkbox.gif') no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 180px;
	background: #FFFFFF url('../images/select-bg.gif') no-repeat bottom right;
	border: 0px;
	padding: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top: 1px solid #a2ab99;
	border-left: 1px solid #a2ab99;
	color: #603a27;
	overflow: hidden;
}
.submit {
	background: #694431 url('../images/submit-bg.gif') no-repeat;
	margin: 25px;
	color: #FFFFFF;
	overflow: hidden;
	width: 194px;
	height: 27px;
	border: 0;
	clear: both;
}

.checkbox_field {
	margin-top: 25px;
	display: block;
	display: inline-block;
}
.checkbox_column {
	width: 200px;
	float: left;
	clear: none;
	line-height: 20px;
}

.left {
	float: left;
	clear: none;
}
.right {
	float: right;
	clear: none;
}
.autocomplete {
	background: #603a27;
	z-index: 1000;
	color: #DCB6A3;
	font-weight: normal;
}
.autocomplete strong {
	color: #FFFFFF;
	font-weight: normal;
}
.autocomplete ul {
	list-style: none;
	padding: 5px;
}
.autocomplete ul li.selected, .autocomplete ul li:hover {
	background: #461A04;
}
small {
	font-size: 8px;
	color: #A2AB99;
}

/* flash */
#intro {
	background: #42170A;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#flash {
	width: 700px;
	margin: 0px auto;
}
#intro .skip {
	text-decoration: none;
	color: #754a3d;
}
