/* Reset
----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {border:none;}
a {color:#1f85af;
	text-decoration:none;
	font:12px/14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	}
a:hover {text-decoration:none; color:#1f85af;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* Elements
----------------------------------*/
html { background:#fff; margin:0; padding:0; }
body {
	line-height: 1;
	color: black;
	background: white;

	margin:0;
	color:#333;
	font:12px/17px Arial, Helvetica, sans-serif;
	min-width:850px;
	position:relative;
}

a { color:#1f85af; text-decoration:none; }
a:hover { color:#6F981D; text-decoration:none; }
/*a:visited { color:#6F981D; text-decoration:none; }*/

blockquote { color:#1f85af; font-size:14px;line-height:20px; margin:15px 30px; padding: 0 0 0 50px;}

h1,h2,h3,h4, dt{ font-weight:normal;  }

h1 { color:#154475; font-size:24px; text-transform:uppercase; margin:50px 0 0 0; padding:0; }

h2 { color:#ef3e23; font-size:22px; margin:50px 0px 30px 0px; }

h3{	color:#333; font-size:16px;}

h4{ color:#6F981D; font-size:12px; }

h5 { color:#017a82; font-size:22px; margin:10px 0px 30px 0px; }


img { border:none; }


p { margin:15px 0;
font-size:16px;
line-height:22px;
font-family: Helvetica, Arial, sans-serif;
}

strong, b{ 
	font-weight:bold;
	}

span{ }

.highlight{ background:#d2f3f2;}



ul, ol {
	margin:0 20px 10px 30px;
	padding:0;
	font-size:12px;
	line-height: 16px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em{
	font-style:italic;
	}


 #media {
     margin-left: 0px;
     margin-right: 0px;
     background-color: red;
     padding-right: 3.5%;
     padding-left: 3.5%;
     padding-top: 0px;
 }


.hide {display:none;}
.clear{clear:both;}
.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.upper{text-transform:uppercase;}
.strong{font-weight:bold;}

/* Layout
----------------------------------*/
.wrapper{
	width:100%;
	overflow:hidden;
	padding:15px 0 0 0;
	background:#fff;
	background-image: url("../images/skylab_bg.png");
	background-repeat: repeat-x;
}
.holder{
	width:850px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 43px;
}

/* header */
#header{
	width:100%;
	overflow:hidden;
}
#header h1{
	margin:15px 0 0 0;
	width:500px;
	height:130px;
	float:left;
}
#header h1 a{
	float:left;
	width:234px;
	height:73px;
	outline:none;
}

.header-box{
	text-align:center;
	height:100px;
	margin:0;
}

#header_right{
	float:right;
	margin:10px 0 0 0;
	padding:0;
	width:390px;
	}

#header_right p{
	color:#666;
	font-size:10px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:5px;
	}
#header_right img{
	padding:0 2px;
	margin:0;
	}
	
/* navigation 
----------------------------------*/
#nav{
	margin:0;
	padding:0;
	list-style:none;
	font:16px/31px  Arial, Helvetica, sans-serif;
	font-weight:400;
	width:978px;
	height: 70px;
}
#nav li{
	float:left;
	padding:0 10px 0 0;
}
#nav a{
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	float:left;
	overflow:hidden;
	padding:10px 10px 9px 10px;
}
#nav li.active a,
#nav a:hover{
	color:#333333;
	background:#fff;
}
.current a{
	font-weight:bold;
}



/* content 
----------------------------------*/
#content{
	margin:21px 0px 0 0px;
	width:850px;
	}


	
/* sidebar 
----------------------------------*/
#sidebar{
	border-left: 1px solid #ccc;
	padding:0 0 10px 5px;
	margin: 20px 0 0 0;
	width:270px;
	}



/* Story page 
----------------------------------*/



.imgborder{
		padding:6px;
		border:1px solid #333;
	}
	

