/* Start of CMSMS style sheet 'bryantreina' */
@charset "utf-8";
/* CSS Document */

#wrapper {
	margin:auto;
	width:980px;
}

#header {
	background:url(../uploads/images/header.jpg);
	height:172px;
}

#subnav {
	position:relative;
	top:135px;
	text-align:right;
	padding-right:12px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;

}

#subnav a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#body {
	background:url(../uploads/images/bg.jpg);
}

#rightcol {
	float:right;
	width:79px;
	height:547px;
	margin-right:8px;
	text-align:right;
}



#nav {
	/*background:url(../uploads/images/nav_bg.jpg) repeat-y;*/
	padding:10px 0px 10px 0px;
	margin-left:7px;
	float:left;
	width:290px;
}

#nav ul {
	margin:0px;
	padding:0px;
	width:290px;
}

#nav ul li {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:7px;
	padding-bottom:0px;
	width:280px;
	list-style:none;
}


#nav ul li:hover {
cursor:pointer;
}

#nav ul li a{
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#414142;
	text-decoration:none;
	font-weight:normal;
}



#news-release {
	padding:20px;
}

#news-release > h1 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#ff7f00;
	font-size:18px;
	font-weight:normal;
}

#news-release > p.date {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

hr {
	background:#ff7f00;
	color:#ff7f00;
	border:#ff7f00 1px solid;
}

#news-release > p {
	color:#22205F;
}

#news-release > p a {
	color:#ff7f00;
	float:right;
}



.yellow_pipe {
	background:url(../uploads/images/yellow_pipe.jpg) no-repeat right;
	height:31px;
}

.yellow_pipe a{
	position:relative;
	top:9px;
}

.blue_pipe {
	background:url(../uploads/images/blue_pipe.jpg) no-repeat right;
	height:27px;
}

.blue_pipe a{
	position:relative;
	top:3px;	
}

.orange_pipe {
	background:url(../uploads/images/orange_pipe.jpg) no-repeat right;
	height:27px;
}

.orange_pipe a{
	position:relative;
	top:3px;	
}

.green_pipe {
	background:url(../uploads/images/green_pipe.jpg) no-repeat right;
	height:27px;
	
}

.green_pipe a{
	position:relative;
	top:3px;
}

.red_pipe {
	background:url(../uploads/images/red_pipe.jpg) no-repeat right;
	height:27px;
}

.red_pipe a{
	position:relative;
	top:3px;
}

.brown_pipe {
	background:url(../uploads/images/brown_pipe.jpg) no-repeat right;
	height:26px;
}

.brown_pipe a{
	position:relative;
	top:1px;
}

.purple_pipe {
	background:url(../uploads/images/purple_pipe.jpg) no-repeat right;
	height:26px;
}

.purple_pipe a{
	position:relative;
	top:3px;
}

.gray_pipe {
	background:url(../uploads/images/gray_pipe.jpg) no-repeat right;
	height:33px;
}

.gray_pipe a{
	position:relative;
	top:3px;
}

#content {
	min-height:280px;
	/*padding-left:300px;*/
	padding-right:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#939598;
}

label{
position:absolute;
width:180;
}

input, textarea {
margin-left:180px;
font-size:12px;
}

textarea {
	padding-right:10px;
	font-family:Tahoma, Geneva, sans-serif;
}

#text {
	/*padding-left:300px;*/
	height:500px;
overflow:auto;
}

#footer {
	/*background:url(../uploads/images/footer.jpg);*/
	height:105px;
	clear:left;
}
/* End of 'bryantreina' */


