@charset "utf-8";
/* CSS Document */

/* Berson3 CSS File */
/* fgc27.css */

body * {
margin: 0;
padding: 0;
}

body {
/*background-color: #F8CC72;*/
background-color: #E4E7E9;
font-family: Arial, Helvetica, sans-serif;
/*font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;*/
margin: 0;
}

p {
font-size: 14px;
font-weight: normal;
}

a:link,
a:visited {
color: #B43616;
text-decoration: none;
}

a:hover {
background-color: #B43616;
color: white;
text-decoration: none;
}

h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

h2 {
font-size: 2.2em;
}

h3 {
font-size: 1.9em;
}

h4 {
font-size: 1.6em;
}

#all {
background-color: white;
border-color: white;
border-style: solid;
border-width: 0 1px 0 1px;
margin: auto;
position: relative;
width: 1000px;
}

#masthead {
background-image: url(../img/header_bg_2.jpg);
background-position: right;
background-repeat: no-repeat;
height: 150px;
position: relative;
}

#masthead a:link,
#masthead a:visited {
color: #B43616;
text-decoration: none;
}

#masthead a:hover {
background-color: #B43616;
color: white;
text-decoration: none;
}

#masthead_standard {
background-color: white;
background-image: url(../img/bg_std_pic_2.jpg);
height: 220px;
position: relative;
}

#masthead_standard a:link,
#masthead_standard a:visited {
color: #B43616;
text-decoration: none;
}

#masthead_standard a:hover {
background-color: #B43616;
color: white;
text-decoration: none;
}

#mast_logo {
/*background-image: url(../img/logo_web_revised.jpg);*/
background-repeat: no-repeat;
height: 148px;
margin-left: 100px;
top: 1px;
width: 460px;
}

#mast_logo img,
#mast_logo a {
border: none;
}

#mast_logo a:link,
#mast_logo a:visited {
border: none;
}

#mast_logo a:hover {
background-color: transparent;
}

#mast_links {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
left: 660px;
position: absolute;
top: -2px;
}

#mast_links table {
border-collapse: collapse;
}

#special_slogan {
 background-color: #FF9;
 border: 1px solid #930;
 left: 650px;
 padding: 4px;
 text-align: center;
 top: 50px;
 width: 300px;
 position: absolute;
}

#food_sections {
 background-color: #FFC;
 border: 1px dotted #030;
 padding: 30px;
 position: relative;
 width: 400px;
}

#food_sections li {
 list-style: none;
}

#course_button {
display: block;
text-indent: -5000px;
background: url(../img/course_button.gif) no-repeat;
height: 35px;
width: 118px;
}

#restaurant_button {
display: block;
text-indent: -5000px;
background: url(../img/restaurant_button.gif) no-repeat;
height: 35px;
width: 118px;
}

#mast_welcome {
background-image: url(../img/mast_welcome_bg.png);
background-repeat: repeat-y;
color: white;
right: 0px;
padding: 10px;
position: absolute;
bottom: 30px;
width: 300px;
}

#mast_welcome h4 {
font-family: "Times New Roman", Times, serif;
font-weight: normal;
text-align: center;
}

#mast_welcome p {
font-size: 10px;
font-weight: bold;
}

#mast_welcome_home {
/*background-image: url(../img/mast_welcome_bg.png);*/
background-repeat: repeat-y;
/*color: white;*/
right: 0px;
padding: 10px;
position: absolute;
top: 0px;
width: 300px;
}

#mast_welcome_home h4 {
font-family: "Times New Roman", Times, serif;
font-weight: normal;
text-align: center;
}

#mast_welcome_home p {
font-size: 10px;
font-weight: bold;
}

#mast_welcome a:link,
#mast_welcome a:visited {
color: #FFCC00;
text-decoration: none;
}

#mast_links a:link,
#mast_links a:visited {
color: #336600;
text-decoration: underline;
}

