@charset "UTF-8";
/* CSS Document - THIS CSS IS FOR FIREFOX - THE BODY, SIDEBAR, mainContentHead01 STYLES ARE DIFFERENT */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #002140;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.twoColHybLtHdr #container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DBAA5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
} 
.twoColHybLtHdr #header {
	background: #DBAA5F;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DBAA5F;
	height: 124px;
	background-image: url(images/fishingmarinaresort-header-12.09.jpg);
	background-repeat: no-repeat;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* sidebar1: Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 150px; /* top and bottom padding create visual space within this div  */
	background-color: #003668;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 6px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFE9;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.sidebar1h2    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFE9;
	font-weight: bold;
	line-height: 18px;
}


/* Tips for mainContent:  In the Internet Explorer Conditional Comment below (now placed in the head tag of each page), the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybLtHdr #mainContent { /* this class is used on the home page */
	background-color: #FFFFE9;
	padding-left: 10px;
	width: 770px;
	margin: 0 20px 0 200px;
	margin-top: 26px;
	padding-bottom: 10px;
}
.twoColHybLtHdr #mainContentOverflow {
	background-color: #FFFFE9;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 790px;
	margin: 0 290 10 0 px;
	float: inherit;
	height: 540px;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-right: 10px;
	margin-top: 10px;
	z-index: 1;
	position: inherit;
	overflow: auto;
	margin-left: 10px;
}
.twoColHybLtHdr #mainContentOverflow H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 35px;
	width: 440px;
	background-image: url(images/headline.gif);
	padding-top: 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	margin-bottom: -6px;
}
.mainContentHead01       {
	background-image: url(images/headline-lrg.gif);
	text-align: left;
	text-indent: 10px;
	height: 35px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C0C0C0;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.twoColHybLtHdr #mainContent H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 35px;
	width: 440px;
	background-image: url(images/headline.gif);
	padding-top: 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	margin-bottom: -6px;
}
.mainContentListWide  { /* this class is used on the home page */
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 270px;
	padding: 10px;
	line-height: 15px;
}
.twoColHybLtHdr #mainContentList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #CE8433;
	padding-left: 10px;
	padding-top: 5px;
	width: 220px;
	padding-bottom: 2px;
}
.twoColHybLtHdr #mainContentList a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FAE0AB;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColHybLtHdr #mainContentList a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #316835;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* FOOTER
------------------------------------------------------ */

.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #883B04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFE9;
	z-index: 1;
	position: inherit;
	overflow: auto;
	height: 56px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B2CDE0;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer   td    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.twoColHybLtHdr #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DBAA5F;
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.footerTDcolored {
	padding-top: 0px;
	background-color: #CE8433;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding: 10px;
	line-height: 15px;
}
.twoColHybLtHdr  #footer  td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
}
.footerTDAcolored {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
	font-weight: bold;
	padding: 10px;
	line-height: 15px;
}

/*NAVIGATION BAR
------------------------------------------------------ */

#navcontainer
{
	width: 100%;
	float: left;
	background-color: #DE7808;
}
#navcontainer2 {
	width: 100%;
	float: left;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.65em;
	letter-spacing: 2px;
	font-weight: bold;
	height: 18px;
	margin-left: -67px;
}
#navcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #303032;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 18px;
	font: bold normal 9px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	border: 2px solid #DE7808;
}
#navcontainer ul li a:hover
{
	background-color: #FFF8CB;
	text-decoration: underline;
	color: #000000;
	font: bold normal 9px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}
#navlist li a:hover, #navlist li a:active
{
	color: #fae09b;
	text-decoration: underline;
	text-decoration: none;
	background: #094726;
	text-align: left;
	font: bold normal 9px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	background-color: #76000F;
}
#navcontainer {
	width: 100%;
	float: left;
}
#navlist current {
	color: #12B0CB;
	text-decoration: underline;
	text-decoration: none;
	background: #094726;
	text-align: left;
	font: bold normal 9px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	background-color: #76000F;
}
body#home a#homenav,
body#info a#infonav,
body#quepos a#queposnav,
body#golfito a#golfitonav,
body#guanacaste a#guanacastenav,
body#hotels a#hotelsnav,
body#tours a#toursnav,
body#beaches a#beachesnav,
body#realestate a#realestatenav {
color: #fff;
background: #930;
}


/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 :link { color: #789DC9 }
 :visited { color: #669966 }
 img.c4 {border:0;width:88px;height:31px}
 table.c3 {background-color: #FFFEEC}
 td.c2 {
 background-color: #FFFFE9;
 border: 0;
 span.c1 {color: #003668}
}
