@charset "utf-8";

/* CSS Document */
/* Color pallette

	HTML Background color		#f0f0f0			(4%)		- Used for background around website area in centered website design
	Accent color				#f1b32a			PMS 124M		- Used for horizontal rulings to separate sections of website
	Accent color				#c0ddea			PMS 290			- Not used in this file																
	Accent color				#2d83d5			PMS 285			- Page Header
	Accent color				#aa195d			PMS 220			- Alternate txt color
*/
	

body {
	background-color:#f0f0f0;
}

a > span .learnMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:inherit;
}

.cBackground {
	background-color: #f0f0f0;  /* 50% Grey */
}

.cAccent1 {
	color: #f1b32a;
}

.tBackground {
	background-color:transparent;
}

.cBorder {
	border-color:#f1b32a;	/* Gold1 */
}

.borderTop {
	border-top-style:solid;
	border-top-width:1px;
}

.borderBottom {
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.borderLeft {
	border-left-style:solid;
	border-left-width:1px;
}

.borderRight {
	border-right-style:solid;
	border-right-width:1px;
}

.mainMenuSpacer {    /* <--------------  Adjust based on number of items in main menu  -- KLUGE!  */
	width:190px;
}

.headlineItem {
	width:100px;
	float:left;
	font-size:11px;
	margin:0 5px;
}

.footer {
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color: #202020;
	line-height:18px;
	margin:0px;
	text-align:center;
}

.webDesignBy {
	font-size: 9px;
	font-style:normal;
	font-weight:normal;
	color: #202020;
	line-height:12px;
	margin:0px;
	text-align:center;
}

.floatLeft {
	float:left;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.contactMailIcon {
	float:left;
	margin:0px 0 0 0;
	padding:0 10px 40px 0;
	}
.contactIcon {
	float:left;
	margin:-5px 0 0 0;
	padding:0 10px 0 0;
	}
.contactVcardText {
	text-align:left;
	height:20px;
	line-height:1;
	margin:0 0 0 290px;
	padding:0 0 0 0;
	}	
	
.contactAddressText {
	text-align:left;
	margin-left: 290px;
	}
	
.floatRight {
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.horizontalTabText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 12px 10px;
	letter-spacing:0.05em;
	line-height:1.4;
	text-align:left;
}

.narrowKern {
	letter-spacing:0.03em;
	}
.teamLeftMargin {
	margin-left: 120px;
	}

.horizontalTabTextScroll {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 10px 12px 0px;
	letter-spacing:0.05em;
	line-height:1.25;
	text-align:left;
	width:auto;
}

.horizontalTabHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	letter-spacing:0.1em;
	line-height:1.25;
	text-align:left;
	color:#2d83d5	;
}

.fciHidden {
	border:0;
	height:0;
	width:0;
	padding:0;
	position:absolute;
	left:-999999px;
	overflow:hidden;
	visibility:hidden;
}

.clientList {
	text-align:left;
	text-indent:0px;
}

.testimonialLogo {
	float:left;
	width:310px;
	vertical-align:top;
	padding:0px 20px 0px 0px;
}

.teamPhoto {
	float:left;
	width:100px;
	vertical-align:top;
	padding:0px 20px 10px 10px;
}

.panelAccentStripe {
	margin: 2px 0 15px 0;
	height: 2px;
	width:100%;
}

.contactAccentStripe {
	margin: 0 0 15px 0;
	width:575px;
}

#hd {
	width: 100%;
}

#topMenuBar {
	position:relative;
	width:100%;
	left: 0px;
	font-size:11px;
}

#mastHead {
	clear:both;
	height:120px;
}

#logoBlock {
	position:relative;
	float:left;
	height: 110px;
}

#logo {
	margin-left:0px;
	margin-top:15px;
	margin-bottom:5px;
	vertical-align:middle;
	z-index:600;
}

#pageHeaderBlock {
	float: left;
	margin-top:3em;
	width: auto;
	height: auto;
	z-index: 0;
}

#pageHeader {
	font:23px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2d83d5	;
	letter-spacing:.1em;
	margin-left:50px;
	text-align:left;
	font-style:italic;
}

