/* CSS Document */

Body
{
	
	font-family:  Trebuchet MS, Arial;
	font-size:12px;
	margin:0;padding:0;
	width:100%;
	background:#ADE1FA;
}
.leftbg{background:url(images/wavebg2.png) no-repeat bottom left #ADE1FA;width:100%;}
.rightbg{background:url(images/wavebg.png) no-repeat bottom right;width:100%}
#facebook{position:fixed;top:0px;left:0px;z-index:9999999;width:250px;}
#facebook a{margin-left:-200px;display:block;height:50px}
#facebook a:hover{margin:0;}

a, img{border:none;}
.content p, .content h1, .content h2{margin:10px 0}
.MainTbl
{
border: 1px solid #00B8EE;
background-color:#FFFFFF;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content ul, .content li{
text-align:left;padding:0 10px;
}




.watersports

{
	padding-left: 20px;
}
.left_menu{float:left;width:225px;}
.content{float:right;width:770px;}
.content_wrapper{background:white;border:1px solid #00B8EE;}
.rentalcontent{margin:10px 10px 10px 0;padding:175px 0 0 0;border:solid 3px #ADE1FA;width:750px;}
.rentalstuff{margin:10px;}

.mmenu{
font-family:  Trebuchet MS, Arial;
text-align:right;
text-transform:uppercase;
letter-spacing:1px;
}

.yellowBox{
background-image:url(http://happyharbors.com/images/lower_right.jpg);
background-repeat:no-repeat;
background-position:right;
height:523px;

}

.yellowBox_small{
background-image:url(http://happyharbors.com/images/lower_right_small.jpg);
background-repeat:no-repeat;
background-position:right;
height:523px;

}

.yellowBox_noBox
{
background-image:url(http://happyharbors.com/images/lower_right_NoBox.jpg);
background-repeat:no-repeat;
background-position:right;
height:523px;
}




.tblConent{
padding-left: 75px;
padding-top: 25px;
width:70%;
}

#dvContent
{
width: 425px;
}

.tblConentNoBox{
padding-left: 30px;
padding-top: 10px;
width:90%;
}

#dvContentNoBox
{
width: 550px;
}

.popitmenu{
background-image:url(images/bg_SubMenu.png);
background-repeat:no-repeat;
position:absolute;
display:none;
text-align:left;
width:250px;
height:310px;
z-index:10000;
padding-left:75px;
}

.popitmenu2{
background-image:url(images/bg_SubMenu.png);
background-repeat:no-repeat;
position:absolute;
display:none;
text-align:left;
width:250px;
height:310px;
z-index:10000;
padding-left:75px;
}

a.fmenu {
font:"Trebuchet MS", Arial;
font-size:10px;
color:#000000;
text-transform:uppercase;
text-decoration:none;

}

.PageTitle, h1
{
font-size:22px;
color:#0066FF;
font-weight:bold;
}

.Blue
{
color:#0066FF;
}

a.BigLinks {
font-size:16px;
font-weight:bold;
color:#000000;
line-height:25px;
text-decoration:none;

}

.small 
{
font-size:10px;
}

.stdTxt {
font-size:11px;
}
.stdTxt12 {
font-size:12px;
}

a.stdlnk{
font-family:  Trebuchet MS, Arial;
font-size:10px;
color:#000000;
background:#FDDA1E;
text-transform:uppercase;
text-decoration:none;

}

input.default1 {
border: 1px solid #333333;
width:250px;
background-color:#D9F0FD;

}

input.default2 {
border: 1px solid #333333;
width:525px;
background-color:#D9F0FD;
}
input.default3 {
border: 1px solid #333333;
width:125px;
background-color:#D9F0FD;
}

input.default4 {
border: 1px solid #333333;
width:65px;
background-color:#D9F0FD;
}

select.default1{
border: 1px solid #333333;
width:250px;
background-color:#D9F0FD;
}

textarea.default3
{
border: 1px solid #333333;
width:400px;
background-color:#D9F0FD;
}

.tdFROM{
border:1px solid #333333;
padding:10px;
width:30%;

}

.tdTO{
border:1px solid #333333;
padding:10px;
width:30%;

}


/**************************************************
DATE PICKER STYLES

****************************************************/
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #efefef;
	border: 1px solid #333333;
padding:1px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
padding:3px;
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {

	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
background-color: #00B5EC;
color:#000000;
border-bottom: #333333;
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #FDEA07;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
background-color:#FABD3E;
border-bottom:1px solid #333333;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
background-color:#FABD3E;
border-bottom:1px solid #333333;
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #00B5EC;
border-top: #333333;
	color: #000000;;
padding:3px;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #333333;
	font-weight: bold;

	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color:#FABD3E;
	border:1px solid #FABD3E;
	font-weight: bold;
	padding: 2px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
display:none;
	}

.btnShopping {
padding-left:165px;
}

.address{font-size:10px;}
p.address{margin:0 0 10px 0;}
.clear{clear:both}

