/****************************************** Clear elements fix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

/****************************************** global ***************************************/

body {
	background: #0E2950 url('/assets/images/global/mainBack') top left repeat-x;
}

.access {
	display: none;
}
a {
	color:#fff;
}
#wrap {
	width: 733px;
	margin: 20px auto 0;
}
#toplogo {
	width:300px;
	height:90px;
	display:block;float:left;
}
#header {
	width: 727px;
	background: url('/assets/images/global/bg2.jpg') top left no-repeat;
	height: 134px;
	border: 3px solid #fff;
}

#wrap .inner {
	width: 727px;
	background: url('/assets/images/global/bg2.jpg') top left no-repeat;
	height: 90px;
	border: 3px solid #fff;
}

#formsWrap {
	float: right;
	margin: 10px 10px 0 0;
}

#search {
	width: 130px;
	height: 15px;
	border: 1px solid #9d7044;
	font-family: arial;
	text-align: center;
	font-size: 12px;
}


#newsletterForm {
	margin: 23px 0 0;
	font-family:arial;
	color:#fff;
}

#signUp {
	width: 130px;
	height: 15px;
	border: 1px solid #253f4b;
	font-family: arial;
	text-align: center;
	font-size: 12px;
}
#loader {
	position:relative;
	top:-5px;
	padding:0px 0 0 2px;
	margin:0 0 -10px;
}

.error {
	background:#B4454D;
	padding:3px 5px;
	border:3px double #A2C2EC;
	color:#fff;
	width:282px;
}
.success {
	background:#73BC31;
	padding:3px 5px;
	border:3px double #FBF8F9;
	color:#fff;
	width:282px;
	
}
#content {
	margin: 7px 0 0;
	
}

#content p,#footer p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

#content p a {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}

#content p a:hover{
	text-decoration: underline;
}

.normalLink {
	font-size: 14px;
	color: #fff;
	font-family: arial;
	text-decoration: none;
	margin: 0 0 0 15px;
}

.normalLink:hover {
	text-decoration: underline;
}
.section {
	border:1px solid #fff;
	padding:5px 10px;
	margin:10px 0;
}
/************************* nav *********************/

#leftCol {
	width: 197px;
	float: left;
}

#nav {
	width: 191px;
	height: 185px;
	border: 3px solid #fff;
	background: url('/assets/images/global/nav/navBlue1.gif') top left no-repeat;
	
}

#nav ul {
	margin: 15px 0 0 20px;
}

#aboutNav ul {
	margin: 0 0 0 20px;
}
#nav ul li,#aboutNav ul li {
	display: block;
	position: relative;
	margin: 3px 0;
	height: 18px;
	color: #E2E2E2;
	padding: 0;
	_margin: 3px 0;
	font-family: trebuchet,arial;
	cursor:pointer;
	float:left;
	width:100%;
}

#nav ul li a{
	color: #fff;
	text-decoration: none;
	display:block;
	height: 18px;
	width:100%;
}

#nav ul li a:hover,#aboutNav ul li a:hover {
	background-position: bottom left;
	
}
/*
#currentSpecialsNav {
	display: block;
	background: url('/assets/images/global/nav/currentSpecials.gif') top left no-repeat;
	width: 105px;
	height: 18px;
}

#specialFeaturesNav {
	display: block;
	background: url('/assets/images/global/nav/specialFeatures.gif') top left no-repeat;
	width: 144px;
	height: 18px;
}

#calendarNav {
	display: block;
	background: url('/assets/images/global/nav/calendarOfEvents.gif') top left no-repeat;
	width: 113px;
	height: 18px;
}

#condoNav {
	display: block;
	background: url('/assets/images/global/nav/condoOwners.gif') top left no-repeat;
	width: 90px;
	height: 18px;
}

#callAheadShoppingNav {
	display: block;
	background: url('/assets/images/global/nav/callAheadShopping.gif') top left no-repeat;
	width: 120px;
	height: 18px;
}

#wineAndDineNav {
	display: block;
	background: url('/assets/images/global/nav/wineDine.gif') top left no-repeat;
	width: 69px;
	height: 18px;
}

#shopNav {
	display: block;
	background: url('/assets/images/global/nav/shop.gif') top left no-repeat;
	width: 34px;
	height: 18px;
}

#aboutNav {
	background: url('/assets/images/global/nav/aboutBg.gif') top left no-repeat;
	height: 50px;
	width: 191px;
	border: 3px solid #fff;
	margin: 7px 0 0;
}

#aboutUsNav {
	display: block;
	background: url('/assets/images/global/nav/aboutUs.gif') top left no-repeat;
	height: 16px;
	width: 56px;
}

#contactNav {
	display: block;
	background: url('/assets/images/global/nav/contact.gif') top left no-repeat;
	height: 16px;
	width: 53px;
}
*/
/************************* drop downs *********************/


