@charset "utf-8";

.darkbluetext {
	color: #171F68;
}
#box_seperator {
	border: 1px solid #CCCCCC;
	padding:10px;
	margin: 10px 0 10px 0;
}

.back3 {
	background-color: #FFFFFF;
	background-image: url(/images/bgs/bg3new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back5 {
	background-color: #FFFFFF;
	background-image: url(/images/bgs/bg5new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.back17 {
	background-color: #FFFFFF;
	background-image: url(/images/bgs/bg17new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.back19 {
	background-color: #FFFFFF;
	background-image: url(/images/bgs/bg19new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back20 {
	background-color: #FFFFFF;
	background-image: url(/images/bgs/bg20new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.inputtext {
	height: 14px;
	font-size: 0.92em;
	color: #333;
	margin: 0 3px 0 0;
	border: 1px solid #ccc;
}	

.inputtextrequired {
	color: #333333;
	background-color: #DEAEAD;
	font-family: Arial, sans-serif;
	font-size: 0.83em;
	border: #888888 1px solid;
}	

.inputselect {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.83em;
	border: #888888 1px solid;
}	

.inputtextarea {
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	color: #333;
	margin: 0 3px 0 0;
}	

.inputtextarearequired {
	color: #333333;
	background-color: #DEAEAD;
	font-family: Arial, sans-serif;
	font-size: 0.83em;
	border: #888888 1px solid;
}
	
.inputbutton {
	color: #333333;
	background-color: #EEEEEE;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	cursor: pointer;
	border-bottom:  1px solid;
	border-left:  1px solid;
	border-right:  1px solid;
	border-top:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

form {margin: 0;padding: 0;}
			
.littlewhite, .littlewhite a {
	font-size: 0.83em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.littlewhite a:hover {
	color: #F89921;
}
.contentlevel0 {
	font-family: Arial, sans-serif;
	font-size: 1.42em;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight:bold;
}
.contentlevel0exception {
	font-family: Arial, sans-serif;
	font-size: 1.42em;
	color: #231455;
	padding-left: 10px;
	font-weight:bold;
}

.contentlevel1 {
	font-family: Arial, sans-serif;
	font-size: 0.93em;
	color: #F49902;
	padding-left: 40px;
	font-style:normal;
	font-weight: bold;
}

.pagelevel0 {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	color: #052;
	font-weight:bold;
}
.pagelevel1 {
	font-family: Arial, sans-serif;
	font-size: 1.42em;
	color: #8DC740;
	font-weight: bold;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	background:url(/images/bodybg.jpg) repeat-x #fff;
}

#body2 {
	width: 100%;
	min-height: 100%;
	background: url(/images/bodybg2.png) no-repeat center top;
}

* html #body2 {height: 100%;}

h1 {
	font-size: 2.5em;
	color: #8cc63f;
	font-weight: normal;
	line-height: normal;
	margin: 10px 0 0 0;
	padding: 0;
}
h2 {
	font-size: 1.33em;
	color: #056839;
	line-height: normal;
	margin:  0;
	padding: 0;
}

strong, b {
	color: #06693A;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #056839;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.styledBtn, a.styledBtn, #contentCol a.styledBtn {
	display: inline-block;
	height: 32px;
	background: url(/images/styledBtnBG.jpg) top left;
	text-decoration: none;
}

.styledBtn:hover, .styledBtn:hover b, .button:hover {
	text-decoration: none;
	color: #96CB4F;
}

	.styledBtn b {
		display: inline-block;
		height: 27px;
		background: url(/images/styledBtnBG.jpg) top right;
		margin:  0 0 0 15px;
		padding: 5px 28px 0 0;
		cursor: pointer;
		text-decoration: none;
	}

.button {
	background: url(/images/silverGradBG.jpg) repeat-x;
	color: #056839;
	border-top: 1px solid #eee;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #9c9c9c;
	border-left: 1px solid #eee;
	padding: 0 15px;
	text-decoration: none;
	height: 30px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

input.button {
	font-weight:bold;
	font-size:1em;
	font-family: Arial, sans-serif;
}

a img {
	border: none;
}

#container {	
	width: 981px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background: url(/images/containerRep.jpg) repeat-y;
}

#containerBG {
	background: url(/images/containerBG.png) no-repeat;
	padding: 0 0 20px 0;
	overflow: hidden;
}

/* header */

#header {
	height: 302px;
	position: relative;
	margin:  0;
	z-index: 1000;
}

	#topBar {
		background: #8cc63f;
		color: #fff;
		height: 26px;
		padding: 4px 15px 0 0;
		text-align: right;
		width: 938px;
		margin: 0 0 0 14px;
	}
	
		#topBar a {
			font-weight: normal;
			color: #fff;
		}
		
		#topBar img {
			vertical-align: middle;
			margin: 0 5px;
		}
	
	#joinNow, #myFPB {
		float: right;
		display: block;
		width: 96px;
		height: 51px;
		background: url(/images/joinNow.jpg) no-repeat;
		text-indent: -10001px;
		margin: 0 30px 25px 0;
	}
	
	#myFPB {
		background: url(/images/myFPB.jpg) no-repeat;
	}
	
	#callUs {
		float: right;
		clear: right;
		margin: 0 30px 0 0;
	}
	
	#logo {
		float: left;
		margin: 0 0 0 14px;
	}
	
	#searchform {
		display: inline-block;
		float: right;
		margin-left: 8px;
	}	
		
		#searchform input {
			float: left;
		}
		
		#contentCol #searchform input {
			float: none;
		}
	
		#inpSearch {
			width: 97px;
			height: 20px;
			background: url(/images/headerSearchBG.jpg) no-repeat top right;
			font-size: 0.83em;
			border: none;
		}
		
		#inpSearch.inputtext {
			border: 1px solid #ccc;
			background: none;
		}
	
	#header p {
		clear: both;
		padding: 8px 0 0 0;
		margin: 0 30px;
		height: 35px;
		border-top: 1px solid #056839;
	}
			
		#header p span {
			float: right;
			font-size: 1em;
		}
		
		#header p strong {
			font-size: 1.5em;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
	/** navigation **/
		
	#header ul {
		padding: 0;
		list-style: none;
		height: 31px;
		margin: 0 30px;
		position: relative;
		z-index: 4000;
	}
	
		#header ul li, #header ul li a {	
			float: left;
			height: 31px;
			display: block;
		}
		
		#header ul li a {
			overflow: hidden;
		}
		
		/* mega menus */
		
			#header ul ul {
				position: absolute;
				z-index: 4000;
				top: 30px;
				left: 206px;
				width: 696px;
				border: 1px solid #056839;
				background: #fff;
				padding: 14px 0 14px 14px;
				margin: 0;
				height: auto;
				display: none;
			}
			
			#header ul li:hover ul {
				display: block;
			}
			
				#header ul ul li {
					height: auto;
					width: 210px;
					margin: 0 19px 0 0;
					padding: 0;
				}
			
				#header ul ul li a, #header ul ul li b {
					float: none;
					height: auto;
					display: block;
					text-indent: 0;
					background: none;
					width: auto;
					border-bottom: 1px solid #bf1e2e;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					font-size: 1.17em;
					font-weight: normal;
				}
				
					#header ul ul ul {
						position: static;
						width: auto;
						border: none;
						padding: 0;
						line-height: 1.5em;
						margin: 0 0 10px 0;
					}
					
						#header ul ul ul li {
							float: none;
							width: auto;
							margin: 0;
							padding: 0 0 0 10px;
							border: none;
							background: url(/images/greenArrow2.jpg) no-repeat 0 7px;
						}
						
							#header ul ul ul li a {
								border: none;
								padding: 0;
								margin: 0;
								color: #000;
								font-weight: normal;
								font-size: 1em;
							}
							
		/* end mega menus*/
		
		#header li.firstNavLi {
			color: #8cc63f;
			font-size: 1.17em;
			width: 206px;
			height: 26px;
			border-bottom: 1px solid #056839;
			padding: 4px 0 0 0;
		}
		
		#header ul li a {
			background-position: top;
			text-indent: -10001px;
		}
		
		#header ul li a:hover, #header ul li:hover a, #header ul li.on a {
			background-position: bottom;
		}
		
		#finance a {
			background-image: url(/images/nav/finance.jpg);
			width: 73px;
		}
		
		#legal a {
			background-image: url(/images/nav/legal.jpg);
			width: 53px;
		}
		
		#hr a {
			background-image: url(/images/nav/hr.jpg);
			width: 39px;
		}
		
		#hands a {
			background-image: url(/images/nav/hands.jpg);
			width: 117px;
		}
		
		#development a {
			background-image: url(/images/nav/development.jpg);
			width: 104px;
		}
		
		#purchasing a {
			background-image: url(/images/nav/purchasing.jpg);
			width: 88px;
		}
		
		#communications a {
			background-image: url(/images/nav/communications.jpg);
			width: 123px;
		}
		
		#md a {
			background-image: url(/images/nav/md.jpg);
			width: 40px;
		}
		
		#about a {
			background-image: url(/images/nav/about.jpg);
			width: 75px;
		}
	
		
	/** end navigation **/
		
