﻿@charset "UTF-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 16px;
}
.fypGlobal #container { 
	width: 858px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container img {
	border: 0;
}
.fypGlobal #header {
	width: 858px;
	padding: 50px 0 0 0;
	margin: 0;
	text-align: left;
}
#logo {width: 188px; display: inline;}
#sponsors {width: 583px; display: inline; margin-left: 83px;}
#headerPhotos {
	float: right;
	width: 580;
	margin: 0;
	padding: 0;
}

#contentWrapper {
	position: relative;
	width: 855px;
	margin: 40px 0 0 0;
	padding: 0 0 0 3px;
}
#navigation {
	width: 855px;
	height: 44px;
	background-image: url(../images/support/nav-bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
#navigation ul {
	font-size: 16px;
	margin: 0;
	padding: 14px 0 0 0;
}
#navigation li {
	list-style-type: none;
	display: inline;
	padding: 0 30px 0 30px;
	border-right: 1px solid #90c73e;
}

.bottomRule {
	border-bottom: 1px solid #c6e096;
	padding-bottom: 5px;
}
#greenBox {
	float: left;
	width: 250px;
	background-color: #90c73e;
	margin: 0;
	padding: 0;
}
#greenBoxContent {
	padding: 40px 20px 30px 20px;
	text-align: center;
}
#greenBoxCorners {
	background-image: url(../images/support/greenCorners.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 250px;
}
#greenBox h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
} 
#greenBox h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
}
#greenBox p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#greenBox p a {
	color: #FFFFFF;
	text-decoration: none;
}
#greenBox p a:hover {
	color: #ee4823;
}
#redBox {
	float: left;
	width: 214px;
	height: 100px;
	margin: 25px 0 15px 18px;
	padding: 0;
	background-color: #ee4823;
}
#redBox p {
	font-color: #000000;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
}
#redBox h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 0;
}
#redBox h3 a {
	color: #FFFFFF;
}
#redBox h3 a:hover {
	color: #CCCCCC;
}

#socialBox {
	float:left;
	width:214px;
	margin:0px 0px 15px 15px;
	padding-left:12px;
	color:#f0f0f0;
}
		a.fb {background:url(/images/facebook.gif) no-repeat scroll 2px 0px; padding-left: 23px; margin-left: 5px; font-size:14px; font-weight:normal; display:block;}				
		a.Twitter {background:url(/images/twitter.gif) no-repeat scroll 2px 0px; padding-left:23px; margin-left: 5px; font-size:14px; font-weight:normal; display:block;}

		#twitterBox {padding-right:10px;}

		#twitter_update_list{
			list-style-type:none;
			color:#D1E2F0;
			margin:-5px 0px 0px 10px;
			padding:0px 0px 0px 3px;
		}
	
			#twitter_update_list li a { color:#90C73E }
	

#grayBox {
	float: right;
	width: 580px;
	background-color: #e6e6e6;
	padding: 0;
	margin: 0 0 40px 0;
}
#grayBox a {
	color: #90c73e;
}
#grayBox a:hover {
	color: #cccccc;
}
#grayBoxContent {
	padding: 40px 20px 30px 20px;
}
#grayBoxCorners {
	background-image: url(../images/support/grayCorners.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 580px;
}
#grayBox h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
} 
#grayBoxCopy {
	padding: 20px 20px 14px 20px;
}
#grayBoxCopy p {
	margin: 0;
	padding: 0 0 16px 0;
}
.fypGlobal #footer {
	height: 14px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.fypGlobal #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* hover idivs */
#home {
	position: absolute;
	width: 32px;
	height: 64px;
	left: 3px;
	top: -22px;
	background-image: url(../images/support/home.png);
	background-repeat: no-repeat;
}
#calendar {
	position: absolute;
	width: 60px;
	height: 59px;
	left: 108px;
	top: -25px;
	background-image: url(../images/support/direction.png);
	background-repeat: no-repeat;
}
#charity {
	position: absolute;
	width: 28px;
	height: 70px;
	left: 476px;
	top: -27px;
	background-image: url(../images/support/charity.png);
	background-repeat: no-repeat;
}
#signup {
	position: absolute;
	width: 35px;
	height: 62px;
	left: 589px;
	top: -29px;
	background-image: url(../images/support/signup.png);
	background-repeat: no-repeat;
}
#events {
	position: absolute;
	width: 33px;
	height: 69px;
	left: 791px;
	top: -26px;
	background-image: url(../images/support/photos.png);
	background-repeat: no-repeat;
}

/* automated active state */
a {color:#CCCCCC; text-decoration: none;}
a:hover {color:#ee4823;}
a.active {color:#ee4823;}
