/*
GENERAL 
*/

html { margin: 0px; padding: 0px; }

body
	{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size:100%;
	font-family: arial,sans-serif; 
	font-size: 13px;
	color: #333333;
	}
	
div { margin: 0px; padding: 0px; }

p { padding: 0px; margin: 0px; }

form { padding: 0px; margin: 0px; }

.red { color: #CC0000; }

.clear { clear: both; }
/*/*/ .clear { display: none; } /* */

/*
HEADER
*/

	 
/*
MAIN
*/

.main-wrap
	{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	}
	
.main-header
	{
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
	}

.main-footer
	{
	clear: both;
	border: none;
	margin: 0;
	padding: 0 10px 0 10px;
	}
	
.maincolumns-float
	{
	float: left; 
    width: 740px;
	}
	
.maincolumn-one
	{
	float: left; 
    width: 700px;
	}
	
.maincolumn-two { margin-left: 700px; }

.maincolumn-three { margin-left: 740px; }
/* */

.maincolumn-one-content
	{
	padding: 0 0 0 10px;
	border: none;
	}
	
.maincolumn-three-content
	{
	padding: 0 10px 0 0;
	border: none;
	}
	
.maincolumn_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
	
.main-wrap, .maincolumns-float, .maincolumn-one, .maincolumn-two, .maincolumn-three
	{ p\osition: relative; }
/* */

/* 
FOOTER
*/

.footer-wrap 
    { 
    width: 1000px; 
	text-align: left;
	margin:0 auto;
    } 
	
.footer-header 
    { 
    border: none;
	height: 38px;
	padding: 0 10px 0 10px;
    } 

.footer-footer 
    { 
    padding: 20px 0 0 0; 
    clear: both; 
    border: none 
    } 
	
.footercolumns-float 
    { 
    float: left; 
    width: 740px; 
    } 
.footercolumn-one 
    { 
    float: left; 
    width: 700px; 
    } 

.footercolumn-two { margin-left: 700px; } 

.footercolumn-three { margin-left: 740px; } 

/* */ 
.footercolumn-one-content
    { 
    padding: 0 0 0 10px; 
    border: none;
    } 
	
.footercolumn-two-content
    { 
    padding: 0 0 0 0; 
    border: none; 
    } 
	
.footercolumn-three-content 
    { 
    padding: 0 10px 0 0; 
    border: none; 
    } 

.footercolumn_padding_after 
    { 
    height:0px; 
    font-size: 1px; 
    line-height: 0px; 
    clear: both; 
    } 
	
.footer-wrap, .footercolumns-float, .footercolumn-one, .footercolumn-two, .footercolumn-three, .list1-1, #element5 
    { p\osition: relative; } /* */ 
	

/*
ELEMENTS
*/

#element1
	{
    background: #EEEEEE url(../images/topbanner_fbl_bg.png);
	background-repeat: repeat-x;
	width:100%;
	}

#element2
	{
	height: 125px;
	}

#element3
	{
	height: 30px;
	}

#element5
	{
	margin: 0px;
	padding: 5px 0 5px 0;
	background: #758918;
	text-align: center;
	}
#element7
	{
	}
	
#element10
	{
	}
	
#element88
  {
  background-color: #F7F7F7;
  height: 880px;
  }

/*
IMAGES
*/
.image1
  {
   	width: 1000px; 
	height: 27px;
	text-align: center; /* reset text alignment */
	margin: 0 auto; /* for the rest */
	padding: 0px;
  }
/*
LISTS
*/
.list1
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.list1-1
	{
	padding: 15px 10px 15px 15px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	font-family: arial,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	}

/*
LINES
*/

.line1
	{
    border-top: 1px solid #CCCCCC;
	margin: 0;
	padding: 0 0 1px 0;
	}
	
.line2
	{
    border-top: 1px solid #758918;
	margin: 0;
	padding: 0 0 1px 0;
	}
	
.line3
  {
	padding: 3px 0 0 0;
	margin: 0px;
	border-bottom: 1px solid #819AC8;
  }
  
/*
FONTS
*/

h1
	{
    font-family: arial,sans-serif; 
	font-size: 28px; 
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
	}

h2
	{
    font-family: arial,sans-serif; 
	font-size: 28px; 
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
	}

h3
	{
    font-family: arial,sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #003399;
	padding: 0px;
	margin: 0px;
	}

h4
	{
    font-family: arial,sans-serif; 
	font-size: 28px; 
	font-weight: normal;
	color: #003399;
	padding: 0px;
	margin: 0px;
	}

h5
	{
    font-family: arial,sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}

.font1
	{
    font-family: arial,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
	}
	
.font2
	{
    font-family: arial,sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	color: #333333;
	}
	
.font3
	{
    font-family: arial,sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #777777;
	}
	
.font4
	{
    font-family: arial,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #555555;
	line-height:18px; 
	}
	
.font5
	{
    font-family: arial,sans-serif; 
	font-size: 16px; 
	font-weight: normal;
	color: #758918;
	}
	
.font6
	{
	font-size: 13px; 
	}
 
/*
LINKS
*/  

a, a:link, a:visited
	{
    color: #0033CC;
	text-decoration: underline;
	}
  
a:hover { text-decoration: none; }



  #element2 a, #element2 a:link, #element2 a:visited
	{
	color: #758918;
	text-decoration: none;
	font-family: arial,sans-serif; 
	font-size: 15px;
	font-weight: normal;
	}

#element2 a:hover { color: #777777; }

#element3 a, #element3 a:link, #element3 a:visited
	{
	color: #758918;
	text-decoration: none;
	font-family: arial,sans-serif; 
	font-size: 15px;
	font-weight: normal;
	}

#element3 a:hover { color: #777777; }

#element7 a, #element7 a:link, #element7 a:visited
	{
	color: #003399;
	text-decoration: none;
	}
	
#element7 a:hover { color: #333333; }

/*
NAVIGATION
*/

  .pager-1
  {
    width: 50px;
    background: #EEEEEE;
    text-align: center;
    font-family: arial,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #555555;
  }	
	
 .pager-0
  {
    width: 50px;
    background: #758918;
    text-align: center;
    font-family: arial,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
  }	
  
/*
SPACE
*/

.space5 { padding: 5px 0 0 0; }

.space10 { padding: 10px 0 0 0; }

.space15 { padding: 15px 0 0 0; }

.space20 { padding: 20px 0 0 0; }

.space25 { padding: 25px 0 0 0; }

.space30 { padding: 30px 0 0 0; }

.space40 { padding: 40px 0 0 0; }

.space50 { padding: 50px 0 0 0; }

.space80 { padding: 80px 0 0 0; }

.space100 { padding: 100px 0 0 0; }

.space200 { padding: 200px 0 0 0; }




/** Free Trade Promo **/

/** header **/
  #ftheader
  {
    margin-top:5px;
	padding:10px 0 0 23px;
  }
	
/** main **/
  #ftbox
  {
    width: 600px;
	margin-left: 20px;
  }
  
  #ftcontent
  {
  border-top: 1px solid #404040;
  background: #222222;
  padding: 13px 0 30px 20px;
  }
  
  .ftul
  {
    margin-top: 3px;
	list-style-type: square;
  }


  /* Fonts */

  .ftsmall
  {
    margin: 0px;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #AAAAAA;
	font-weight: normal;
  }
  .ftp
  {
    margin: 0px;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #BBBBBB;
	font-weight: normal;
  }
  
  .ftli 
  {
    margin: 0px;
	padding: 0 0 1px 0;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #BBBBBB;
	font-weight: normal;
  }