/* end header */

/* main col structure */

#leftCol {
	width: 191px;
	float: left;
	margin: 0 15px 30px 30px;
}

* html #leftCol { margin: 0 15px;}

#contentCol {
	float: left;
	margin-bottom: 30px;
}

.narrow {
	width: 507px;	
	margin-right: 15px;
}

.wide {
	width: 712px;	
}

.full {
	width: 918px;
	margin-left: 30px;
}

#homeFlash {
	width: 712px;
	height: 283px;
	float: left;
	margin-top:-4px;
	overflow: hidden;
}

#narrowFlash {
	width: 507px;
	height: 283px;
	float: left;
	margin-top:-4px;
	overflow: hidden;
}
		 
#rightCol {
	width: 193px;
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 1;
}

/* /main col structure */


/* footer */	

#footer {	
	margin: 0 30px;
	clear: both;
}

	#footer ul {
		width: 265px;
		margin: 0 0 20px 10px;
		padding: 20px 0 0 35px;
		list-style: none;
		background: url(/images/footerBG.jpg) no-repeat;
		float: left;
		height: 218px;
	}
	
	#footer ul#firstFooterUl {
		margin: 0;
		width: 235px;
		padding-left: 65px;
	}
	
	#footer li {
		padding: 0 0 0 12px;
		background: url(/images/greenArrow.jpg) no-repeat 0 7px;
	}
	
	#footer li.firstLi {
		font-size: 1.17em;
		padding: 0;
		font-weight: bold;
		color: #056839;
		background: none;
	}
	
	#footer ul#lastUl li {
		margin-bottom: 20px;
	}
	
	#footer a {
		color: #333;
		font-weight: normal;
	}
	
	#copyright {
		float: left;
		text-align: center;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
		#copyright img {
			vertical-align: middle;
			margin: 0 5px
		}
	
