/* Basic Website Styles - Screen and Projection Media Types */

/* Color Pallette:

*/

/*--------------------------------------------
Reset
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------
	Boilerplate
-------------------------------------------*/
html {
	font-size: 125%;
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 50%;
	background: #fff;
	padding: 0 0 20px 0;
	text-align: center;
}

a img { border: none; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

span.nowrap {
	white-space: nowrap;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.hidden 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden; 
} 
.no_print { display: none; }
/*-------------------------------------------
	Structural
-------------------------------------------*/

div#wrapper {
	width: 886px;
	margin: 0 auto;
	background: #fff;
	color: #999;
	text-align: left;
}

div#header {
	width: 886px;
	height: 81px;
	background: #77A2A8 url("../_images/_global/bg/header_bg.gif") left top no-repeat;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #fff;
}

div#location_nav {
	float: left;
	height: 37px;
}
div#location_nav div.col1, 
div#location_nav div.col2, 
div#location_nav div.col3 {
	float: left;
	width: 294px;
	border-right: 1px solid #fff;
	background-color: #DD5E07;
}
div#location_nav div.col3 {
	width: 296px;
	border-right: none;
}
div#inner_content_wrapper {
	float: left;
	margin: 49px 0 69px 0;
}
div#inner_content_wrapper div.col1 {
	float: left;
	width: 282px;
	width: 232px;
	padding: 42px 25px 0 0;
	padding: 0px 25px 0;
}
div#inner_content_wrapper div.col2 {
	border-left: 1px solid #D9D9D9;
	padding: 0 0 0 25px;
	margin: 0 0 0 293px;
}
div.col2-1 {
	float: left;
	display: inline;
	width: 340px;
	margin: 0 25px 0 0;
}
div.col2-2 {
	float: left;
	width: 202px;
	margin: 0;
}
div.inset_right {
	float: right;
	width: 202px;
	margin: 0 0 0 25px;
}
/*
div#location_address {
	float: left;
	width: 45%;
}
div#location_hours {
	float: left;
	width: 45%;
}
*/
div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*-------------------------------------------
	Type
-------------------------------------------*/
em { font-style: italic; }
strong { font-weight: bold; }

a:link, a:visited {
	color: #688D93;
}

a:hover {
	color: #DD5E07;
}

h1, h2, h3, h4, h5, h6, p, address, pre, ol, ul, dl {
	margin-bottom: 1em;
}

h1 {
	font: 30px/1.3 Georgia, serif;
	color: #688D93;
	margin-bottom: .7em;
}

h2 {
	font: 2em/1.3 Georgia, serif;
	margin: 1em 0 .2em;
	color: #DD5E07;
}
h2 a:link, 
h2 a:visited {
	color: #DD5E07;
	text-decoration: none;
}
h2 a:hover {
	color: #688D93;
	text-decoration: none;
}
h3 {
	color: #688D93;
	color: #DD5E07;
	font: bold 1.4em/1.2 Georgia, serif;
	margin: 0 0 .2em;
}
p {
	font: 1.1em/1.4 Verdana, sans-serif;
	color: #666;
	margin-bottom: 1.2em;

}
p.largePrint {
/*	font: 1.2em/1.8 Verdana, sans-serif; */
}
p.get_map, 
p.smallPrint {
	font: 1.1em/1.2 Georgia, serif;
	margin: 0 0 3em;
}
ul.plain_list li {
	font: 1.1em/1.3 Verdana, sans-serif;
	color: #666;
	margin-left: 2em;
	padding: 0 0 .8em 0;
	list-style: disc;
}

address {
	font: 1.2em/1.3 Georgia, serif;
	color: #999;
}
div.noPrint p {
	float: right;
}


/*-------------------------------------------
	Special content areas 
-------------------------------------------*/

div#hours {
	margin: 0 0 3em 0;
}
div#reservations_form {
	font-family: Georgia, serif;
}
ul#restaurantInfo li {
	font: 1.1em/1.3 Georgia, serif;
	color: #999;
	margin-left: 0;
	list-style: none;
	padding: 0 0 8px 10px;
	background: url(../_images/_global/sm_bullet.gif) 0px 5px no-repeat;
}
div.location {
	float:left;
	margin-right: 25px;
}
div.location h2 {
	color: #AB4B40;
	color: #DD5E07;
	margin-bottom: 2px;
}
div.location p {
	margin-top: 0;
	margin-bottom: 6px;
	font: 12px/16px Georgia, serif;
}

