@charset "utf-8";
/* CSS Document */

em {
	font-style:italic;
	}
strong {
	font-weight:bold;
}


sup {
	font-size:.75em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

sub {
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
	top: .5ex;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(157,166,171);
	}
#page-wrapper {
	background-color:white;
	margin:0 auto;
	width:960px;
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(157,166,171);
	border:1px solid rgb(204,204,204);
}
#header-area {
	background-color:white;
	height:155px;
	position:relative;
	z-index:1;
}
#fcc-logo-banner {
	background-image:url(../images/FCC-Logo-Banner.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:160px;
	height:255px;
	position:absolute;
	top:0;
	left:40px;
	text-indent:-9999px;
}
#fcc-logo-banner a {
	background-color:transparent;
	display:block;
	width:160px;
	height:155px;
}
#fcc-logo-headline a {
	background-image:url(../images/FCC-Logo-Headline.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:407px;
	height:20px;
	position:absolute;
	top:70px;
	left:250px;
	text-indent:-9999px;
	display:block;
}
#partner-area {
	background-image:url(../images/Partner-Area-Background.png);
	background-repeat:repeat-x;
	background-position:0 0;
	width:215px;
	height:30px;
	position:absolute;
	top:0;
	right:10px;
	padding:5px;
}
#partner-with-us {
	float:left;
	padding:9px 15px;
}
#get-involved-button {
	float:right;
}
#get-involved-button a:link, #get-involved-button a:visited {
	background-image:url(../images/FCC-Get-Involved-Sprite.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:90px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#get-involved-button a:hover, #get-involved-button a:active {
	background-image:url(../images/FCC-Get-Involved-Sprite.jpg);
	background-repeat:no-repeat;
	background-position: 0 -30px;
}
#nav-primary {
	xxxxbackground-color:magenta;
	xxxheight:30px;
	position:absolute;
	top:123px;
	left:240px;
}
#nav-primary li {
	float:left;
	xxxmargin-right:10px;
	text-align:center;
}
#nav-primary li a:link, #nav-primary li a:visited {
	background-color:transparent;
	text-decoration:none;
	color:rgb(157,166,171);
	padding:10px 10px 10px 10px;
	display:block;
}
#nav-primary li a:hover, #nav-primary li a:active {
	background-color:rgb(221,228,232);
	color:rgb(0,14,59);
}
#nav-secondary-area{
	xxxxbackground-color:magenta;
	width:230px;
	float:left;
	padding-top:90px;
	}
#nav-secondary {}
#nav-secondary li {
	border-bottom:1px solid rgb(221,228,232);
	}
#nav-secondary li a:link, #nav-secondary li a:visited {
	text-decoration:none;
	color:rgb(102,108,113);
	display:block;
	height:10px;
	padding:16px 0;
	padding-left:25px;
	margin-left:-5px;
	margin-top:-5px;
}
#nav-secondary li a:hover, #nav-secondary li a:active {
	color:rgb(0,14,59);
}
.nav-secondary-active {
	background-image:url(../images/Nav-Secondary-Blue-Ribbon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	border-bottom:none !important;
	color:white !important;
	}
#content-area {
	background-color:transparent;
	/*padding-bottom:30px;*/
}
#content-header-area {
	background-color:rgb(221,228,232);
	height:35px;
	}
.content-header-primary {
	xxxbackground-color:green;
	font-size:18px;
	color:rgb(102,108,113);
	margin-left:250px;
	padding-top:8px;
	text-transform:capitalize;
	}
#content-primary {
	xxxbackground-color:pink;
	width:690px;
	float:right;
	padding-top:45px;
	padding-right:20px;
	padding-bottom:20px;
	color:rgb(102,108,113);
	}
#content-primary h2 {
	font-size:18px;
	color:rgb(0,14,59);
	padding-bottom:23px;
	border-bottom:5px solid rgb(221,228,232);
	xxxmargin-bottom:36px;
	}
#content-primary h3 {
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	color:rgb(0,14,59);
	border-bottom:1px solid rgb(221,228,232);
	margin-bottom:18px;
	margin-top:36px;
	}
#content-primary h4 {
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	}
#content-primary h5 {
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	color:rgb(0,14,59);
	margin-bottom:18px;
	margin-top:36px;
	}
#content-primary p {
	padding-bottom:18px;
	font-size:13px;
	line-height:18px;
	}
#content-primary a:link, #content-primary a:visited {
	text-decoration:none;
	color:rgb(0,14,59);
}
#content-primary a:hover, #content-primary a:active {
	text-decoration:underline;
	xxxcolor:rgb(102,108,113);
}
#content-primary ol {
	padding:36px 0;
	}
#content-primary ol li {
	list-style-type:decimal;
	margin-left:20px;
	}
#content-primary li {
	font-size:13px;
	line-height:18px;
	list-style-type:none;
	padding-bottom:18px;
	padding-right:15px;
	}
#content-primary ol.footnote {
	padding:10px 20px;
	border-top:1px solid rgb(221,228,232);
	}
