body {
	font-family:sans-serif;
	font-weight: 100;
	margin:0px;
	padding:0px;
	color: #333;
}

.jqplot-axis {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	color: #333;
}

tr a, tr a:visited {
	text-decoration: none;
	color: inherit;
}

a {
	text-decoration: none;
	font-weight: 100;
	border: 0px;
	color:blue;
}

a:visited {
	text-decoration: none;
	font-weight: 100;
	border: 0px;
	color:blue;
}

img
{  
	border-style: none;
}

.headerSpace {
	height: 57px;
	width: 100%;
	background-color: #333;
	color: #666;
}

.header {
	height: 100px;
	width: 100%;
	color: #666;
	
	position: fixed;
	top: 0px;
	z-index: 99;
}

.footer {
	background-color: #333;
	width: 100%;
	color: white;
	text-align: center;
}

.holder {
	width: 400px;
	height: 300px;
	margin: auto;
	margin-top: 10%;
}

#form {
	width:400px;
	padding-top: 10px;
	background-color: #f8f8f8;
}

#form input {
	width:380px;
	font-size: 16px;
	font-width: thin;
	background-color: #fff;
	border: 0px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.holder ul{
	list-style-type: none;
	text-align: center;
}

#login img {
	height: 60px;
	margin-bottom: 10px;
}

.holder li{
	background-color: #f9f9f9;
	position: relative;
	height: 100px;
	width: 130px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 0px;
	cursor: pointer;
}



#fcHeaderLogo {
	height: 60px;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#fcHeaderMenu {
	position: absolute;
	right: 0px;
	width: 340px;
	height: 100px;
	top: 0px;
	text-align: center;
}

#fcHeaderMenu ul{
	list-style-type: none;
}

#fcHeaderMenu li{
	background-color: #f9f9f9;
	position: relative;
	height: 80px;
	width: 110px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	cursor: pointer;
}
/*
#fcHeaderMenu li:hover{
	background-color: #eee;
}
*/
#fcHeaderMenu li img{
	width: 48px;
	margin-bottom: 4px;
}

#fcBoxes {
	background-color: #f5f5f9;
	text-align: center;
	height: 350px;
	width: 100%;
	margin-top:40px;
}

#fcBoxes h1 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: 100; 
	letter-spacing: 1px; 
	color: #fafafa; 
	background-color: #333;
	text-align:left;
	width: 100%;
	text-align: center;
}

#fcBoxes ul{
	list-style-type: none;
	width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#fcBoxes li{
	position: relative;
	height: 320px;
	width: 250px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
}

#fcBoxes li img{
	width: 250px;
}

.storyBoxes {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.storyBox {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	background-color: #f5f5f9;
	padding: 20px;
}

.storeyBox img{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.storyBlurb {
	background-color: #f5f5f9;
	padding-bottom: 20px;
	margin-top: 40px;
}

.storyBlurb p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.reportSection {
	width: 100%;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 100; 
	letter-spacing: 1px; 
	background-color: #ff9900;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
}

.appTable {
	width: 100%;
	padding: 0;
	margin: 0;
	border:none;
	color: #333;
	margin-top: 4px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}

.appTable td {
	border-bottom: 2px solid white;
}

.appTable tr {
	background-color: #f9f9f9;
	padding: 4px;
	margin: 4px;
	width: 100%;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 100; 
	letter-spacing: 1px; 
	text-align: center;
	cursor: pointer;
	color: #333;
}

.appTable img {
	height: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

input[type=submit] {
	background-color: #ff9900;
	color: white;
}

.orangeText {
	color: #ff9900;	
}

.orangeBg {
	background-color: #ff9900;	
	color: white;
}

.appInfoBox {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9f9f9;
	padding: 4px;
}

.storyBlurb h1 {
	width: 100%;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: 100; 
	letter-spacing: 1px; 
	background-color: #ff9900;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left {
	width: 400px;
	left: 8px;
	position: absolute;
}

.middle {
	left: 416px;
			right: 8px;
	position: absolute;
}

.chart {
	background-color: #f9f9f9;
	height:300px;
	width:*;
	padding: 50px;
	margin-top: 4px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 4px;
}

.trafficTable {
	width: 100%;
	padding: 0;
	margin: 0;
	border:none;
	color: #333;
	margin-top: 4px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}

.trafficTable td {
	border-bottom: 2px solid white;
}

.trafficTable th {
	border-bottom: 1px solid #ddd;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: 100; 
}

.trafficTable tr {
	background-color: #f9f9f9;
	padding: 4px;
	margin: 4px;
	width: 100%;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 100; 
	letter-spacing: 1px; 
	text-align: center;
	cursor: pointer;
	color: #333;
}