@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffebab;
	background: #000000 url("../images/homeBg.jpg") no-repeat center top;
}

.interiorBg {
	background: #000000 url("../images/interiorBg.jpg") no-repeat center top;
}

#branding {
	margin: 0;
	padding: 20px 0 10px 40px;
}


#main {
	width: 782px;
	text-align: center;
	margin: 0 auto;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle .buttonGraph {
	margin-bottom: 22px;
}

#wrapper {
	width: 782px;
	text-align: left;
	margin: 0 auto;
	background: #000;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	line-height: 20px;
}

h1 {
	font-size: 2.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.2em;

}

h2 {
	font-size: 19px;
	font-weight: bold;
	font-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0em;
}

h3 {
	font-size: 14px;
	color: #ff4f52;
	font-weight: bold;
	margin: 4px 0 8px 0;
}


/*
Forms ----------------------------------------------------------------- */

.textfield {
	height: 17px;
	color: #5c8727;
	border: 1px solid #5c8727;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.smTextfield {
	width: 100px;
	border: 1px solid #CCC;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/*
Navigation ---------------------------------------------------------------------- */

#controls {
	text-align: right;
	float: right;
	margin: 11px 24px 0 0;
	display: inline;
}

#controls ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}

#controls ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#controls .select {
	background: url("../images/icon_circle_grey.gif") no-repeat 0 50%;
	padding: 3px 10px 3px 20px;
	font-weight: 12px;
}

#controls .select a {
	text-decoration: none;
	color: #9e9e9e;
}

#controls .select a:hover {
	text-decoration: underline;
}

#contact {
	text-align: right;
}

#contact ul {
	padding: 0;
	margin: 0 17px 0 0;
	list-style: none;
	font-size: 11px;
}

#contact ul li {
	padding: 3px 10px 3px 20px;
	margin: 0;
	display: inline;
	background: url("../images/icon_circle_grey.gif") no-repeat 0 50%;
}

#contact ul li a {
	text-decoration: none;
	color: #9e9e9e;
}

#contact ul li a:hover {
	text-decoration: underline; 
}

#subNav {
	padding: 10px;
	margin: 0 0 20px 0;
	list-style: none;
	text-align: center;
	font-size: 11px;
	border: 1px solid #EAEAEA;
	background: #F7F7F7;
}

#subNav li {
	padding: 3px 0;
	margin: 0;
	display: inline;
	line-height: 3.5em;
}

#subNav li a {
	color: #5c8727;
	border: 1px solid #CCC;
	background: #EAEAEA;
	padding: 5px;
	text-decoration: none;
	margin: 0;
}

#subNav li a:hover {
	text-decoration: none;
	background: #003e7e;
	border: 1px solid #CCC;
	color: #FFF;
}

#subNav li a.current {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #003e7e;
	border: 1px solid #CCC;
}

select {
	font-size: 11px;
	padding: 1px;
}

#register {
	padding: 2px 0 2px 0;
	margin: 0 10px 0 0;
	list-style: none;
	clear: right;
	font-size: 10px;
	text-align: right;
	display: inline;
	
}

#register a {
	color: #5c8727;
	text-decoration: none;
	padding:  0 0 0 0;
	margin:  0 0 0 0;
}

#register a:hover {
	text-decoration: underline;
}

.middle {
	vertical-align: middle;
	
}


/*
Main Navigation ---------------------------------------------------------------------- */

#navigation {
	background: #950024 url("../images/navBg.gif") repeat-x left top;
	float: left;
	width: 100%;
	margin: 28px 0 0 0;
	/*padding-left: 10px;*/
}
/*matt adds right padding*/
#nav_main {
	padding: 0 8px 8px 16px;
	margin: 0;
	list-style: none;
}	

#nav_main .navHeader {
	font-weight: bold;
	font-size: 12px;
	background: #fff9e7;
	border-bottom: 1px solid #950024;
}

#nav_main a.navHeader:hover{
	background: #fff2cf;
	color: #62102e;
	cursor: default;
}

