@charset "utf-8";

/* Header Banner */

#Banner {
	background: url(../images/Naples-Kayak-Banner.jpg) top center no-repeat;
	width: 869px;
	height: 216px;
}

#Nav {
	background: url(../images/Naples-Kayak-Nav-Norm.jpg) top left repeat-x;
	height: 28px;
}

#Nav-Button {
	background: url(../images/Naples-Kayak-Nav-Norm.jpg) top left repeat-x;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#Nav-Button-D {
	background: url(../images/Naples-Kayak-Nav-Norm.jpg) top left repeat-x;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#Nav-Button:hover {
	background: url(../images/Naples-Kayak-Nav-Hover.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #1572a2;
}

.Nav-Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #f5efcf;
}

.Nav-Link-D {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #f5efcf;
}

.Nav-Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #1572a2;
}

/* End Header Banner */


/* Side-Bar Nav */

#Side-Nav {
	background: url(../images/Naples-Kayak-Nav-Norm.jpg) top left repeat-x;
	height: 28px;
}

#Side-Nav-Button {
	background: url(../images/Naples-Kayak-Nav-Norm.jpg) top left repeat-x;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#Side-Nav-Button:hover {
	background: url(../images/Naples-Kayak-Nav-Hover.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #1572a2;
}

.Side-Nav-Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #f5efcf;
}

.Side-Nav-Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #1572a2;
}

/* End Side-Bar Nav */


/* Other Styles */

.twoColFixLtHdr #container #sidebar1 h4 a {
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height: 95%;
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	color: #000;
	border-style: solid;
	border-width: thin;
	clear: both;
	margin-top:1.2em;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: thin solid #000;
	width: 570px;
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	position: relative;
	top: 20px;
	background: #FDFCE8;
} 

.twoColFixLtHdr #container #sidebar1 p a {
	font-family: "Chaparral Pro", Cambria, Georgia, serif;
	font-style: normal;
	text-decoration:none
}

/* End Other Styles */

