
html
{
	height:100%;
	margin:0px;
	padding:0px;
	height:100%;
}

body
{
	background-color:#ffffff;
	background-image:url(../images/bkg.jpg);
	background-repeat: repeat-x;
	
	margin:0px;
	padding:0px;
	height:100%;
	font-family:verdana;
	font-size:9pt;

}

a:link
{
	color:#1E4871;
	text-decoration:none;
}

a:visited
{
	color:#2D669C;
	text-decoration:none;
}

a:active
{
	
	color:#1E4871;
	text-decoration:none;
}

a:hover
{
	color:#729AC2;
	text-decoration:underline;
}

#Container
{
	width:100%;
	padding:0px;
	margin:0px;
	height:100%;
}

#content
{
	margin-top:30px;
	width:838px;
	position:relative;
	
	
	
	
}

#header
{
	
	/*background-position: 10px 10px;*/
	background-image: url(../images/rsheader.png);
	height:102px;
	width:838px;
	margin:0px;
	padding:0px;
	position:relative;
}

#headerLogo
{
	position:relative;
	width:375px;
	height:171px;
	background-image: url(../images/jetski.png);
	background-repeat: no-repeat;
	z-index:1;
	float:left;
	left:-150px;
	top:-230px;

}

#banner
{
	width:538px;
	height:110px;
	left:230px;
	top:15px;
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:100;
}

#insideContent
{

	position:relative;
	left:-8px;	
	width:808px;
	height:100%;
	background-image:url(../images/rsbkg.jpg);
	background-position: 0px -0px;
	background-repeat:repeat-x;
	background-color:#D7EBFF;


}

#ContentText
{
	
	top:20px;
	width:550px;
	text-align:left;
	height:100%;
	padding-bottom:30px;
	position:relative;
	left:100px;
	min-height:400px;


}

#sidebar
{
	position:absolute;
	float:left;
	width:205px;
	height:100%;
	background-image:url(../images/sideBkg.png);
	background-repeat: repeat-y;
	left:0px;
	
	

	
}


#footer
{
	
	/*background-position: 10px 10px;*/
	background-image: url(../images/rsFooter.png);
	height:58px;
	width:838px;
	margin:0px;
	padding:0px;
	position:relative;
}



#MenuBkg
{
	top:36px;
	left:-8px;
	width:182px;
	height:124px;
	background-image:url(../images/menuBkg.png);
	background-repeat: no-repeat;
	position:relative;
}


#Menu
{
	position:absolute;
	z-index:100;
	left:3px;
	top:45px;
}

#Menu ul
{

	list-style: none;
	padding: 0;
	margin: 0;
	z-index:100;
}

#Menu li
{

	margin-left:8px;
		
}

#Menu li a
{
	height:18px;
	width:164px;
	background-position:bottom;
	background-image: url(../images/menuItem.png);
	display: block;
	font-family:verdana;
	font-size:9pt;
	text-decoration:none;
	color:#00264A;
}

#Menu li a:hover
{
	height:18px;
	width:164px;
	background-position:top;
	background-image: url(../images/menuItem.png);
	display: block;
	font-family:verdana;
	font-size:9pt;
	text-decoration:none;
	color:#ffffff;

}


.Shadow
{
	
	background-position:top;
	background-image: url(../images/shadow.png);
	background-repeat:repeat-y;
}

.RelatedLinks
{
	font-size:8pt;
	border-bottom:1px solid #000000;

}

.RelatedLinksList
{
	list-style-image: url(../images/urlBullet.gif);
}


#RentalTable
{
	width:460px;
}

#RentalTable td
{
	background-color:#DDEEFF;
}

#RentalTable td ul
{
	list-style-image: url(../images/urlBullet.gif);
}

#RentalTable .MainTitle
{
	font-size:10pt;
	color:#FFF000;
	background-color:#356A9C;
	text-align:center;
	background-image: url(../images/roundedRental.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
}

#RentalTable .MainFooter
{
	background-image: url(../images/roundedRentalBottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#RentalTable .titleTd
{
	color:#ffffff;
	background-color:#80B7EC;
	padding-right:10px;
}

#RentalTable .title
{
	float:left;
	padding-left:10px;
	margin-top:15px;
	font-size:12pt;
	font-weight:bold;
}

#PhoneNumber
{
 font-family:Verdana;
 font-size:12pt;
 font-weight:bold;
    
}

.PhoneNumber
{
 font-family:Verdana;
 font-size:11pt;
 font-weight:bold;
    
}

#footerContent, #footerContent a
{
    font-size:8pt;
    color:#ffffff;
    padding-top:4px;
}

.map
{
	border: 1px solid #000000;
	width:383px;
	height:383px;
	
}

.hoursTable
{
	margin:0px;
	padding:0px;
	width:200px;
	border:1px solid #000000;
	background-color:#ffffff;
	text-align:center;
	
}

.hoursTable th
{
	Background-color:#6791BB;
	color:#ffffff;
}