#nav_main li {
	margin: 0;
	padding: 0;
	float: left;
	background: #950024 url("../images/navBg.gif") repeat-x left top;
}	

#nav_main li a span {
	margin: 0 0 0 0;
	padding: 6px 12px 6px 6px;
	background: #950024 url("../images/navButtonRightSide.gif") no-repeat right top;
	display:block;
}
#nav_main li a {
	padding: 0 0 0 5px;
	background: #950024 url("../images/navButtonLeftSide.gif") no-repeat left top;
	color: #c8af79;
	text-decoration: none;
}

#nav_main li a:hover {
	background-position: 0% -27px;
}

#nav_main li a.noLinky:hover {
	background-position: 0% 0px;
}

#nav_main li a:hover span {
	background-position: 100% -27px;
	color: #ffebab;
}


#nav_main li a:hover span.noLink  {
	background-position: 100% 0px;
	color: #b9664c;
}


#nav_main .current {
	background-position: 0% -27px;	
}

#nav_main span.on {
	background: #950024 url("../images/navButtonRightSide.gif") no-repeat right top;
	background-position: 100% -27px;
	color: #ffe6a8;
}



/*
Navigation Drop Downs ---------------------------------- */

#nav_main ul {
	font-size: 12px;
	line-height: 1.0em;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	background: #ffebab;
}

#nav_main li ul {
	position: absolute;
	width: 16em;
	left: -999em;
}

#nav_main a.second  {
	display: block;
	padding: 5px 10px 5px 10px;
	background: #fff2cf;
	width: 16em;
	color: #62102e;
}

#nav_main a {
	display: block;
}

#nav_main li li a:hover{
	background: #fff9e7;
	color: #d91e4a;
	display: block;
	width: 16em;
	text-decoration: none;
	
}

#nav_main li:hover ul, #nav_main li.sfhover ul  {
	left: auto;
	background: #FF0000;
	display: block;
}




/*
Home Content ---------------------------------------------------------------------- */

#homeFlash {
	/*border-top: 1px solid #7c0525;*/
}

#interiorMasthead {
	margin: 0;
}

#homeContent {
	padding: 19px 30px 20px;
	background-image: url("../images/contentBg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #463d2c;
}

#interiorContent {
	 /* border:1px solid #000; */
	padding: 0px 30px 20px 30px;
	background-image: url(../images/interiorContentBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #463d2c;
}

.interior {
	background-image: url("../images/interiorContentBg.jpg");
	padding: 0 30px 20px;
}

#homeContent p {
	line-height: 1.5em;
	font-size: 12px;
}

#interiorContent p {
	line-height: 1.7em;
	font-size: 12px;
}

#homeContent .description p{
	font-size: 11px;
	line-height: 1.5em;
}

#homeContent p a {
	color: #eb9131;
}

#homeContent p a:hover {
	text-decoration: none;
}

#interiorContent p a {
	color: #eb9131;
}

#interiorContent p a:hover {
	text-decoration: none;
}

#homeLeft {
	width: 182px;
	float: left;
	display: inline;
}

#homeMiddle {
	float: left;
	width: 464px;
	margin: 0 0 0 0;
	display: inline;
}

#photoMiddle {
	float: middle;
	width: 700px;
	margin: 0 0 0 0;
	display: inline;
}

.policy {
	margin: 0 0 20px 0;
}

#arrow {
	padding: 0;
	margin: 0;
	list-style: none;
}

#arrow li {
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url("../images/icon_circle_green.gif") no-repeat 0 .4em;
}

#arrow li a {
	color: #5c8727;
	text-decoration: none;
}

#arrow li a:hover {
	text-decoration: underline;
}

#arrow li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#arrow li li {
	background: none;
	

}


/*
Content ---------------------------------------------------------------------------- */


#content {
	background: #FFF url("../images/bkg_curves_interior.jpg") no-repeat left top;
	padding: 20px;
	border-top: 1px solid #dfdfdf;
}

#content p {
	line-height: 1.5em;
	font-size: 11px;
}

#content p a {
	color: #003e7e;
}

#content p a:hover {
	text-decoration: none;
}


