/* CSS 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 caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

html{
	background: url(images/repeater.jpg) center top repeat-x;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/body_bg.jpg) center top no-repeat;
}

#header{
	margin:0 auto;
	padding:220px 0 0 0;
	width:940px;
	height:100px;
	position:relative;
}
	#header h1,
	#header h2{
		display:none;
	}
	#header ul{
		margin:0 auto;
		height:100px;
		width:940px;
	}
		#header ul li{
			display:block;
			float:left;
			width:266px;
			height:100px;
		}
			#header ul li a{
				display:block;
				position:relative;
				width:266px;
				height:100px;
				background-image:url(images/header_links.png);
				background-repeat:no-repeat;
			}
				#header ul li a strong{
					display:none;
				}
				#header ul li a span.hover{
					display:block;
					position:absolute;
					width:266px;
					height:100px;
					background-image:url(images/header_links.png);
					background-repeat:no-repeat;
				}
				#go_download a{
					background-position:0 0;
				}
					#go_download a .hover{
						background-position:0 -100px;
					}
				#go_learn{
					padding:0 1px;
				}
				#go_learn a{
					background-position:-267px 0;
				}
					#go_learn a .hover{
						background-position:-267px -100px;
					}
				#go_talk a{
					background-position:-534px 0;
				}
					#go_talk a .hover{
						background-position:-534px -100px;
					}
	#header .popup{
		position:absolute;
		display:none;
		margin:225px 0 0 50px;
		padding:10px 0 0 0;
		width:175px;
		height:125px;
		background:url(images/popup_bg.png) center center no-repeat;
		z-index:50;
		font-size:12px;
		color:#fff;
	}
		#header .popup p{
			padding:2px 0 0 15px;
		}
		#header .popup img{
			vertical-align:middle;
		}
		#header .popup strong{
			color:#000;
		}
		#header .popup a{
			color:#93ddf4;
		}
			#header .popup a:hover{
				text-decoration:underline;
			}

#page_header{
	margin:0 auto;
	width:940px;
	height:110px;
	background:url(images/page_header.png) center top no-repeat;
}
	#page_header p{
		display:none;
	}

#page{
    width:940px;
    margin:-160px auto 0px;
	background:url(images/page_box.png) center no-repeat;
}
	#slider{
		width:940px;
		margin:0 auto;
		position:relative;
	}

	#page .navigation{
		padding:0 0 40px 20px;
		height:50px;
		margin-left: 180px;
	}
	
	#page .navigation li{
		float: left;
		padding:0 2px 0 0;
	}
	
	#page .navigation a{
		display:block;
		/*height:50px;*/
		/*line-height:50px;*/
		float: left;
		padding:5px 10px;
		font-size:13px;
		color: #02234f;
		font-weight:bold;
		text-shadow: 0px 1px 0px #6f96c8;
		margin: 0px 20px;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#fff;
			/*background:url(images/page_navigation_a.png) right top no-repeat;*/
			-moz-border-radius-bottomleft:15px;
			-moz-border-radius-bottomright:15px;
			-moz-border-radius-topleft:15px;
			-moz-border-radius-topright:15px;
			background-color:#02234f;
			text-shadow:1px -1px 0 #11243d;
			/*border: 1px solid #6f96c8;*/
}
		}
		#page .navigation a.selected{
			color: #fff;
			text-shadow: none;
		}
	/*#page .navigation a span{
		display:block;
		float:left;
		margin:0 25px;
	}*/
		/*#page .navigation a:hover span,
		#page .navigation a.selected span{
			background:url(images/page_navigation_span.png) left top no-repeat;
			text-shadow: none;
		}*/
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		height:560px;
		width:940px;
		margin: 0px auto;
		overflow:auto;
		position:relative;
		clear:left;
	}
	
		#page .scrollContainer .panel{
			padding:0px 10px;
			height:560px;
			width:940px;
			overflow:hidden;
		}		
			#page .panel p{
				padding:0 0 1em 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				margin-left: 40px;
				margin-right: 40px;
				line-height:1.5em;
				color: #e1e1e1; /*#cedef4 for light blue*/
				text-shadow: 0px -1px 0px #0f2747;
				letter-spacing: 0.02em;
			}
			#page .panel h1{
				margin-left: 40px;
				margin-bottom: 10px;
				text-shadow: 0px 1px 0px #f0eed8;

			}
			#page .panel h3{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:28px;
				margin-left: 40px;
				padding:0 0 .5em 0;
				color: #3E3721;
				font-weight: 600;
				line-height: 4px;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#3e414c;
			}
			#page .panel .column{
				float: left;
				width: 500px;
			}
			#page .panel .buttons{
				clear: both;
				position: relative;
				padding-top: 30px;
			}
			#page .panel .attribution{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				color: #4D4D2F;
				font-style: italic;
				line-height: 4px;
			}
			#page .panel strong{
				color:#fff;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#19234c;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,{
				font-size:12px;
				margin-left: 20px;
				font-style: italic;
				font-family: Times New Roman, serif;
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			#page .panel li{
				list-style-position: inside;
				padding: 0 0 .5em 0;
			}
				#page .panel ul li{
					margin:0 0 0 1em;
					list-style:square;
				}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color:#19234c;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color:#33333e;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}
			#page .panel .projects{
			padding-left: 37px;
			}
			#page .panel td{
			padding: 5px;
			}

	#page .scrollButtons{
		width:30px;
		height:30px;
		position:absolute;
		top:280px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:30px;
			width:30px;
		}
		#page .scrollButtons span{
			display:none;
		}
		#page .scrollMeLeft{
			left:-40px;
		}
			#page .scrollMeLeft a{
				background:url(images/left_right.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a:hover{
				background:url(images/left_right.png) 0 -30px no-repeat;
			}
		#page .scrollMeRight{
			right:-40px;
		}
			#page .scrollMeRight a{
				background:url(images/left_right.png) -30px 0 no-repeat;
			}
			#page .scrollMeRight a:hover{
				background:url(images/left_right.png) -30px -30px no-repeat;
			}

#page_footer{
	width:900px;
	margin:0 auto;
}
	#page_footer h5{
		padding:20px 90px;
		font-size:28px;
		letter-spacing:-2px;
		font-weight:bold;
		color:#3c508e;
	}
	#page_footer p{
		padding:0 70px 30px 70px;
		font-size:13px;
		color:#2f4077;
		line-height:1.5em;
	}
		#page_footer p a{
			color:#fff;
		}
			#page_footer p a:hover{
				text-decoration:underline;
			}

#footer{
	height:160px;
	font-size:13px;
	font-family: Arial, Verdana, sans-serif;

}
	#footer p{
		width:900px;
		overflow:hidden;
		margin:0 auto;
		color: #91A5C6;
	}
		#footer span{
			display:block;
			height:90px;
			margin-top: 30px;
		}
		#footer .left{
			float:left;
		}
		#footer .right{
			float:right;
		}
		#footer a{
			color: #fff;
		}
			#footer a:hover{
				text-decoration:underline;
			}


