﻿@charset "UTF-8";
/* CSS Document */

body {
	background-attachment:fixed;
}

#welcome {
	height:400px;
}

#welcome h1 {
	width:450px;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 10px;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:140px;
	line-height:135px;
	/*display:none;*/
	position:relative;
	z-index:10;
}

#welcome h3 {
	width:530px;
	margin:5px 0px 0px 0px;
	padding:5px 7px 0px 7px;
	background-image:url(../_images/dark_bg.png);
	background-repeat:repeat;
	color:#40c8f4;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:normal;
	text-shadow:0px 2px 3px #091e3c;
	line-height:60px;
	/*display:none;*/
	position:relative;
	z-index:10;
}

#site_description {
	width:580px;
	margin:5px 0px 0px 0px;
	padding:0px 7px;
	background-image:url(../_images/dark_bg.png);
	background-repeat:repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	line-height:35px;
	/*display:none;*/
	position:relative;
	z-index:10;
}

#intro_graphic {
	width:500px;
	height:400px;
	background-image:url(../_images/intro_bg.png);
	overflow:hidden;
	position:relative;
	left:535px;
	top:-260px;
	/*display:none;*/
	z-index:5;
}

#nav_wrapper {
	position:fixed;
}

#body_content {
	width:980px;
	margin:0 auto;
	margin-top:110px;
	margin-bottom:110px;
	position:relative;
	left:auto;
	overflow:hidden;
}

.slide {
	overflow:hidden;
	float:none;
}

.slide_content {
	width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.slide_info {
    width: 980px;
    height: 430px;
    background-color: #FFF;
    overflow: hidden;
}

h4 {
	width:520px;
	margin:7px 0px 0px 0px;
	padding:5px;
	background:rgba(0,0,0,0.7);
	color:#40C8F4;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:normal;
}

#usa_today p, #article_1 p {
	width:600px;
	margin:0px;
	padding:10px;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#usa_today p a, #article_1 p a {
	color:#40C8F4;
	line-height:1.4;
	border-bottom:dotted 1px #40C8F4;
}

#usa_today p a:hover, #article_1 p a:hover {
	color:#FFF;
	border-bottom:dotted 1px #FFF;
}

#article_1 {
	margin-top:60px;
}

#article_1 h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:normal;
}