html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #241F12 url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCB193;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid #9E8C5A;
	font-size: 18px;
	font-weight: normal;
	color: #A19C7E;
}

h2 span {
	font-weight: bold;
	color: #CBC499;
}

h3 {
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 190%;
	text-align: justify;
}

ol {
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 220%;
}

ul li {
	padding-left: 13px;
	background: url(images/homepage07.gif) no-repeat left center;
}

.list1 {
	margin: 0px;
	padding: 0px;
}

.list1 li {
	float: left;
	width: 230px;
}

a {
	color: #BCB193;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 4px;
	border: 1px solid #B19C65;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 900px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 174px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0px;
	text-indent: -9999em;
	line-height: normal;
}

#header a {
	display: block;
	height: 150px;
}

.home #header {
	background-image: url(images/homepage01.jpg);
}

/** PAGE */

#page {
	background: url(images/bg03.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg04.jpg) no-repeat left top;
}

#bgbtm {
	height: 370px;
	min-height: 370px;
	padding: 50px 50px 0px 50px;
	background: url(images/bg05.jpg) no-repeat left bottom;
}

html>body #bgbtm {
	height: auto;
}

/** CONTENT */

#content {
	float: right;
	width: 505px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	padding: 30px 30px 10px 30px;
	background: #342C1A url(images/homepage06.gif) no-repeat right top;
}

/** FOOTER */

#footer {
	height: 112px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #5C5442
}

/** BOX1 */

#box1 {
	padding: 0px 50px;
	background: url(bgimages/bg02_01.jpg) no-repeat left top;
	color: #C29583;
}

#box1 h2 {
	border-color: #72351B;
	color: #999472;
}

#box1 .column1 {
	float: left;
	width: 375px;
}

#box1 .column2 {
	float: right;
	width: 375px;
}

#box1 .border {
	border-color: #72351B;
}

#box1 .more {
	display: block;
	padding: 4px 0px 5px 34px;
	background: url(images/homepage04.gif) no-repeat left center;
	color: #E39B00;
}
#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}
