@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* 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-image:url(../images/boca_bg.jpg);
	background-repeat: repeat;
	behavior:url(../cssHoverFix.htc);
	
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/boca_bgnav.gif);
	background-repeat:repeat-x;
	height: 184px;
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/boca_bgnav.gif);
	background-repeat:repeat-x;
	height: 184px;
	
}
.oneColLiqCtrHdr #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 */
}

#contentwrapper {
	width: 860px;
	margin: 0 auto;

	
	}
#mainContent {
	width: 860px;
	padding: 0;
	
}
#footer { 
	padding: 0;
	font-size: 10px;
	color: #948459; 
	
} 
.oneColLiqCtrHdr #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: 0;
	}
	
#networks {
	padding-right: 64px;
	float: right;
	}	
#bottombar {
	text-align:left;
	padding: 6px 0 0 83px;
	float: left;
	}

#contentarea {
	background-image:url(../images/content_bg.png);
	background-repeat: repeat-y;
	width: 100%;
	
	
	}

.copyarea {
	width: 608px;
	line-height: 18px;
	padding:  8px  126px 40px 126px;
	text-align: left;
	font-size: 11px;
	}

.copyarea2 {
	width: 500px;
	line-height: 18px;
	padding:  5px  156px 40px 191px;
	text-align: left;
	font-size: 11px;
	}

.copyarea3 {
	width: 470px;
	line-height: 18px;
	padding:  8px  0 25px 206px;
	text-align: left;
	font-size: 11px;
	}

.subhead {
	font-weight: bold;
	color:#663366;}
	
#navbar {
	height: 25px;
	padding-left: 38px;
	position:absolute;
	top: 159px;
	}
#navplace {
text-align: left;
}
#homequote {	
	padding-top: 441px;
	width: 100%;
	text-align:left;
	
	
	
	}

#hometext {	
	padding-left: 491px;
	text-align:left;
	width: 280px;
	font-size: 11px;
	line-height: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 0;
	
	}


#homebg {
	background-image:url(../images/homebg.png);
	background-repeat: no-repeat;
	width: 860px;
	height: 538px;
	}

img {
	border-style: none;
}

.art {
float: right;
padding: 0 0 15px 20px;
}

#presstable td{
	padding: 5px 10px 5px 0;
	line-height: 16px;
	vertical-align: top;
	}


#nav{
/*	position: absolute;
	top: 6px;
	right: 5px; */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 25px;
	
}
#nav_who{ width: 125px; }
#nav_where{ width: 143px; }
#nav_menus{ width: 84px; }
#nav_reservations{ width: 144px; }
#nav_happening{width: 182px; }
#nav_contact{ width: 90px; }



#wheresub {	width: 143px; }
#whosub {	width: 125px; }

#menussub {	width: 109px; }
#reservationssub {	width: 144px; }
#happeningsub {	width: 182px; }
#contactsub {	width: 90px; }



#nav li{
	height: 25px;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	text-align: center;
	position: relative;
}
#nav li a{
	display: block;
	height: 25px;
	overflow: hidden;

}
/*
#nav li#nav_home a{ background-position: 0 0; }
#nav li#nav_products a{ background-position: -103px 0; }
#nav li#nav_buy a{ background-position: -206px 0; }
#nav li#nav_buzz a{ background-position: -309px 0; }
#nav li#nav_support a{ background-position: -412px 0; }
#nav li#nav_home a.selected{ background-position: 0 -26px; }
#nav li#nav_products a.selected{ background-position: -103px -26px; }
#nav li#nav_buy a.selected{ background-position: -206px -26px; }
#nav li#nav_buzz a.selected{ background-position: -309px -26px; }
#nav li#nav_support a.selected{ background-position: -412px -26px; }
*/

#nav li ul{
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#c97217;
}

#nav li:hover ul{
	position: absolute;
	top: 25px;
	left: 0;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4ebd3; 

	
}




#nav li ul li{
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #c98225;
	width: 100%;
	color:#f4ebd3;
		text-align: left;

	

	
}
#nav li ul li a{
	overflow: hidden;
	color:#f4ebd3;  text-decoration: none;
		height: 20px;
	}
#nav li ul li a:hover{
	color:#f4ebd3;
	background-color:#b03e17;
		height: 20px;
	}	
	
	
	
#nav li#nav_learning ul li a{
	background-color: #336600;
}



#nav li#nav_who ul li.li1 a{padding: 3px 0 1px 13px;}
#nav li#nav_who ul li.li2 a{ padding: 3px 0 1px 13px;}

#nav li#nav_where ul li.li3 a{padding: 3px 0 1px 14px;}

#nav li#nav_menus ul li.li4 a{padding: 3px 0 1px 14px;}
#nav li#nav_menus ul li.li5 a{ padding: 3px 0 1px 14px;}
#nav li#nav_menus ul li.li6 a{padding: 3px 0 1px 14px;}

#nav li#nav_reservations ul li.li7 a{padding: 3px 0 1px 13px;}

#nav li#nav_happening ul li.li8 a{ padding: 3px 0 1px 13px;}
#nav li#nav_happening ul li.li9 a{padding: 3px 0 1px 13px;}
#nav li#nav_happening ul li.li11 a{padding: 3px 0 1px 13px;}

#nav li#nav_contact ul li.li10 a{padding: 3px 0 1px 13px;}




/*not sure i need
#nav li#nav_who ul li.li1 a:hover{ background-color:#FFF; }
#nav li#nav_who ul li.li2 a:hover{ background-position: -145px -22px; }


#nav li#nav_about ul li a{
	background-color:#FFFF00;
}
#nav li#nav_about ul li.li1 a{ background-position: 0 0; }
#nav li#nav_about ul li.li2 a{ background-position: 0 -22px; }
#nav li#nav_about ul li.li3 a{ background-position: 0 -44px; }
#nav li#nav_about ul li.li4 a{ background-position: 0 -66px; }
#nav li#nav_about ul li.li5 a{ background-position: 0 -88px; }
#nav li#nav_about ul li.li6 a{ background-position: 0 -110px; }
#nav li#nav_about ul li.li7 a{ background-position: 0 -132px; }

#nav li#nav_about ul li.li1 a:hover{ background-position: -145px 0; }
#nav li#nav_about ul li.li2 a:hover{ background-position: -145px -22px; }
#nav li#nav_about ul li.li3 a:hover{ background-position: -145px -44px; }
#nav li#nav_about ul li.li4 a:hover{ background-position: -145px -66px; }
#nav li#nav_about ul li.li5 a:hover{ background-position: -145px -88px; }
#nav li#nav_about ul li.li6 a:hover{ background-position: -145px -110px; }
#nav li#nav_about ul li.li7 a:hover{ background-position: -145px -132px; }*/

/*space clearing*/
#nav:after{
	content: "";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*ie6 space clearing*/
* html #nav{
    height: 1%;
}
/* clearing space for ie7/win */
*:first-child+html #nav{
	height: 1%;
}
/*ie5 mac space clearing*/
/*\*//*/
#nav{
    display: inline-block;
}
/**/




#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

a:link, a:visited {
	color: #8b1a1e;
	text-decoration:none;
	}
	
a:hover {
	color: #583f67;
	text-decoration: underline;
	}	
	
#footer a:link, #footer a:visited {
	color: #80724c;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #583f67;
	text-decoration: underline;
	}		