#mainLeft {
	width: 530px;
	float: left;
	padding: 20px 0 0 0;
}

#mainRight {
	float: right;
	width: 236px;
	margin: 2px 0 10px 0;
}
#lowerRight {
	float: right;
	width: 228px;
	margin: 5px 0 0 0;
	display: inline;
}

#mainRight h1 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 6px 10px 5px;
}

#lowerRight h1 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 6px 10px 5px;
}


#mainRight p {
	line-height: 1.5em;
	font-size: 12px;
	letter-spacing: 0em;
	margin: 0 6px 10px 5px;
}

#lowerRight p {
	line-height: 1.5em;
	font-size: 12px;
	letter-spacing: 0em;
	margin: 0 6px 10px 5px;
}

.clear {
	clear: both;
}

#mainLeft p.caption {
	font-size: 9px;
	color: #666;
}



#footer ul {
	padding: 5px 0;
	margin: 13px 0 40px 0;
	list-style: none;
	font-size: 10px;
	letter-spacing: 0.3em;
}

#footer ul li {
	padding: 5px 1px;
	margin: 0;
	display: inline;
	color: #DCC692;
}

#footer ul li a {
	color: #DCC692;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}



.rightBox {
	background: url("../images/bkg_rightBox_bottom.gif") no-repeat left bottom;
	width: 186px;
}

.rightBox .contactUs {
	width: 100%;
	border: none;
}

.contactUs .description {
	padding: 0 15px 0 15px;
	line-height: 1.5em;
	font-size: 10px;
}

.description p {
	font-size: 11px;
}

.rightBox .header {
	background: #b7bbcf;
	font-size: 12px;
	color: #474747;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}

.rightBox td {
	padding: 5px;
	line-height: 1.5em;
}

.rightBox .contactUs p {
	line-height: 1.5em;
}	

.rightBox a {
	color: #195ecd;
}

.rightBox a:hover {
	text-decoration: none;
}

.flash {
	margin: 20px 0 20px 0;
}

.rightBox .newsDigest {
	width: 100%;
	border: none;
}

.newsDigest ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

.newsDigest ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	background: url(../images/bullet_arrow.gif) no-repeat 0 50%;
}	

.newsDigest ul li a {
	color: #195ecd;
}

.newsDigest ul li a:hover {
	text-decoration: none;
}

.caption {
	padding: 10px 10px 10px 10px;
}



.rightBoxLink {

}


.rightBoxLink {
	background: url("../images/bkg_rightBox_bottom.gif") no-repeat left bottom;
	width: 186px;
}

.subNavRight .header {
	background: #d4dcf4;
	font-size: 16px;
	color: #003e7e;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}

.rightBoxLink td {
	padding: 5px;
	line-height: 1.5em;
}

.rightBoxLink a {
	color: #195ecd;
}

.rightBoxLink a:hover {
	text-decoration: none;
}


#flashAd {
	border: 1px solid #FFF;
}





.rightBox .subNavRight {
	width: 100%;
	border: none;
}

.subNavRight ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

.subNavRight ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	background: url(../images/icon_circle_greenv2.gif) no-repeat 0 .3em;
}	

.subNavRight ul li a {
	color: #003e7e;
}

.subNavRight ul li a:hover {
	text-decoration: none;
}

.subNavRight li ul{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}

.subNavRight li li a {
	margin: 0;
	padding: 0 0 0 0;
}

.subNavRight .currentRight {
	font-weight: bold;
	text-decoration: none;
}


#mainLeft p.nextHdr {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#mainLeft ul {
	line-height: 2em;
}

#mainLeft ul li a{
	color: #003e7e;
	text-decoration: underline;
}

#mainLeft .policyBox {
	width: 60%;
	border: none;
}

.policyBox .description {
	padding: 0 15px 0 15px;
	line-height: 1.5em;
	font-size: 10px;
}

#mainLeft .policyBox p {
	line-height: 1.5em;
}

.policyBox td {
	padding: 5px;
	line-height: 1.5em;
}

#mainLeft ul li a:hover {
	text-decoration: none;
}




