/*============= Display Blocks ============= */

body {
	text-align : center;
	padding : 0;
	margin : 0;
	font-family: "Trebuchet MS",verdana,sans-serif; 
	font-size: 14px;
}

div#container {
	width : 760px;
	margin : 0 auto;
	border-top : 36px solid #339bea;
}

div#top {
	text-align : left;
}

div#top div#sidebar {
	width : 170px;
	float : left;
}

div#top div#sidebar div#logo {
	padding : 18px 0 21px 0;
}

div#content {
	text-align : left;
}

div#top div#boxes {
	margin-left : 205px;
	text-align : right;
	padding : 18px 0 0 0;
}

div#middle {}

div#middle div#fpsidebar {
	display : none;
	width : 210px;
	float : right;
}

.clear {
	clear : both;
	height : 1px;
	font-size : 1px;
}


/*============= Catchalls ============= */

* {
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

/*============= Headers ============= */

div#content h2 {
	font-size : 2em;
	margin: 0 0 0.75em 0;
	padding : 0 0 0.25em 0;
}

div#content h3 {
	font-size : 1.5em;
	line-height : 1.5em;
	padding : 0 0 0.5em 0;
}

div#content h4 {
	font-size : 1em;
	line-height : 1.5em;	
}

div#top div#sidebar div#logo h1 {
	margin :0;
	padding : 0;
	height : 68px;
	background : #fff;
	text-indent: -100em;
	position : relative;
	background : #fff url(../i/logo.gif) no-repeat top left;
	width : 172px;
}

div#top div#sidebar div#logo h1 a {
	height : 70px;
	width : 170px;
	display : block;
}

h2#pagetitle {
	border-bottom : 1px solid #eee;
}

h2#pagetitle a {
	text-decoration : none;
	color : #000;
}

h2#pagetitle a:hover {
	color : #ee0022;
}

body#body_index h2#pagetitle {
	 text-align : center;
	 border-bottom : none;
	 margin : 10px 0 0 0;
}

#select h4 {
	margin : 5px 0;
	padding : 0;
}

div.newsarticle h3 {
	margin : 1em 0 0 0;
	padding : 0;
	border-bottom : 1px solid #eee;
	font-size : 1em;
	line-height : 1em;
}

div.newsarticle h3 a {
	text-decoration : none;
	color : #000;
}

body#body_index div.newsarticle h3 a {
	color : #777;
}

div.newsarticle h3 a:hover {
	color : #ee0022;
}

/*============= General Text ============= */

div#content {
	font-size : 12px;
}

div#content p {
	margin: 0 0 1.5em 0;
}

/*============= Navigation  ============= */

div#top div#sidebar div#navigation {}

div#top div#sidebar div#navigation ul#main {
	padding : 0;
	margin : 0;
	border-top : 1px solid #ddd;	
}

div#top div#sidebar div#navigation ul#sub {
	padding : 0;
	margin : 0;
}

div#top div#sidebar div#navigation ul li {
        padding : 0;
        margin : 0;
	list-style-type : none;
	display: inline;
}

div#top div#sidebar div#navigation ul#main li a {
	background : #fbfbfa;
	display:block;
	padding : 9px 0px 8px 0;
	width: 99.99%;
	text-decoration : none;
	color : #339bea;
	font-weight : bold;
	border-bottom : 1px solid #ddd;
}

div#top div#sidebar div#navigation ul li ul {
	border: none;
}


div#top div#sidebar div#navigation ul#main li a span {
	padding-left : 15px;
}

div#top div#sidebar div#navigation ul#sub li a span {
	padding : 2px;
	margin-left : 25px;
	
}

div#top div#sidebar div#navigation ul#main li a:hover, div#top div#sidebar div#navigation ul#main li a.active {
	background : #eee;
}

div#top div#sidebar div#navigation ul#sub li a:hover {
	background : #fff;
}

div#top div#sidebar div#navigation ul#sub li a.subactive span, div#top div#sidebar div#navigation ul#sub li a:hover span {
	background : #339bea;
	color : #fff;
}


ul#sub {
	background : #fff;
}

div#top div#sidebar div#navigation ul#sub li a {
        background : transparent;
        display:block;
        padding : 9px 0px 8px 0;
        width: 99.99%;
        text-decoration : none;
        color : #000;
        border-bottom : 1px solid #ddd;
	font-weight : normal;
}

/*============= Lists  ============= */

ol, ul {
	margin : 0 0 1.5em 3em;
}


/*============= Minor display ============= */

span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}


div#fpgreet {
	text-align : center;
}



div#weatherimagesblock {
	text-align : center;
}

div#weatherimagesblock a {
	text-decoration : none;
}

div#weatherimagesblock a span {
	display : none;
	color : #bbb;
	font-size : small;
}

div#weatherimagesblock a:hover span {
	display : inline;
}

div#untilnextlaunch {
	text-align : center;
	margin : 5px 10px;
	padding : 5px;
	background : #eee;
	font-weight : bold;
}

body#body_index div#untilnextlaunch {
	margin : 5px 90px;
}

#select {
	padding:3px 3px 18px 3px;
	background: #C6DBF7;
	border-top:3px solid #339BEA;
              border-bottom:3px solid #339BEA;
	text-align : center;
	margin : 10px auto;
	color : #000;
}

div#top div#boxes div#collage {
	background : #eee url(../i/collage.jpg) no-repeat top left;
	height : 185px;
}

div#top div#boxes div#statement {
	background :#339bea;
	color : #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing : 1px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	text-align : center;
	margin-top : 12px;
	padding : 14px;
	line-height : 1.2;
        font-style: italic;
        font-size: 18px;
        font-family: georgia;
        height : auto;
        line-height : 1.2;
}

div#statement p.one {
        margin-bottom : 16px;
}


div.newsarticle span.details {
	font-size : x-small;
	color : #777;
}

div.newsarticle p, div.newsarticle a.continue {
	margin-left : 10px;
}

div.newsarticle a.continue {
	text-decoration : underline;
	color : #0063DC;
}

div.newsarticle a.continue:hover {
	text-decoration : none;
}

/*=============  Tables ============= */

body#body_launches table {
	margin: 5px; 
	text-align : center;
	border : 1px solid #eee;
}

body#body_launches tr th {
        background: #339BEA;
	color : #000;
	color : #fff;
	padding : 2px 0;
}

body#body_launches tr th td {
	color : #fff;
	padding : 2px 0;
}

body#body_launches tr:hover {
	background: #C6DBF7; 
}

body#body_launches td:hover {
	background: #339BEA; 
	color : #fff;
}

/*=============  Specifics ============= */

body.IsLoggedin {
	background : #fff url(../i/gridbg.gif) repeat top left;
}

/*=============  ============= */
/*=============  ============= */
/*=============  ============= */
/*=============  ============= */


