/*----- Color Glossary

lt. blue: #e5ecf7
dk. blue: #007dc3
dk. orange: #F89C56
md. orange: #FEDEC3
lt. orange: #FFE8D6

----------*/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background:  url(http://www.myspacematters.com/images/site/bg_main.gif) top left repeat;
}

#wrap{
	background:  url(http://www.myspacematters.com/images/site/bg_wrap_main.gif) top left no-repeat;
	width: 714px;
	height: 583px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#sidebar{
	width: 210px;
	float: left;
	text-align: center;
}

h1{
	background:  url(http://www.myspacematters.com/images/site/logo_spacematters_main.gif) top left no-repeat;
	display: block;
	width: 178px;
	height: 189px;
	margin: 20px 0 0 15px;
	text-indent: -1000em;
	outline: none;
	text-decoration: none;	
}

h2{
	color: #007dc3;
	margin-top: 1.5em;
	text-transform: uppercase;
}

h3{color:#007dc3;}

ul.subnav{
	list-style: none;
	width: 175px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	line-height:1.4em;
}

ul.subnav li{
	margin: 8px 0;
}

ul.subnav li a{
	color: #000;
	text-decoration: none;
}

ul.subnav li a:hover{
	color: #007dc3;
}

p.become_org a{
	font-weight: bold;
	color: #007dc3;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}

p.become_org a:hover{
	text-decoration: underline;
}

#content{
	width: 474px;
	margin: 0 10px 0 20px;
	float: left;
}

#content p{
}

#content a{
	color: #007dc3;
        text-decoration:none;
}

#content a:hover{
	color: #007dc3;
        text-decoration:underline;
}

#nav{
	width: 474px;
	text-align: center;
	margin: 30px 0;
}

#nav ul{
	list-style: none;
	text-transform: uppercase;
	font-size: 95%;
	font-weight:bold;
	margin: 10px 0;
	padding: 0;
}

#nav ul li{
	display: inline;
	padding: 5px;
	border-right: 1px solid #F89C56;
}

#nav ul li.last{
	border-right: 0;
}

#nav ul li a{
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #007dc3;
	text-decoration: none;
}

#content_main{
	width: 430px;
	height: 350px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 0;
}

div.quote{
width:30%;
background:#eaeaea;
font-size:90%;
padding:10px;
margin:0 0 20px 20px;
float:right;
}


.bio_block img{
margin:0 0 20px 20px;
float:right;
}

dl.faq dt, dl.faq dd{
	margin: 0;
	padding: 0;
}

dl.faq dt{
	font-weight: bold;
	margin-top: 1.5em;
}

dl.faq dd{
	margin: 1em 0;
}

#footer{
	clear: both;
	text-align: center;
font-size:90%;
}

ul.contact{
	list-style: none;
	font-weight:bold;
	margin: 30px 0;
	padding: 0;
}

ul.contact li{
	margin: 5px 10px;
	display: inline;
}

#content ul.contact li a{
	color: #000;
	text-decoration: none;
}

#content ul.contact li a:hover{
	color: #000;
	text-decoration: underline;
}