/*-------------------------------------------
	Tables 
-------------------------------------------*/
table th, 
table td {
	vertical-align: top;
	padding: 0 0 18px 0;
}
table td p {
	font: 1.1em/1.3 Verdana, sans-serif;
}

table.location_features_table {
	width: 500px;
	margin: 2em 0 0;
}
table.location_features_table th {
	width: 109px;
}
h2#location_restaurant {
	background: url(../_images/_global/restaurant.gif) no-repeat left top;
	height: 14px;
	width: 72px;
	margin: 0;
}
h2#location_restaurant a {
	display: block;
	background: url(../_images/_global/restaurant.gif) no-repeat left top;
	height: 14px;
	width: 72px;
}
h2#location_meetings_and_events {
	background: url(../_images/_global/meetings_and_events.gif) no-repeat left top;
	height: 32px;
	width: 73px;
	margin: 0;
}
h2#location_meetings_and_events a {
	background: url(../_images/_global/meetings_and_events.gif) no-repeat left top;
	height: 32px;
	width: 73px;
	display: block;
}
/*-------------------------------------------
	Logo
-------------------------------------------*/

div#logo h1 {
	float: left;
	background: url(../_images/_global/logotype.gif) no-repeat left top;
	height: 81px;
	width: 283px;
	margin: 0;
}

div#logo h1 a {
	display: block;
	height: 81px;
	width: 283px;
}


/*-------------------------------------------
	Main Navigation
-------------------------------------------*/

div#main_nav {}

div#main_nav ul {
	float: left;
	margin: 54px 0 0 9px;
}

div#main_nav ul li {
	float: left;
	height: 22px;
}
div#main_nav ul li a {
	display: block;
	height: 22px;
}
/*
div#main_nav ul li a span {
	display: none;
}
*/

/* Home */
li#btn_home {
	background: url(../_images/_global/main_nav/home_OVER.gif) left top no-repeat;
	width: 53px;
}
li#btn_home a:link, 
li#btn_home a:visited {
	background: url(../_images/_global/main_nav/home.gif) left top no-repeat;
	width: 42px;
}
li#btn_home a:hover {
	background: url(../_images/_global/main_nav/home_OVER.gif) left top no-repeat;
	width: 42px;
}
li#btn_home a.selected {
	background: url(../_images/_global/main_nav/home_OVER.gif) left top no-repeat;
	width: 42px;
}
/* Locations */
li#btn_locations {
	background: url(../_images/_global/main_nav/locations_OVER.gif) left top no-repeat;
	width: 74px;
}
li#btn_locations a:link, 
li#btn_locations a:visited {
	background: url(../_images/_global/main_nav/locations.gif) left top no-repeat;
	width: 63px;
}
li#btn_locations a:hover {
	background: url(../_images/_global/main_nav/locations_OVER.gif) left top no-repeat;
	width: 63px;
}
li#btn_locations a.selected {
	background: url(../_images/_global/main_nav/locations_OVER.gif) left top no-repeat;
	width: 63px;
}
/* Reservations */
li#btn_reservations {
	background: url(../_images/_global/main_nav/reservations_OVER.gif) left top no-repeat;
	width: 94px;
}
li#btn_reservations a:link, 
li#btn_reservations a:visited {
	background: url(../_images/_global/main_nav/reservations.gif) left top no-repeat;
	width: 83px;
}
li#btn_reservations a:hover {
	background: url(../_images/_global/main_nav/reservations_OVER.gif) left top no-repeat;
	width: 83px;
}
li#btn_reservations a.selected {
	background: url(../_images/_global/main_nav/reservations_OVER.gif) left top no-repeat;
	width: 83px;
}
/* Meetings and Events */
li#btn_meetings_and_events {
	background: url(../_images/_global/main_nav/meetings_and_events_OVER.gif) left top no-repeat;
	width: 127px;
}
li#btn_meetings_and_events a:link, 
li#btn_meetings_and_events a:visited {
	background: url(../_images/_global/main_nav/meetings_and_events.gif) left top no-repeat;
	width: 116px;
}
li#btn_meetings_and_events a:hover {
	background: url(../_images/_global/main_nav/meetings_and_events_OVER.gif) left top no-repeat;
	width: 116px;
}
li#btn_meetings_and_events a.selected {
	background: url(../_images/_global/main_nav/meetings_and_events_OVER.gif) left top no-repeat;
	width: 116px;
}
/* Employment */
li#btn_employment {
	background: url(../_images/_global/main_nav/employment_OVER.gif) left top no-repeat;
	width: 91px;
}
li#btn_employment a:link, 
li#btn_employment a:visited {
	background: url(../_images/_global/main_nav/employment.gif) left top no-repeat;
	width: 80px;
}
li#btn_employment a:hover {
	background: url(../_images/_global/main_nav/employment_OVER.gif) left top no-repeat;
	width: 80px;
}
li#btn_employment a.selected {
	background: url(../_images/_global/main_nav/employment_OVER.gif) left top no-repeat;
	width: 80px;
}
/* About */
li#btn_about {
	background: url(../_images/_global/main_nav/about_OVER.gif) left top no-repeat;
	width: 72px;
}
li#btn_about a:link, 
li#btn_about a:visited {
	background: url(../_images/_global/main_nav/about.gif) left top no-repeat;
	width: 61px;
}
li#btn_about a:hover {
	background: url(../_images/_global/main_nav/about_OVER.gif) left top no-repeat;
	width: 61px;
}
li#btn_about a.selected {
	background: url(../_images/_global/main_nav/about_OVER.gif) left top no-repeat;
	width: 61px;
}
/* Contact */
li#btn_contact {
	background: url(../_images/_global/main_nav/contact_OVER.gif) left top no-repeat;
	width: 72px;
}
li#btn_contact a:link, 
li#btn_contact a:visited {
	background: url(../_images/_global/main_nav/contact.gif) left top no-repeat;
	width: 72px;
}
li#btn_contact a:hover {
	background: url(../_images/_global/main_nav/contact_OVER.gif) left top no-repeat;
	width: 72px;
}
li#btn_contact a.selected {
	background: url(../_images/_global/main_nav/contact_OVER.gif) left top no-repeat;
	width: 72px;
}

