html{
	background: url(images/bg.gif);
}

body{
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	font: 11px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1#logo{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 900px;
	height: 160px;
	text-indent: -2000px;
	cursor: pointer;
}

h2{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
}

h3{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h5{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	margin: 0;
}

table{
	border-right: 1px solid #e2e3e4;
	border-top: 1px solid #e2e3e4;
	margin-bottom: 20px;
}

th{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #005568;
	border-bottom: 1px solid #E2E3E4;
	border-left: 1px solid #E2E3E4;
}

td{
	border-bottom: 1px solid #E2E3E4;
	border-left: 1px solid #E2E3E4;
	text-align: center;
}

img{
	border: none;
	padding: 0px;
	margin: 0px;
}


a{
	color: #8FB5C2;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form{
	color: #666666;
	position: relative;
}

form div{
	text-align: left;
}

form p{
	padding: 0;
	margin: 0;
	position: relative;
}

input[type="text"], textarea{
	font: 10px/13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #b2a97e;
	background-color: #e8e5d7;
	border: none;
	padding: 2px;
	margin-top: 5px;
}

input#send{
	margin-top: 20px;
	color: #807751;
	background-color: #e8e5d7;
	text-transform: uppercase;
}

form label{
	display: none;
}

hr{
	border-top: none;
	border-bottom: 1px dashed #666;
}

/*.wrapper{
	overflow: auto;
}*/

.line{
	width: 100%;
	line-height: 1px;
	border-bottom: 1px dashed #666;
}

.title{
	color: #005568;
	font-weight: bold;
	text-align: left;
}

.trigger{
	width: 10px;
}

.up{
	background: url(images/up.gif) no-repeat center center;
}

.down{
	background: url(images/down.gif) no-repeat center center;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.field{
	margin-top: 3px;
	display: block;
}

.odd{
	background-color: #f1f1f1;
}

.req{
	color: #e17710;
	font-size: 14px;
}

.reqinput{
	color: #e17710;
	font-size: 14px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
}

.upper{
	text-transform: uppercase;
}

.feature{
	color: #005568;
}

#page{
	width: 900px;
	height: 100%;
	background: url(images/bg-page.gif) no-repeat top center;
	padding: 30px 0 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header{
	background: url(images/bg-header.jpg) no-repeat center center;
	height: 230px;
}

#nav{
	padding: 0 30px 0 0;
	text-align: right;
}

#nav ul{
	margin-top: 6px;
}

#nav li:first-child{
	border-left: none;
}

#nav li{
	display: inline;
	border-left: 1px solid #8FB5C2;
	padding: 0 9px;
	margin: 0;
}

#nav a{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

#nav a:hover, #nav a.current{
	text-decoration: none;
	color: #fff;
}

#content{
	background-color: #b2aa7e;
	position: relative;
	/*width: 990px;*/
	/*height: 100%;*/
	/*overflow: hidden;*/
	/*overflow: auto;*/
	height: 100%;
}

#content .collapsomatic p{
	margin: 0;
}

#main{
	background: #fff url(images/bg-main-bottom.gif) no-repeat bottom right;
	width: 530px;
	height: 100%;
	/*border: 1px solid red;*/
	padding: 30px;
	position: relative;
	float: left;
	color: #666;
}

#main a{
	font-weight: bold;
}

#main .corner{
	background: #fff url(images/bg-main-top.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	height: 10px;
	width: 10px;
}

#sub{
	width: 290px;
	position: relative;
	float: right;
	color: #807751;
}

#sub .block:first-child{
	margin-top: 0;
}

#sub .block{
	margin-top: 20px;
	padding: 30px;
	background: #d5cfb6 url(images/bg-sub-block-bottom.gif) no-repeat bottom left;
	position: relative;
}

#sub .block .corner{
	background: #d5cfb6 url(images/bg-sub-block-top.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 10px;
}

#error-text{
	color: #005568;
	font-size: 1em;
	position: absolute;
	right: -10px;
	bottom: 5px;
}

#footer{
	width: 900px;
	height: 30px;
	background: url(images/bg-footer.gif) no-repeat bottom center;
	clear: both;
}