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

/*----------------------- GENERAL ------------------------------ */

.clear{
	clear:both;
}




/*----------------------- GLOBAL -----------------------------*/

#container{
	margin:0 auto;
	width:950px;
        position:relative;
}

#logo{
	float:left;
	width:250px;
	height:110px;
}

#content{
        
	width:100%;
}

/* --- NAV --- */

#nav-bar{
	height:37px;
	width:100%;
}

#nav-bar ul{
	margin:0px 0 0 10px;
	padding:5px 0 0 0;
}

#nav-bar ul li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	height:29px;
}


#nav-bar ul li a{
	display:block;
	height:100%;
	width:100%;
}

#nav-home{
	width: 59px;
}

#nav-about{
	width:72px;
}

#nav-contact{
	width:84px;
}

#right-column{
	float:left;
	width:257px;
	padding-bottom:2000px;
        margin-bottom:-2000px;
    
}

#social-media{
    float:right;
     margin:1em 10px 1em 0;
    
    height:48px;
    width:150px;
    text-align:right;
}

#social-media a{
    padding-left:10px;
}

#right-column .img{
	margin:14px 0 0 16px;
	padding:5px;
}

.content h1{
	margin:12px 20px 15px 20px;

}

#content-container{
overflow:hidden;
width:100%;
height:100%;
}

#footer{
	height:31px;
	width:950px;
}

#footer p{
	margin:0;
}

#footer-left{
	float:left;
	width:200px;
	margin:6px 0 0 15px;
}

#footer-right{
	float:right;
	width:300px;
	text-align:right;
	margin:6px 15px 0 0;
}

.content{
	float:left;
	width:687px;
       padding-bottom:2000px;
       margin-bottom:-2000px;
}

.content h1, .content p, .content h3{
	margin-left:20px;
	margin-right:15px;
}
	

/*------------------------PAGES------------------------------*/


#home-content .img{
	padding:5px;
	margin:15px 0 0 15px;
}

#about-content .img{
	padding:5px;
	margin:12px 15px 0 15px;
	float:left;
}

#about-content h1{
	float:right;
	width:250px;
	margin-left:0;
	padding-left:5px;
}

#contact-content .img{
	padding:5px;
	margin:15px 0 0 15px;
}

#contact-box{
	width:323px;
	height:172px;
	float:left;
	
}

#contact-box.first{
	margin:15px 10px 0 15px;
}

#contact-box.second{
	margin:15px 0 0 0;
}

#contact-box p{
	margin-top:15px;
}

/* --- HOMEPAGE SLIDESHOW --- */

#slideshow{
	position:relative;
	width:641px;
	height:387px;
}
#slideshow img{
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}
#slideshow img.default{
	visibility:visible;
}

.header{
 width:100%;
 padding:0;
 margin:0;
}

#topLinks{
 float:right;
 text-align:right;
 width:320px;
 height:35px;
 background:url(http://www.inc-space.com/images/top-nav_bg.gif);

}

#topLinks a{
color:#3392fe;
text-decoration:none;
margin-right:28px;
position:relative;
top:10px;
}

#quotes{
  margin:10px 0 0 7px;
}

#logo{
width:443px;
height:141px;
background:url(http://www.inc-space.com/images/logo.gif) left top no-repeat;
margin-bottom:10px;
visibility:hidden;
}

.subpage-header{
 height:57px;
/*height:49px;*/
padding:0;
}

.subpage-header span{ display:none; }

#slideshow{ overflow:hidden; }

#text-content{ height:auto; overflow:auto;  margin:10px 20px 10px 10px;}


#text-content.long{ height: 600px; }

#map-canvas{
width:655px;
height:260px;
}