/*-------------------------------------------
	Flash header images
-------------------------------------------*/
div#splash {
	height: 133px;
	width: 886px;
	border-bottom: 1px solid #fff;
}

div#splash h1 {
	background: url(../_images/flash/the_river_static.jpg) no-repeat left top;
	height: 133px;
	width: 886px;
	margin: 0;
}

/*-------------------------------------------
	Sidebar features
-------------------------------------------*/
div.sidebar_feature {
	padding: 0 0 25px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px;
}
div.sidebar_feature img {
	width: 110px;
	width: 90px;
	margin-bottom: 0px !important;
}
div.sidebar_feature h4 {
	font: normal 2.2em/1.2 Georgia, serif;
	color: #77A2A8;
	margin: 0 0 .2em 120px;
	margin: 0 0 .2em 100px;
}
div.no_thumbnail h4 {
	margin: 0 0 .2em 0px;
}
div.sidebar_feature h4 span.small {
	font-size: .7em;
}
div.sidebar_feature h4 span.smaller {
	font-size: .6em;
}
div.sidebar_feature h4 a {
	text-decoration: none;
}
div.sidebar_feature p a.showLink {
	text-decoration: underline;
}
div.sidebar_feature p {
	font-size: 1em;
	color: #999;
	margin: 0 0 .2em 120px;
	margin: 0 0 .2em 100px;
}
div.no_thumbnail p {
	font-size: 1.1em;
	margin: 0 0 .2em 0px;
}
div.sidebar_feature p a {
	color: #999;
	text-decoration: none;
}
div.sidebar_feature p a:hover {
	color: #666;
}

/*-------------------------------------------
	Image Replaced Headlines
-------------------------------------------*/

