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

html, body {
	height: 100%;
}

body {
	background-color: #000;
	width: 780px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #fff;
	margin: 0 auto;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #006699;
}

img {
	border: none;
}

.wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:780px;
	margin: 0 auto -222px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}


/*#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 55px;
	z-index: 2;
}

#nav p {
	float: right;
	margin-right: 10px;
}
*/
#flash {
	background-color: #333333;
}

#container {
	width: 780px; 
	margin: 0;
	float: left;
}

iframe {
	border: none;
}

.snips {
	width: 250px;
	height: 230px;
	padding: 0 5px 0 5px;
	float: left;
}

.snips h3 {
	font-size: 17px;
	margin-bottom: -10px;
}

.snips p {
	font-size: 12px;
	line-height: 16px;
}

.middle {
	border-left: 1px #
}

#bottom {
	float: left;
	width: 780px;
	margin-top: 40px;
}

#bottom h3 {
	margin-bottom: -10px;
}

#bottom p {
	width: 500px;
}

#bottom img {
	float: right;
	margin-right: 70px;
}

#main {
	width: 780px;
}
#main img {
	margin-top: 12px;
	clear: both;
}
 
#main h3 {
	margin-bottom: -10px;
	color: #FFCC00;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
}

#main p {
	width: 580px;
	line-height: 40px;
}
#projectHolders p {
	font-size: 12px;
	line-height: 16px;
	width: 780px;
}
#projectHolders img {
	float: left;
	margin-right: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#projectHolders {
	padding-top: 12px;
	clear: both;
}

#main h4 {
	margin-bottom: -10px;
}


.footer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	margin-left: -50px;
}


.floatRight {
	float: right;
	display: block;
}
#earthFoot {
	margin-top:100px;
	height:90px;
	width:1000px;
	position:relative;
	margin:132px auto 0 -50px;
}
#clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.goldCallouts {
	color: #FFCC00;
	font-style: italic;
}