#rightSideBar {
	width:19%;
	overflow:hidden;
	z-index:100;
}

#leftSideBar {
	width: 26%;
	overflow:hidden;
	z-index:100;
	border:#f0f0f0;
}

/* Content for panels */
#mainContent {
	background: #f0f0f0;
	margin:0;
	height: 530px;
	width: 589px;
	overflow:hidden;
	z-index:100;
}
#homeMainContent {
	background: #f0f0f0;
	margin:0;
	height: 530px;
	width: 72%;
	overflow:hidden;
	z-index:100;
}
#aboutMainContent {
	background: #f0f0f0;
	margin:0;
	height: 530px;
	width: 72%;
	overflow:hidden;
	z-index:100;
}

#newsMainContent {
	background: #f0f0f0;
	margin:0;
	height: 530px;
	width: 72%;
	overflow:hidden;
	z-index:100;
}

#pdfPanel {
	background: #f0f0f0;
	background-image: url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	height: 530px;
	width: auto;
	overflow:hidden;
	z-index:100;
}

.mainContentPanel {
	position: relative;
	top:0;
	left: 0;
	margin:0px;
	padding: 10px 0px 0 10px;
	height: 515px;	/* This nees to be #mainContent=>height - this=>padding*1.5 [emperical with FF 3.5.5] */
	width: 569px;  /* This needs to ge #mainContent=>width - this=>padding*2   */
	background-color:#f0f0f0;
	opacity: 1.0;
}
.homeMainContentPanel {
	position: relative;
	top:0;
	left: 0;
	margin:0px;
	padding: 10px 0px 5px 10px;
	height: 515px;	/* This nees to be #homeMainContent=>height - this=>padding [emperical with FF 3.5.5] */
	width: auto;  /* This needs to ge #homeMainContent=>width - this=>padding*2   */
	background-color:#f0f0f0;
	opacity: 1.0;
}
.aboutMainContentPanel {
	position: relative;
	top:0;
	left: 0;
	margin:0px;
	padding: 10px 0px 5px 10px;
	height: 515px;	/* This nees to be #aboutMainContent=>height - this=>padding*1.5 [emperical with FF 3.5.5] */
	width: auto;  /* This needs to ge #aboutMainContent=>width - this=>padding*2   */
	background-color:#f0f0f0;
	opacity: 1.0;
}

.newsMainContentPanel {
	position: relative;
	top:0;
	left: 0;
	margin:0px;
	padding: 10px 0px 5px 10px;
	height: 515px;	/* This nees to be #aboutMainContent=>height - this=>padding*1.5 [emperical with FF 3.5.5] */
	width: auto;  /* This needs to ge #aboutMainContent=>width - this=>padding*2   */
	background-color:#f0f0f0;
	opacity: 1.0;
}

.mainContentPanelScrollY {
	margin: 0 0 0 0px;
	overflow-y: scroll;
	width: 549px;
	height: 365px;
	}

.homeMainContentPanelScrollY {
	margin: 0 0 0 0px;
	overflow-y: scroll;
	width: auto;
	height: 365px;
	}
.aboutMainContentPanelScrollY {
	margin: 0 0 0 10px;
	overflow-y: scroll;
	width: auto;
	height: 365px;
	}

.newsMainContentPanelScrollY {
	margin: 0 0 0 0;
	overflow-y: scroll;
	width: auto;
	height: 440px;
	}

#headlineBar {
	clear:both;
	width: 100%;
}

#headlineTitle {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #2d83d5	;
	margin-left:10px;
	text-align:left;
}

#headlineIcons {
	width: 100%;
	height: 100px;
}

#headlineIconBox {
	margin-left: 10px;  /* Should be the same as #headlineTitle=>amrgin-left */
	margin-top:5px;
}

#ft {
	clear:both;
}

#bd {
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
	padding: 0 0px;	/* For FCI, we are applying the borders at the html level so we set l-r padding to 0px */
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

#bd .mainItem {
	/*great place to use a background image as a divider*/
	display:block;
	position:relative;
	float:left;
}