/* end footer */

/* side nav */

#sideNav a {
	display: block;
	background-image: url(/images/sideNavBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #06693b;
	color: #fff;
	min-height: 26px;
	padding: 4px 0 0 10px;
	font-size: 1.17em;
	border-top: 1px solid #6faa8a;
}

#sideNav a:hover {
	background-position:bottom right;
	color: #056839;
	text-decoration: none;
	background-color: #efedf0;
}

#sideNav a#firstMenuItem {
	background-image: url(/images/sideNavBG-first.jpg);
	background-repeat: no-repeat;
	border: none;
}

#sideNav a#lastMenuItem {
	background-image: url(/images/sideNavBG-last.jpg);
	background-repeat: no-repeat;
}

#sideNav a.sublink, #rightCol .scrollGuides {
	background: url(/images/greenArrow.jpg) no-repeat 10px 11px #f3f9eb;
	color: #333;
	font-weight: normal;
	padding: 4px 0 0 20px;
	font-size: 1.08em;
	border-top: 1px solid #e6eae1;
	display: block;
}

#sideNav a.sublink:hover, #rightCol .scrollGuides:hover {
	background: url(/images/greenArrow.jpg) no-repeat 10px 11px #fff;
	color: #000;
}
#sideNav a.sublink2 {
	background: url(/images/greenArrow.jpg) no-repeat 20px 11px #eee;
	color: #333;
	font-weight: normal;
	padding: 4px 0 0 30px;
	font-size: 1em;
	border-top: 1px solid #e6eae1;
	display: block;
}

#sideNav a.sublink2:hover{
	background: url(/images/greenArrow.jpg) no-repeat 20px 11px #fff;
	color: #000;
}

/* left column images */

#leftCol img {
	margin: 10px 0 0 0;
}

/* end left col imgs*/
	
/* right column styles */

#rightCol img, #slidingLinks {
	margin: 0 0 10px 0;
}

#rightCol div img {
	margin: 0;
}

.scrollLinks {
	display: block;
	background: url(/images/greenArrow-down.jpg) no-repeat 7px 15px #f3f9eb;
	font-size: 1.17em;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #e6eae1;
	cursor: pointer;
	height:22px
}

