@charset "UTF-8";

html {
	height: 100%;

	background: -webkit-gradient(linear, left top, left bottom, from(#131a24), to(#24334a));

	background: -moz-linear-gradient(top, #131a24, #24334a);

}

body {
	margin: 0px;
	font: 12px 'Lucida Grande', Arial, sans-serif;
}

@font-face {
	font-family: "Myriad";
	src: url("MyriadPro-Semibold.otf");
}

@font-face {
	font-family: "MyriadText";
	src: url("MyriadPro-Regular.otf");
}

#mainContent {
	width: 980px;
	margin-top: 0px;

}

#topLogo {
	width: 980px;
	margin-top: 10px;

}



#blurb {
	background: -webkit-gradient(linear, left top, left bottom, from(#131a24), to(#24334a));
	background: -moz-linear-gradient(top, #131a24, #24334a);
	position:relative;
	width: 975px;
	height: 470px;
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #ffffff;

}

linksText {
 	font-family: "Myriad";
 	font-size: 12px;
 	color: black;
/* text shadow with x and y offset of 2px, blur radius of 1 px */
	text-shadow: rgb(255, 255, 255) 2px 2px 5px;
}

blurbText100 {
	font-family: "Myriad";
	font-size: 100px;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

blurbText35 {
	font-family: "Myriad";
	font-size: 35px;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

blurbText26 {
	font-family: "MyriadText";
	font-size: 26px;
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

blurbText15right {
	font-family: "MyriadText";
	font-size: 15px;
	color: white;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;

	cursor: pointer;

	background: -webkit-gradient(linear, left top, left bottom, from(#131a24), to(#24334a));
	background: -moz-linear-gradient(top, #131a24, #24334a);
	position:relative;
	width: 60px;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #ffffff;

}

blurbTextLeft {
	font-family: "MyriadText";
	font-size: 18px;
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

copyright {
	font-family: "MyriadText";
	font-size: 10px;
	color: white;
	text-align: center;
}

text {
	font-family: "Myriad";
	font-size: 14px;
	color: white;
	text-align: center;
}