#mast_links a:hover {
background-color: #336600;
color: white;
text-decoration: none;
}

#main_content {
padding: 30px;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background: url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
margin-top: 20px;
margin-left: 500px;
width: 200px;
height: 20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	
.scrollable {
margin: 0 auto;
text-align: center;
position:relative; 
overflow:hidden; 
width: 920px; 
height: 340px; 
float: left;
} 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

ul
{
list-style-image:url("/img/small_ball.jpg");
list-style-type:square;
}

ul li {
 margin-bottom: 3px;
}

#right_content {
float: right;
margin: 0 20px;
width: 200px;
}

#bottom_nav_rest {
background-color: #FED760;
border-color: white;
border-style: solid;
border-width: 1px 0;
color: black;
font-size: 9px;
text-align: center;
}

#bottom_nav_rest li {
display: inline;
list-style: none;
padding: 13px;
}

#bottom_nav_course {
background-color: #FED760;
border-color: white;
border-style: solid;
border-width: 1px 0;
color: black;
font-size: 9px;
text-align: center;
}

#bottom_nav_course li {
display: inline;
list-style: none;
padding: 25px;
}

#bottom_nav_course li a:link, #bottom_nav_course li a:visited {
color: green;
}

#bottom_nav_course li a:hover {
background-color: green;
color: white;
}

#quick_links {
background-image: url(../img/nav_bg_1.jpg);
background-position: top;
background-repeat: repeat-x;
border-color: #993300;
border-style: solid;
border-width: 2px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
text-align: center;
width: 1000px;
}

#quick_links ul {
margin: 0;
padding: 12px 0;
text-align: center;
}

#quick_links li {
display: inline;
font-weight: bold;
list-style: none;
margin: 0;
/*padding: 0 18px;*/

text-align: center;
}

#quick_links a {
padding: 12px 13px;
}

#quick_links_standard {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
position: absolute;
text-align: center;
top: 184px;
width: 1000px;
}

#quick_links_standard h2 {
color: #330000;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 0;
text-align: left;
}

#quick_links_standard ul {
margin: 0;
padding: 0;
text-align: center;
}

#quick_links_standard li {
display: inline;
font-weight: bold;
list-style: none;
margin: 0;
padding: 0 18px;
text-align: center;
}

#quick_links_standard a:link,
#quick_links_standard a:visited {
color: white;
text-decoration: none;
}

#quick_links_standard a:hover {
background-color: white;
color: #333300;
text-decoration: none;
}

#map_container {
 position: relative;
}

#map_container img {
 border: none;
}

#demo_day {
 background-image: url(../img/transparent_bg.png);
 color: white;
 font: Tahoma, Geneva, sans-serif;
 height: 320px;
 padding: 0 10px;
 position: absolute;
 right: 0px;
 top: 0px;
 width: 300px;
 z-index: 2;
 border-bottom-left-radius: 20px;
 -moz-border-radius: 0 0 0 20px;
 -webkit-border-bottom-left-radius: 20px;
}

#demo_day span.demo_1 {
 display: block;
 font-size: 2.4em;
 font-weight: bold;
 text-align: center; 
}

#demo_day span.demo_2 {
 font-size: 2.2em;
 font-weight: bold;
}

#demo_day span.demo_3 {
 font-size: 1.1em;
}

#demo_day span.demo_click_down {
 cursor: pointer;
 text-align: center;
}

#demo_day span.demo_click_up {
 cursor: pointer;
 text-align: center;
}

#musser {
 /*background-image: url(../img/jm_logo_small.gif);*/
 height: 158px;
 margin-top: -140px;
 position: relative;
 width: 190px;
}

#musser_thyroid {
 background-image: url(../img/jm_thyroid.jpg);
 height: 40px;
 left: -240px;
 position: absolute;
 top: 60px;
 width: 240px;
}

#musser img, #musser a, #musser a:hover {
 border: none;
 background-color: none;
}

