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

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body  {
	margin: 0;
	padding: 0;
	color: #0A243F; /*FC_BLUE*/
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	background-image: url(img/fc_background.jpg);
	background-repeat: repeat-x;
} 
#fcPageElements {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999; /* +6 Gray */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	
} 

#fcHomeImageHeader {
	background-color: #FFF;
	height: 50px;
	padding-top: 165px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	width: 888px;
	background-image: url(img/fc_imageLarge.jpg);
} 

#fcHomeImageHeader h1{
	/*Use only for text of Home Page tag line */
	font-size: 18px;
	font-weight: bold;
	color: #FC3;
	text-align: left;
	text-decoration: blink;
}

#fcHomePageMiddleColumn {
	text-align: left;
	font-size: 12px;
	margin-right: 324px;
	margin-left: 324px;
	padding-right: 10px;
	padding-left: 10px;
}
#fcHomePageElements {
	padding-bottom: 10px;
}

#fcHomePageRightColumn {
	float: right;
	width: 300px;
	margin-right: 4px;
}

#fcHomePageLeftColumn {
	width: 300px;
	text-align: left;
	font-size: 12px;
	margin-left: 4px;
	float: left;
}

#fcTopMenuHeader {
	background-image: url(img/fc_banner.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 70px;
	padding-left: 312px;
}
#FCTopMenu {
	float: right;
}



#fcFooter {
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 40px;
	margin-left: auto;
	width: 968px;
	background: #ccc;
	margin-right: auto;
	padding-top: 15px;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: left;
} 

#fcImageHeader {
	height: 170px;
	width: 968px; /* ??? */
	background-image: url(img/fc_image.jpg);
	margin-bottom: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center;
} 
#fcSideBar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	text-align: left;
	color: #0A243F; /*FC_BLUE*/
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

#fcContentWithSideBar {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
} 
#fcContentNoSideBar {
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 928px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: left;
} 
#fcSolutionsTableContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
.fcBreadCrumbTrail {
	font-variant: small-caps;
	/* color: ???? */
}
#fcAddThisButtons {
	float: right;
	padding-top: 1px;
}


.fcAlignTextToTopLeftEdge{
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.fcSideBarHeading {
	color:#FFF;
	width: 200px;
	background: #0A243F;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
	text-align: center;
}

.fcSideBarLink{
	font-size:12px;
	padding-left: 20px;
}
.fcHomePageColumnHeading {
	color:#0A243F;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	background-color: #fc3;
	height: 25px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.fcTableCellWithBottomBorder{
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
}
.fcPanelSpacer {
	background-color: #FFF !important;
	border: 2px solid #FFF !important;
}

.fcProductCoursesTabbedPanels{
	width: 400;
	margin-bottom: 20px;
}
.fcPPMCoursesTabbedPanels{
	width: 400;
	margin-bottom: 20px;
}
.fcMoveFooterForCourseSchedule {
	margin-top: 1900px;
}
.fcProductDetailInfo {
	border: 1px solid #000;
	width: 630px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fcScheduleTableHeading {
	background-color: #FC3;
	border: 1px solid #000;
	padding: 2px;
}
.fcCourseScheduleDetailTable {
	width: 490px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000;
}
.fcScheduleTableCell {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 2px;
}
.fcCourseDetailDisplayBox{
	border: 1px solid #333;
	width: 510px;
	padding: 10px;
	background-color: #ddd;
}

.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;
	margin: 0px;
}

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	cursor: default;
	width: auto;
	height: 0px;
	margin: 0px;
	background-color: #0A243F;
	float:right;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides by default*/
ul.MenuBarHorizontal ul
{/* REMOVED BORDERS FROM MENU BAR
	border: 1px solid #CCC;
 */
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #0A243F;  /*FC_BLUE*/
	padding: 0.5em 0.75em;
	color: #FFF;				/*WHITE*/
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and yellow text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FC3;		/*FC_YELLOW*/
	color: #0A243F;				/*FC_BLUE*/
	border: solid 1px #ccc;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and yellow text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FC3;		/*FC_YELLOW*/
	color: #0A243F;				/*FC_BLUE*/
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);  REMOVED ARROWS
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);	REMOVED ARROWS 
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);	REMOVED ARROWS 
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);	REMOVED ARROWS 
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.thrColFixHdr  h3 {
	color: #333;
	font-size: 16px;
}
.thrColFixHdr h2 {
	color: #333;
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h3 {
	font-size: 13px;
}

#fcNoImageHeader {
	height: 1px;
	width: 700px;
	float:left;
	margin-bottom: 20px;
	padding: 0px;
}
#fcSideBar h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FC3;
	text-align: center;
}
.fcLocationContent {
	padding-left: 10px;
}
.fcBookMarkWidget {
	text-align: right;
	vertical-align: bottom;
}
.fcCourseCatalogTabbedPanels {
	width: 150px !important;
}
.fcSidebarContent {
	padding-left: 10px;
	padding-right: 10px;
}
.fcProductDetailDisplayBox {
	border: 1px solid #333;
	width: 700px;
	padding: 10px;
	background-color: #ddd;
}
.fcProductDetailDisplayBox li {
	font-size: 12px !important;
}

.SpryHiddenRegion {
	visibility: hidden;
}

#fcLogoLink2ContactForm {
	float: right;
	width: 220px;
	background-color: #ddd;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	margin-bottom: 30px;
	padding-top: 20px;
}
.fcSpacerTab {
	background-color: #FFF !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
.fcPromoSidebar {
	color: #FFF !important;
	background-color: #0a243f !important;
	padding-left: 10px;
	width: 290px !important;
	text-align: right !important;
	padding-top: 20px !important;
}
#fcPromoImageHeader {
	float: left;
	width: 780px;
}
#fcPromoContentWithSideBar {
	background-color: #FFF;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 20px;
} 
#fcPromoTerms {
	padding: 10px;
	width: 948px;
}
.fcAddLeftMargin10 {
	margin-left: 10px;
}
#fcWebFaxPhone {
	float: right;
}
#fcMailingAddress {

}
#fcSideBarGrayBox {
	background-color: #ddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#fcAwardsDisplay {
	text-align: center;
}
.fcHomePageNewsEvents {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