#content-primary ol.footnote li {
	font-size:11px;
	list-style-type:decimal;
	padding:0;
	margin-left:0;
	}
#content-primary .quote-box {
	color:rgb(0,14,59);
	text-align:center;
	background-color:rgba(221,228,232,.50);
	background-color:rgb(221,228,232);
	padding:10px;
	margin-bottom:18px;
	}
#content-primary .large-quote-box {
	color:rgb(0,14,59);
	background-color:rgba(221,228,232,.50);
	background-color:rgb(221,228,232);
	padding:10px;
	margin-bottom:18px;
	}
#content-primary .large-quote-box h3 {
	color:rgb(0,14,59);
	padding:0;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid rgba(0,14,59,.3);
	margin-bottom:15px;

	}		
.alumni-image img{
	border:2px solid rgb(221,228,232);
	padding:2px;
	}	
#alumni-content-left{
float:left;
margin-right:20px;


	}		
p#alumni-content-right{
	float:left;
	width:270px;
	font-style:italic;
	color:rgb(0,14,59);
	background-color:rgba(221,228,232,.50);
	background-color:rgb(221,228,232);
	padding:10px;
	margin-top:75px;
	}		
	
.list-numbered li {
	xxxlist-style-type:decimal !important;
	margin-left:20px;
	list-style-position:outside;
	list-style-image:url(../images/leaf-bulllet.png);
	xxxmargin-bottom:10px;
/*	background-image:url(../images/leaf-bulllet.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	background-position:center
	*/f
	}
.list-bulleted li {
	list-style-type:disc !important;
	margin:0 20px;
	list-style-image:url(../images/leaf-bulllet.png);
	xxxmargin-bottom:2px;
/*	background-image:url(../images/leaf-bulllet.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	background-position:center*/
	}
.calendar-header {
	xxxbackground-color:rgb(221,228,232);
	xxxxcolor:rgb(102,108,113) !important;
	font-size:18px !important;
	border-bottom:1px solid rgb(221,228,232);
	margin-bottom:36px;
	margin-top:36px;
	}
.event-header {
	xxxbackground-color:rgb(221,228,232);
	xxxxcolor:rgb(102,108,113) !important;
	font-size:20px !important;
	xxborder-bottom:1px solid rgb(221,228,232);
	xxmargin-bottom:10px;
	margin-top:30px;
	}
.starting-paragraph {
	margin-top:36px;
	}
.timeline {
	margin:36px 0;
	}
.timeline-year {
	padding:5px;
	font-size:18px;
	font-weight:bold;
	xxxbackground-color:pink;
	color:rgb(0,14,59);
	width:60px;
	}
.timeline-description {
	padding:5px;
	xxxbackground-color:red;
	}
	
.signature-area {
	}
.signature-content {
	float:left;
	width:240px;
	}
#landing-upper-area {
}
#landing-main-banner-area {}
#landing-banner-A a {
	background-image: url(../images/Main-Banner-Slide-History.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:300px;
	display:block;
	text-indent:-9999px;
	}
#landing-banner-A-content {
	background-image:url(../images/Landing-Banner-A-Content-Background.png);
	background-repeat:repeat-x;
	background-position:0 0;
	width:205px;
	height:280px;
	float:right;
	margin-right:10px;
	padding:10px;
	}
#landing-banner-A-content h1 {
	background-image:url(../images/Landing-Banner-A-Headline.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:201px;
	height:55px;
	text-indent:-9999px;
	margin-top:50px;
	padding-bottom:10px;
	border-bottom:1px solid white;
	margin-bottom:10px;
	}
#landing-banner-A-content p {
	color:white;
	font-size:13px;
	line-height:18px;
		}
#landing-banner-A-content a:link, #landing-banner-A-content a:visited {
	text-decoration:none;
	color:rgb(0,14,59);

}
#landing-banner-A-content a:hover, #landing-banner-A-content a:active {
	text-decoration:underline;
	xxxcolor:white;
}	
#landing-banner-B {
	background-image:url(../images/FCC-Main-Banner-Background1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:300px;
	}
#landing-banner-B-content {
	background-image:url(../images/Landing-Banner-A-Content-Background.png);
	background-repeat:repeat-x;
	background-position:0 0;
	width:205px;
	height:280px;
	float:right;
	margin-right:10px;
	padding:10px;
	}
#landing-banner-B-content h1 {
	background-image:url(../images/Landing-Banner-A-Headline.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:201px;
	height:55px;
	text-indent:-9999px;
	margin-top:50px;
	padding-bottom:10px;
	border-bottom:1px solid white;
	margin-bottom:10px;
	}
#landing-banner-B-content p {
	color:white;
	font-size:13px;
	line-height:18px;
		}
