/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	background: #2076a2;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:800px;
	background:  #ffffff ;
	height:auto !important; /* real browsers */
}

div#header {
	width:800px;
	height:188px;
	background: url("/graphics/splashhead.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0; /* bottom padding for footer */
	margin: 0 ;
	background: url("/graphics/contentBG.jpg") no-repeat;
	height: 365px;
	width:800px;
}

div#footer {
	position:relative;
	width:800px;
	height:147px;
	background: url("/graphics/splashfoot.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}

td.life {
	background: #338ab7;
	color: #ffffff; 
	font-size: 14px; 
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-right: 3px;
}


#clear {
	clear: both;
}






/* text styles */



a {
	color: #00498a;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: none;
}
a.imedia:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.register {
	color: #ffd14f;
	text-decoration: underline;
}
a.register:hover {
	color: #e2383f;
	text-decoration: underline;
}


h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	text-transform: uppercase;
	margin:-11px 0 26px 0;
}


p { 
	margin:12px 0 12px 0;
}






.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0;
   font-size:13px;
   float:right;

   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li a {
	display:block;
	overflow: display;
	color: #000000;
	text-decoration: none;
   line-height: 17px;
   margin: 0;
   padding: 50px 19px 0 14px;
   width: 155px;
   height: 112px;
   
   }

.pipelist li a:hover {
	background: none;
	color: #000000;
	text-decoration: none;
	}
	

li a.members {
	background: url('/graphics/memBG.gif')  no-repeat;
	position: absolute;
	top: 189px;
	left:25px;
	}
li a.providers {
	background: url('/graphics/provBG.gif')  no-repeat;
	position: absolute;
	top: 189px;
	left:218px;
	}
li a.our {
	background: url('/graphics/ourBG.gif')  no-repeat;
	position: absolute;
	top: 189px;
	left:413px;
	}
li a.prospective {
	background: url('/graphics/prosBG.gif')  no-repeat;
	position: absolute;
	top: 189px;
	left:605px;
	}
	
.pipelist a span {
	display:none;
	.display: block;
	.filter:alpha(opacity=00);
	width: 140px;
	position:relative;
	color: #311ea4;


}
.pipelist a:hover span  {
	.filter:alpha(opacity=100);
	display:block;
	position:relative;
	color: #000000;
	cursor:hand;

}
	
	
#leftext {
	width:300px;
	.width:310px;
	margin-top: 200px;
	.margin-top: 140px;
	padding-left: 100px;
	line-height: 17px;
	font-size:13px;
	float: left;
	

}



#newright {
	width:290px;
	.width:275px;
	margin-top: 200px;
	.margin-top: 140px;
	margin-right: 50px;
	line-height: 19px;
	float: right;
	background: URL('/graphics/sideline.gif') no-repeat;
	height:182px;
	overflow:hidden;
	

}
#newsarea {
	margin: 5px 0 0 45px;
	line-height: 13px;
	font-size: 11px;


}

.redtext {
	color: #e2383f;
	font-size: 18px;
	margin-left: -30px;
}

.redtext2 {
	color: #e2383f;
	font-size: 17px;
	padding-left: 25px;
	font-weight:bold;

}

.redtext3 {
	color: #e2383f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;



}

a.news {
	color: #000000;
margin-left:-20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;

}
a.news:hover {
	color: #000000;
	text-decoration: underline;
}


	
	
	
	