/*
YUI code (removed unnecessary code)
*/
body,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,p,pre,code,form,fieldset,legend,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* ++++++++++++++++++++ Special Notes (Please read  +++++++++++++++++++ */
/*
0) IE6 hacks are in ffc_ie6.css
0) IE7 hacks are in ffc_ie7.css
0) Forms related CSS code is in ffc_forms.css

0) "verdana, geneva, sans-serif" is the base font, so avoid speficying this 
     again when creating a new font class, unless it is a different font
0) Use % for font-size. Example: 100% for 10px, 160% for 16px, and so on.
0) If the browser is rendering font-size more than what you specified under CSS,
   check the font settings on the parent element.  
0) Use small letters for colors.  Example: #fff instead of #FFF
0) Use short form for colors.  Example: #fff instead of #ffffff
0) If a class has just one element, squeeze everything on to one line.  A few 
    exceptions would be a class with longer name, or common classes using the
    same property
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++ Table of Contents   +++++++++++++++++++++++ */
/*                                                                      */
/* Global Elements                                                      */
/*                                                                      */
/* COMMON - Two & three column layout classes                           */
/*                                                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Global Elements                                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  background: #ccef78; /* f5e6e6 cadaa6 d2e2ad */
  color: #999;
  font: 62.5% verdana, geneva, sans-serif;
}

h1 {
  color: #930805;
  font-size: 220%;
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  color: #fff;
  font-size: 160%;
  font-weight: bold;
}

p { 
  color: #444;
  font-size: 130%;
  margin-top: 10px;
}

a { text-decoration: none; }

ul { margin-top: 10px; }

ul li {
  color: #555;
  font-size: 120%;
  margin-bottom: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* COMMON - Two & three column layout classes                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.two_col_wrapper {
  width: 960px;
  min-height: 850px;
  background-color: #fff;
  margin: 0 auto;
/* hack for gap between white and body background */
/* IE7 hack for the same issue */
  padding-bottom: 15px;
}

.two_col_fixed_left {
  float: left;
  width: 235px;
  margin: 25px;
}

.two_col_fixed_right { 
  float: left;
  width: 650px;
  margin: 25px 25px 25px 0;
}

.linklisting p,
.linklisting h2, 
.two_col_right_links p, 
.two_col_right_links h1 { 
  text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* COMMON elements                                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
/* IE6 & IE7 hack for "zoom" */
}

h1.page_header { margin-top: 154px; margin-bottom: 0px; }

p.special {
  color: #89c400;
  font-size: 140%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* COMMON - Left column (logo, motto, phone no. and navigation)         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.logo {
  background-image: url(images/ffc_logo.jpg);
  width: 235px;
  height: 104px;
}

.motto { 
  margin-left: 95px;
}
.motto_line1, .motto_line2 {
  color: #999;
  font-size: 100%;
  font-weight: bold;
}
.motto_line1 { margin: 0px; }
.motto_line2 { margin: 0 0 0 20px; }

.phone {
  color: #555;
  font-size: 120%;
  font-weight: bold;
  margin: 35px 0 0 10px;
}

.nav_menu {
  margin: 35px 0 0 10px;
}

.nav_menu p {
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 5px;
}

a.nav_link:link, a.nav_link:visited, 
a.nav_link:hover, a.nav_link:active { 
  color: #930805;
  margin-bottom: 5px;
}

a.nav_link:hover, a.nav_link:active { color: #89c400; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Home page                                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.home_box {
  float: left;
  width: 198px;
  margin-right: 25px;
  border: 1px solid #930805;
}

.home_box.header { 
  height: 50px;
  line-height: 50px;
  background-color: #930805;
  text-align: center;
  vertical-align: middle;
}

.home_box.image {
  height: 323px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.home_box.last { margin-right: 0; }

.home_box a:link, .home_box a:visited, 
.home_box a:hover, .home_box a:active {
  color: #fff;
  margin-bottom: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* About Us                                                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.image_box {
  float: left;
  width: 198px;
  height: 98px;
  margin-right: 25px;
  border: 1px solid #930805;
}

.image_box.last { margin-right: 0; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Menu                                                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu { text-align: center; }
h2.sub_menu {
  color: #5d8402;
  font-size: 160%;
  font-weight: bold;
  margin-top: 25px;
}
.menu p {
  color: #444;
  font-size: 130%;
  margin-top: 10px;
}
p.sub_menu_notes {
  font-size: 120%;
  font-style: italic;
  margin: 2px 0 20px;
}

.menu_image_box {
  float: left;
  width: 141px;
  height: 141px;
  margin-right: 26px;
  margin-bottom: 40px;
  border: 1px solid #930805;
}
.menu_image_box.last { margin-right: 0; }

.menu_header {
  color: #555;
  font-size: 120%;
  font-weight: bold;
  margin: 5px 0 0;
}

.menu_header a:link, .menu_header a:visited { color: #555; } 


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Quotes                                                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

form { margin-top: 20px; }

form label {
  color: #666;
  font-size: 110%;
}

form input[type=text] { 
  color: #666;
  font-size: 130%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #b5b5b5;
}

.form_row { margin-top: 18px; }

.form_col1 {
  float: left; 
  width: 90px;
  line-height: 20px;
  vertical-align: middle;
  text-align: left;
}

.form_col2 {
  float: left;
  width: 255px; 
  height: 20px;
  margin-left: 35px;
}

.form_col2_no_col1 { margin-left: 125px; }

select.select_list {
/* height works only in Firefox, not in IE */
  height: 24px;
  color: #666;
  font-size: 130%;
  width: 150px;
  border: 1px solid #b5b5b5;
}

select.select_list2 {
/* height works only in Firefox, not in IE */
  height: 24px;
  color: #666;
  font-size: 130%;
  width: 255px;
  border: 1px solid #b5b5b5;
}

.day    { width: 45px; }
.month  { width: 50px; }
.year   { width: 60px; }
.guests { width: 45px; }

textarea.comments {
  border: 1px solid #b5b5b5;
  margin-left: 35px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Contact Us                                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.contact_row { margin-top: 10px; }

.col1, .col2, .col2_no_col1 {
  float: left;
  color: #666;
  font-size: 130%;
  margin: 0px;
}

.col1 { width: 50px; }

.col2 {
  float: left;
  color: #222;
  margin-left: 25px;
}

.col2_no_col1 {
  color: #222; 
  margin-left: 75px;
}

.external_links {
  padding-left: 20px;
}

.external_links.li {
  list-style-type:disc;
}

p.error {
  color: red;
}

