/* CSS Document */
html {
	height:100%;
	}

body {
	 color:#000000; 
	 background-color:#3e3e3e; 
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:75%;
	 height:100%;
	 }

a {
	color:#b70005;
	text-decoration:underline;
	}
	
a:hover {
	color:#000000;
	}
	 
#container {
	width:900px; 
	margin-left:auto; 
	margin-right:auto;
	/*min-height:500px;
  	height:auto !important;
  	height:500px;*/
	margin-top:0;
	padding-top:0;
	
	height:100%;
	}
	
#header {
	float:right;
	background-image:url(../images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:226px;
	width:100%;
	margin:0;
	padding:0;
	background-color:#ffffff;
	/*border-bottom:5px solid #ef3e34;*/
	 }
	 
#flashHeader {
	height:150px;
	width:513px;
	margin-left:257px;
	margin-top:15px;
	padding:0;
	/*background-color:#FFCC99;
	border-bottom:5px solid #ef3e34;*/
	 }
	 
#content {
	/*position:relative; 
	top:0;*/ 
	float:right;
	clear:right;
	min-height:884px;
  	height:auto !important;
  	height:884px;/**/
	text-align:left;
	width:900px;
	/*padding-top:20px;*/
	padding-bottom:20px;
	border-bottom:5px solid #a6a141;
	background-color:#FFFFFF;
	/*background-image:url(../images/containerBack.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
	background-image:url(../images/leftImage.jpg);
	background-position:top left;
	background-repeat:no-repeat; */
	}
	
#menuContainer {
	float:left;
	width:100%;
	 height:30px; 
	background-color: ff99CC;
	/*border-bottom:2px solid #b70005; 
	 border-top:2px solid #990000;
	 border-left: 3px solid #999999; padding-right:10px;*/
	 padding-top:10px; 
	 margin-top:10px;  
	 }
	 
/*#menuContainer ul li {
	padding:5px 15px;
	display:inline;
	}
*/	
	 

#leftCol {
	 /* float:left; 
	 width:160px;
	 background-image:url(../images/leftBar.jpg);
	 background-position:top left;
	 background-repeat:no-repeat;
	 height:800px;
	min-height:500px;
  	 height:auto !important;
  	 height:500px;*/
	 /*margin-left:100px;
	 background-color: #FF33CC;*/
	 }
	 	
#textArea {
	 float:right; 
	 width:100%; 
	/* min-height:500px;
  	 height:auto !important;
  	 height:500px;*/
	 /*margin-left:100px;
	 background-color: #FF33CC;*/
	 }
	 
#textContainer {
	float:left;
	width:90%;
	padding: 2% 5%;
	background-color:transparent;
		}	 
	 
#footer {
	float:right;
	clear:right;
	 height:110px; 
	 background-image:url(../images/footer.jpg); 
	 background-repeat:no-repeat;
	 width: 100%;	 
	}

#pageBanner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	width:100%;
	margin-top:8px;
	text-align:center;
	padding: 5px 0;
	background-color:#b70005;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	/*padding:5px 0 5px 3%;
	width:97%;
	background-color:#b70005;*/
	width:100%;
	border-bottom: 3px solid #990000;
	margin:0;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000; 
	text-decoration:underline;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:40px;
	/*border-top:2px solid #881d55;*/
	padding:20px 0 0 0;
	margin-left:25px;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000000;
	width:95%;
	font-size:14px;
	margin-left:25px;
		}
		
table {
	margin-left:25px;
	width:50%
		}		
		
table tr td  {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000000;
	width:95%;
	font-size:14px;
	margin-left:25px;
		}		

.quote {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#FFFFFF;
	width:70%;
	font-size:12px;
	font-style:italic;
	padding:5px 20px;
	color:#999999;
	
		}

#imgList {
	 float:right; 
	 clear:right; 
	 width:130px;
	/*background-color:#333333; */
	border-left:5px solid #000066;
	 padding-bottom:20px;
	 }
	 
#imgList img {
	float:right; 
	clear:right;
	padding-top:15px;
	padding-right:10px;
	} 
	
.pink {
	color:#881d55;
	}

.section {
	float:left;
	clear:left;
	width:100%;
	}	

#textContainer ul li {
	line-height:24px;
	color:#000000;
	font-size:14px;
	list-style-position:outside;
	}

#pipe {
	margin:0;
	padding:0;
	height:100%;
	float:right;
	width:55%;
	}	
	
#pipe ul {
font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size:14px;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	float:right;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
html>body #pipe li a {
		color:#ff0000;
		text-decoration:underline;
		font-weight:bold;
		}

#pipe li a:hover {
		color: #2586d7; 
		text-decoration:none;
		}
