/* the body info is here - background colors, images, font info */

body 
	{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 66%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	background: #fefefe;
	}


html
	{
	min-height: 100%;
	height: 100%;
	margin-bottom: 1px;
	}



/* page headers */


#header
	{
	height: 272px;
	width: 100%;
	min-width: 811px;
	background: transparent url(Images/FFH.website.home_01.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	border-bottom: 20px solid #790000;
	text-align: right;
	}


#container
	{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent url(Images/containerbg.jpg) repeat-y center;
	}



#wrapper
	{
	width: 800px;
	min-height: 379px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(Images/wrapperbg.jpg) repeat-y left;
	text-align: left;
	}






/* page content */


#content
	{
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 600px;
	}


#contenthome
	{
	margin: 0;
	padding: 10px;
	text-align: right;
	width: 600px;
	height: 359px;
	background: transparent url(Images/MainBg.jpg) no-repeat top left;
	}



#content p
	{
	color: #000000;
	padding: 2px 0;
	line-height: 1.3;
	}


#content ul
	{
	list-style: square inside;
	text-align: left;
	}

#content ol
	{
	list-style-position: inside;
	}

#content li
	{
	padding-bottom: 10px;
	margin-left: 5px;
	}


#content a
	{
	color: #0383bf;
	text-decoration: underline;
	font-weight: bold;
	}

#content a:hover
	{
	text-decoration: underline;
	color: #648fb2;
	}



dl 
	{
	width: 640px;
	margin: 10px 0 20px -30px;
	list-style-type: none;
	}

dt 
	{
	margin: 0; 
	padding: 0;
	font-weight: bold;
	}
	
dd 
	{
	width: 213px; 
	float: left; 
	margin: 0;	
	padding: 0;
	}

dd li
	{
	list-style: none;
	}


/* image boxes */


.imgright
	{
	width: 286px;
	margin: 15px 0;
	float: right;
	}


.imgleft
	{
	width: 286px;
	margin: 15px 0;
	float: left;
	}


.imgbox
	{
	width: 286px;
	padding: 0;
	margin: 0;
	}


.imgpartners
	{
	width: 120px;
	float: left;
	text-align: center;
	margin: 10px 5px;
	padding: 0 5px;
	}


.bottom
	{
	margin-top: 160px;
	}

.floatleft
	{
	float: left;
	margin: 0 15px;
	}


/*  footer info   */


#footer
	{
	margin: 0 auto;
	width: 100%;
	height: 50px;
	padding: 0;
	border-top: 20px solid #790000;
	clear: left;
	}

#footer p
	{
	padding-top: 100px;
	font-size: 86%;
	}

#footer a:link, a:visited
	{
	color: #194293;
	text-decoration: none;
	}

#footer a:hover
	{
	color: #006ca2;
	}



/* global elements */




a:active, a:focus 
	{
	outline: 0;
      }


h1
	{
	color: #790000;
	font-size: 140%;
	margin: 0;
	text-transform: capitalize;
	}


h2
	{
	color: #02457a;
	font-size: 126%;
	margin: 10px 0 0 0;
	}


h3
	{
	color: #0a6baf;
	font-size: 120%;
	margin: 10px 0 0 0;
	}

.clear
	{
	clear: left;
	}


a img
	{
	border: none;
	}




/*  navigation - shows what page you're on  */



#home .home, #locations .locations, #tax .tax, #why .why, #testimonials .testimonials, #links .links, #privacy .privacy, #contact .contact, #bdo .bdo, #news .news
	{
	color: #790000;
	}
















