html{
	height: 100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
#container{
	background-color:#5b7f1e;
	height:100%;
	width:760px;
	margin: 0 auto;
	/*padding-bottom:32px;*/
}
#header{
	width:760px; 
	height: 299px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#ffffff;
}
#header.main{
	background-image: url(../images/header-ras-links.jpg);
}
#contentwrapper{
	width:760px; 
	background-color:#b6d970;
	min-height:320px;
	height:auto !important;
	height:320px;
	/*border: 1px solid red;*/
	float:left;
}
#leftBox{
	width:181px; 
	float:left;
	min-height:321px;
	height:auto !important;
	height:321px;
	background-image: url(../images/leftbox-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentBody{
	width:496px;
	padding-left:8px;
	padding-right:8px;
	background-color:#fff;
	float:left;
	min-height:321px;
	height:auto !important;
	height:321px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pageEnd{
	height:80px;	
}
#rightBox{
	width:67px; 
	float:left;
	min-height:321px;
	height:auto !important;
	height:321px;
	background-image: url(../images/rightbox-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.peekaboo{
	display:none;
}
#footer{
	width:760px; 
	float:left;
	height:197px; /*237*/
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#5b7f1e;
}
#footer span{
	padding-top:65px;
	padding-left:180px;
	color:#111;
	font-size:11px;
	display:block;
	padding-bottom:5px;
}
#footer a{
	color:#b6d970;
	text-decoration:underline;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.btn_home{
	margin-top:10px;
	margin-left:14px;
	width:306px;
	height:108px;
	/*background-color:#0099FF;*/
	display:block;
	position:absolute;
}
.copyright{
	color:#b6d970;
	font-size:11px;
	margin-top:144px;
	position:absolute;
	margin-left:246px;
}
.btn_promo{
	margin-top:195px;
	margin-left:509px;
	width:110px;
	height:58px;
	/*background-color:#0099FF;*/
	display:block;
	position:absolute;
	background-image: url(../images/promo-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*H Elements*/
h1{
	margin:0px;
	padding:0px;
}
h2{
	margin:0px;
	padding:0px;
	display:none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e41b24;
	margin-top:5px;
	margin-bottom:10px;
	padding:0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e41b24;
	margin-top:5px;
	margin-bottom:3px;
	padding:0px;
	font-weight:bold;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top:0px;
	margin-bottom:12px;
}
ul{
padding:0px;
	margin-left:20px;
	margin-top:2px;
	margin-bottom:12px;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#where{
	margin-top:274px;
	margin-left:414px;
	width:200px;
	height:25px;
	/*background-color:#0099FF;*/
	display:block;
	position:absolute;
	text-align:right;
	color:#618425;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}
a.pagelinker{
	color:#618425;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:underline;
}
#navbar{
	margin-top:129px;
	margin-left:122px;
	width:515px;
	height:30px;
	position:absolute;
}
.menu{
	display:none;
}
.testi{
	padding-bottom:6px;
	border-bottom:1px solid #cfdabd;
	/*background-image: url(../images/ras-splitter.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.color1{
	color:#41c801;
}
.color2{
	color:#eebd00;
}
.color3{
	color:#ff1301;
}
hr{
	display:none;
}
/*Contact Form Elements*/
.normal{
	border:0px;
	/*padding:0px;*/
	padding-left:0px;
	/*margin-top:10px;*/
	/*border:1px solid #828177;*/
}
fieldset legend{
	display:none;
}
#contentBody fieldset.normal label.first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	width: 80px;
	float: left;
	
}
#contentBody fieldset.normal input.first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom:3px;
	margin-left: 0px;
	margin-right: 6px;
	float:left;
	display:block;
	width:250px;
	/*border-width:1px;*/
	border:1px solid #b6d970;
	background-color:#fffefc;
	
}
#contentBody fieldset textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #b6d970;
	background-color:#fffefc;
}
.dialogbox{
	padding:8px;
	background-color:#b6d970;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	margin-top:10px;
	margin-bottom:12px;
	text-align:center;
	font-weight:bold;
	width:400px;
}
.imgborder{
	border:3px solid #b6d970;
}
#pictureNav{
	text-align:center;
	height:32px;
	background-image: url(../images/bg-picture-nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
#pictureNav p{
		padding-top:8px;
}
#pictureNav a{
	color:#000; 
	text-decoration:underline;
}
#pictureNav a:hover{
	color:#e41b24; 
	text-decoration:underline;
}
#imgbox{
	text-align:center;
}
#fadeBlock{	
	opacity:0.0;
}
.rentalf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top:0px;
	margin-bottom:12px;
	background-image: url(/images/rental-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rental{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top:0px;
	margin-bottom:12px;
	background-image: url(/images/rental-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top:1px solid #cfdabd;
}
.tab1{
margin-top:10px;
width:190px;
	/*border: 1px solid red;*/
	display:block;
	float:left;
}
.tab2{
	margin-top:18px;
	width:275px;
	display:block;
	float:left;
	/*border: 1px solid red;*/
	
}
.tab2 H4{
margin:0px;
margin-top:10px;
}
.tab4{
width:70px;
	/*border: 1px solid red;*/
	display:block;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}
.tab5{
width:160px;
padding-top:2px;
	padding-bottom:2px;
	/*border: 1px solid red;
	display:block;
	*/
	}
	hr{
	display:none;
}
