/* Start of CMSMS style sheet 'PipeOne Stylesheet' */
@charset "utf-8";
html	{
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
p, td, div	{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
div, td, img	{
	margin:0;
	padding:0;
	border: 0;
}


#container	{
	width:975px;
	margin: 0 auto 0 auto;
}
#top	{
	width:100%;
	font-size:11px;
	height:84px;
}
#logo	{
	width:259px;
	float:left;
	height:84px;
}
#info	{
	width:716px;
	float:right;
	background:url(../images/top_bg.jpg) no-repeat top right;
	height:84px;
	text-align:right;
	vertical-align:middle;
}
#menu	{
	height:63px;
}
.menuIMG	{
	float:left;
	margin:0px;
	padding:0px;
}
#content	{
	background-color:#FFFFFF;
	padding:0 9px 0 9px;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
#text	{
	background:url(../images/bg_content.gif) no-repeat top left;
	min-height:225px;
	padding: 10px 30px 30px 30px;
	font-size:13px;
        margin-top:10px;
}


/* Font Colors */
h1, h2 { color:#454545;font-size:18px;font-family: "Arial Narrow", Arial, Helvetica, sans-serif;text-transform:uppercase;}
a:link, a:visited, a:active	{
        color:#f90000;
        text-decoration:none
}
a:hover	{
        text-decoration:underline;
}
.white	{
	color:#FFFFFF;
}
.lblue	{
	color:#d4e5ee;
}
.red {color:red;}
h5	{
	margin:0;
	padding:0;
	font-size:13px;
	text-transform:uppercase;
	font-color:#686868;
	font-weight:100;
}


/* Footer */
#footerContent	{
	background:url(../images/footer_bg.png) no-repeat bottom left;
	min-height:160px;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:50px;
}
.footer-column	{
	margin-right:20px;
	display:inline;
	float:left;
}
.footer-buttons	{
	display:inline;
	float:right;
	margin-right:20px;
}

.footer li	{
	list-style-position: inside;
	list-style-image: url(../images/li.gif);
	list-style-type: none;
	font-size:11px;
	margin-left:-40px;
	width:155px;
	border-top:solid 1px #222222;
	padding: 5px 0px 5px 0px;
}
.footer li a:link, a:visited, a:active	{
	color:#686868;
	text-decoration:none;
}
.footer li a:hover	{
	text-decoration:underline;
}
.bottom	{
	border-bottom:solid 1px #000000;
}

/* End of 'PipeOne Stylesheet' */