#rightCol .scrollGuides {
/* see #sideNav a.sublink styles */
	padding-bottom: 4px
}

.scrollGuidesBB {
	display: block;
	text-align: right;
	font-size: 0.83em;
	font-weight: normal;
}

.homeScrolls {
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	margin-top: -20px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 183px;
	margin-left: 2px;
}

#freeAdviceDiv {
	margin-left: 5px;
}

.leftScroller {
	border-bottom: 1px solid #e6eae1;
	width: 185px;
	/*margin-left: 4px*/
}

	#signinform {
		margin: 0 0 0 10px
	}
	
		#signinform input#username, #signinform input#password, #newsletterform input#newsemail {
			border: 1px solid #bbb;
			font-size: 0.92em;
			color: #333;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		/* #signinform input.emailSubmit, #newsletterform input.emailSubmit {
			background: #F3F9EB;
			display: block;
			width: 60px;
			font-size: 14px;
			font-weight: bold;
			color: #056839;
			float: right;
			margin: 0 20px 0 0;
			cursor: pointer;
		} */
		
		/*#newsletterform input.emailSubmit {
			margin: 10px 20px 0 0
		}*/
	
#followUs {
	height: 127px;
	background: url(../images/followUsOn.jpg) no-repeat top left;
	position: relative;
}

#leftCol #followUs {
	background: url(../images/followUsOn-left.jpg) no-repeat top left;
}
	
	#followTwitter {
		position: absolute;
		top: 55px;
		left: 35px;
	}
	
	#followRSS {
		top: 59px;
		left: 75px;
		position: absolute;
	}
	
	#followUs .addthis_button {
		position: absolute;
		bottom: 12px;
		left: 35px;
	}
	
	#followLinkedIn {
		position: absolute;
		top: 55px;
		right: 35px;
	}
	
/* Breadcrumb styles */

#breadcrumb a {
	color: #333;
	font-weight: normal;
}

/* home content tab styles */
.homeContentTallTabs {
	width: 220px;
	height: 385px;
	display: inline-block;
	background: url(/images/new_design/tallTabsBG.jpg) no-repeat;
	margin: 25px 40px 0 0;
	float:left;
	padding: 5px 20px 0 16px;
	color: #000;
	position: relative;
	line-height: 1.5em;
	font-size: 0.93em;
}

	.homeContentTallTabs.nomargin {
		margin: 25px 0 0 0;
	}

	.homeContentTallTabs strong {
		color: #0c064e;
	}

	.tallTabsTitle {
		display: block;
		margin-bottom: 20px;
		font-size: 1.13em;
	}
	
	.tallTabsImg {
		margin-bottom: 10px;
	}
	
	.homeContentTallTabs .button {
		position: absolute;
		bottom: 20px;
		left: 20px;
		padding: 0px 20px 1px 5px;
		margin-left:150px;
	}
 /* end home content tabs */
 
 /*misc*/
 
 #leftCol #keyword{
 	width: 95px !important;
 	border: 1px solid #ccc
 }
 
 #contentCol ul {
 	margin: 10px 0;
 	padding: 0;
 	list-style: none;
 }
 
 #contentCol ul li {
 	padding: 0 0 0 20px;
 	background: url(/images/greenArrow.gif) no-repeat 8px 6px;
 }
 
 #contentCol a {
 	color: #002776;
 	text-decoration: underline;
 }
 
 .newsArchive {
 	margin: 10px 0;
 	padding: 10px;
 	background: #f1ffdf;
	border-top: 1px solid #8dc73f;
	border-bottom: 1px solid #8dc73f;
 }

.newsArchive.alternate {
	background: none;
	border: none;
}

#contentCol #signinform label {
	display: inline-block;
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	margin: 0 0 10px 0;
}

#leftCol #signinform {
	margin-top: 20px;
	padding: 10px 0;
}

#contentCol #signinform {
	padding: 20px;
	border: 1px solid #ddd;
}

#contentCol #signinform input#username, #contentCol #signinform input#password {
	margin: 0 0 10px 0;
	padding: 3px 7px;
	font-size: 12px !important;
	border: 1px solid #ccc !important;
}

#contentCol #signinform input.button {
	margin-left: 124px;
}

#newsletterform input.button, #signinform input.button {
	margin: 5px 0;
}