/* CSS Document */
*{
margin:0px;
padding:0px;
}

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin-bottom:20px;
line-height:22px;
}

h2{
margin-bottom:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#999999;
}

#container{
	width:930px;
	margin:auto;
	background-image: url(images/background_rep.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content{
	background-image: url(images/background_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}

#header{
	height:141px;
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer{
	height:87px;
	background-image: url(images/background_footer.gif);
	background-position: left top;
	clear:both;
}

#leftcol{
	width:209px;
	background-image: url(images/background_sidewatermark.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:7px;
	height:525px;
	float:left;
	
}

.logo{
position:relative;
top:35px;
left:40px;
}


#rightcol{
border:none;
width:640px;
position:relative;
top:20px;
margin-left:250px;
line-height:18px;


}


#madeby{
margin-left:20px;
color:#FFFFFF;
}

#madeby a:link{
color:#FFFFFF;
}
#madeby a:visited{
color:#FFFFFF;
}

#copyright{
float:right;
margin-right:20px;

}

#copyright p{
color:#999999;
}

.list{
	list-style-position: outside;
	list-style-type: circle;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.readmore{
margin-left:500px;
margin-top:10px;
color: #293d82;
text-decoration:none;
font-weight:bold;
}

/* =====================MENU STYLES====================== */

	#button {
	width:180px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-top:20px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
	color: #333;
	font-size:12px;
	text-align: right;
	}
	
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 0;
		}
		
		
		
		#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #293d82;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		color: #a3c101;
		}
		
		
		#pipe{
		position:relative;
		left:240px;
		top:10px;
		}
		
		#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	border-left: 1px solid #333333;
	list-style: none;
	display: inline;
	}

#pipe li a{
display: inline;
		padding: 5px 25px 5px 25px;
		color: #293d82;
		text-decoration: none;
		width: 100%;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
}
	
#pipe li a:hover{
	color: #a3c101;
}

	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}






#nav{
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
	color: #333;
	font-size:12px;
		position:relative;
		left:240px;
		top:10px;

}

#nav li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	border-left:none;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 5px 35px 5px 35px;
	text-decoration:none;
	color: #293d82;
}


#nav a:hover {
	color: #a3c101;
}

#nav li { /* all list items */
	float: left;
	margin-left: 0;
	border-left: 1px solid #333333;
	list-style: none;
	display: inline;

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 50px;
	padding:5px;
	background:#FFFFFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}











#fpipe{
margin-left:380px;
position:relative;
top:10px;
		}
		
		#fpipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#fpipe ul li {
	margin-left: 0;
	border-left: 1px solid #333333;
	list-style: none;
	display: inline;
	}

#fpipe li a{
display: inline;
		padding: 5px 10px 5px 10px;
		color: #293d82;
		text-decoration: none;
		width: 100%;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		  
font-size:10px;
}
	
#fpipe li a:hover{
	color: #a3c101;
}

	
		
#fpipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}



