/* 
========================================================================================================= CREDITS
Copyright : Copyright (c) 2008 JPL & SPANCO. All Rights Reserved.
Author(s) : Larry Daughenbaugh - ldaugh@jplcreative.com 
Date      : 09/22/2008 
Notes     : Main css file rigid lifelines area.
========================================================================================================= CHANGE LOG
Date		Name			Desc
---			---				---
========================================================================================================= BEGIN CSS
*/
body  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #000;
	background: #000 url(/rigidlifelines/lib/img/bg.gif) repeat-y center top;
}

img { border: none; }
ul { margin: 10px 0px 10px 15px; padding: 0px; list-style-type: none; }
ul li { margin: 0px; padding: 2px 0px 2px 12px; background: url(/rigidlifelines/lib/img/bullet.gif) no-repeat 0px 10px; }

/* ====================================================================================================== MAIN CONTENT */

.main-container {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(../img/bg-main.gif) repeat-x center top;
} 
.main {	margin: 0 auto;	padding: 0px; width: 918px; text-align: left; }

.column-left-container { width: 30px; float: left; background: url(/rigidlifelines/lib/img/bg-left-col.gif) no-repeat right top; }
.column-middle-container { width: 365px; float: left; background: url(/rigidlifelines/lib/img/bg-middle-col.gif) no-repeat center top; }
.column-right-container { width: 523px; height: 628px; float: left; background: url(/rigidlifelines/lib/img/bg-right-col.jpg) no-repeat left top; }

.content { margin: 0px 3px; padding: 77px 12px 0px 32px; background: url(/rigidlifelines/lib/img/bg-content.gif) no-repeat center top; }
.content h2 { margin: 0px; padding: 0px; display: none; }

/* ====================================================================================================== FLOATS */

.float-left { float: left; }
.float-right { float: right; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