h1.img_headline {
	height: 31px;
}
h1#locations {
	background: url(../_images/headlines/locations.gif) left top no-repeat;
	width: 133px;
}
h1#location_sacramento {
	background: url(../_images/headlines/sacramento.gif) left top no-repeat;
	width: 161px;
}
h1#location_folsom {
	background: url(../_images/headlines/folsom.gif) left top no-repeat;
	width: 102px;
}
h1#scotts_on_the_river {
	background: url(../_images/headlines/scotts_on_the_river.gif) left top no-repeat;
	width: 278px;
}
h1#reservations {
	background: url(../_images/headlines/reservations.gif) left top no-repeat;
	width: 177px;
}
h1#reservations_sacramento {
	background: url(../_images/headlines/reservations_sacramento.gif) left top no-repeat;
	width: 381px;
	height: 62px;
}
h1#reservations_folsom {
	background: url(../_images/headlines/reservations_folsom.gif) left top no-repeat;
	width: 381px;
	height: 62px;
}
h1#reservations_river {
	background: url(../_images/headlines/reservations_river.gif) left top no-repeat;
	width: 381px;
	height: 62px;
}
h1#menus_sacramento {
	background: url(../_images/headlines/menus_sacramento.gif) left top no-repeat;
	width: 383px;
	height: 62px;
}
h1#menus_folsom {
	background: url(../_images/headlines/menus_folsom.gif) left top no-repeat;
	width: 383px;
	height: 62px;
}
h1#menus_river {
	background: url(../_images/headlines/menus_river.gif) left top no-repeat;
	width: 383px;
	height: 62px;
}
h1#meetings_and_events {
	background: url(../_images/headlines/meetings_and_events.gif) left top no-repeat;
	width: 261px;
}
h1#events_river {
	background: url(../_images/headlines/events_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
h1#facilities_river {
	background: url(../_images/headlines/facilities_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
h1#catering_menus_river {
	background: url(../_images/headlines/catering_menus_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
h1#weddings_river {
	background: url(../_images/headlines/weddings_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
h1#corporate_events_river {
	background: url(../_images/headlines/corporate_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
h1#social_events_river {
	background: url(../_images/headlines/social_river.gif) left top no-repeat;
	width: 280px;
	height: 62px;
}
/* Events - Sacramento */
h1#events_sacramento {
	background: url(../_images/headlines/events_sacramento.gif) left top no-repeat;
	width: 382px;
	height: 62px;
}
h1#facilities_sacramento {
	background: url(../_images/headlines/facilities_sacramento.gif) left top no-repeat;
	width: 382px;
	height: 62px;
}
h1#catering_menus_sacramento {
	background: url(../_images/headlines/catering_menus_sacramento.gif) left top no-repeat;
	width: 382px;
	height: 62px;
}
h1#corporate_events_sacramento {
	background: url(../_images/headlines/corporate_sacramento.gif) left top no-repeat;
	width: 382px;
	height: 62px;
}
h1#social_events_sacramento {
	background: url(../_images/headlines/social_sacramento.gif) left top no-repeat;
	width: 382px;
	height: 62px;
}
/* Events - Folsom */
h1#events_folsom {
	background: url(../_images/headlines/events_folsom.gif) left top no-repeat;
	width: 321px;
	height: 62px;
}
h1#facilities_folsom {
	background: url(../_images/headlines/facilities_folsom.gif) left top no-repeat;
	width: 321px;
	height: 62px;
}
h1#catering_menus_folsom {
	background: url(../_images/headlines/catering_menus_folsom.gif) left top no-repeat;
	width: 321px;
	height: 62px;
}
h1#corporate_events_folsom {
	background: url(../_images/headlines/corporate_folsom.gif) left top no-repeat;
	width: 321px;
	height: 62px;
}
h1#social_events_folsom {
	background: url(../_images/headlines/social_folsom.gif) left top no-repeat;
	width: 321px;
	height: 62px;
}

h1#inquiry_form {
	background: url(../_images/headlines/inquiry_form.gif) left top no-repeat;
	width: 247px;
	height: 62px;
}
h1#chefs_recipie_series {
	background: url(../_images/headlines/chefs_recipe_series.gif) left top no-repeat;
	width: 298px;
	height: 62px;
}
h1#thursdays {
	background: url(../_images/headlines/thursdays-sac-folsom.gif) left top no-repeat;
	width: 514px;
	height: 62px;
}
h1#employment {
	background: url(../_images/headlines/employment.gif) left top no-repeat;
	width: 367px;
}
h1#about {
	background: url(../_images/headlines/about.gif) left top no-repeat;
	width: 290px;
}
h1#contact {
	background: url(../_images/headlines/contact.gif) left top no-repeat;
	width: 145px;
}
h1#comments {
	background: url(../_images/headlines/comments.gif) left top no-repeat;
	width: 429px;
}
/*-------------------------------------------
	Sidebar Items
-------------------------------------------*/

h2.side_img_headline {
	margin: 5px 0 11px;
	height: 24px;
}
h2.side_img_headline a {
	display: block;
	height: 24px;
}
h2#menus {
	background: url(../_images/headlines/sidebar/menus.gif) left top no-repeat;
	width: 70px;
}
h2#catering_menus {
	background: url(../_images/headlines/sidebar/catering_menus.gif) left top no-repeat;
	width: 165px;
}

