* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background: #D0C49F url(images/main-bkg.jpg) repeat-x;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
}

body.front {
	background: #E6E6E6 url(images/f-body-bkg.jpg) repeat-x;
}

a:link, a:visited {
   color: #505E42;
   text-decoration: none;
}

a:hover, a:active {  
  color: #505E42;
  text-decoration: underline;
}

#container {
	background: #F0E6C8;
	border: none;
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#header {
	height: 90px;
	border-bottom: 1px solid #fff;
}

#header img {
	margin-top: 10px;
	margin-left: 20px;
	border: none;
}

#masthead {
	border-bottom: 1px solid #fff;
	position: relative;
	height: 207px;
	background-color: #505E42;
}

#masthead h1 {
	position: absolute;
	color: #F0E6C8;
	font-weight: normal;
	font-size: 1.8em;
	top: 168px;
	left: 220px;
}

#masthead img.photo {
	position: absolute;
	right: 0;
	top: 0;
}

#frontnav {
	background-color: #CCC09B;
	height: 207px;
	width: 160px;
}

#sidenav {
	margin-top: 10px;
	margin-left: 2em;
}

#content {
	text-align: left;
	line-height: 1.3em; 
	margin-left: 220px;
	width: 500px;
	padding: 20px 10px 40px 0px;
	min-height:400px;
   height:auto !important;
   height:400px;
}

#content h1, h2 {
	color: #710100;
	margin-bottom: 4px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.2em;
}

#content h2 {
	font-size: 1em;
	margin-top: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	padding: 6px 0 10px 10px;
	margin-left: 10px;
}

table.fees {
	margin-top: 10px;
}

table.fees td {
	padding: 0 20px 10px 0;
}

td.description {
	width: 300px;
}

td.currency {
	text-align: right;
}

#footer {
	clear: both;
	font-size: .8em;
	background: #F0E6C8;
	text-align: right;
	padding: 10px 40px 8px 10px;
	position: absolute;
	bottom: 0;
	right: 0; 
}

#footer p {
	margin-top: 2px;
}

hr {
	color: #3399CC;
	height: 1px;
	width: 80%;
	text-align: center;
}

#frontnav  {
	float: left;
	width: 170px;
	padding-left: 22px;
}

#frontnav ul {
	list-style: none;
}

#frontnav  li {
	margin-top: 12px;
	margin-bottom: 10px;
}

#frontnav li a {
	padding: 0px 0px 0px 0px;
	color: #3E5915;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/* inside pages - navigation */
#nav {
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 0px;
}

#nav p.contact {
   margin-top: 50px;
	padding-top: 18px;
	border-top: 1px solid #065798;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#nav li {
	margin-top: 16px;
	margin-bottom: 10px;
}

#nav li a {
	padding: 0;
	color: #065798;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}



/* forms */
fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 8px 0 8px 0;
	border: 1px solid #fff;
}

form.contact fieldset {
	border: none;
}

legend
{
	margin-left: 1em;
	color: #710100;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	text-align: right;
	width: 8em;
	margin-right: 1em;
	font-weight: bold;
}

fieldset.submit
{
	float: none;
	width: auto;
	border: 0 none #FFFFFF;
	padding-left: 8em;
}

table.form {
	border-collapse:collapse;
	font-size: .9em;
	width: 100%
}

option {padding-left: 10px;}

table.form td {
	/*	white-space: nowrap; /* don't want wrapping text */
		padding:2px 2px 2px 5px; /* right padding for required field marker */
}

table.form label {
	float: left;
	display: block; 
	width: 8em;
	color: #000;
	text-align: right;
	margin-right: 10px;
}
