@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------
Global CSS

Author:			Ryan Brill <ryan [at] infinitywebdesign.com>

Methods: 		RULES ORGANISATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Containers
						Header
							Nav
						Body
							Modules
								Generic
								Specific
						Footer
					Hacks
					(other)
----------------------------------------------------------------------*/

/* Global Styles
----------------------------------------------------------------------*/
body {
	color: #777;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
}

/* Links
----------------------------------------------------------------------*/
a {
	color: #2F7FB6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #325B77;
}

/* Text
----------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #414E56;
}
h1 {
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
}
h2 {
	margin-bottom: 12px;
	font-size: 14px;
}
h3 {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
p {
	font-size: 11px;
	color: #6d6e70;
}

img {
	vertical-align: middle; 
	margin: 0px; 
}
/* Global Items
----------------------------------------------------------------------*/
hr {
	height: 0;
	margin: 15px 0;
	border: 0;
	border-bottom: 1px solid #ececec;
	font-size: 0;
	line-height: 0;
}
.green {
	color: #76b96a;
}

/* Lists
----------------------------------------------------------------------*/
ul, ol, dl {
	font-size: 11px;
}
ul.bullets {
	margin-bottom: 1em;
	padding-left: 8px;
}
ul.bullets li {
	margin-bottom: 4px;
	padding-left: 16px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgBullet.png) no-repeat 0 6px;
}
ol.bullets {
	margin: 0 0 1em 3em;
	list-style-type: decimal;
}
ol.bullets li {
	margin-bottom: 4px;
}
dl dd {
	margin-bottom: 10px;
}

/* Tables
----------------------------------------------------------------------*/
table,
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 5px 8px;

}
table {
	border-collapse: collapse;
}

/* Layout
----------------------------------------------------------------------*/
div#wrapper {
	width: 900px;
	margin: 0 auto;
}
div#nav {
	position: relative;
	background: #9F9F9F url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNav.png) repeat-x;
	z-index: 99999999;
}
div#container {
	padding-top: 10px;
	background: #fff;
}
div#header {
	height: 73px;
	position: relative;
}
div#content {
	float: right;
	display: inline;
	width: 658px;
	position: relative;
}
div#leftSash {
	float: left;
	display: inline;
	width: 226px;
}

div#flash {
	width: 900px;
	height: 350px;
	margin-bottom: 10px;
	z-index: 1;
}

/* Grids
----------------------------------------------------------------------*/
/* 2 Column */
.cols .col {
	float: left;
	display: inline;
	width: 47.99%;
	margin-left: 4%;
}
.cols .col.first {
	margin-left: 0;
}

/* 3 Column */
.cols.three .col {
	float: left;
	display: inline;
	width: 31.99%;
	margin-left: 2%;
}
.cols.three .col.first {
	margin-left: 0;
}
.cols.three.border {
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bg3Col.gif) repeat-y 0 50%;
}

/* Header
----------------------------------------------------------------------*/
#header #logo {
	position: absolute;
	top: 36px;
	left: 15px;
	width: 181px;
	height: 34px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_logoBloomEnergy.png) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#cornerlinks {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 300px;
	text-align: right;
}

/* Navigation
----------------------------------------------------------------------*/
div#nav span.r,
div#nav span.l {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 34px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNavLeft.gif) no-repeat;
}
div#nav span.r {
	left: auto;
	right: 0;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNavRight.gif) no-repeat;
}
div#nav ul li {
	float: left;
	display: inline;
	padding-right: 3px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNavSep.png) no-repeat 100% 0;
}
div#nav ul li a {
	line-height: 34px;
	padding: 0 25px;
	font-size: 12px;
	color: #EAEAEA;
	text-transform: uppercase;
	z-index: 9999999;
}
div#nav ul li.selected a,
div#nav ul li a:hover {
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNavOn.png) repeat-x;
	text-decoration: none;
	color: #FFF;
}
div#nav ul li#navLogin {
	float: right;
	padding: 0 0 0 3px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgNavSep.png) no-repeat 0 0;
	text-transform: uppercase;
	color: #66B360;
}
#navEvent {
	float: right;
	padding: 5px 8px 0 0;
	text-transform: uppercase;
}

div#nav ul li#navLogin a {
	color: #66B360;
}
div#nav ul ul li {
	padding-right: 0;
	background: none;
}
div#nav ul ul li a {
	height: 26px;
	line-height: 26px;
	text-transform: none;
}

div#nav ul li.selected ul a {
	background:none;
	text-decoration: none;
	background-color:#EAEAEA;
}

div#nav ul ul li a:hover {
	background:none;
	text-decoration: none;
	color: #FFF;
	background-color:#383E45;
}


/* Content
---------------------------------------------------------------------*/
#content ul {
	margin: 0 0 20px 2px;
	font: normal 11px "Helvetica";
	color: #6d6e70;
}
#content ul.pad li {
	margin-bottom: 15px;
}

/* Table Stylings
---------------------------------------------------------------------*/

#content .table1 {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin: 5px 0 8px 0;

}

#content .table1 th {
	background-color: #66B360;
	color: #FFF;
	padding: 5px 4px 5px 6px;
	border-left: 1px solid #999;

}

#content .table1 td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px 4px 4px 6px;
}

.center {
	text-align: center;
}

#content .caption1 {
	text-align: center;
	margin-top: 0px;
	color: #393;
	font-size: 10px;
}

.aligntop {
	vertical-align:top;
}

#content .table1 .sub {
	background-color: #455560;
	color: #FFF;
}

#content .table1 .odd {
	background-color: #EFEFEF;
	
}




/* LeftSash
----------------------------------------------------------------------*/

