@charset "utf-8";
/*
    --------------------------------------------------------------
    css by fencl web design       -- http://www.fenclwebdesign.com
	this is a leadlinked website  -- http://www.leadlinked.com
    --------------------------------------------------------------
    main.css description
	  styles mainly backgrounds and colors for web site
	  also includes any other unique styles
	  this is included in all leads group pages
    -------------------------------------------------------------
*/


/* ======================   MAIN BACKGROUNDS  ==========================*/

/*MAIN*/		body {  background: url(../images/bg3.jpg) repeat;  }
/*TOP BAR*/		#header { 	background: url(/template/images/background.jpg) repeat-x; }
/*BOT BAR*/		#footer {  background: url(/template/images/footer_bg.jpg) repeat-x;  }




/* =============================   BLURB  =================================*/

#blurb {background: url(/template/images/blurb_bg.jpg) repeat-x;}
#blurbtext { color: #f0efef; }



/* =============================   NAVIGATION  =================================*/

/*DEFAULT*/			#navigation a, #navigation a:visited {color: #e2e9f1; }
/*ACTIVE/HOVER*/	#navigation a.navactive {color: #fff;  background:#4d4d4d; }



/* =============================   COMMON TAGS  =================================*/

h1, h2, h3{ color:#336641;  }
h4 { color:#4d4d4d;}
p { color:#4d4d4d;  }

a { color: #2c4964; text-decoration: none;  }
a:hover { color: #585858; text-decoration: underline;  }

input, textarea { color:#4d4d4d; background:#ccc; border-color:#bbb;}

/* =============================   COMMON CLASSES  =================================*/

.thebubble, .thebubble a {  color:#fff;   background:#163C20;   }
.button { color:#fff;  background:#163C20;  }

/*TITLES THAT ARE NOT IN A H TAG*/
.highlight { color:#4d4d4d;  }

/*TEXT THAT SHOULD BE EQUIVELENT TO A P TAG*/
.color { color:#4d4d4d;  }



/* =============================   FOOTER  =================================*/

#footer a { color: #e2f1e4;  }
#footer a:hover { color: #fff;  }





/* @end */