
/*** spacebusinessforum.org master style sheet **********************
/
/  Author: Luciana Mendes
/  Contact: luciana@spacefoundation.com
/
/  Site admin: Space Foundation
/  Date: Feb/2009
/
/*** Colors *******************************************

Color 1: #214bb8 (blue nav highlight)
Color 2: #313133 (dark grey nav)
Color 3: #0c3b7b (blue title)
Color 4: #e0e0e0 (grey reg. box)
Color 5: #D9D9D9 (grey reg. NEW)

/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
}

html, body {
border:0;
margin:0;
padding:0;
}

ul, li{
margin-left:10px;
margin-bottom: 15px;
font-size: 12px;
}

.imgRight{
float: left;
padding-right: 10px;
padding-bottom: 10px;
padding: 0px;
}

.SpaceReport{
    top: 40px;
	left: -30px;
	position: relative;
	width: 260px;

}

/**** Global *********************************/

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	padding: 0px;
	margin: 0px auto; 
	background:#FFF;
	color:#515050;
}

p.greySmall{

	font-size:11px;
	color: #313133;
	letter-spacing:1px;
}


p.grey{
	margin-top: 10px;
 	color: #313133;
 	font-size: 14px;
}

p.greyBold{
	margin-top: 0px;
 	color: #313133;
 	font-size: 14px;
	font-weight:bold;
}

#register_new {
background-color:#D9D9D9;
margin-left: 100px;
margin-right: 100px;;

}	


#wrapper {
	width: 950px;
	margin: 0px auto;
	
}

h1{}
h2{
/*	font-size: 1.3em;*/
 	font-size: 21px;
	color:#0c3b7b;
	font-weight:normal;
	
	

}
h3{
/*	font-size: 1.1em;*/
 	font-size: 15px;
	color:#7cbd30;
	font-weight:bold;
}
h4{
/*	font-size: 0.8em;*/
 	font-size: 12px;
	color:#7cbd30;
	font-weight:bold;
	text-transform: uppercase;

}
p.blue{
	font-size: 16px;
	color:#0c3b7b;
	font-weight:bold;
}
a:link { 
	color: #0c3b7b;
    text-decoration:underline;
	
}
a:visited {
	color: #0c3b7b;
	text-decoration:underline;
}
a:hover {
	color: green;
	text-decoration:none;
	
}
a:active {
	color: #0c3b7b;

}

/**** Header *********************************/

#header {
    /*background: url(../img/banner_bg.jpg) no-repeat;
	width: 950px;
	height: 850px;
	*/
}


/**** Navigation *****************************/

#main_nav {
	top:145px;
	width: 1000px;
	left: 55px;
	height: 27px;
	position: relative;
	text-transform:uppercase;
	z-index: 5;


}

.nav {

	overflow:hidden;

}

.nav ul li { display: inline; }

.nav ul li.current {
font-weight: bold;
}

.nav ul li, .nav ul li:link, .nav ul li:visited{
	font-size:13px;
	font-weight: normal;
    padding: 3px 32px 5px 0px;
	float: left;
	width: auto;
	text-decoration: none;
	color:#313133; 

}

.nav ul li:hover, .nav ul li:active{
	color:#235cc1;
/*	text-decoration:underline;
	  outline: none;*/

}
.nav ul li a
{
text-decoration: none;
}


.nav ul li a:hover
{
text-decoration: underline;
}

/**** Core ***********************************/

#main_content{
	width: 950px;
	position: relative;
/*	border: solid #00FF00 1px;*/
	z-index:3;
	
}

#content{
	width: 550px;
	position: relative;
	top: 115px;
	left:330px;
	
}

#registration{
	width: 202px;
	height: 310px;
	position: relative;
	top: 770px;
	left: 21px;
	padding-left: 40px;
	padding-right: 23px;
	margin: 0px;
	border-left:solid  #ffffff 1px;
	background-color:#d9d9d9;

}



/**** Footer *********************************/

#footer{
    top: 780px;
	left: 40px;
	position: relative;
	width: 260px;
	
}

#space{

	width: 230px;
	height: 50px;
/*	border:solid  #660000 1px;*/
}