/*
Case Study ------------------------------------------------------------ */

.caseStudy {
	width: 100%;
	border: 1px solid #EAEAEA;
	color: #666;
	font-size: 11px;
	margin:  10px 0 0 0;
}

.caseStudy td {
	padding: 5px;
}

.caseStudy .odd {
	background: #F7F7F7;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	
}

.caseStudy img {
	border: 1px solid #CCC;
}

.caseStudy .off {
}

.lisa {
	margin: 20px 0 0 0;
}


/*
Next Step ---------------------------------------------------------------- */

.nextBreak {
	padding: 20px;
	border: 1px solid #CCC;
	background: #F7F7F7;
	margin:  0 0 20px 0;
}

.rightCol {
	width: 186px;
	float: right;
	margin: 20px 0 0 20px;
	padding: 0 0 20px 0;
}
#reservationBox {
	background-image: url(../images/ReservationBoxBgTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 236px;
	height: 65px;
	text-align: center;
	padding: 36px 0 0 0;
	margin: 3px 0 11px 0;
}
#reservationBoxBottom {
	background-image: url(../images/ReservationBoxBgBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 236px;
	/*
	background-repeat: no-repeat;
	background-position: bottom;
	width: 236px;
	padding-bottom: 10px;
	background-attachment: fixed;
	background-color: #030101;
	*/
}
.reservationButton {
	margin-bottom: 6px;
}
.pageName {
	margin-bottom: 0px;
}

#homeContent #mainRight .whiteButton {
	color: #9f1522;
	background-color: #f8dba9;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-top: 1px solid #a6713f;
	border-right: 1px solid #a6713f;
	border-bottom: 1px solid #a6713f;
	border-left: 1px solid #a6713f;
	line-height: 26px;
	letter-spacing: 0.02em;
}
#homeContent #mainRight a.whiteButton:active { 
	color: #9f1522; 
}
#homeContent #mainRight a.whiteButton:visited { 
	color: #9f1522; 
}
#homeContent #mainRight a.whiteButton:hover {
	background-color: #f5e9c4;
	color: #c75e18;
	text-decoration: none;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle .largeHead {
	font-size: 26px;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle .attribution {
	font-size: 16px;
	margin-right: 8px;
	margin-left: 24px;
	margin-bottom: 12px;
}
h4 {
	font-size: 17px;
	font-weight: normal;
	;
	font-style: italic;
	margin-top: 24px;
	margin-bottom: 10px;
	letter-spacing: 0em;
}

.interiorBg #main #wrapper #interiorContent #homeMiddle .whiteButton {
	color: #9f1522;
	background-color: #f8dba9;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	border-top: 1px solid #a6713f;
	border-right: 1px solid #a6713f;
	border-bottom: 1px solid #a6713f;
	border-left: 1px solid #a6713f;
	line-height: 36px;
	letter-spacing: 0.02em;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a.whiteButton:active { 
	color: #9f1522; 
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a.whiteButton:visited { 
	color: #9f1522; 
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a.whiteButton:hover {
	background-color: #f5e9c4;
	color: #c75e18;
	text-decoration: none;
}

/* White Button Home
------------------------------------------*/
#homeMiddle .whiteButton {
	color: #9f1522;
	background-color: #f8dba9;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	border-top: 1px solid #a6713f;
	border-right: 1px solid #a6713f;
	border-bottom: 1px solid #a6713f;
	border-left: 1px solid #a6713f;
	line-height: 36px;
	letter-spacing: 0.02em;
}
#homeMiddle a.whiteButton:active { 
	color: #9f1522; 
}
#homeMiddle a.whiteButton:visited { 
	color: #9f1522; 
}
#homeMiddle a.whiteButton:hover {
	background-color: #f5e9c4;
	color: #c75e18;
	text-decoration: none;
}



.pageNameDoubleLine {
	margin-bottom: 7px;
	margin-top: 2px;
}

.interiorBg #main #wrapper #interiorContent #mainRight h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 3px 6px 10px 5px;
	letter-spacing: 0.1em;
	line-height: 1.2em;

}