#nav ul li ul,#aboutNav ul li ul {
	position: absolute;
	width:150px;
	background: #4C79AB url('/assets/images/global/nav/navBlue2.gif') 0 -10px no-repeat;
	left: -999em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: none;
	padding: 0px 0 0 10px;
	
}
#nav ul li.sfhover ul ul,#aboutNav ul li.sfhover ul ul {
	left: -999em;
	width:160px;
}
#content #leftCol #nav li ul li {
	display: block;	
}
#nav li li,#aboutNav li li {
	white-space:nowrap;
	color: #E2E2E2;
	
}
#nav ul li ul li a,#aboutNav ul li ul li a {
	color: #fff;
	font-family: trebuchet,arial;
	text-decoration: none;
}
#nav ul li ul li a:hover,#aboutNav ul li ul li a:hover {
	color: #fff;
}
#nav li.sfhover ul, #aboutNav li.sfhover ul {
	top: -23px;
	_top: -18px;
	left: 151px;
	position: absolute;
}
#nav li.sfhover ul li.sfhover ul, #aboutNav li.sfhover ul li.sfhover ul {
	top: -22px;
	_top: -18px;
	left: 130px;
	position: absolute;
	background: #608CB8 url('/assets/images/global/nav/navBlue3.gif') 0 -10px no-repeat;
	
}
/************************* bottomNav *********************/

#bottomNav {
	text-align: center;
	padding: 10px 0 0;
}

#bottomNav ul li {
	display: inline;
	font-family: helvetica;
	font-size: 12px;
	color: #fff;
	margin: 0 1px;
}

#bottomNav ul li a {
	font-family: helvetica;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#bottomNav ul li a:hover {
	text-decoration: underline;
	
}

#logo {
	float: right;
	display: block;
	margin: 10px 10px 0 0;
}
/************************* footer *********************/

#footer {
	clear: both;
	width: 727px;
	height: 76px;
	min-height:76px;
	  height:auto !important;
	  height:76px;
	background: #001520 url('/assets/images/global/footerBg.gif') top left no-repeat;
	border: 3px solid #b6bec7;
	margin: 7px 0 0;
}

#footer p {
	display: inline;
	width: 126px;
}

#addressOne {
	margin: 7px 0 0 60px;
	float: left;
}

#addressTwo {
	margin: 7px 0 0 110px;
	float: left;
}

#addressThree {
	margin: 7px 60px 0 0px;
	float: right;
}
/****************************************** /index.html ***************************************/

#middleCol {
	display: inline;
	float: left;
	width: 234px;
	min-height:248px;
	  height:auto !important;
	  height:248px;
	border: 3px solid #fff;
	margin: 0 0 0 7px;
	padding:0 10px 20px;
	background: #005184 url('/assets/images/home/welcomeBg.gif') top left no-repeat;
}

#middleCol h1 img {
	margin: 0px 0 0 0px;
}
#middleCol h1 {
	margin:15px 0 10px;
}

#middleCol p {
	margin: 3px 0 0 0px;
	width: 223px;
}

ul {
	color:#fff;
}
#rightCol {
	width: 260px;
	float: right;
}
#rightCol h1 {
	margin:5px 0 0;
}
#upcomingEventsWrap {
	width: 254px;
	height: 120px;
	background: url('/assets/images/home/upcomingBg.gif') top left no-repeat;
	border: 3px solid #fff;
	margin: 0 0 7px 0;
}

#upcomingEventsWrap img {
	margin: 21px 0 0 12px;
}

#upcomingEventsWrap p {
	margin: 3px 0 0 15px;
	width: 223px;
}