#coupon {
 border: 2px solid #060;
 border-bottom-width: 18px;
 background-image: url(../img/golf_ball_200sq.jpg);
 background-position: bottom right;
 background-repeat: no-repeat;
 width: 450px;
 height: 380px;
 margin: 20px auto;
 padding: 30px 15px 15px;
}

#coupon_graphic {
 margin: auto;
 width: 460px;
}


.bi_right {
/*background: url(../img/weird_egg_green.jpg) top left repeat-x;*/
background: url(../img/light_blue_gr_winter.jpg) top left repeat-x;
/*border: 2px solid #FFCC00;*/
border: 2px solid #666;
float: right;
margin: 10px;
padding: 10px;
width: 430px;
}

.bi_left {
/*background: url(../img/weird_egg.jpg) top left repeat-x;*/
background: url(../img/blue_gr_winter.jpg) top left repeat-x;
/*border: 2px solid #FFCC00;*/
border: 2px solid #666;
margin: 10px;
padding: 10px;
width: 430px;
}

.bi_right table, .bi_left table {
border: 1px solid #CCCCCC;
font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
font-size: small;
margin-bottom: 4px;
text-align: center;
width: 100%;
}

.bi_right th, .bi_left th {
/*background-image: url(../img/green_gradient.jpg);
background-position: top;
background-repeat: repeat-x;*/
padding: 6px 0;
}

.bi_right td, .bi_left td {
padding: 4px;
width: 110px;
}

.bi_right h3, .bi_left h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.7em;
font-weight: normal;
text-align: center;
}

.bi_header_space {
height: 80px;
}

.bi_post_specials {
clear: both;
}

#black_horse {
margin-top: 40px;
width: 200px;
}

#pre_footer {
background-image: url(../img/green_gradient.jpg);
background-repeat: repeat-x;
background-position: bottom;
clear: both;
font-size: 10px;
margin-top: 90px;
padding: 10px 0;
text-align: center;
width: 100%
}

#text_bar_footer {
background-color: #7B2215;
clear: both;
margin: 0;
padding: 12px 0;
text-align: left;
width: 100%;
}

#text_bar_footer li {
display: inline;
font-size: 11px;
list-style: none;
margin: 0;
padding: 0 10px;
}

#text_bar_footer a:link,
#text_bar_footer a:visited {
color: white;
}

#text_bar_footer a:hover {
background-color: white;
color: #B43616;
}

#tags {
float: right;
margin-right: 20px;
}

#weather_catcher {
clear: both;
margin: auto;
width: 780px;
}

.block {
 display: block;
 border: 1px solid #033;
}

.bold {
font-weight: bold;
}

.bubble {
border: 1px solid #DDDDDD;
float: left;
height: 320px;
margin: 9px;
text-align: center;
width: 260px;
}

.bubble h2 {
background-color: #CCCCCC;
/*background-image: url(../img/h2_gradient.jpg);*/
background-image: url(../img/h2_gradient_blue.jpg);
background-repeat: repeat-x;
font-size: 1.4em;
font-weight: normal;
margin: 6px 0;
padding: 8px 0;
}

.bubble p {
padding: 6px;
}

.bubble img {
border: none;
}

.center {
text-align: center;
}

.clear {
 clear: both;
}

.fleft {
 float: left;
 margin-left: 10px;
}

.fright {
 float: right;
 margin-right: 10px;
 margin-left: 10px;
}

.grey {
color: #999999;
}

.left {
 text-align: left;
}

.lite_fare {
 width: 100%;
}

.lite_fare td {
 height: 55px;
}

.main_items {
 border: 1px solid #CCC;
 margin-bottom: 15px;
 padding: 20px;
}

.main_items h3 {
 margin-bottom: 10px;
}

.nobold {
 font-weight: normal;
}

.right {
 text-align: right;
}

.underline {
 text-decoration: underline;
}

.youtube {
 height: 370px;
 width: 435px;
}

.z_me_up {
 z-index: 1;
}
