﻿/**** Main Color (background)*****/
body, .styledtable tr:hover {
	background-color: #6699cc;
}

/**** Secondary Color (vertical color block behind content)****/
.shadowColor, #onlinebanking, #nav a:hover, #subnav ul li a:hover {
	background-color: #bfb197;
}
#features a {
	color: #333333;
}

/**** 3rd Color (nav, onlinebanking)****/
#nav ul li a, #obheader, #obcontent, a.btn1, .styledtable caption  {
	background-color: #336699;
}
.content h2, #topLinks a:hover {
	color: #72756f;
}

/** 4th Color (features, subpage nav)**/
a, .content h1, .content h3, #features h1, #features ul {
	color: #336699;
}
.content h2 {
	border-bottom-color: #6f8e94;
}
#subnav, a.btn1:hover  {
	background-color: #336699;
}
.styledtable th {
	background-color: #bfb197;
}

/**** Make this white to reverse or 3rd Color on a lighter background ****/
#nav ul li a, #subnav ul li a, #onlinebanking td, #obheader, #obcontent a, #obcontent a:hover, #topLinks, #topLinks a, .styledtable caption, styledtable th, styledtable th a, styledtable th a:hover {
	color: #fff;
}



/*************************************************************************************************
                               End of Color Attributes
*************************************************************************************************/

/* CSS Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
:focus {outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


body {
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body.speedbump {
	width: 600px;
	background-image: none;
	background-color: #fff;
}

a:hover {
	color: #000;
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 996px;
	position: relative;
	z-index:10;
}
#container1 {
	height: 123px;
	position: relative;
	width: 996px;
	
}
#container2 {
	height: 100%;
	position: relative;

}
#container3 {
	margin-top: 0;
	height: 43px;
}

.shadow {
	background-image: url(images/bg-shadow-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 123px;
	margin-left: -143px;
	margin-right: -397px;
	padding-top: -15px;
}
.shadowColor {
	margin-left: 143px;
	margin-right: 397px;
}
#container1 .shadow {
	height: 123px;
	position: absolute;
	top: 0;
	left: 143px;
	width: 996px;
}
#container1 .shadowColor {
	height: 115px;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 456px;
}
#container2 .shadowColor {
	
}
#container2 .shadow {
	min-height: 200px;
	background-image: url(images/bg-shadow-repeat.png);
	background-position: left top;
	background-repeat: repeat-y;
	height: 100%;
	width: 998px;
}
#container3 .shadow {
	background-image: url(images/bg-shadow-bottom.png);
	height: 43px;
}
#container3 .shadowColor {
	height: 33px;
}

#containerMain {
	padding: 30px 30px 10px 30px;
	height: 100%;
	width: 728px; /* width of 788px minus 60px padding */
	margin: 0 0 0 169px;
	min-height:300px;
}
body.nosubnav #containerMain {
	padding-top:0px;
}
body.home #containerMain {
	padding-top: 180px;
}
.content  {
	font-family:Arial, Helvetica, sans-serif;	
}
.content sup {
	font-size: 10px;
	line-height: 12px;
	vertical-align:text-top;
	margin-top: -2px;
	display:inline-block;
	_display:inline;
}
.content ol, .content ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style: square;
	
}

.content ul li {
	margin-bottom: 5px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content blockquote, .content pre, .content dl, .content dt, .content dd {
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
.content h1 { 
 	font-size: 21px;
	line-height: 23px;
	font-weight:bold;
}

.content h2 {
	font-size: 18px;
	line-height: 20px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.content h3 {
	 font-size: 16px;
	 line-height: 18px;
	 font-weight: bold;
}

.content h4 {
	 font-size: 14px;
	 line-height: 16px;	
	 font-weight: bold;
}

.content h5 {
	 font-size: 12px;
	 line-height: 14px;	
	  font-weight: bold;
}
	
.content p {
	 font-size: 12px;
	 line-height: 16px;	
	
}	

fieldset {
	padding: 15px;
}
#nav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 143px;
	font-size: 12px;
	z-index: 100;
}
#nav ul { 
	padding: 0;
	margin: 0;
	display:block;
}
#nav ul li {
	

}
#nav ul li a {
	display: block;
	padding:15px 11px 15px 15px;
	margin:0 0 5px 0;
	text-decoration: none;
	text-align: right;
	background-image: url(images/bg-nav-shadow.png);
	background-position: right center;
	background-repeat: repeat-y;
	}

