





/*

	Visionaire Worldwide
	Global CSS	
	
*/


* {
	padding: 0;
	margin: 0;
	line-height: 27px;
}

pic {
	padding: 0;
	margin: 0;
	line-height: 27px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 0px;
	color: #000;
}

img {
	border-style: none;
}

.wrap {
	width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #5b88bf;
	text-decoration: none;
}

a:hover {
	color: #5b88bf;
	text-decoration: underline;
}

#wrapper { 
	margin: 0 auto;
	width: 100%;
}

#header {
	width: 100%;
	padding: 30px 0 0;
	margin: 0;
	height: 215px;
}

#header.step {
	background: #000 url(images/images-ournextstep.jpg) no-repeat center top;
}

#header.what {
	background: #000 url(images/images-header_what_is.jpg) no-repeat center top;
}

#header.why {
	background: #000 url(images/images-header_why.jpg) no-repeat center top;
}

#header.resources {
	background: #000 url(images/images-resources.jpg) no-repeat center top;
}

#header.media {
	background: #000 url(images/images-media.jpg) no-repeat center top;
}

#header.about {
	background: #000 url(images/images-about.jpg) no-repeat center top;
}

#header.glossary {
	background: #000 url(images/images-header_glossary.jpg) no-repeat center top;
}

#header.jobs {
	background: #000 url(images/images-supportnasabudget.jpg) no-repeat center bottom;
	\* height: 350px; *\
}




/* @group Header and Nav */

#header.full {
	width: 100%;
	padding: 30px 0 0;
	margin: 0;
	height: 215px;
	background-color: #000;
}

#header.home {
	height: 420px;
	background: #000 url(images/images-newlogo.jpg) no-repeat center top;
	border-bottom: 2px solid #fff;
}

#header.home.full {
	background: #000 url(images/images-newlogo.jpg) no-repeat center top;
}

#header ul.topnav {
	width: 960px;
	height: 41px;
}

#header ul.topnav li {
	float: left;
	height: 41px;
	list-style-type: none;
}

#header ul.topnav li a {
	float: left;
	height: 41px;
	text-indent: -5000px;
}

#header ul.topnav li.home a {
	width: 56px;
	background: url(images/images-nav_home.gif) no-repeat;
}

#header ul.topnav li.home a:hover {
	background: url(images/images-nav_home.gif) no-repeat 0 -41px;
}

#header ul.topnav li.step a {
	width: 238px;
	background: url(images/images-nav_step.gif) no-repeat;
}

#header ul.topnav li.step a:hover {
	background: url(images/images-nav_step.gif) no-repeat 0 -41px;
}

#header ul.topnav li.support a {
	width: 233px;
	background: url(images/images-nav_support.gif) no-repeat;
}

#header ul.topnav li.support  a:hover {
	background: url(images/images-nav_support.gif) no-repeat 0 -41px;
}

#header ul.topnav li.resources a {
	width: 162px;
	background: url(images/images-nav_resources.gif) no-repeat;
}

#header ul.topnav li.resources a:hover {
	background: url(images/images-nav_resources.gif) no-repeat 0 -41px;
}

#header ul.topnav li.media a {
	width: 138px;
	background: url(images/images-nav_media.gif) no-repeat;
}

#header ul.topnav li.media a:hover {
	background: url(images/images-nav_media.gif) no-repeat 0 -41px;
}

#header ul.topnav li.about a {
	width: 133px;
	background: url(images/images-nav_about.gif) no-repeat;
}

#header ul.topnav li.about a:hover {
	background: url(images/images-nav_about.gif) no-repeat 0 -41px;
}




/* @end */

#navigation {
	padding: 0;
	margin: 0;
	width: 100%;
}

#content {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 32px 0 50px;
	background: url(images/images-contentbg.gif) repeat-y center 0;
}

#content.full {
	background-color: #e4e4e4;
}




/* @group Homepage */

#intro { 
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 532px;
	display: inline;
	position: relative;
}

#intro p.big {
	font-size: 16px;
	line-height: 27px;
	color: #282828;
	margin-bottom: 18px;
}

#intro p {
	color: #717171;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 18px;
}

#intro ul {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #656565;
	margin-bottom: 35px;
}

#intro ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 400px;
	float: right;
}

#sidebar .video {
	margin-bottom: 20px;
}

#sidebar .links {
	width: 398px;
	border: 1px solid #999999;
	background: #fbfbfb url(images/images-linksbg.gif) repeat-x 0 bottom;
}

