@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: #ccc url(../images/blue_bg.jpg) repeat-x;  }

/*TOP BAR*/		
#header { 
 height: 164px;
 width:929px;
 margin:0 auto;
 margin-bottom:-70px; 
}
#header .wrapper {
	height: 87px;
	position: inherit;
	
}
#header .wrapper > a{
    padding: 8px 10px 20px 0px;;
    float: left;
/*    background-color:#fff;
    
    width: 374px;*/
    margin-top: 12px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header .wrapper a img {
	position:relative;
}


/*BOT BAR*/		
#footer { background:transparent; /* background: #fff url(/template/images/footer_bg.jpg) repeat-x; */ }

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

/*#blurb {background: url(/template/images/blurb_bg.jpg) repeat-x;}url(/design/images/bckg_blurb.png) repeat-x*/
#blurb {background: #006633; }
#blurbtext { color: #ffffff; }



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

/*DEFAULT*/			#navigation a, #navigation a:visited, #links a, #links a:visited {color: #000000; }
/*ACTIVE/HOVER*/	#navigation a.navactive {color: #fff;  background:#006633; }



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

h1, h2, h3{ color: #000;  }
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;}
.linkhover{ cursor:pointer;}

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

.thebubble, .thebubble a {  color:#fff !important;     }
.button { color:#fff !important;  background: #009A44;  }

/*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: #000 !important;  }
#footer a:hover, a:visited { color: #000;  }
#copyrighting{ }


/* @end */