ul.side_menu {
	border-top: 1px solid #ccc;
	margin: 0 0 52px;
	margin: 0 0 35px;
}
ul.sm_bot_mar {
	margin: 0 0 15px;
}
ul.side_menu li {
	font: bold 1.2em/1.2 Georgia, serif;
	color: #DD5E07;
	border-bottom: 1px solid #ccc;
	padding: 12px 0 10px 17px;
	background: url(../_images/headlines/sidebar/bullet.gif) 0px 14px no-repeat;
}
div.col2-2 ul.side_menu li {
	font: bold 1.1em/1.2 Georgia, serif;
	padding: 10px 0 8px 17px;
	background: url(../_images/headlines/sidebar/bullet.gif) 0px 12px no-repeat;
}
ul.side_menu li a:link, 
ul.side_menu li a:visited {
	color: #DD5E07;
	text-decoration: none;
}
ul.side_menu li a:hover {
	color: #688D93;
	text-decoration: none;
}
ul.side_menu li a.selected {
	color: #688D93;
	color: #999;
	text-decoration: none;
}
/* Nested Side Menu */

ul.side_menu li ul.side_menu  {
	border: none;
	margin: 4px 0 0px;
}
ul.side_menu li ul.side_menu li {
	font: normal 1em/1.2 Georgia, serif;
	border: none;
	padding: 8px 0 4px 0px;
	background: none;
}


/* End Nested Side Menu */
h3.side_img_headline {
	margin: 0 0 17px;
	height: 12px;
}
h3.side_img_headline a {
	display: block;
	height: 12px;
}
h3#other_locations {
	background: url(../_images/headlines/sidebar/other_locations.gif) left top no-repeat;
	width: 81px;
}
h3#scotts_locations {
	background: url(../_images/headlines/sidebar/scotts_locations.gif) left top no-repeat;
	width: 128px;
}
h3#other_event_locations {
	background: url(../_images/headlines/sidebar/other_event_locations.gif) left top no-repeat;
	width: 162px;
	height: 26px;
}
h3#events_river {
	background: url(../_images/headlines/sidebar/events_river.gif) left top no-repeat;
	width: 113px;
	height: 26px;
}
h3#events_river a {
	display: block;
	background: url(../_images/headlines/sidebar/events_river.gif) left top no-repeat;
	width: 113px;
	height: 26px;
}
h3#events_folsom {
	background: url(../_images/headlines/sidebar/events_folsom.gif) left top no-repeat;
	width: 113px;
	height: 26px;
}
h3#events_folsom a {
	display: block;
	background: url(../_images/headlines/sidebar/events_folsom.gif) left top no-repeat;
	width: 113px;
	height: 26px;
}
h3#events_sacramento {
	background: url(../_images/headlines/sidebar/events_sacramento.gif) left top no-repeat;
	width: 140px;
	height: 26px;
}
h3#events_sacramento a {
	display: block;
	background: url(../_images/headlines/sidebar/events_sacramento.gif) left top no-repeat;
	width: 140px;
	height: 26px;
}

h3#restaurant_river {
	background: url(../_images/headlines/sidebar/restaurant_river.gif) left top no-repeat;
	width: 103px;
}
h3#restaurant_river a {
	display: block;
	background: url(../_images/headlines/sidebar/restaurant_river.gif) left top no-repeat;
	width: 103px;
}
h3#restaurant_folsom {
	background: url(../_images/headlines/sidebar/restaurant_folsom.gif) left top no-repeat;
	width: 115px;
}
h3#restaurant_folsom a {
	display: block;
	background: url(../_images/headlines/sidebar/restaurant_folsom.gif) left top no-repeat;
	width: 115px;
}
h3#restaurant_sacramento {
	background: url(../_images/headlines/sidebar/restaurant_sacramento.gif) left top no-repeat;
	width: 139px;
}
h3#restaurant_sacramento a {
	display: block;
	background: url(../_images/headlines/sidebar/restaurant_sacramento.gif) left top no-repeat;
	width: 139px;
}

ul.side_menu_secondary li {
	font: 1.1em/1.2 Georgia, serif;
	padding: 0px 0 13px 17px;
	background: url(../_images/headlines/sidebar/bullet.gif) 0px 2px no-repeat;
}
ul.side_menu_secondary li a:link, 
ul.side_menu_secondary li a:visited {
	color: #688D93;
	text-decoration: none;
}
ul.side_menu_secondary li a:hover {
	color: #DD5E07;
	text-decoration: none;
}
/*-------------------------------------------
	Footer
-------------------------------------------*/