.info { 
	color:#333333; 
	font-size:13px; 
	margin:0 10px 0 0px; 
	padding:0 0 10px 0;
	letter-spacing:.02em;
	text-align:center;
	}




#contact { 
	color:#333333; 
	font-size:28px; 
	text-align:center;
	text-transform:uppercase; 
	line-height: 46px;
	margin:35px 15px 15px 15px; 
	padding:0; 
	}

#contact p { margin:15px 0;
font-size:12px;
line-height:22px;
font-family: Helvetica, Arial, sans-serif;
}

.forms_spacer1{
	float:left; 
	width:110px; 
	text-align:center;
	margin: 0;
}

.forms_spacer2{
	float:left; 
	width:165px; 
	text-align:center;
	margin:0;
}

.forms_spacer3{
	float:left; 
	width:35px; 
	text-align:center;
	margin:  0;
}

.forms_spacer4{
	float:left; 
	width:285px; 
	text-align:center;
	margin: 0;
}


.forms {
	float:left; 
	width:210px; 
	text-align:center;
	margin: 30px 0;
}

.forms a {
	font-size:14px;
	line-height: 20px;
}

.forms p {
	font-size:14px;

}

.forms_horiz {
	float:left; 
	width:260px; 
	text-align:center;
	margin: 30px 0;
}

.forms_horiz a {
	font-size:14px;
	line-height: 20px;
}

.forms_horiz p {
	font-size:14px;

}

.videos_spacer {
	float:left; 
	width:100px; 
	text-align:center;
	margin: 30px 0;
}

.videos {
	float:left; 
	width:280px; 
	text-align:center;
	margin: 30px 0 0 0;
}


.video {
	float:left; 
	width:280px; 
	text-align:center;
	margin: 10px 0 0 0;
}

.videos a {
	font-size:14px;
	line-height: 20px;
}

.videos p {
	font-size:14px;

}


.affiliates {
	float:left; 
	width:800px; 
	text-align:center;
	margin: 50px auto;
}

.affiliates img {
	padding:0 50px;
}
	
	

/* footer 
----------------------------------*/
.footer-wrapper{
	background:#444;
	width:100%;
	overflow:hidden;
}
#footer{
	width:680px;
	margin:0 auto;
	color:#aaa;
	line-height:22px;
	padding:20px 0;
	overflow:hidden;
}
.footer-columns{
	width:100%;
	overflow:hidden;
	margin:16px 0 0;
}
.footer-columns p{margin:10px 0 0;}
#footer .col01{
	float:left;
	width:180px;
	padding:0 20px 0 0;
	font-weight: normal;
}
#footer .col02{
	float:left;
	width:150px;
	font-weight: normal;
}
#footer .col03{
	float:left;
	width:200px;
	font-weight: normal;
}
#footer .col04{
	float:left;
	width:130px;
	font-weight: normal;
}

#footer h3{
	font:12px/12px  Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	color:#fff;
}
#footer h3 a{color:#fff;}
#footer h3 a:hover{text-decoration:underline;}
#footer ul{
	margin:5px 0 0;
	padding:0;
	list-style:none;
	font-weight: normal;
}
#footer a{color:#fff; text-decoration:none; border-bottom:1px solid #aaa; letter-spacing:.05em;}
#footer a:hover{text-decoration:none; color: #6fbdde;}

.foot-box{margin:40px 0 0 0;}
.foot-box p{
	margin:0; 
	padding:0;
	font-weight:normal; 
	color:#fff; 
	font-size:10px;
	letter-spacing:.05em;
	line-height:14px;
	}

#footer .hide_login a{
	float:right;
	color:#666;
	text-decoration:underline;
	border:0;
	font-size:10px;
	padding:50px 0 0 0;
	}

#footer a{
	font-size:11px;
	}


/* footer-columns */
.footer-columns{
	width:100%;
	overflow:hidden;
	margin:19px 0 0;
}
.footer-columns h4,
.footer-columns h3{
	margin:0;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}
.footer-columns p{margin:0}
