/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	background:#06364d url(/images/bg.jpg) top center no-repeat;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
}

		
a { /* default link styles*/
	color:#2d93ac;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
		color:#000000;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1015px;
	margin:0 auto;
}

/* temporary demo styles */
body.red{ background: url(http://0.media.bustedtees.com/bustedtees/mf/c/4/bustedtees.6690fb1cff9907811ca177c4493ff437.jpg);}
body.red .wrapper{background-color:#F00;}
body.red .header{ background-color:#F6C; height:300px;}





/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	z-index: 1000;
	position: relative;

}


.header-title{
	background-image:url(/images/title-master.png);
	background-repeat:no-repeat;
}

.header-title{text-indent:-9999px; height:40px; }


/* graphic page titles */
h1.meet{background-position:0 0;}
h1.launch{background-position:0 -40px;}
h1.contact{background-position:0 -80px;}
h1.intranet{background-position:0 -120px;}
h1.about{background-position:0 -160px;}
h1.mission{background-position:0 -200px;}
h1.visitors{background-position:0 -240px;}
h1.history{background-position:0 -280px;}
h1.directors{background-position:0 -320px;}
h1.staff{background-position:0 -360px;}
h1.space{background-position:0 -400px;}
h1.services{background-position:0 -440px;}
h1.education{background-position:0 -480px;}
h1.news2{background-position:0 -520px;}
h1.location{background-position:0 -560px;}
h1.sitemap{background-position:0 -600px;}
h1.thanks{background-position:0 -640px;}
h1.links{background-position:0 -680px;}
h1.video{background-position:0 -720px;}
h1.documents{background-position:0 -760px;}
h1.ors{background-position:0 -800px;}
h1.ladee{background-position:0 -840px;}
h1.taurus{background-position:0 -880px;}
h1.invite{background-position:0 -920px;}
h1.homenews{color:#05354c;
font-size:18px;
}

h2{
	color:#05354c;
	font-size:14px;
		
}


h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: -15px 0 0 5px;
	font-size:9px;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 100;
	background: #ffffff url(/images/bg-content.jpg) repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:20px 0 0 0;
}

	.col-1 { 
		width: 680px;
		float: left;
	}
	
	.col-2 { 
		width: 280px;
		float: right;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	background:url(/images/bg-footer.jpg) no-repeat bottom center;
	height:280px;
	font-size:10px;
	
}

.footer-inner{
	width:1015px;
	height:161px;
	background:url(/images/bg-innerfooter.png);
	margin:0 auto;
	color:#ffffff;
	position:relative;
}

.footer a {
		color: #ffffff;
		text-decoration: none;
	}
	
.footer a:hover {
		color: #ffff00;
		text-decoration: underline;
	}
	
.footer-links{
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#ffff00;
}
.footer-links a{
	color:#ffff00;
}

	
	
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/


.top-links{
	float:right;
}

.logo{
	position:absolute;
	top:20px;
	left:0;
	width:303px;
	height:193px;
}

.news{
	font-size:11px;
}

.video{
	margin:20px 0 0 0;
}

.partners{
	width:100%;
	position:relative;
	margin:20px 0 0 0;
	height:100px;!important
	width:1015px;!important
	
}

.inner-partners{
	height:100px;
	background:#ffffff;
}
.inner-partners img{
	padding:10px 45px;
}

.staff-photo{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:124px;
	margin:0 20px 20px;
	padding:10px 0 10px 120px;
	width:250px;
	
}

.staff-photo img{
	border:#05354c 2px solid;
}

.mars-facts{
	width:100px;
	float:right;
	position:absolute;
	right:20px;
	top:10px;
}


.spacetable tr, .spacetable td{
	padding:5px;
}




.partners-box li{
	list-style:none;
	background:#ffffff;
	width:250px;
	border:dotted #06364D 1px;
	padding:5px;
	margin:5px 0 0 70px;
	text-align:center;
}
	
.partners-box img{
	padding:0 0 10px 0;
}

.partners-box a{
	color:#06364D;
}

.invite {
	width: 640px;
	color:#fff;
}
