body {
	background: url(/i/bg.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
p {
	font-size: 13pt;
}
a {
	color:#FFFFFF;
}
h2 {
	font-size: 18px;
}
h3 {
	color: #d0c39d;
	font-weight: normal;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
h4 {
	margin-top: 11px;
	margin-bottom: 5px;
	margin-left: 26px;
	font-size: 17px;
	line-height: 20px;
}
/* --- */

#container {
	width: 780px;
	margin: 0px auto 0px auto;
	background: #39432c;	
}

/* --- */

#index_header h1,
#index_header h2,
#index_header p,
#header h1,
#header h2 {
	position: absolute;
	text-indent: -999em;
}

#header {
	height: 193px;
	position: relative;
	background: #5a6749 url(/i/header_bg.gif) right no-repeat;
	border-bottom: #7c745d;
	text-align: left;
}
#header .deb {
	position: absolute;
	bottom: 1px;
	left: 137px;
}
#index_header {
	height: 290px;
	position: relative;
	background: url(/i/header_index_bg.gif);
	border-bottom: #7c745d;
	text-align: left;
}
#index_header .deb {
	position: absolute;
	bottom: 0px;
	left: 150px;
}

/* --- */

#nav {
	width: 250px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	left: 0px;
	top: 65px;
}
#nav li a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 20px;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
}
#nav li a:hover {
	color: #c3b994;
}
#nav a:hover div {
	display: block;
}
#nav .icon {
	color: #c3b994;
	display: none;
	position: absolute;
	left: 0px;
	width: 20px;
	text-align: center;
	font-size: 20px;
}

#header #nav {
	top: 5px;
}
#header #nav li a {
	font-size: 19px;
	line-height: 26px;
}

/* --- */

#quote {
	height: 180px;
}
#quote object, #quote embed {
	margin: 0px;
	padding: 0px;
}

.main_photos {
	border-top: 1px solid #7c745d;
	border-bottom: 1px solid #7c745d;
}

/* --- */

#sidebar {
	float: left;
	width: 222px;
	background: #7c745d;
	color: #FFFFFF;
	text-align: left;
	height: 800px;
}
#content {
	float: left;
	width: 324px;
	padding: 15px 18px 15px 18px;
	text-align: left;
}
*html #content {
	width: 324px;
}
#content.wide {
	width: 510px;
}
#content li {
	font-size: 13pt;
	margin-bottom: 5px;
}

#photo_bar {
	width: 190px;
	padding-top: 40px;
	float: left;
}
#photo_bar img {
	border: 2px solid #d0c39d;
}

.quoted {
	margin-left:35px;
	margin-right:40px;
	text-align:justify;
	font-style:italic;
}

/* --- */

#footer {
	margin: 5px;
	color: #333333;
	font-size: 14px;	
}
#chard a {
	font-size: 8pt;
	color: #333333;
	padding-bottom:15px;
}



/* -- FORM -- */

/* -- General Form Classes - */
.form_wrapper {
	text-align: center;
	border-top: 0px;
	width: 208px;
	margin-top: 0px;
}
.form {
	width: 175px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size: 10pt;
	position: relative;
	color: #FFFFFF;
}

.form input, .form select, .form textarea {
	font-size: 12pt;
	border: 0px;
	background: #d0c39d;
	color: #000000;
}
input, textarea, select {
	margin: 0px;
	padding: 0px;
	width: 175px;
}

/* -- All Fields -- */
.standard {	
	background: none;
	padding: 4px 10px 0px 10px;
	margin-bottom: 3px;
}
*html .standard {
	margin: 0px;
	padding: 3px 10px 0px 10px;
}

.form p {font-size:11pt;}

/* -- Defaults -- */
.label {
	font-weight: normal;
}
.desc {
	font-style: italic;	
}



/* -- Standard Field -- */
.standard {
	position: relative;
	clear: both;
	min-height: 15px;
}
*html .standard {
	height: 15px;
}
.standard .label, .standard .field, .standard .desc {
	width: 175px; /* total width - padding - border */
}
.standard .desc {
	display: none;
}


/* -- Flags -- */
.flag_required, .flag_problem {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 5px;
	height: 20px;
	clear: both;
	border: 1px solid #000000;
}
*html .left_desc .flag_required, *html .left_desc .flag_problem {
	top: 0px;
	left: -26px;
}
.flag_required, .required div {
	background: #86A7BE;
}
.flag_problem, .problem div {
	background: #CE0014;
}

.legend {
	height: 20px;
	list-style: none;
	background: none;
	padding-top: 2px;
	display: none;
}
.legend .required { display: none; }
.legend li {
	float: left;
	margin-right: 10px;
	width: 150px;
}
.legend div {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	float: left;
	margin-right: 5px;
}
.errors {
	display: none;
}
.form .value {
	display: none;
}