@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#title {
	height: 120px;
	width: 960px;
	background: url(../req/banner.gif) no-repeat #3f3e2c;
	text-align: left;
	color: #fff;
}

#content {
	color: #f2f2f2;
	position: relative;
	/*height: 720px;*/
}

.Box {
	position: absolute;
	overflow: hidden;
	color: black;
}

.Yellow {
	/*background: #CDAE00;*/
	background: #E7A902;
	color: white;
}

.Gray {
	background: #7D7A60;
	color: white;
}

.DarkGray {
	background: #3F3D2E;
	color: white;
}

.Green {
	background: #2BB431;
	color: white;
}

.Blue {
	background: #008ACF;
	color: white;
}

.RaftingBlue {
	background: #3B2784;
	color: white;
}

.Orange {
	background: #EB880E;
	color: white;
}
	

.Text {
	height: 100%;
	padding: 20px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

.Text h1,.Text h2,.Text h3,.Text p {
	font-weight: normal;
}

.Text h1 {
	font-size: 22px;
	margin-bottom: 11px;
}

.Text h2 {
	font-size: 18px;
	margin-bottom: 9px;
}

.Text h3,.Text p,.Text div,.Text br, .DynamicForm p {
	font-size: 13px;
	margin-bottom: 7px;
}

.Text a {
	/*color: #FFB612;*/
	color: #E7A902;
	text-decoration: none;
}

.Text a:hover {
	text-decoration: underline;
}

.Yellow .Text a, .Yellow .Text a:hover, .Orange .Text a, .Orange .Text a:hover {
	color: white;
	/*color: #3F3D2E;*/
}

.RaftingBlue .Text a {
	color: #7D7A60;
}
	
.Navigation {
	list-style: none;
	margin: 20px;
}

.Navigation li {
	line-height: 20px;
}

.Navigation li a {
	font-size: 14px;
	color: #534B24;
	text-decoration: none;
	text-transform: uppercase;
}

.Navigation li a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 10px;
}

#navigation {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	position: absolute;
	top: 80px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	ext-decoration: none;
	display: inline;
}

#navigation li  a {
	color: #3E3E2B;
	padding: 5px;
	text-decoration: none;
	color: #808080;
}

#navigation a.Selected {
	color: white;
}

#navigation li a:hover {
	color: white;
	text-decoration: none;
}

.DynamicForm {
	padding: 20px;
	font-size: 13px;
	text-align: center;
}
.DynamicForm form {
	text-align: left;
}

.FormLine {
	padding: 5px 0px;
}
.FormLine>label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.rts-TextBox, .rts-TextArea, .rts-ListBox {
	width: 250px;
	padding: 1px;
}

.rts-TextArea {
	height: 60px;
	font-size: 13px;
}

.Packages {
	margin: 15px 0px;
}


.Packages .PackagePrice, .PackageLine label  {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.Packages .PackageTitle, .rts-CheckBox {
	display: inline-block;
	width: 250px;
	text-align: left;
}

.Packages .PackageLine {
	padding: 5px 0px;
	vertical-align: middle;
}

.rts-CheckBox * {
	vertical-align: middle;
}

.rts-CheckBox label {
	padding-left: 5px;
	text-align: left;
	width: auto;
}

.DynamicForm span.Message {
	display: inline-block;
	padding: 5px 40px;
	color: white;
	background: #EB880E;
	font-size: 18px;
	text-align: center;	
}

