/* Sprint Nextel - aNd Logistix - Inorbital 2007/2008

The general layout for this site consists of four main section 
containers that span the width of the screen. Within this each 
has a inner container to properly center it's contents and apply
a fixed width.
--------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family:  arial, helvetica, verdana, serif;
	font-size: 62.5%; /* makes text size equal to 10px adjust with em value hereafter */
	color: #000000;
	background: #000000;
	}

/********** Content ************/

#contentContainer {
	width: 100%;
	padding: 0px;
	float: left;
	background: #ffffff;
	}

#contentInner {
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/content/content_bg.gif") repeat-y;
	}
	
#contentBlock {
	margin: 0px; 
	padding: 10px;
	float: left;
	width: 590px;
	min-height: 350px;
	display: inline
	text-align: left;
	font-size: 1.2em;
	}		
	
#contentBlock h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 2.0em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #32bfd4;
	}
	
#contentBlock h2  {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #32bfd4;
	}
	
#contentBlock td h2  {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #32bfd4;
	}
	
#contentBlock a {
	color: #219eb1;
	text-decoration:none; 
	text-decoration:underline;
	}

#contentBlock a:hover {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
	}
	
#contentBlock ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
#contentBlock li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: url('../images/content/bullet_arrow.gif') no-repeat 3px 5px;
	}
	
.underline	{
	height: 1px;
	width: 100%;
	float: left;
	background: url("../images/content/underline.gif") no-repeat  0 0;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	}

.expand {
	clear:both;
	}

#contentRight {
	margin: 10px 5px 10px 0px; 
	padding: 0px 0px 0px 0px;
	float: right;
	width: 180px;
	min-height: 350px;
	display: inline
	text-align: left;
	font-size: 1.2em;
	/*background-color: #e8e8e8;*/
	}