@charset "UTF-8";
body  {
	background: #FFF url(../images/mainpics/topBock.gif) repeat-x left top;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.container2 {
	background: url(../images/mainpics/footBg.jpg) repeat-x left bottom;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF repeat-x left bottom;
	margin: 0 auto;
	text-align: left;
	height: auto;
} 
#header {
	background: #E3E3F3 url(../images/mainpics/topBock.gif) repeat-x left center;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 211px;
} 
#header #companyDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../images/mainpics/descriptionButton.gif) no-repeat left bottom;
	text-align: center;
	margin: 0px 0px 0px 469px;
	padding: 7px 0px 0px;
	height: 24px;
	width: 430px;
	z-index: 15;
	position: absolute;
	top: 0px;
}
#header #accountLogin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFF;
	background: url(../images/mainpics/loginbutton.gif) no-repeat;
	text-align: center;
	margin: 30px 0px 0px 759px;
	padding: 3px 0px 0px;
	height: 19px;
	width: 140px;
	z-index: 10;
	position: absolute;
}
#header #accountLogin a {
	color: #FFF;
	text-decoration: none;
}
#header #fppLogo {
	background: url(../images/mainpics/fppLogo.gif) no-repeat left top;
	margin: 25px 0px 0px 25px;
	padding: 0px;
	float: left;
	height: 146px;
	width: 865px;
	position: absolute;
	z-index: 5;
	text-decoration: none;
	display: block;
}
#header #enewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #009;
	background: url(../images/mainpics/eNewsletterbutton.gif);
	margin: 157px 0px 0px 759px;
	height: 19px;
	width: 140px;
	position: absolute;
	z-index: 15;
	text-align: center;
	border-right: thin solid #666;
	padding: 3px 0px 0px;
}
#header #enewsletter a:link, #header #enewsletter a:visited {
	color: #009;
	text-decoration: none;
}
#header #enewsletter a:hover, #header #enewsletter a:active {
	color: #54b948;
}
#header #mainNav {
	margin: 0px;
	height: 28px;
	width: 900px;
	position: absolute;
	color: #FFF;
	text-align: center;
	vertical-align: baseline;
	padding: 0.2px 0.5px;
	background: center;
	z-index: 10;
	top: 180px;
}
#header #mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 28px;
	position: relative;
	bottom: 0px;
}
#header #mainNav ul li{
	display: inline;
	float: right;
	padding-top: 3px;
	border-right: 1px solid #060;
	border-left: 1px solid #060;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #060;
	border-bottom-color: #060;
	height: 28px;
	padding-right: 2px;
	padding-left: 2px;
}
#header #mainNav ul li a:link, #header #mainNav ul li a:visited {
	display: block;
	padding: .2em .5em;
	color: #FFF;
	text-decoration: none;
	margin-right: .1em;
	text-decoration: none;
	font-style: normal;
	line-height: 1.2;
	font-variant: normal;
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header #mainNav ul li a:hover, #header #mainNav ul li a:active {
	color: #FF0;
	background-position: -194px 0px;
}
#header #mainNav ul li a.current {
	color: #FF0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #yfh  {
	background: no-repeat right top;
	margin: 0px;
	padding: 0px;
	height: 311px;
	width: 210px;
	position: absolute;
	top: 263px;
	z-index: 20;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	right: 0px;
}
#header #yfh img {
	border-color: transparent;
	margin: 0px;
	padding: 0px;
}
#header #yfh img a:link, #header #yfh img a:visited {
	border-color:transparent;
}
#header #yfh img a:hover, #header #yfh img a:active {
	border-color:transparent;
}
#header #yfh p a:link, #header #yfh p a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #0470ba;
}
#header #yfh p a:hover, #header #yfh p a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #54b948;
}
#title {
	font-weight: bold;
	width: 560px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mainContent {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 550px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 60px;
} 
#mainSubContent {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
} 
#mainSubContent2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 104px;
	height: auto;
	float: right;
	margin: -248px 0px 0px;
	padding: 0px;
} 
#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #009;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#mainContent h3 {
	font-weight: bold;
	color: #009;
	text-align: left;
	font-size: 1.2em;
	margin: 10px 0px 0px;
	padding: 5px 0px 0px;
	text-indent: 0px;
}
#mainContent h4 {
}
#mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px;
}
#mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
}
#mainContent a {
	color: #069;
	text-decoration: none;
}
#mainContent a:hover, #newsButton a:active {
	color: #2FBC44;
	text-align: center;
}
#mainContent hr {
	margin: 0px;
	padding: 0px;
	width: 595px;
	border-left: 1px dotted #000;
	height: 2px;
}
#mainContent #presidentBox {
	padding: 0px;
	width: 575px;
	margin-top: 10px;
}
#mainContent #presidentBox #gregImage {
	background: url(../images/mainpics/greg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 214px;
}
#mainContent #presidentBox #content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 325px;
	float: left;
	position: absolute;
	text-align: left;
	top: 70px;
	left: 250px;
}
#mainContent img {
	border-color:#FFF;
	padding: 0px;
	margin: 10px;
}
#mainContent img a:link, #mainContent img a:visited {
	border-color: #FFF;
}
#mainContent img a:hover, #mainContent img a:active {
	border-color: #FFF;
}
#mainContent #googleMap {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 244px;
	top: 645px;
}
#mainContent #youtubeVid {
	margin: 0px;
	padding: 10px;
	position: absolute;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 10px;
	position: relative;
	margin: 21px 0px 15px;
	border-left: thin dotted #333;
	border-right: thin none #333;
	overflow:scroll;
}
#sidebar1 a {
	color:#069;
	text-decoration: none;
}
#sidebar1 p a:link, #newsButton a:visited {
	color: #069;
}
#sidebar1 p a:hover, #newsButton a:active {
	color: #2FBC44;
}
#sidebar1 img a:link, #sidebar1 img a:visited {
	border-color: #FFF;
}
#sidebar1 img a:hover, #sidebar1 img a:active {
	border-color: #FFF;
}
#sidebar1 #fpplogo img{
	margin: 0px;
	padding: 0px 0px 0px 55px;
}
#sidebar1 #newsButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #2FBD44;
	text-decoration: none;
	background: repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 2px;
	width: 250px;
	position: relative;
	border-bottom: thin dotted #333;
}
#sidebar1 #newsButton a:link , #newsButton a:visited {
	color: #2FBC44;
	text-align: center;
}
#sidebar1 #newsButton a:hover , #newsButton a:active {
	color: #00F;
}
#sidebar1 #newsContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	height: 600px;
	width: 240px;
	position: relative;
	font-size: 90%;
	background: #FFF;
	font-weight: bold;
	overflow: scroll;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sidebar1 #newsContent img {
	border-color: #FFF;
}
#sidebar1 #newsContent img a:link, #sidebar1 #newscontent img a:visited {
	border-color: #FFF;
}
#sidebar1 #newsContent img a:hover, #sidebar1 #newscontent img a:active {
	border-color: #FFF;
}
#sidebar1 #onlineupdatesButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #2FBD44;
	text-align: center;
	padding: 0px 2px 0px 0px;
	height: 22px;
	width: 252px;
	position: relative;
	border-bottom: thin dotted #333;
}
#sidebar1 #onlineupdatesContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 10px 5px 2px 20px;
	height: auto;
	width: 250px;
	position: relative;
}
#sidebar1 #onlineupdatesContent img {
	border-color: #FFF;
}
#sidebar1 #onlineupdatesContent img a:link, #sidebar1 #onlineupdatesContent img a:visited {
	border-color:#FFF;
}
#sidebar1 #onlineupdatesContent img a:hover, #sidebar1 #onlineupdatesContent img a:active {
	border-color:#FFF;
}
#sidebar1 #enewsButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #2FBD44;
	text-decoration: none;
	background: repeat-x left top;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px 2px 2px;
	height: 21px;
	width: 250px;
	position: relative;
	border-bottom: thin dotted #333;
}
#sidebar1 #subscribeBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 250px;
	position: relative;
	left: 0px;
	text-indent: 10px;
	vertical-align: text-bottom;
}
#sidebar   #subscribe{
	width: 250px;
	left: 2px;
	top: 3px;
	height: 50px;
	margin: 0px;
	padding: 10px 0px 20px;
	float: left;
	border-top: thin dotted #333;
	border-right: thin none #333;
	border-bottom: thin dotted #333;
	border-left: thin dotted #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sidebar1 #postit {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../images/socialmedia/postit.jpg) repeat-x left top;
	text-align: left;
	margin: 1px 0px 0px;
	padding: 15px 0px 0px 8px;
	height: 300px;
	width: 267px;
	position: relative;
	left: 0px;
}
#sidebar1 #postit #connectWithfpp {
	text-align: left;
	margin: 35px 0px 15px 10px;
	padding: 15px 0px 0px;
	height: 44px;
	width: 235px;
}
#sidebar1 #postit #facebook {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 114px;
	float: left;
	position: relative;
	top: 50px;
	left: 5px;
}
#sidebar1 #postit #youtube {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 114px;
	top: 45px;
	position: relative;
}
#sidebar1 #postit #twitter {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 114px;
	float: left;
	position: relative;
	top: 50px;
	left: 5px;
}
#sidebar1 #postit #blog {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 105px;
	float: left;
	position: relative;
	top: 55px;
	left: 5px;
}
#sidebar1 #postit #linkedin {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 114px;
	position: relative;
	top: 45px;
	left: 5px;
}
#sidebar1 #postit #rss {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 114px;
	position: relative;
	left: 10px;
	top: 50px;
}
#sidebar1 #postit #whatarethese {
	float: left;
	height: 30px;
	width: 164px;
	position: relative;
	text-align: center;
	left: 40px;
	top: 60px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #tourButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../images/mainpics/button.gif) repeat-x left top;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 4px 2px 2px;
	height: 21px;
	width: 252px;
	position: relative;
}
#sidebar1 #tourContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #e3e3f3;
	text-align: left;
	padding: 2px;
	height: 150px;
	width: 252px;
	position: relative;
	margin: 5px 0px 0px;
}
#sidebar1 #tourContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #00C;
	text-decoration: none;
	padding: 0px;
	font-weight: lighter;
	text-align: left;
	text-indent: 30px;
	margin: 2px 2px 4px;
}
#sidebar1 #tourContent #yfhlink {
	text-align: center;
	margin: 4px 0px;
	padding: 0px;
}
#sidebar1 #tourContent #yfhImage {
	background: url(../images/mainpics/yourfinancialhouse.gif);
	height: 90px;
	width: 79px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 2px 2px 2px 15px;
	right: 0px;
	bottom: 0px;
	float: left;
}
#sidebar1 #tourContent #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: auto;
	width: 120px;
	position: relative;
	margin: 35px 0px 0px 15px;
	padding: 0px;
	float: left;
}
#footer {
	padding:0px 10px;
	height: 222px;
	width: auto;
	background: #E8E8E8 url(../images/mainpics/footBg.jpg) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
} 
#footer #footerContent {
	padding: 5px 10px 0px;
	margin-left: 330px;
	width: 550px;
	height: auto;
}
#footer #officeImage {
	background: url(../images/mainpics/office.jpg);
	padding: 0px;
	height: 206px;
	width: 306px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	border: 2px solid #000;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: normal;
	padding: 0px;
}
.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;
}
#tabs {
	display: block;
	float: left;
	width: 100%;
	position:relative;
	left:15px;
	z-index:1; /*set over .panel*/
}      
#tabs a.tab {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: #7fb869;
	border-width: 1px 1px 0px 1px;
	padding: 6px 1em 2px;
	margin-top: 6px;
	margin-right: 2px;
	font-family: arial;
	text-decoration: none;
	float: left;
	color:#FFFFFF;
	background: url(../images/mainpics/tab.gif);
	height: 25px;
}
#tabs a.tab:hover {
	background: #FFFFFF url(../images/mainpics/tab.gif);
	color:#FF0;
	height: 25px;
}
#tabs a.selectedTab {
	margin-top:6px;
	color:#069;
	border-bottom: 1px solid white;
	height: 25px;
	background: #FFF;
	padding: 6px 1px 2px;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.cTimeValue .panel {
	position:relative;
	border: 1px solid #2FBD44;
	background-color: #FFFFFF;
	padding: 5px;
	height: 310px;
	overflow: auto;
	display:none;
	z-index:0; /*set under #tabs*/
	top:-1px;
}
.cTimeValue .selectedPanel {
	display: block;
} 
.cTimeValue H2, .cTimeValue H3 {
	color: #000 ;
}
.cTimeValue A {
	color: #54b948;
	font-size: 10pt;
}
.cTimeValue li {
	margin-bottom:5px;
}
#mainContent #printEmail {
	float: right;
}
.qrcodecontainer {
	width: 160px;
	float: left;
	padding-right: 400px;
}
#box{
	position: fixed;
	width: 50px;
	float: left;
	margin-right: 0;
	margin-left: 0;
	border: 0;
}

