/* CSS Document */

.header_wrap {
	width: 100%;
	height: 222px;
	background: url(images/header_main_bg.jpg) repeat-x;
	text-align: center;
	}

.txtlinks_mid_blk {
	font: normal 12px "Tahoma";
	color: #414042;
	text-decoration: none;
	}

a.txtlinks_mid_blk:hover {
	text-decoration: underline;
	}
	
.txtlinks_mid_blk2 {
	font: normal 13px "Tahoma";
	color: #414042;
	text-decoration: none;
	}

a.txtlinks_mid_blk2:hover {
	text-decoration: underline;
	}
	
.txtlinks_mid_redbold {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: none;
	}

a.txtlinks_mid_redbold:hover {
	text-decoration: underline;
	}
	
.txtlinks_mid_redbold2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: underline;
	}

a.txtlinks_mid_redbold2:hover {
	text-decoration: underline;
	}	

.txtlinks_sm_blk {
	font: normal 11px "Tahoma";
	color: #414042;
	text-decoration: none;
	}

a.txtlinks_sm_blk:hover {
	text-decoration: underline;
	}

.txt_sm_bold {
	font: bold 11px "Tahoma";
	color: #414042;
	text-decoration: none;
	}
	
.txtlinks_sm_bold {
	font: bold 11px "Tahoma";
	color: #414042;
	text-decoration: none;
	}

a.txtlinks_sm_bold:hover {
	text-decoration: underline;
	}
	
.txtlinks_sm_blk_form {
	font: normal 13px "Tahoma";
	color: #414042;
	text-decoration: none;
	}
	
.txtlinks_sm_red {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: underline;
	}

a.txtlinks_sm_red:hover {
	text-decoration: underline;
	}	
	
.txtlinks_sm_blkbold {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;
	}

a.txtlinks_sm_blkbold:hover {
	text-decoration: underline;
	}
	
.txtlinks_sm_red_plain {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: none;
	}

a.txtlinks_sm_red_plain:hover {
	text-decoration: underline;
	}	

.updates_mid_blk {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration: none;
	}

a.updates_mid_blk:hover {
	text-decoration: underline;
	}	

.updates_mid_redbolditalic {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: underline;
	}

a.updates_mid_redbolditalic:hover {
	text-decoration: underline;
	}

.updates_mid_rednormal {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: none;
	}

a.updates_mid_rednormal:hover {
	text-decoration: underline;
	}	
	
.updates_mid_reditalic {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #B11116;
	text-decoration: none;
	}

a.updates_mid_reditalic:hover {
	text-decoration: underline;
	}	

.footer_mid_boldblk {
	font: bold 12px "Tahoma";
	color: #414042;
	text-decoration: none;
	}

a.footer_mid_boldblk:hover {
	text-decoration: underline;
	}
	

/*--------- SEARCH ----------*/	

.search_bg {
	width: 165px;
	height: 28px;
	float: left;
	background: url(/lets_make_it_easy/images/searchbg.jpg) no-repeat;
	margin-top: 7px;
	display: inline;
	}


.fieldHolder {
	width: 137px;
	height: 28px;
	float: left;
	}

.submit {
	width: 25px;
	height: 20px;
	background-image: url(/lets_make_it_easy/images/search_go.jpg);
	background-repeat: no-repeat;
	float: left;
	}	
	
.textInput	{
	width: 135px;
	height: 28px;
	background: none;
	border: none;
	color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 25px;
	}			

