/* Final Care Financing CSS */

body
{
  margin: 0px;
  padding: 0px;
  background-color:#ffffff;
  color: #3b3b3b;
  line-height: 160%;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
}

img { border: 0; }
form { margin: 0px; padding: 0px; }
.clear { clear: both; }

#container {
	position: relative;
	width: 780px;
	margin: 0px auto;
}

a { color: #9C5B15; text-decoration:none; }
a:hover { color: #9C5B15; text-decoration:underline; }
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}


/* ----- NAV ----- */


#nav-container
{
	position: relative;
	width: 780px;
	padding: 0px;
	height: 30px;
	margin: 0px;
}

#navbg { position:relative; width:433px; height:30px; margin:0px; padding:0px; background:url(../images/nav-bg.gif) no-repeat; }

.nav1 { position:absolute; width:52px; height:30px; left:15px; top:0px; padding:0px; background: url(../images/home.gif) no-repeat; float:left; }
.nav1 a { position:absolute; width:52px; height:30px; background: url(../images/home.gif) no-repeat; display: block; }
.nav1 a:hover { background: url(../images/home-over.gif) no-repeat; }

.nav2 { position:absolute; width:122px; height:30px; left:86px; top:0px; padding:0px; background: url(../images/improve.gif) no-repeat; float:left; }
.nav2 a { position:absolute; width:122px; height:30px; background: url(../images/improve.gif) no-repeat; display: block; }
.nav2 a:hover { background: url(../images/improve-over.gif) no-repeat; }

.nav3 { position:absolute; width:94px; height:30px; left:227px; top:0px; padding:0px; background: url(../images/calls.gif) no-repeat; float:left; }
.nav3 a { position:absolute; width:94px; height:30px; background: url(../images/calls.gif) no-repeat; display: block; }
.nav3 a:hover { background: url(../images/calls-over.gif) no-repeat; }

.nav4 { position:absolute; width:81px; height:30px; left:340px; top:0px; padding:0px; background: url(../images/contact.gif) no-repeat; float:left; }
.nav4 a { position:absolute; width:81px; height:30px; background: url(../images/contact.gif) no-repeat; display: block; }
.nav4 a:hover { background: url(../images/contact-over.gif) no-repeat; }

#introducing { position:absolute; top:0px; right:0px; width:347px;  height:30px; background:url(../images/intro.gif) no-repeat; }





/* ----- STYLES ----- */

.style1 {font-family: "Times New Roman", Times, serif;font-weight: bold;font-size: 18px;}
.style2 { font-size: 16px; color: #3b3a3a; line-height:150%; }





/* ----- CONTENT ----- */

#head
{
	position: relative;
	width: 780px;
	height: 233px;
	padding: 0px;
	margin: 0px;
}
#logo { position:absolute; top:0px; left:0px; width:239px; height:233px; padding:0px; background:url(../images/fcf-logo.jpg) no-repeat; }
#bottomLine { position:absolute; top:0px; right:0px; width:541px; height:233px; padding:0px; margin:0px; background:url(../images/bottom-line.jpg) no-repeat; }
#leftCol
{
	position:relative;
	float:left;
	width:432px;
	padding:0px;
	margin:0px;
}
#rightCol
{
	position:relative;
	float:right;
	width:348px;
	padding:0px;
	margin:0px;
}
#leftPad { position:relative; padding-top:28px; padding-left:12px; padding-right:38px; padding-bottom:10px; margin:0px; }
#bullets
{
	position:relative;
	margin-top:35px;
	padding:0px;
	height:281px;
	width:348px;
}
#learn
{
	position:relative;
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 348px;
	background: url(../images/bullets-bottom.gif) no-repeat;
}
#bottom
{
	position:relative;
	width:780px;
	height:81px;
	padding:0px;
	margin:0px;
	background:url(../images/bottom.gif) no-repeat;
}
#footer
{
	position:relative;
	background-color:#5d3218;
	padding:4px;
	margin:0px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color:#ffffff;
}
#footer a { color:#ffffff; text-decoration:none; }
#footer a:hover { color:#ffffff; text-decoration:underline; }