#nav a:hover {
}

#mainImg {
	position: absolute;
	top: 0px;
	left: 169px;
}
#mainImg2 {
	position: relative;
}
#mainImg2 img {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}
#mainImg p {
	margin: 0;
	padding: 0;
}
#subnav {
	position: absolute;
	width: 788px;
top: -24px;
right: 39px;
	
}
#subnav ul {
	list-style: none;
}
#subnav ul li {
	float: left;
	margin-bottom: 0;
}
#subnav ul li a {
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	
}

/*----------- Online Banking ------*/
#onlineBankingBackground {
position:absolute;
top:-19px;
right:0px;
width:350px;
height:185px;	
background-image:url(images/bg-ob.png);
background-repeat:no-repeat;
display:none;
z-index: 100;
}
.onlinebanking #onlineBankingBackground {
	display:block;
}
#onlineBankingBackground img {
	margin: 11px 0 0 8px;
}
#onlinebanking {
	height: 162px;
	width: 332px;
	margin: 11px 8px;
}

#onlinebanking td {
	text-align: center;
}
#obheader {
	width: 292px;
	font-size: 26px;
	text-align: center;
	padding-top: 18px;
}
#obcontent {
	width: 292px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	height: 98px;

}
#obcontent a {
	text-decoration: none;
	font-size: 11px;
}
#obcontent a:hover {
	text-decoration: underline;
}
.obButton {
	padding-bottom: 3px; 
	padding-top: 1px;
	padding-bottom: 2px; 
	font-weight: bold; 
	font-size:11px;
}
.lock {
	background-image: url(images/ob_lock.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	width: 115px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	padding-top: 2px;
}
/*-----------/online banking -----------*/
.clearfloat {
	clear: both;
	height: 0px;
}
.styledtable {
	border-spacing: 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AEB89D;
	font-size: 11px;
	margin-bottom: 20px;
}
.styledtable th {
	padding: 7px;
	text-align: center;
}
.styledtable td {
	padding: 7px;
	text-align: center;
}
.styledtable td:first-child, .styledtable th:first-child {
	text-align: left;
}
.styledtable td:first-child {
	font-weight: bold;
}
.styledtable tr:hover {
	padding: 7px;
	color:#fff;
	border-bottom-color: #D0D2C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.styledtable caption {
	padding: 7px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.odd {
	background-color: #eeeeee;
}
.even {
	background-color: #ffffff;
}

.logos {
	display:inline;
}

body.nologos .logos {
	display:none;
}
.reflect {
  -webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white)); 
}
a.btn1 {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	line-height: 1em;
	letter-spacing: 0px;
	vertical-align:middle;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	text-shadow: #72756f 0 1px 0;
	color:#fff !important;
	cursor: pointer;
	}
a.btn1:hover {
	color:#fff !important;
	}
a.btn1 + a.btn1 {
	margin-left: 5px;
}
#logo {
	width: 248px;
	height: 60px;
	background-image: url(images/FFSBlogo.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 170px;
	margin-top: 22px;
	float:left;
}
#Insurancelogo {
	width: 420px;
	height: 60px;
	background-image: url(images/FFInsuranceLogo.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 170px;
	margin-top: 22px;
	float:left;
}

#topLinks {
	float:right;
	margin: 40px 50px 0 0;
}
#topLinks a {
	text-decoration:none;
}

#features {
	display: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
body.features #features {
	display: block;
}
#features a {
	font-size: 12px;
	text-decoration: none;
}
#features a:hover {
	text-decoration: underline;	
}
#features h1 {
	font-size: 15px;
	font-weight:bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
#features ul {
	list-style: square;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 0;
}
#features li {
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#features ul .color {
	
}
#footer {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}
#InsuranceFooter {
	float: left; 
	margin-top: 50px; 
	margin-left: 150px;
	width: 800px;
}
