/*******************************************************************************/
/* File:    fbcplans.css																									     */
/*          Style sheet definitions for the FBCPlans.com website               */
/* Created: 26 June 2009                                                       */
/* Updated:                                                                    */
/*   2010-05-17 GLR - Updates for the picture gallery                          */
/*******************************************************************************/
/*  Orig colors: BG #008B9E  Body #F0F3EF */

body { 
  background:          url(images/bkg03.gif);
  background-color:    #F0F3EF;
  color:               #000000;
  font-family:         "Verdana", "Arial", "Comic Sans MS";
  font-size:           10pt;
  margin:              0px;
}

h1, h2, h3, h4, h5, h6 {
  color:               #000000;
  font-family:         "Arial", "Comic Sans MS";
}

TD {
  background:          url(images/bkg03.gif);
  color:               #000000;
  font-family:         "Verdana", "Arial", "Comic Sans MS";
  font-size:           10pt;
}

TD.horizborder {
	background-color:    black;
	color:               yellow;
}
TD.vertborder {
	background-color:    black;
	color:               green;
}
TD.footer {
	color:               black;
  font-size:           8pt;
}
TR.topheader {
	background-color:    #CCAF6F;
}
TD.mainbody, TABLE.mainbody {
	background-color:    white;
	color:               black;
  font-size:           10pt;
}



/*----- Navigation icon definitions -----*/
#nav { 
	clear:								right; 
  list-style-type:			none; 
	margin:               10px 0 0 0;
}
#nav li { 
	display:              inline; 
}
#nav li a { 
  color:                black;  /* #2D8E75; */
  cursor:               pointer; 
  display:              inline;
  font:                 bold 15px/20px Helvetica, Arial, sans-serif; 
  height:               20px; 
  text-decoration:      none; 
}
#nav li a:hover, 
#nav li a.selected {
	background:           transparent url(images/navbutton_left4.jpg) left top no-repeat; 
	color:                black; 
}
#nav li a span { 
	display:              inline;
	height:               20px; 
	padding:              0 6px; 
}
#nav li a:hover span, 
#nav li a.selected span { 
	background:           transparent url(images/navbutton_right4.jpg) right top no-repeat; 
}

/*----- other definitions -----*/
.footcopyr {        /* copyright text in the footer */
  color:                #808080;
  float:                left;
	font-size:            7pt;
  font-weight:          normal;

}
.footfeedbk {       /* feedback text in the footer */
  color:                #808080;
  float:                right;
	font-size:            7pt;
  font-weight:          normal;
}
.footpageupd {      /* date-page-updated text in the footer */
  color:                #808080;
  float:                right;
	font-size:            7pt;
  font-weight:          normal;
}
.gallerypagetitle { /* title in the gallery page */
  color:                #2D8E75;
  font-family:          Arial;
  font-size:            14pt;
  font-weight:          bold;
  margin:               0 0 0 5px;
}
.gallery_using {    /* text describing how to use the picture gallery */
  color:                #2D8E75;
  font-family:          Arial;
  font-size:            10pt;
}
.headeraddr {       /* company address in the top-of-page header */
/*	font-family:         "Comic Sans MS", "Verdana", "Arial"; */
  color:                black;
	font-size:            10pt;
  font-weight:          bold;
  font-weight:          normal;
  line-height:          18px;
}
.headercompname {   /* company name in the top-of-page header */
/*	font-family:         "Comic Sans MS", "Verdana", "Arial"; */
  color:                black;
  font-size:            24pt;
	font-style:           normal;
  font-weight:          bold;
  font-weight:          bold;
  line-height:          40px;
  text-align:           right;
}

.mainbody {         /* text in the main body of the web page */
  font-size:            10pt;
}
.pagebox  { 
	background-color:     #24448D;
  color:                #FFFFFF;
  float:                left;
  font-family:          "Times New Roman", Arial;
	font-size:            16pt;
  font-variant:         small-caps;
  font-weight:          bold;
  letter-spacing:       0.1em;
  margin:                0px 8px  0px 0px;
  padding:              12px 8px 16px 8px;
}

.titlepage  {
  color:                black;
  font-size:            16pt;
	font-style:           normal;
  font-weight:          bold;
  
}	