.interiorBg #main #wrapper #interiorContent #mainRight h2 {
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	margin: 7px 6px 10px 5px;
	letter-spacing: 0em;
}

#lowerRight h2 {
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 6px 10px 5px;
	letter-spacing: 0em;
}


.interiorBg #main #wrapper #interiorContent #mainRight h3 {
	font-size: 14px;
	color: #ff4f52;
	font-weight: bold;
	margin: 3px 6px 3px 5px;
	text-transform: uppercase;
}

#lowerRight h3 {
	font-size: 14px;
	color: #ff4f52;
	font-weight: bold;
	margin: 3px 6px 3px 5px;
	text-transform: uppercase;
}

.interiorBg #main #wrapper #interiorContent #mainRight .whiteButton {
	color: #9f1522;
	background-color: #f8dba9;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 11px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	border-top: 1px solid #a6713f;
	border-right: 1px solid #a6713f;
	border-bottom: 1px solid #a6713f;
	border-left: 1px solid #a6713f;
	line-height: 36px;
	letter-spacing: 0.02em;
}
.interiorBg #main #wrapper #interiorContent #mainRight a.whiteButton:active { 
	color: #9f1522; 
}

.interiorBg #main #wrapper #interiorContent #mainRight a.whiteButton:visited { 
	color: #9f1522; 
}

.interiorBg #main #wrapper #interiorContent #mainRight a.whiteButton:hover {
	background-color: #f5e9c4;
	color: #c75e18;
	text-decoration: none;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a.mapLink {
	color: #eb9131;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a.mapLink:active {
	color: #eb9131;
}

.interiorBg #main #wrapper #interiorContent #homeMiddle a.mapLink:visited {
	color: #eb9131;
}

.interiorBg #main #wrapper #interiorContent #homeMiddle a.mapLink:hover {
	color: #eb9131;
	text-decoration: none;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle .largeHead .subHead {
	font-size: 20px;
	line-height: 24px;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a {
	color: #eb9131;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle a:hover {
	text-decoration: none;
}
.siteMap {
	font-size: 16px;
	line-height: 25px;
}
.interiorBg #main #wrapper #interiorContent #photoMiddle table td {
	padding: 0 0 3px 0;
}
.interiorBg #main #wrapper #interiorContent #mainRight ul li {
	margin: 4px 0 7px 3px;
	padding: 0 0 0 0;
}
.interiorBg #main #wrapper #interiorContent #mainRight ul {
	font-size: 12px;
	line-height: 19px;
	margin: 0 9px 0 5px;
	padding: 0 0 0 10px;
}

#lowerRight ul li {
	margin: 4px 0 7px 3px;
	padding: 0 0 0 0;
}
#lowerRight ul {
	font-size: 12px;
	line-height: 19px;
	margin: 0 9px 0 5px;
	padding: 0 0 0 10px;
}

