body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgr.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-position: center top;
}
#maincontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#sidebar {
	float: left;
	width: 282px;
	margin-left: 18px;
}
#logo {
	height: 224px;
	overflow: hidden;
	background-image: url(../images/backgr_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#logo img {
	margin-top: 110px;
	margin-right: 210px;
}
#toppromo {
	float: right;
	width: 230px;
	text-align: right;
	padding-right: 10px;
	padding-top: 36px;
}
#nav ul {
	list-style-type: none;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/backgr_nav.gif);
	height: 240px;
	width: 262px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
}
#nav li a {
	line-height: 32px;
	text-decoration: none;
	color: #01526b;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#nav li em  a{
	color: #02a8cc;
}
#nav li a:hover {
	text-decoration: none;
	color: #02a8cc;
}
#promo {
	background-image: url(../images/backgr_promos.jpg);
	height: 150px;
	margin-top: 30px;
	background-repeat: no-repeat;
	padding-top: 30px;
}
#promo p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 19px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	clear: left;
	color: #333;
}
#promo p a {
	color: #72a701;
	text-decoration: none;
}
#promo p a:hover {
	color: #333;
	text-decoration: underline;
}
#promo img {
	float: left;
	padding-right: 5px;
	position: relative;
	top: -7px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatr {
	float: right;
	margin-left: 15px;
}
#content {
	margin-right: 10px;
	margin-left: 330px;
	margin-top: 0px;
}
#banner {
	padding-top: 10px;
	position: relative;
	z-index: 1;
	height: 312px;
	top: 0px;
}
#content dl, #content table {
	color: #333;
	background: inherit;
}
#content table {
	font-size: 13px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}
#content table td {
	background-color: #F0F4F6;
	padding: 6px;
	margin: 0px;
	border-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content h1 {
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	font-weight: bold;
	color: #005f7d;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 15px;
}
#content h1 strong {
	color: #333;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	color: #333;
}
#content ul {
	color: #72a701;
	font-size: 13px;
	line-height: 18px;
	margin-left: 5px;
}
#content li {
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content ul li a {
	text-decoration: none;
	color: #72a701;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72a701;
}
#content ul li a:hover {
	text-decoration: none;
	color: #333;
	border-bottom-color: #333;
}
#content p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
#content #errors p {
	font-size: 13px;
	color: #C00;
	text-align: center;
	background-color: #FCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dotted #C00;
}
#content p strong {
	color: #72a701;
}
#content p a {
	text-decoration: none;
	color: #72a701;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72a701;
}
#content p.nobdr a {
	text-decoration: none;
	color: #72a701;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#content p.nobdr a:hover {
	text-decoration: none;
	color: #72a701;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#content p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom-color: #333;
}
#content dl {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 20px;
}
#content dt {
	float: left;
	font-weight: bold;
	margin-left: 15px;
}
#content dd {
	margin-left: 145px;
}
#content dd a {
	text-decoration: none;
	color: #72a701;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72a701;
}
#content dd a:hover {
	color: #333;
	text-decoration: none;
	border-bottom-color: #333;
}
#footer {
	background-image: url(../images/backgr_footout.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	height: 82px;
	margin-top: 40px;
	background-position: center top;
	clear: both;
}
#footerin {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgr_footin.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
}
#footerside {
	float: right;
	text-align: right;
	padding-right: 10px;
}
#footer #footerside p{
	color: #666;
}
#footer #footerside p em a{
	color: #666;
}
#footer p {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
#footer p a  {
	color: #333;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p em {
	font-style: normal;
	color: #666;
	margin-top: 10px;
}
.floatl {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
hr {
	margin-top: 35px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e5e5e5;
	margin-right: 0px;
	margin-left: 0px;
	clear: right;
}
ul.form {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul.form li {
	list-style-type: none;
	padding-top: 6px !important;
	padding-right: 0;
	padding-bottom: 6px !important;
	padding-left: 0;
	margin: 0;
}
li.submit {
	padding-left: 190px !important;
	padding-top: 10px;
}
ul.form label {
	width: 165px;
	display: block;
	float: left;
	padding-left: 30px;
}
ul.form li.no-label {
	padding-left: 110px;
}
ul.form textarea {
	width: 350px;
}
ul.formbook {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul.formbook li {
	list-style-type: none;
	padding-top: 0px !important;
	padding-right: 0;
	padding-bottom: 14px !important;
	padding-left: 0;
	margin: 0;
}
ul.formbook textarea {
	width: 350px;
	height: 50px;
	vertical-align: top;
}
ul.formbook label {
	width: 145px;
	display: block;
	float: left;
	padding-left: 10px;
}
ul.formbook input[type=text] {
	width: 125px;
}
ul.formbook p {
	padding-left: 10px;
	font-size: 11px !important;
	font-style: italic;
	margin: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
ul.formbook span label {
	display: inline !important;
	padding-left: 0px !important;
	float: none !important;
}
ul.formbook span#returnbookingbox label {
	display: block !important;
	padding-left: 10px !important;
	width: 145px;
	display: block;
	float: left !important;
	padding-left: 10px;
}
ul.formbook span#returnbookingbox span.floatr label {
	display: inline !important;
	padding-left: 0px !important;
	float: none !important;
}
ul.formbook span.floatr {
	width: 270px;
}
ul.formbook ul {
	padding-left: 155px !important;
	margin: 0px !important;
	padding-bottom: 0px !important;
}
ul.formbook ul span li {
	padding-bottom: 0px !important;
}

ul.formbook hr {
	float: none !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
}
ul.formbook li.submit {
	padding-left: 155px !important;
	padding-top: 10px;
}
div.success {
	background-color: #c1ebc8;
	border: 1px solid #28973a;
	margin-bottom: 15px;
}
div.success p {
	color: #28973a !important;
	padding-left: 20px;
}