#sidebar .links h3 {
	background-color: #cccccc;
	width: 388px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 16px;
	color: #262626;
}

#sidebar .links ul {
	width: 378px;
	padding: 10px 10px 0;
}

#sidebar .links ul li {
	list-style-type: none;
	background: url(images/images-arrow.gif) no-repeat 0 6px;
	padding-left: 16px;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 20px;
}

#sidebar .links ul li a {
	color: #2351a5;
	text-decoration: none;
}

/* @end */




/* @group Sub */

#sub {
	width: 938px;
	padding-left: 8px;
	padding-right: 11px;
}

#sub p {
	font-size: 13px;
	color: #656565;
	line-height: 22px;
	margin-bottom: 22px;
	padding-right: 75px;
	/* [disabled]margin-right: 8px; */
}

#sub p strong {
	color: #333;
	font-weight: bold;
}

#sub h1 {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

#sub h2 {
	font-weight: bold;
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
	margin-right: 80px;
}

#sub h3 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}

#sub h4 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}

#sub p.big {
	font-size: 18px;
	color: #262626;
	line-height: 26px;
}

#sub p.oversize {
	font-size: 16px;
	color: #868686;
	line-height: 25px;
}

#sub ul {
	padding-left: 30px;
	padding-right: 220px;
	font-size: 13px;
	line-height: 20px;
	color: #656565;
	margin-bottom: 35px;
}

#sub ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}

#sub .quote {
	width: 878px;
	padding: 30px 30px 65px;
	background: #cccccc url(images/images-quotebg.gif) no-repeat 0 bottom;
	margin-bottom: 25px;
}

#sub .quote p {
	color: #494949;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 0;
	margin: 0 0 15px;
}

#sub .quote p.by {
	line-height: 12px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0 0 17px;
}

#sub .gallery {
	padding-top: 20px;
	background: url(images/images-devider.gif) no-repeat 0 top;
	overflow: hidden;
	margin-bottom: 10px;
}

#sub .gallery p {
	width: 140px;
	float: left;
	margin: 0 19px 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#sub .gallery p a {
	color: #656565;
}

#sub .gallery p span {
	width: 140px;
	float: left;
}

#sub .gallery p.last {
	margin-right: 0;
}

#sub .gallery p img {
	margin-bottom: 5px;
	float: left;
	width: 140px;
	height: 140px;
}

#sub .downloads {
	overflow: hidden;
	background: url(images/images-devider.gif) no-repeat 0 top;
	padding-top: 25px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#sub .downloads .dsingle {
	float: left;
	width: 461px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sub .downloads .dsingle img {
	float: left;
	margin-right: 12px;
}

#sub .downloads .dsingle a {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

#sub .downloads .dsingle p {
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#sub .downloads .dsingle.right {
	margin-right: 0;
	float: right;
}

#sub .normal_image {
	margin-bottom: 20px;
}

#sub .normal_image p {
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#sub .videos  {
	overflow: hidden;
	width: 938px;
	background: url(images/images-devider.gif) no-repeat 0 top;
	padding-top: 20px;
	margin-bottom: 30px;
}

#sub .videos .vrow {
	width: 938px;
	margin-bottom: 17px;
	overflow: hidden;
}

#sub .videos a {
	color: #656565;
	text-decoration: none;
}

#sub .videos .vsingle {
	overflow: hidden;
	float: left;
	width: 220px;
	margin-right: 19px;
}

#sub .videos .vsingle.last {
	margin-right: 0;
	float: right;
}

#sub .videos .vsingle span {
	height: 57px;
	width: 190px;
	color: #9e9e9e;
	background-color: #000;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px 15px;
	position: relative;
	bottom: 4px;
}

#sub .halfentries {
	overflow: hidden;
	margin-bottom: 20px;
}

#sub .halfentries p {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}

#sub .halfentries .hsingle {
	float: left;
	width: 455px;
}

#sub .halfentries .hsingle.right {
	float: right;
}

#sub .normal {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

#sub .normal p {
	padding: 0;
}

#sub .alignleft {
	float: left;
	width: 460px;
	margin-right: 30px;
	margin-bottom: 15px;
}

#sub .alignright {
	float: left;
	width: 460px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#sub .alignleft span {
	font-size: 11px;
	line-height: 21px;
	width: 460px;
	float: left;
}

#sub .alignright span {
	font-size: 11px;
	line-height: 21px;
	width: 460px;
	float: right;
}

