body {
	text-align: center;
	background: #F7F5EE;
}
body, form {
	margin: 0px;
	height: 100%;
}
body, table {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
A {
	color: #A03422;
}
A:hover {
	text-decoration: none;
}
ul li {
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
}
ul{
	list-style: square outside url('/images/common/lidot.gif');
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 10px 10px;
}
ol{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
}
/*******************************************
CONTAINER
*******************************************/
#main {
	color: #000;
	margin: 0px auto 0px auto;
	padding:  0px 3px 0px 3px;
	border-left: 1px solid #6A6969;
	border-right: 1px solid #6A6969;
	width: 777px;
	height: 100%;
	background: #F9FAFE;
}
html>body #main {
	width: 769px;
}
#innerMain {
	color: #000;
	margin: 0px;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	height: 100%;
	width:  100%;
	background: #CEC6B2 url(/images/common/bg.jpg) repeat top left;
}
/*******************************************
SPECIFIC AREAS
*******************************************/
H1 {
	font: bold 19px Arial, Helvetica, sans-serif;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}
H2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}
.fineprint{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #525252;
}
.splitview1{
	vertical-align: top;
	width: 100%;
}
.splitview2{
	vertical-align: bottom;
	text-align: right;
}
/*******************************************
CONTENT BOXES
*******************************************/
.content {
	height: 100%;
	padding: 0px 8px 0px 8px;
	vertical-align: top;
	background:  url(/images/header/header_cap.jpg) no-repeat top left;
}
#content1 {
	border: 1px solid #000;
	background: #DFDCCC;
	padding: 5px;
}
#content2 {
	border: 1px solid #000;
	background: #EAE6DC url(/images/common/bootprints.gif) no-repeat bottom right;
	padding: 10px;
}
#iframe1 {
	border: 1px solid #000;
	background: #DFDCCC;
	width: 100%;
	height: 100%;
}
#iframe2 {
	border: 1px solid #000;
	background: #EAE6DC;
	width: 100%;
	height: 100%;

	margin: 0px;
}
#iframe3 {
	border: 1px solid #000;
	/*background: #EAE6DC;*/
	background: #fff;
	width: 100%;
	height: 100%;

	margin: 0px;
}
#iframecontent{
	width: 100%;
	height: 100%;
}
#iframetop {
	padding: 5px 0px 5px 10px;
}
#iframetd {
	width: 100%;
	height: 100%;
}
/*****************************************
INPUT/RADIO/CHECKBOX/COMMNET BOX STYLE
Note, remember to set ALL radio/checkboxes to class="checkbox" or class="radio" to turn off borders on those items
*****************************************/
option, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 11px;
	margin: 0px;
}
input, textarea{
	border: 1px solid #000;
	padding: 0px 2px 0px 2px;
}
.checkbox, .radio{
	border: 0px;
}
.submit {
	border: 1px solid #A03422;
	background: #BBB39E;
	color: #A03422;
	font-weight: bold;
}
/************************************************
TRAVEL PLANNER
************************************************/
.travelplanner {
	margin-top: 15px;
	background: url(/images/common/chooseadventure/chooseyouradventure01.gif) no-repeat bottom right;
	padding: 75px 0px 9px 30px;
	text-align: left;
}
.travelplanner select, .travelplanner option {
	color: #4B4846;
	font-weight: bold;
}
.travelplannerlist {
	width: 100px;
}
.go {
	background: url(/images/common/chooseadventure/btn_go2.gif) no-repeat bottom left;
}