#condosWrap {
	width: 254px;
	height: 115px;
	background: url('/assets/images/home/condosBg.gif') top left no-repeat;
	border: 3px solid #fff;
	
}

#condosWrap img {
	margin: 21px 0 0 12px;
	
}

#condosWrap p {
	margin: 3px 0 0 15px;
	width: 223px;
}

/****************************************** inner.html ***************************************/

#middleColInner {
	float: left;
	min-height:248px;
	  height:auto !important;
	  height:248px;
	width: 523px;
	border: 3px solid #fff;
	margin: 0 0 0 7px;
	background: #005284 url('/assets/images/inner/middleBg.gif') top left repeat-x;
}
#middleColHome {
	float: left;
	min-height:248px;
	  height:auto !important;
	  height:248px;
	width: 523px;
	border: 3px solid #fff;
	margin: 0 0 0 7px;
	background: #005284 url('/assets/images/inner/middleBg.gif') top left repeat-x;
}
#middleColHome #middleColHomeInner {
	
		padding:0 0 20px 20px;
}

#middleColLeft {
	width: 312px;
	float: left;
	padding:0 0 20px 20px;
}
#middleColLeft h1,#middleColFull h1 {
	font-size:18px;
	color:#fff;
}
#middleColFull {
	width: 447px;
	float: left;
	padding-left:15px;
}


h1 {
	margin: 25px 0 10px;
	/*width: 275px;*/
}

#middleColHome p {
	width: 98%;
	margin: 5px 0 0 0px;
	
}
p {
	width: 322px;
	margin: 5px 0 0 0px;
	
}
table {
	border-collapse:collapse;
}
td,th {
	padding:3px 5px;
	color:#fff;
	border:1px solid #fff;
}
th {
	font-weight:bold;
}
td strong {
	font-size:120%;
	text-decoration:underline;
}
table {
	margin:10px 0;
}

#wineWrap {
	width: 160px;
	float: right;
	margin: 11px 10px 0 0;
}

#wineGlass,#wineBottles {
	border: 3px solid #fff;
	margin: 7px 0;
}

/************************* events *********************/

#peopleList {
	margin: 20px 0 0 15px;
}

#peopleList li {
	background: url('/assets/images/global/peopleLogo2.gif') top left no-repeat;
	padding: 11px 0 0 52px;
	height: 42px;
}

#peopleList a {
	text-decoration: none;
	font-family: arial;
	color: #fff;
}

#peopleList a:hover {
	text-decoration: underline;
	
}



/************************* Login *********************/

#loginForm {
	background: #bf956d url('/assets/images/inner/loginBg.gif') top left no-repeat;
	border: 3px solid #fff;
	padding: 10px;
	text-align: center;
	width: 250px;
	margin: 7px 0 0 7px;
}

#loginForm #assoc,#pass {
	margin: 7px 0 0;
	width: 150px;
	height: 15px;
	border: 1px solid #253f4b;
	font-family: arial;
	text-align: center;
	font-size: 12px;
}

/************************* specials *********************/

.specialWrap {
	background: #30739b;
	margin: 10px 0 10px 13px;
	padding: 15px;
	border: 1px solid #fff;
}

h2 {
	font-family: helvetica;
	margin: 5px 0 5px ;
	font-size: 15px;
	color: #fff;
}

.specialWrap h4 {
	font-family: helvetica,arial;
	font-size: 15px;
	margin: 0 0 0px;
	padding: 0;
	font-weight: bold;
}

.specialSub {
	font-weight: bold;
	margin: 0 0 5px 0;
	
}

.specialPrice {
	color: #dc5353;
	text-decoration: underline;
}

.specialPriceDark {
	color: #fff;
	font-weight: bold;
}

#middleColFull .specialWrap p {
	margin: 5px 0 0px;
	width: 300px;
}

.managers, .managers th, .managers td {
	border: 1px solid #fff;
}

.managers {
	color: #fff;
	vertical-align: middle;
	margin: 10px 0 10px 13px;

}

.managers th {
	font-weight: bold;
	padding: 4px 6px;
	font-size: 13px;
	
}

.now {
	color: #ff4555;
	
}

.managers td {
	padding: 4px;
}

td.name { white-space:nowrap;}
.clear { clear:both;}