#sub .redbutton {
	margin-bottom: 10px;
	overflow: hidden;
}

#sub .redbutton a {
	background-color: #b30120;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 9px;
	float: left;
	text-decoration: none;
}

#sub .divided {
	overflow: hidden;
	margin-bottom: 25px;
}

#sub .divided h3 {
	font-size: 18px;
	font-weight: bold;
}

#sub .divided .individual {
	width: 400px;
	float: left;
}

#sub .divided .individual ul {
	margin: 0;
	padding: 0 0 0 34px;
	font-size: 14px;
}

#sub ul.expand {
	padding-right: 120px;
	margin-bottom: 15px;
}

/* @end */
/*	Visionaire Worldwide */



/* @group Footer */

#footer { 
	width: 100%;
	clear: both;
	margin: 0;
	padding: 32px 0 0;
	background: url(images/images-footerbg.gif) repeat-y center;
}

#footer.full {
	background-color: #cccccc;
}

#footer ul {
	font-size: 11px;
	padding-left: 8px;
}

#footer ul li {
	margin-bottom: 7px;
	list-style-type: none;
}

#footer a {
	color: #4a6482;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #808080;
	margin-bottom: 20px;
}

#footer p.copyright {
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 15px;
	margin: 0;
	background: url(images/images-footer_div.gif) no-repeat center top;
	padding-top: 10px;
}

#footer h3 {
	font-size: 18px;
	font-weight: bold;
	color: #313131;
	margin-bottom: 20px;
}

#footer .rows {
	height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: 0;
	padding-bottom: 10px;
}

#footer .links {
	float: left;
	width: 320px;
	border-right: 1px solid #b1b1b1;
	margin-right: 50px;
	height: 165px;
}

#footer .contact {
	float: left;
	width: 268px;
	border-right: 1px solid #b1b1b1;
	margin-right: 50px;
	height: 165px;
}

#footer .social {
	float: left;
	width: 250px;
	height: 165px;
}

#footer .social p {
	margin-bottom: 0;
	margin-top: 10px;
}

.clear { 
	clear: both; 
	background: none; 
}

/* @end */




/* @group Jobs */

#page { 
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 540px;
	display: inline;
	position: relative;
}

#page .imagetitle {
	margin-bottom: 15px;
}

#page .imagetitle h3 {
	background-color: #b81818;
	width: 510px;
	float: left;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 10px 15px;
}

#page p.big {
	font-size: 15px;
	line-height: 27px;
	color: #282828;
	margin-bottom: 25px;
}

#page p {
	color: #717171;
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 18px;
}

#page ul {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #656565;
	margin-bottom: 35px;
}

#page ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}

#pageside { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 390px;
	float: right;
}

#pageside .video {
	margin-bottom: 20px;
}

#pageside .links {
	width: 388px;
	border: 1px solid #999999;
	background: #fbfbfb url(images/images-linksbg.gif) repeat-x 0 bottom;
}

#pageside .links h3 {
	background-color: #cccccc;
	width: 388px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 16px;
	color: #262626;
}

#pageside .links ul {
	width: 368px;
	padding: 10px 10px 0;
}

#pageside .links ul li {
	list-style-type: none;
	background: url(images/images-arrow.gif) no-repeat 0 6px;
	padding-left: 16px;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 20px;
}

#pageside .links ul li a {
	color: #2351a5;
	text-decoration: none;
}

#pageside .sendmessage {
	width: 362px;
	border: 1px solid #999999;
	background: #fbfbfb url(images/images-linksbg.gif) repeat-x 0 bottom;
	padding: 14px 13px 5px;
	margin-bottom: 15px;
}

#pageside .sendmessage h3 {
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 10px;
}

#pageside .sendmessage p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #717171;
}

#pageside .sendmessage p.button {
	text-align: center;
	margin-bottom: 10px;
}

#pageside .sendmessage .donate {
	background: url(images/images-divider.gif) repeat-x 0 top;
	padding-top: 12px;
}

#pageside .sendmessage .donate img {
	float: left;
	margin-top: 3px;
}

#pageside .sendmessage .donate p span {
	color: #3566cd;
}

#pageside .sendmessage .donate p {
	padding-left: 100px;
	font-size: 12px;
	line-height: 20px;
}

#pageside .form {
	width: 364px;
	border: 1px solid #999999;
	padding: 14px 13px 5px 11px;
	margin-bottom: 15px;
	background-color: #fbfbfb;
}

/* @end */
#wrapper #content .wrap #page p {
	color: #000;
}
