/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: #E9F2F9;
	color: #505050;
}

body,html{height:100%; margin:0; padding:0px;}

a {
color: #ff0000;
	background: inherit;
}
.error-message {
	color: #ff0000;
	}
a:hover {
	color: #bc243c;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}
.b {
	font-size:17px;
	display:block;	
}
h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
	display:inline;
}
label {
  display:block;
  width:40%;
  color:#3d3d3d;
 
  padding-top:0.2em;
  font-weight:bold;
  }
input {
	font-weight:bold;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #bc243c;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #ffffac;
	background: inherit;
}

p {	margin: 0 0 5px 0; font-size:15px;}


#features_list {
	margin-left: 0;
padding-left: 15px;
list-style: none;
	}
#features_list li {
background-image: url(../img/check.gif);
background-repeat: no-repeat;
padding-left:35px;
padding-bottom:5px;
}
#features_list a {
background-image: none;
}
.bottomLink span {
padding-top:15px;
font-size:18px;
}
.bottomLink a {
font-size:19px;	
}
.body_txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height:15px;
}

.title {
	font-family: 'arial';
	font-size: 16px;
	font-weight: bold;
	color: #fff;	
}

#layout {
	width:780px;
	background:#E9F2F9;
	margin:auto;
	padding:15px 0 0 0;
}
#mainheader {
	clear: both;
	background: url(../img/header_bg.gif) no-repeat top center;
	height: 200px;
	width:780px;
	margin: auto;
	padding: 0;
}

#sitename { 
	clear: both;
	height: 163px;
	margin: auto;
	padding: 0;
}
#sitename .padding { padding:65px 0 0 40px;}	
#sitename h1 { 
	margin: 0; 
	color: #fff; 
	font-family:'arial';
	font-size:36px;
	font-weight:bold;
	}

/*- topmenu --------------------------- */

#topmenu {
	margin: auto;
	padding: 0 0 0 28px;
	height: 35px;
	width:750px;
	text-align:center;
}

#topmenu ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#topmenu ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#topmenu ul li a {
	width: 120px;
	height: 25px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px "arial";
}

#topmenu ul li a:hover {
	color: #AEE800;
	background: #009900;
	height: 25px;
}

#topmenu a:active {
	height: 25px;
	background: #AEE800;
	color: #060;
}

#topmenu li#active a {
	height: 25px;
	background: #AEE800;
	color: #060;
}




#container{
	clear: both; margin: 0;	padding: 0;
	}
	
#main_content {
	clear: both;
	background: url(../img/img_withslogan.gif) no-repeat top;
	height: 158px;
	width:780px;
	margin: auto;
	padding: 0;
	}
#main_content #slogan { 
	clear: both;
	margin: auto;
	padding: 0;
	}
#main_content #slogan .padding {
	padding: 45px 40px 10px 380px;
	}
#main_content #slogan h1 {
	font-family:'arial';
	font-size:20px;
	font-weight:bold;
	color:#0CF;
	}
#main_content #slogan .txtsmall {
	font-family:'arial';
	font-size:18px;
	font-weight:bold;
	color:#777777;
	letter-spacing:5px;
	}

#page_content { 
	clear: both;
	background: #fff url(../img/m_bg.gif) repeat top;
	height: 100%;
	width:780px;
	vertical-align:top;
	margin: auto;
	padding: 0;
	}
#page_content .padding { padding:20px 0 20px 30px;}

/*----left Panel----*/
.left {
	float: inherit;
	width: 720px;
	margin: 0;
	padding: 0 0 0 0;
}
	.left_panel {
	clear:both;
		margin: 0;
		padding: 0 0 10px 0;
		font-size:15px;
	}
	.left_panel2 {
		margin: 0;
		padding: 15px 0 10px 0;
		font-size:15px;
	}
	.lefttop {
		height: 10px;
		background: #ebeec7 url(../img/lefttop.gif) no-repeat;
		color: #fff;
	}
	
	.leftblock {
	color: #4e4e4e;
	padding: 12px 12px 10px 12px;
	margin: 0 0 10px 0;
	background: #DBFF6C;

	}
	.shortleftblock {
	color: #4e4e4e;
	padding: 12px 12px 10px 12px;
	margin: 0 0 20px 30px;
	background: #DBFF6C;
	width:40%;
	height:330px;
	float:left;
	}
	.reservationblock {
	color: #4e4e4e;
	padding: 12px 12px 10px 12px;
	margin: 0 0 20px 30px;
	background: #DBFF6C;
	width:50%;
	float:center;
	}
	.leftblock a {
		color: #ff0000;
		background: inherit;
	}
	.reservationblock a {
		color: #ff0000;
		background: inherit;
	}	
	.jeepCation {
	clear:both;
		}
	.leftblock h2 {
	color: #fff;
	background: #99CC00;
	padding: 5px 5px 5px 10px;
	}
		.shortleftblock h2 {
		text-align:center;
	color: #fff;
	background: #99CC00;
	padding: 5px 5px 5px 10px;
	}
	.reservationblock h2 {
		text-align:center;
	color: #fff;
	background: #99CC00;
	padding: 5px 5px 5px 10px;
	}
/*----left Panel----*/

/*--------------footer-----------------*/
#footermain{
	height:140px;
	background:url(../img/footer_bg.gif) no-repeat top;
	color:#fff;
	font:13px/20px 'arial';
	position:relative;
	margin:0 auto;
	clear:both;
	padding:0 0 0 0;
}

#footer{
	width:780px;
	position:relative;
	margin:0 0 0 0;
}
#footer ul{
	width:520px;
	height:22px;
	position:relative;
	margin:0 auto;
	padding: 15px 0 0 0;
}
#footer li{list-style-type: none;float:left; }
#footer ul li a{padding:0 10px 0; color:#fff; text-decoration:none; font-size:12px; font-weight:bold;}
#footer ul li a:hover{text-decoration:underline;font-weight:bold;}
#footer .copyright{
	width:520px;
	position:relative;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align: center;
}
#footer .copyright a{width:250px; margin:0; color:#fff;  font-size:12px;} 
#footer .copyright a:hover{
	width:250px;
	margin:0;
	color:#DBFF6C;
	font-size:12px;
} 
/*----/end footer----*/
#rinfo span {
display:block;
}
#rinfo {
padding-left:2%;
text-align:left;
}
.himg {
padding:12px;
padding-top:0;
float:left;
}
.himg_right {
padding:12px;
padding-top:0;
float:right;
}
.input text
{
	display:inline;
	}
.floatOpt {
	text-align:center;
	float:center;
	padding-left:10px;
	display:inline;
	width:40%;
}