.interiorBg #main #wrapper #interiorContent #mainRight a {
	color: #eb9131;
}
.interiorBg #main #wrapper #interiorContent #mainRight a:hover {
	text-decoration: none;
}
.interiorBg #main #wrapper #interiorContent #homeMiddle .buttonLabel {
	margin-bottom: 8px;
}
.interiorBg #main #wrapper #interiorContent #mainRight .zagatClipping h1 {
	margin-bottom: 4px;
}
.zagatClipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #35252B;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/ZagatClippingBgBody.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#privateBox {
	background-image: url(../images/privateBox.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 236px;
	height:62px;
	text-align: center;
	padding: 35px 0 0 0;
	margin: 1px 0 11px 0;
}
.privateButton {
	margin-bottom: 6px;
}
#foshayContent {
	width: 724px;
	margin: 0;
	padding: 0;
}
#brandContent {
	width: 468px;
	display: inline;
	float: right;
	font-size: 11px;
	margin: 20px 30px 20px 4px;
	line-height: 1.5em;
	list-style: none;
}
#mannysBrand {
	width: 100%;
	background-color: #000000;
	background: #000000 url(../images/foshay/mannys/bg.gif) repeat-y right top;
	margin: 0 0 16px 0;
	border: 1px dotted #6b6657;
}
#earlyBrand {
	width: 100%;
	background: #fffcf5 url(../images/foshay/early/bg.gif) repeat-y right top;
	margin: 0 0 16px 0;
	color: #24231f;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica;
}
#livingRoomBrand {
	width: 100%;
	background: #2d355e url(../images/foshay/livingroom/bg.gif) repeat-y right top;
	margin: 0 0 16px 0;
	color: #FFF;
	font-family: "Myriad Pro", Arial, Helvetica;
}
#prohibitionBrand {
	width: 100%;
	background: #fff url(../images/foshay/prohibition/bg.gif) repeat-y right top;
	margin: 0 0 16px 0;
	color: #000;
	font-family: Tahoma, Arial, Helvetica;
}
#logoBoxMannys {
	width: 206px;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	background-image: url(../images/foshay/mannys/brandLogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#logoBoxEarly {
	width: 206px;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	background-image: url(../images/foshay/early/brandLogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#logoBoxLivingRoom {
	width: 206px;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	background-image: url(../images/foshay/livingroom/brandLogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#logoBoxProhibition {
	width: 206px;
	margin: 5px 0 14px 5px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	background-image: url(../images/foshay/prohibition/brandLogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#locationBox {
	width: 180px;
	display: inline;
	float: right;
	font-size: 10px;
	margin: 138px 8px 8px 8px;
	line-height: 1.5em;
	clear: left;
	padding: 12px 0 10px 0;
}

#locationBox.mannysLoc {
	border: 1px dotted #6b6657;
	padding: 10px 0 10px 0;
}
#locationBox.earlyLoc {
	border: 1px solid #ffca75;
}
#locationBox.livingRoomLoc {
	border: 1px solid #596395;
}
#locationBox.prohibitionLoc {
	border: 1px solid #d6d6d6;
}
#locationBox h1 {
	font-size: 16px;
	margin: 0 10px 4px 10px;
}
#locationBox h2 {
	font-size: 14px;
	margin: 0 6px 8px 6px;
}
#locationBox p {
	font-size: 10px;
	margin: 0 10px 8px 10px;
	line-height: 15px;
}
#foshayContent h2 {
	font-style: normal;
	font-size: 1.7em;
}
#brandContent ul {
}

#homeMiddle #parasoleBlurb {
	width: 464px;
	margin: 0 0 0 0;
	/*
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #463d2c;
	*/
}

#homeMiddle #parasoleBlurb h1 {
	font-size: 19px;
	font-style: none;
}

#homeMiddle #parasoleBlurb #logoBox span.logo {
	margin: 3px 11px 3px 0;
	float: left;
	text-indent: -10000px;
	padding: 0;
}
	
#homeMiddle #parasoleBlurb #logoBox span.logo a {
	display: block;
	width: 154px;
	height: 110px;
	background: url(/images/parasolefoshaylogo.gif) no-repeat;
}
	
#homeMiddle #parasoleBlurb #logoBox span.logo a:hover { 
	background-position: 100% -110px;
}

hr {
	color: #000;
	background-color: #000;
	border: 1px dotted #463d2c;
	border-style: none none dotted;
	margin: 18px 0px 22px 0px;
}

.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb {
	width: 231px;
	margin: 0 0 0 0;
}

.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb h1 {
	font-size: 16px;
	font-style: none;
}
#lowerRigh h1 {
	font-size: 16px;
	font-style: none;
}

.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb #logoBox span.logo {
	margin: 4px 0 11px 5px;
	text-indent: -10000px;
	padding: 0;
}
	
.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb #logoBox span.logo a {
	display: block;
	width: 226px;
	height: 110px;
	background: url(/images/parasoleFoshaySideBarLogo.gif) no-repeat;
}
	
.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb #logoBox span.logo a:hover { 
	background-position: 100% -110px;
}

/* Dining club Home Banner
-----------------------------------------*/
#diningBox span.diningLogo {
	margin: 0 0 11px 5px;
	text-indent: -10000px;
	padding: 0;
}