div#footer {
	clear: both;
	text-align: center;
}
div#mailing_list_signup  
{
	text-align: center;
	margin: 0 0 18px 0;
}
/*
div#mailing_list_signup h4,
div#mailing_list_signup p, 
div#mailing_list_signup form 
{
	 display: inline; 
}
*/
div#mailing_list_signup h4,
div#mailing_list_signup form 
{
	 display: inline; 
}
div#mailing_list_signup h4 {
	font: normal italic 1.1em/1.4 Georgia, serif;
	color: #688D93;
	padding-right: 1em;
}
div#mailing_list_signup p {
	/* padding-right: 1em; */
}
div#mailing_list_signup input.text_input {
	border: 1px solid #77A2A8;
	font: 10px Verdana, sans-serif;
	color: #999;
	padding: 3px;
	width: 170px;
}
div#other_restaurants {
	text-align: center;
	margin: 0 0 18px;
	width: 678px; /* Use while California Museum feature is displayed */
}
div#other_restaurants h5,
div#other_restaurants ul, 
div#other_restaurants ul li 
{
	display: inline;
}
div#other_restaurants h5 {
	font: normal 1.1em/1.4 Georgia, serif;
	color: #688D93;
	padding-right: 1em;
}
div#other_restaurants li {
	color: #d9d9d9;
}
div#other_restaurants li a:link, 
div#other_restaurants li a:visited 
{
	color: #666;
	text-decoration: none;
}
div#other_restaurants li a:hover 
{
	color: #688D93;
	text-decoration: underline;
}

div#footer_nav li {
	font-size: 1.1em;
	display: inline;
	color: #ccc;
}

div#footer_nav li a {
	text-decoration: none;
	color: #999;
}
div#footer_nav li a:hover {
	text-decoration: underline;
	color: #666;
}
div#footer_nav li a.selected {
	text-decoration: none;
	color: #ccc;
}
p#copyright {
	font-size: 10px !important;
	color: #ccc;
}

div#calfornia_museum {
	float: right;
	height: 131px;
	width: 210px;
	margin: 0 0 0 20px;
}

div#social_media {
	height: 47px;
	margin: 30px 0 15px;
}
div#facebook {
	float: left;
	display: inline;
	width: 295px;
	margin: 0 30px 0;
	width: 403px;
	margin: 0 40px 0 0;
}
div#twitter {
	float: left;
	width: 295px;
	width: 443px;
}
div#social_media img {
	height: 30px;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
div#social_media p {
	font-weight: bold;
	text-align: left;
}

div#social_media p a:link, div#social_media p a:visited {
	text-decoration: none;
	color: #666;
}
div#social_media p a:hover {
	text-decoration: underline;
	color: #666;
}
/*-------------------------------------------
	Coupon
-------------------------------------------*/

div#coupon {
	border: 1px dashed #688D93;
	padding: 30px 15px;
	text-align: center;
	margin: 0 0 2em;
	background: url(../_images/promo/dinner_at_scotts_bg.jpg) right bottom no-repeat;

}

div#coupon h1, 
div#coupon p {
	width: 65%;
}

#sonoma_sweepstakes {
	background: url(../_images/promo/sonoma_bg2.jpg) right bottom no-repeat;
	text-align: center;
	padding: 5px 20px 300px 200px;
}
div#sonoma_sweepstakes h4 {
	font: normal italic 1.1em/1.4 Georgia, serif;
	color: #688D93;
	padding-right: 1em;
}
div#sonoma_sweepstakes input.text_input {
	border: 1px solid #77A2A8;
	font: 10px Verdana, sans-serif;
	color: #999;
	padding: 3px;
	width: 170px;
}


/*-------------------------------------------
	Foley Family Wine List
-------------------------------------------*/

div.wine_feature {
	border: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 15px;
}
div.wine_feature h2 {
	font-size: 1.6em;
	margin: 0 0 1em;
}
div.wine_feature h2 em {
	font-size: .7em;
}
div.wine_feature h3 {
	font-weight: normal;
	margin: 0 0 1em;
	color: #666;
}

div.wine_feature img.left, 
div.wine_feature img.right {
	margin-bottom: 2px;
}

#sonoma_sweepstakes_sidebar {
	text-align: center;
}
div#sonoma_sweepstakes_sidebar h2 {
	font: normal 1.6em/1.3 Georgia, serif;
}
div#sonoma_sweepstakes_sidebar h4 {
	font: normal italic 1.1em/1.4 Georgia, serif;
	color: #688D93;
}
div#sonoma_sweepstakes_sidebar input.text_input {
	border: 1px solid #77A2A8;
	font: 10px Verdana, sans-serif;
	color: #999;
	padding: 3px;
	width: 140px;
}