body {
	margin:0px; padding:0px;
	background-color:#053158;
	/*background-color:#03213b;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#000000;
}

#outside_container {
	background:url(images/backgroundslice.jpg) repeat-x #000000;
}

#container {
	min-height:700px;
	width:900px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background:#000000;
	background:url(images/background.jpg) no-repeat;
}


/*
	Logo / Menu / Panel Positioning
*/

#logo { position:absolute; top:25px; left:290px; }

ul#menu { 
	margin:0px;	padding:0px;
	position:absolute; top:130px; left:558px;
}
ul#menu li, ul#footertext li {
	list-style:none;
	padding-right:17px;
	display:inline;
	font-family: arial, "Times New Roman", Times, serif;
}
ul#menu li a, ul#footertext li a {
	text-decoration:none;
	color:#c5c5c7;
	font-size:22px;
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;

}
ul#menu li a:hover, ul#footertext li a:hover {
	text-decoration:none;
	color:#2e5b9e;
}




/*
	Content
*/
#contentwrap{
  margin-top:165px;
	width:900px;
	height:auto;
	float:left;
}

#content {
	margin-left:125px;
	margin-top:20px;
	margin-bottom:40px;
	padding-bottom:20px;
	width:650px;
	height:auto;
	text-align:left;
	float:left;
	font-family: arial, "Times New Roman", Times, serif;
}

#index_holder {
  padding:0;
	margin-left:50px;
	float:left;
	width:800px;
	height:400px;
	background:url('images/background_index.jpg') no-repeat;
}

#process_holder {
  padding:0;
	margin-left:50px;
	float:left;
	width:800px;
	height:400px;
	background:url('images/background_process.jpg') no-repeat;
}

#docpipes_holder {
  padding:0;
	margin-left:50px;
	float:left;
	width:800px;
	height:400px;
	background:url('images/background_docpipes.jpg') no-repeat;
}

#global_holder {
  padding:0;
	margin-left:50px;
	float:left;
	width:800px;
	height:400px;
	background:url('images/background_global.jpg') no-repeat;
}

#button_holder {
  padding:0;
	margin-left:50px;
	float:left;
	width:805px;
	height:auto;
}

.textholder {
  float:left;
  padding-top:0px;
	padding-bottom:10px;
	padding-left:15px;
	margin-left:15px;
	width:500px;
}

.textholder_main {
  font-family: "lucida sans unicode", Arial, Helvetica, sans-serif;
  float:left;
  padding-top:30px;
	padding-bottom:0px;
	padding-left:10px;
	margin-left:80px;
	margin-right:150px;
	width:300px;
	height:auto;
	text-align:left;
}

.textholder_main h1{
	color:#ffffff;
	font-weight:normal;
	font-size:26px;
	margin-bottom:15px;
}

.textholder_main h2{
	color:#ffffff;
	font-weight:normal;
	font-size:18px;
	margin-bottom:15px;
	padding:0;
	margin-top:0;
}

.textholder_main h3{
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	line-height:16pt;
}

.textholder_main p{
	color:#ffffff;
	margin:0px;
	font-weight:normal;
	font-size:16px;
}

#content h1{
	color:#ffffff;
	margin:0px;
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
	border-bottom: 1px solid #186b92;
}

#content h2{
	color:#ffffff;
	margin:0px;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}

#content p {
	color:#c5c5c5;
	margin-left:15px;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}

#content a {
	color:#3e7bd6;
	font-weight:normal;
	text-decoration:none;
}

#content a:hover {
	color:#2e5b9e;
	text-decoration:none;
}

ul {
  margin-left:0px;
  padding-left:30px;
}
li {
  margin-bottom:5px;
  padding:0px;
}

.imgholder_right {
  float:right;
	padding:5px;
}
.imgholder_left {
  float:left;
	padding-left:125px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:5px;
}

.button_holder1 {
  float:left;
	width:266px;
	height:56px;
	background-image:url(images/button_process.jpg);
}
.button_holder1:hover {
  background-image:url(images/button_process_on.jpg);
}

.button_holder2 {
  float:left;
	width:265px;
	height:56px;
	background-image:url(images/button_docpipes.jpg);
}
.button_holder2:hover {
  background-image:url(images/button_docpipes_on.jpg);
}

.button_holder3 {
  float:left;
	width:270px;
	height:56px;
	background-image:url(images/button_global.jpg);
}
.button_holder3:hover {
  background-image:url(images/button_global_on.jpg);
}

.small_button {
  padding:0;
	margin-left:79px;
	float:left;
}





/*
	Footer
*/
#footer {
	border-top:1px solid #0b67b9;
	height:auto;
	text-align:center;
}

#footer_content {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:auto;
}

#footer span {
	display:block;
	float:left;
}
#footer p {
	color:#c5c5c5;
	text-decoration:none;
	text-align:right;
	font-size:12px;
	padding-top:10px;
}
#footer a {
	color:#c5c5c5;
	text-decoration:none;
}
#footer a:hover { color:#0b67b9; }

#footer img {
	float:left;
	padding-top:5px;
}





/*
	General Styles
*/

a img { border:0px }

.hidden_pic {
  display:none;
}
