html, body
{
	background-color: #e6edf6;
}
#container
{
    background: url('../Images/Shell/body-bg.gif') repeat-y center top;
    height: 100%;
    margin: auto;
    text-align:center;
}


#hd, #bd, #ft, #boeing
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#boeing
{
	border: none;
	position: relative;
	padding: 20px 0px;
}

#hd
{
	border-bottom: none;
	height: 154px;
	background: #fff url(../Images/Shell/hd-bg.png) no-repeat top left;
	position: relative;
	background-color:white;
}

#bd
{
	width: 920px;
	border-top: none;
	position: relative;
	padding: 0px 20px 20px 20px;
	background: #fff url(../Images/Shell/bd-bg-two-columns.png) no-repeat 20px 60px;
	min-height: 500px;
	overflow: hidden;
}

#bd.full
{
	background-image: none;
}

#bd.full.home
{
	background-image: none;
	padding-left: 0;
	padding-right: 0;
	width: 960px;
}


#ft
{
	border: none;
	position: relative;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	font-size: 77%;
	line-height: 130%;
	margin-bottom: 20px;
}


/* HEADER HOME LINK */

#hd-home-link
{
	width: 390px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 30px;
}


/* HEADER SEARCH */

#hd-search
{
	position: absolute;
	bottom: 5px;
	right: 20px;
}

#hd-search input
{
	background: #fff url(../Images/Shell/input-bg.png) repeat-x top left;
	color: #616161;
	height: 15px;
	width: 90px;
	padding: 2px 4px;
	border: solid 1px #bdd3e7;
	border-right: none;
	margin: 0;
	vertical-align: middle;
	font-size: 85%;
}

#hd-search input.image-button
{
	background-image: none;
	height: 19px;
	width: 19px;
	padding: 0px;
	margin: 0;
	border: solid 1px #bdd3e7;
	border-left: none;
	outline: none;	
	vertical-align: middle;
}



/* HEADER JOIN FORM */
#hd-join
{
	position: absolute;
	top: 40px;
	right: 20px;
}

#hd-join input 
{
	background: #fff url(../Images/Shell/input-bg.png) repeat-x top left;
	color: #616161;
	height: 15px;
	padding: 2px 4px;
	border: solid 1px #bdd3e7;
	margin-right: 5px
	vertical-align: top;
	font-size: 85%;
}

#hd-join button
{
	margin: 0;
	background: #4195ca url(../Images/Shell/button-bg.png) repeat-x top left;
	color: #fff;
	text-transform: uppercase;
	height: 21px;
	width: 100px;
	padding: 0 0 2px 0;
	border: solid 1px #4195ca;
	vertical-align: top;
	font-size: 85%;
	margin-left: 5px;
}

#hd-join button span
{
	font-weight: bold;
	padding: 0;
}











/* HEADER NAVIGATION */

#nav
{
	height:39px;
	width: 920px;
	position: absolute;
	bottom: 3px;
	left: 20px;
}


#nav li, #nav li a
{
	display: block;	
	height: 39px;
	list-style-type: none;
	text-indent: -7000em;
	outline: none;
}

#nav li
{
	float: left;
}

#nav li a
{
	width: 100%;
	height: 39px;
	line-height: 10px;
	background: transparent url(../Images/Shell/nav-bg.png) no-repeat 0 0;
}



#nav #nav-home
{
	width: 320px;
}
#nav #nav-home a
{
	background-position: 0 0;
	
}
#nav #nav-home a:hover
{
	background-position: 0 -39px;
}


#nav #nav-facts
{
	width: 47px;
	margin-left:153px
}
#nav #nav-facts a
{
	background-position: -475px 0;
}
#nav #nav-facts a:hover
{
	background-position: -475px -39px;
}


#nav #nav-blog
{

	width: 39px;
	margin-left:52px;
}
#nav #nav-blog a
{
	background-position: -573px 0;
}
#nav #nav-blog a:hover
{
	background-position: -573px -39px;
}

#nav #nav-news
{
	width: 48px;
	margin-left:52px;
}
#nav #nav-news a
{
	background-position: -663px 0;
}
#nav #nav-news a:hover
{
	background-position: -663px -39px
}
 


#nav #nav-video
{
	width: 45px;
	margin-left:52px;
}
#nav #nav-video a
{
	background-position: -761px 0;
}
#nav #nav-video a:hover
{
	background-position: -761px -39px;
}



#nav #nav-photos
{
	width: 60px;
	margin-left:52px;
}
#nav #nav-photos a
{
	background-position: -858px 0;
}
#nav #nav-photos a:hover
{
	background-position: -858px -39px;
}


#section-header
{
	width: 920px;
	height: 60px;
	background: #3d88bd url(../Images/Shell/section-header-bg.jpg) top left no-repeat;
	position: relative;
	margin-bottom:20px

}


#section-header h1
{
	position: absolute;
	left: 20px;
	top: 20px;
	line-height:21px;
	font-size: 197%;
	text-transform: uppercase;
	color: #225C90;
	
}


#main-column
{
	width: 600px;
	float: left;
}

#bd.full #main-column
{
	width: 920px;
}

#main-column ul, #main-column ul
{
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1.5em;
}

#main-column ul li, #main-column ul li
{
	list-style-type: disc;
	margin-bottom: .5em;
}


#contextual-column
{
	width: 280px;
	float: right;
	padding-left: 20px;
	padding-top: 0px;
}

.context-box
{
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;	
}

.context-box h3
{
	margin-bottom: 5px;
}

.context-box ul li
{
	background: transparent url(../Images/Shell/bullet.png) no-repeat 0 51%;
	margin-left: 0;
	padding-left: 10px;
	margin-bottom: .5em;	
}

.addthis_toolbox_home {position: absolute; top: 0px; right: 55px;}
.addthis_toolbox_video {position: absolute; top: 85px; right: 22px;}