/* LeftSash -> SubNav
-----------------------------------*/ 
ul#subNav {
	margin-top: 44px;
	border-top: 1px solid #e4e4e4;
}
ul#subNav li {
	padding: 6px 10px;
	border-bottom: 1px solid #e4e4e4;
}
ul#subNav li.selected {
	font-weight: bold;
}
ul#subNav li a {
	color: #9F9F9F;
	font-size: 13px;
}

/* Modules
----------------------------------------------------------------------*/
div.box {
	position: relative;
	padding: 43px 45px 0 45px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgBox.png) repeat-x;
}
div.box span.r,
div.box span.l {
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 5px;
	height: 5px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgCornerTL.gif) no-repeat;
}
div.box span.r {
	left: auto;
	right: -1px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgCornerTR.gif) no-repeat;
}
div.box img.banner {
	display: block;
	margin-bottom: -35px;
	height: 223px;
}
div.box img.banner.noTitle {
	margin-bottom: 0;
}
div.box img.banner.padBottom {
	margin-bottom: 10px;
}
div.box div.links {
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgLinks.gif) no-repeat;
	height: 40px;
	line-height: 48px;
	margin: 0 -46px 0 -46px;
	padding: 0 18px;
	text-align: right;
}
div.box div.links a.prev {
	float: left;
	display: inline;
}

div.box .customer_quote blockquote {
	position: relative;
	margin-left: 220px;
	line-height: 17px;
	font-size: 11px;
	margin-bottom: 30px;
}

div.box .customer_col1 {
	width: 180px;
	margin-right: 25px;
	float: left;
	background-color: #FFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

div.box .customer_col1_bottom {
	width: 140px;
	padding: 0 20px;
}

div.box .customer_col2 {
	margin-left: 220px;
}

/* Modules -> Plain
-----------------------------------*/ 
div.box.plain {
	padding: 0;
	border: 0;
	background: 0;
}

/* Modules -> Wide
-----------------------------------*/ 
div.box.wide {
	border: 0;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgBoxWide.png) repeat-x;
}
div.box.wide span.r,
div.box.wide span.l {
	top: 0px;
	left: 0px;
}
div.box.wide span.r {
	left: auto;
	right: 0px;
}

/* Modules -> Logos
-----------------------------------*/
div.box.logos ul {
	border-bottom: 1px solid #e5e5e5;
}
div.box.logos ul.last {
	border: 0;
}
div.box.logos ul li {
	float: left;
	display: inline;
	width: 33.3%;
	height: 100px;
	line-height: 100px;
	padding: 20px 0;
	text-align: center;
}
div.box.logos ul li img {
	vertical-align: middle;
}

/* Modules -> homeLeads
-----------------------------------*/ 
div.box.homeLeads ul li {
	float: left;
	display: inline;
	margin-right: 7px;
	padding-top:0;
}
div.box.homeLeads ul li.last {
	margin-right: 0;
}

.newsLogo {
	width:125px;
	float:left;
}

.newsLink {
	padding: 10px 0 0 0;
}


div.box.homeLeads ul li.news {
	margin-right: 0;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bg_box_In_the_News.jpg) no-repeat;
	width: 219px;
	height: 155px;
}

div.box.homeLeads .hpnewsitems {
	position: relative;
	width: 200px;
	margin-top: 18px;
	height: 120px;
	margin-left: 10px;
	width: 200px;
}

div.box.homeLeads .hpnewsitems table td {
	padding: 0;
	margin: 0;
	vertical-align:middle;
}

div.box.homeLeads ul li.news p {
	display: block;
	padding: 7px 0;
	margin:0;
}

/* leftSash -> Modules
----------------------------------------------------------------------*/

/* Launch Event Videos
----------------------------------------------------------------------*/
.launchImage {
	display: block;
	margin-bottom: 3px;
	margin-right: 5px;
}

.launchText {
	margin: 0 0 10px 0;
}


/* Footer
----------------------------------------------------------------------*/
#footer {
	margin-top: 10px;
}
#footer ul {
	margin-bottom: 10px;
	padding: 5px 10px 5px 3px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
#footer ul li {
	display: inline;
	float: left;
	padding: 0 10px 0 7px;
	background: url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_bgBullet.png) no-repeat 100% 50%;
}
#footer ul li a {
	font-size: 11px;
}
#footer ul li.last {
	background: none;
}
#footer img {
	float: right;
	display: inline;
}
#footer p {
	font-size: 10px;
	color: #D3D3D3;
	text-align: center;
}


/* JS Styles
----------------------------------------------------------------------*/

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after,
form div.item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
form div.item {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix,
* html form div.item {
	height: 1%;
}
.clearfix,
form div.item {
	display: block;
}
/* End hide from IE-mac */


/**
 * Management Page
 */
.content-area-split {
	margin-top: 15px;
	margin-bottom: 10px;
	background:transparent url(http://c0691512.cdn.cloudfiles.rackspacecloud.com/i_split-txt-holder.gif) repeat-x scroll bottom left;
	height: 1px;
	overflow:hidden;
}

.management-name {
	font-size: 15px;
	color: #414E56;
}

.management-title {
	font-size: 13px;
	color: #9c9c9c;
}

.management-title2 {
	font-size: 11px;
	color: #9c9c9c;
}

.management-name2 {
	font-size: 13px;
	color: #414E56;
}

.cursor {
	cursor: pointer;
}

.error {
	color: #FF0000;
}

.clear {
	clear: both;
}

/*form formatting*/
.clear-form {
	margin-bottom: 20px;
	clear: both;
}

.form-response-box {
	color: #FF0000;
}