#diningBox span.diningLogo a {
	display: block;
	width: 225px;
	height: 111px;
	background: url(/images/diningClubBannerButton.gif) no-repeat;
}

#diningBox span.diningLogo a:hover { 
	background-position: 100% -111px;
}

#diningBox {
	margin: 15px 0 5px 5px;
}

/* Living Room & Prohibition Home Banner
-----------------------------------------*/
#livingRoomBox span.livingLogo {
	margin: 0 0 11px 5px;
	text-indent: -10000px;
	padding: 0;
}

#livingRoomBox span.livingLogo a {
	display: block;
	width: 225px;
	height: 111px;
	background: url(/images/livingRoomBannerButton.gif) no-repeat;
}

#livingRoomBox span.livingLogo a:hover { 
	background-position: 100% -111px;
}

#livingRoomBox {
	margin: 10px 0 5px 5px;
}

/* Living Room & Prohibition Home Banner
-----------------------------------------*/
#facebookBox span.facebookLogo {
	margin: 3px 0 0px 5px;
	text-indent: -10000px;
	padding: 0;
}

#facebookBox span.facebookLogo a {
	display: block;
	width: 225px;
	height: 45px;
	background: url(/images/facebookButton.jpg) no-repeat;
}

#facebookBox span.facebookLogo a:hover { 
	background-position: 100% -45px;
}

#facebookBox {
	margin: 0 0 0px 5px;
}

/* Holiday Gift Card Home Banner
-----------------------------------------*/
#holidayCardBox span.holidayCardLogo {
	margin: 0 0 11px 5px;
	text-indent: -10000px;
	padding: 0;
}

#holidayCardBox span.holidayCardLogo a {
	display: block;
	width: 225px;
	height: 163px;
	background: url(/images/holidayCardBannerButton.gif) no-repeat;
}

#holidayCardBox span.holidayCardLogo a:hover { 
	background-position: 100% -163px;
}

#holidayCardBox {
	margin: 15px 0 5px 5px;
}

/* Zagat Box
__________________________________________ */

#zagatBox span.zagatLogo {
	margin: 0 0 11px 5px;
	text-indent: -10000px;
	padding: 0;
}

#zagatBox span.zagatLogo a {
	display: block;
	width: 234px;
	height: 154px;
	background: url(/images/zagat_vote_banner.gif) no-repeat;
}

#zagatBox span.zagatLogo a:hover { 
	background-position: 100% -154px;
}

#zagatBox {
	margin: 0 0 24px 0;
}



.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb h1 {
	font-size: 16px;
}
.interiorBg #main #wrapper #interiorContent #mainRight #parasoleSideBlurb #logoBox {
	margin-left: 5px;
	margin-bottom: 10px;
}
.interiorBg #main #wrapper #interiorContent #mainRight hr {
	margin: 11px 5px 13px 5px;
}
.interiorBg #main #wrapper #interiorContent #mainRight #valetSign {
	background: url(../images/valetParkingHeadline.gif) no-repeat;
	margin: 14px 0 2px 0;
	text-indent: -10000px;
	padding: 0;
	width: 235px;
	height: 90px;
}
#brandContent li {
	line-height: 20px;
}
#valetTop {
	background-image: url(../images/valetButtonTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 63px;
	width: 227px;
	margin-top: 16px;
	margin-bottom: 1px;
}
#phoneBoxTop {
	/* background-image: url(../images/valetButtonTop.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	float: right;
	width: 255px;
	margin-top: 1px;
	margin-bottom: 10px;
	border: 1px dotted #70665c;
	

}
#wideContent {
	width: 721px;
	display: block;
}
#privateFlash {
	margin: 2px 0 9px 0;
}
#wideContentLeft {
	width: 462px;
}
#wideContentLeft h1 {
	font-size: 1.9em;
	margin-top: 13px;
}
#phoneBoxTop p {
	margin: 10px 13px 10px 13px;
	letter-spacing: 0.1px;
	line-height: 17px;
}

#foshayAnimationContainer {
	margin: 0 0 18px 0;
}