#landing-banner-B-content a:link, #landing-banner-A-content a:visited {
	text-decoration:none;
	color:rgb(0,14,59);

}
#landing-banner-B-content a:hover, #landing-banner-A-content a:active {
	text-decoration:underline;
	xxxcolor:white;
}
#landing-lower-area {
	padding:15px 5px;
}
.landing-lower-tile-area {
	background-color:rgb(221,228,232);
	width:225px;
	height:300px;
	float:left;
	margin:0 10px 0 5px;
	
	position:relative;
}
.landing-lower-blue-ribbon {
	background-image:url(../images/Landing-Lower-Tile-Blue-Ribbon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:37px;
	width:220px;
	position:absolute;
	top:108px;
	left:-5px;
}
.landing-lower-tile-area h2 {
	font-weight:bold;
	font-size:14px;
	padding:12px 15px;
	color:white;
}
.landing-lower-tile-captions {
	color:rgb(102,108,113);
	padding:30px 10px 30px 10px;
	line-height:18px;
}
.landing-lower-tile-captions a:link, .landing-lower-tile-captions a:visited {
	text-decoration:none;
		color:rgb(0,14,59);
}
.landing-lower-tile-captions a:hover, .landing-lower-tile-captions a:active {
	text-decoration:underline;
	xxxcolor:rgb(102,108,113);
}
#landing-lower-tile-social-media {
	xxxxbackground-color:blue;
	width:225px;
	xxxxheight:300px;
	float:left;
}
#landing-lower-community-area {
	xxxxbackground-color:purple;
	xxxheight:100px;
	padding:15px;
	margin-bottom:8px;
}
#landing-lower-community-area h2 {
	font-weight:bold;
	font-size:14px;
	color:rgb(157,166,171);
	color:rgb(102,108,113);
	border-bottom:1px solid rgb(102,108,113);
	margin-bottom:10px;
	padding-bottom:5px;
}
#landing-lower-community-icons {
}
#landing-lower-community-icons li {
	xxxxbackground:red;
	width:97px;
	float:left;
}
#landing-lower-community-icons li a:link, #landing-lower-community-icons li a:visited {
	text-decoration:none;
	color:rgb(157,166,171);
	color:rgb(102,108,113);
	display:block;
	height:20px;
	padding-left:25px;
	padding-top:3px;
	margin-bottom:10px;
}
#landing-lower-community-icons li a:hover, #landing-lower-community-icons li a:active {
	text-decoration:underline;
	color:rgb(0,14,59);
}
#icon-facebook {
	background-image:url(../images/FCC-Icon-Facebook.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#icon-twitter {
	background-image: url(../images/FCC-Icon-Twitter.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#icon-youtube {
	background-image: url(../images/FCC-Icon-YouTube.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#icon-flickr {
	background-image: url(../images/FCC-Icon-Flickr.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#landing-lower-store-area {
	xxxbackground-color:orange;
}
#landing-lower-store a:link, #landing-lower-store a:visited {
	background-image:url(../images/FCC-Home-Store-Sprite.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:225px;
	height:105px;
	display:block;
	text-indent:-9999px;
}
#landing-lower-store a:hover, #landing-lower-store a:active {
	background-image:url(../images/FCC-Home-Store-Sprite.jpg);
	background-position:0 -105px;
}
#footer-nav-area {
	background-color:rgb(221,228,232);
	border-top:1px solid rgb(204,204,204);
	height:200px;
	padding-bottom:10px;
	margin-top:0;
}
.footer-nav-content-area {
	width:220px;
	height:60px;
	float:left;
	padding:10px;
	font-size:11px;
	line-height:16px;
}
.footer-nav-title {
	border-bottom:1px solid rgb(157,166,171);
}
.footer-nav-title a:link, .footer-nav-title a:visited {
	color:rgb(157,166,171);
	text-decoration:none;
	font-weight:bold;
}
.footer-nav-title a:hover, .footer-nav-title a:active {
	color:rgb(102,108,113);
}
.footer-nav-link {
}
.footer-nav-link a:link, .footer-nav-link a:visited {
	text-decoration:none;
	color:rgb(157,166,171);
}
.footer-nav-link a:hover, .footer-nav-link a:active {
	color:rgb(102,108,113);
	text-decoration:underline;
}
#footer-area {
	margin:0 auto;
	width:940px;
	padding:10px;
	font-size:11px;
	}
img.alumni-image-inside{
	xxxborder:1px solid blue;
	padding: 0 0 10px 10px;
	float:right;
	}	
	img.alumni-image-left{
	xxxborder:1px solid blue;
	padding: 0 10px 10px 0;
	float:left;
	}	
.clear-float {
	clear:both;
}

#content-primary .highlight-hall-of-fame {
	font-style:italic;
	color: rgb(102,108,113);
	}
#content-primary .section {
	overflow:auto;
	}
img.border {
	border:2px solid rgb(221,228,232);
	padding:2px;
	margin:0 20px 18px 0;
	}	
.feature-box{
	background-color:rgba(221,228,232,.4);
	padding:10px;
	margin-bottom:15px;
	border:2px solid rgb(221,228,232);


	}	
.feature-box p{
	text-align:center;
	
	}		