@charset "utf-8";
/* CSS Document */

body					{margin:0px; padding:10px 0px 0px 0px; background-image:url(../images/BG.jpg); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:22px; background-color:#87beee}

.bodytxt				{text-align:justify}

.color01				{font-size:19px;}
.color02				{font-size:23px; color:#1c446c; font-weight:bold}
.color03				{font-size:23px; color:#e1134f; font-weight:bold}
.color04				{color:#e1134f}
.color05				{color:#d5eafb; font-size:11px}
.color06				{color:#999; font-size:10px; line-height:18px}
.color07				{color:#FFF}
.color08				{font-size:16px; color:#3e84c0}

.head01					{background-color:#f4f8fc; border-bottom:#c6d1df 2px solid; line-height:38px; height:38px; font-size:14px; padding-left:10px}

.TxtFld01				{padding:3px; width:100%; border:none}
.TxtFld02				{padding:5px; border:#DCDCDC 1px solid; border-top:#DCDCDC 3px solid}

.link01:link			{color:#e1134f; text-decoration:underline}
.link01:selected		{color:#e1134f; text-decoration:underline}
.link01:visited			{color:#e1134f; text-decoration:underline}
.link01:hover			{color:#1c446c; text-decoration:none}

.link02:link			{color:#f1f8fe; text-decoration:none}
.link02:selected		{color:#f1f8fe; text-decoration:none}
.link02:visited			{color:#f1f8fe; text-decoration:none}
.link02:hover			{color:#fff; text-decoration:underline}

.link03:link			{color:#ffffff; text-decoration:none; font-weight:bold}
.link03:selected		{color:#ffffff; text-decoration:none; font-weight:bold}
.link03:visited			{color:#ffffff; text-decoration:none; font-weight:bold}
.link03:hover			{color:#ddefff; text-decoration:none; font-weight:bold}

.link03_cur:link			{color:#094579; text-decoration:none; font-weight:bold}
.link03_cur:selected		{color:#094579; text-decoration:none; font-weight:bold}
.link03_cur:visited			{color:#094579; text-decoration:none; font-weight:bold}
.link03_cur:hover			{color:#ddefff; text-decoration:none; font-weight:bold}

.link04:link			{color:#4086c2; text-decoration:none; font-weight:bold}
.link04:selected		{color:#4086c2; text-decoration:none; font-weight:bold}
.link04:visited			{color:#4086c2; text-decoration:none; font-weight:bold}
.link04:hover			{color:#b72446; text-decoration:none; font-weight:bold}

.link05:link			{color:#1c446c; text-decoration:none}
.link05:selected		{color:#1c446c; text-decoration:none}
.link05:visited			{color:#1c446c; text-decoration:none}
.link05:hover			{color:#e1134f; text-decoration:none}






/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul {
	list-style: none;
}

#content-main ul {
	color: #626161;
	list-style: square;
	margin-left: 18px;
	padding-bottom: 12px;
}

#content-main ol {
	color: #626161;
	margin-left: 18px;
	padding-bottom: 12px;
}

/* ---------------------------------------------------------------------------
	=images
--------------------------------------------------------------------------- */

#content-main img.large {
	margin: 0;
}

#content-main img.small {
	float: left;
	margin: 0 10px 10px 0;
}

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	background: url(../img/bg-content-top.png) no-repeat top center;
	height: 160px;
	padding: 12px 11px 0;
	position: relative;
}

#logo {
	background: url(../img/logo-screen.png) no-repeat 0 0;
	height: 22px;
	left: 72px;
	position: absolute;
	top: 87px;
	width: 250px;
}

	#logo a {
		display: block;
		height: 100%;
		width: 100%;
	}
	
	#logo img {
		left: -9999px;
		position: absolute;
		top: 0;
	}

#login {
	position: absolute;
	bottom: 168px;
	right: 13px;
}

	#login a {
		color: #2f2f2f;
	}

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	float: right;
	width: 600px;
}

body.home #nav {
	width: 480px;
}

#nav li {
	background: url(../img/nav.jpg) no-repeat;
	float: left;
	height: 172px;
	text-indent: -9999px;
	width: 150px;
}

body.home #nav li {
	background-image: none;
	height: 239px;
	margin: 0 1px 1px 0;
	width: 239px;
}

#nav li a {
	background: url(../img/nav.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

body.home #nav li a {
	background-image: none;
}

#nav #nav-taxes, #nav #nav-taxes a { background-position: 0 0; }
	#nav #nav-taxes a:hover { background-position: 0 -172px; }
	body.taxes #nav #nav-taxes, body.taxes #nav #nav-taxes a, body.taxes #nav #nav-taxes a:hover { background-position: 0 -344px; }

body.home #nav #nav-taxes {	background: url(../img/nav-home-taxes-photo.jpg) no-repeat 0 0; }
body.home #nav #nav-taxes a {	background: url(../img/nav-home-taxes.png) no-repeat 0 0; }

#nav #nav-about, #nav #nav-about a { background-position: -150px 0; }
	#nav #nav-about a:hover { background-position: -150px -172px; }
	body.about #nav #nav-about, body.about #nav #nav-about a, body.about #nav #nav-about a:hover { background-position: -150px -344px; }
	
body.home #nav #nav-about {	background: url(../img/nav-home-about-photo.jpg) no-repeat 0 0; }
body.home #nav #nav-about a {	background: url(../img/nav-home-about.png) no-repeat 0 0; }
	
#nav #nav-locator, #nav #nav-locator a { background-position: -300px 0; }
	#nav #nav-locator a:hover { background-position: -300px -172px; }
	body.locator #nav #nav-locator, body.locator #nav #nav-locator a, body.locator #nav #nav-locator a:hover { background-position: -300px -344px; }
	
body.home #nav #nav-locator {	background: url(../img/nav-home-locator-photo.jpg) no-repeat 0 0; }
body.home #nav #nav-locator a {	background: url(../img/nav-home-locator.png) no-repeat 0 0; }
	
#nav #nav-franchise, #nav #nav-franchise a { background-position: -450px 0; }
	#nav #nav-franchise a:hover { background-position: -450px -172px; }
	body.franchise #nav #nav-franchise, body.franchise #nav #nav-franchise a, body.franchise #nav #nav-franchise a:hover { background-position: -450px -344px; }
	
body.home #nav #nav-franchise {	background: url(../img/nav-home-franchise-photo.jpg) no-repeat 0 0; }
body.home #nav #nav-franchise a {	background: url(../img/nav-home-franchise.png) no-repeat 0 0; }

body.home #nav #nav-taxes a:hover,
body.home #nav #nav-about a:hover,
body.home #nav #nav-locator a:hover,
body.home #nav #nav-franchise a:hover {	background-position: 0 -240px; }

/* ---------------------------------------------------------------------------
	=sub-navigation
--------------------------------------------------------------------------- */

#nav_sub {
	border-top: 3px solid #c3c3c3;
	font-size: 1.08em;
	padding-bottom: 58px;
}

	#nav_sub li {
		background: url(../img/div-dot.png) repeat-x left bottom;
		font-weight: bold;
		padding: 10px 0 13px;
	}
	
	#nav_sub li ul {
		font-size: 0.86em;
		margin-left: 14px;
	}
	
		#nav_sub li ul li {
			background: url(../img/bullet-subnav.png) no-repeat 0 50%;
			padding: 2px 0 2px 13px;
		}
		
		#nav_sub li ul li.here {
			background-image: url(../img/bullet-subnav-here.png);
		}
		
			#nav_sub li ul li.sub_level_1 a {
				color: #00529b;
			}

#nav_sub a {
	display: block;
	height: 100%;
	width: 100%;
}

#nav_sub .here a,
#nav_sub .parent_here a,
#nav_sub li ul li.here a {
	color: #000;
}

#nav_sub .last,
#subnav .last {
	background: none;
}

/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

#content-main h1 {
	font-size: 1.69em;
	margin-bottom: 12px;
	text-transform: capitalize;
}

#content-main h2,
#content-main h3 {
	border-top: 3px solid #000;
	line-height: 1.0em;
	padding: 8px 0 0;
	margin-bottom: 32px;
	text-transform: capitalize;
}

#content-main h2 {
	font-size: 1.38em;
}

#content-main h3 {
	font-size: 1.23em;
}

#content-main h4 {
	font-size: 1.1em;
	margin-bottom: 0.25em;
}


#content-main p {
	color: #626161;
	font-size: 1.15em;
	line-height: 1.6em;
	padding: 0 0 32px;
}

/* ---------------------------------------------------------------------------
	=content-secondary
--------------------------------------------------------------------------- */

/* =testimonial block */

#testimonial {
	padding-bottom: 70px;
}

#testimonial h3 {
	background: url(../img/div-dot-black.png) repeat-x bottom left;
	font-size: 0.92em;
	margin: 0;
	padding-bottom: 6px;
	text-transform: capitalize;
}

#testimonial blockquote {
	background: url(../img/div-dot-black.png) repeat-x bottom left;
	color: #626161;
	font-size: 1.23em;
	font-style: italic;
	line-height: 1.75em;
	margin-bottom: 12px;
	padding: 8px 0 12px;
}

#testimonial-name {
	color: #8a8a8a;
	font-size: 0.85em;
}

	#testimonial-name strong {
		color: #000;
		font-size: 1.09em;
		font-weight: normal;
	}
	
/* =callout block */
#callout {
	line-height: 1.7em;
}

#callout h4 {
	font-size: 1.15em;
	margin: 0;
	text-transform: capitalize;
}

#callout p {
	color: #626161;
}

#callout .more {
	font-size: 0.84em;
	font-weight: bold;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot .ngen {
	font-size: 0.77em;
}

	#foot .ngen em {
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

	#foot .ngen a {
		color: #535353;
	}
	
/* ---------------------------------------------------------------------------
	=home
--------------------------------------------------------------------------- */

body.home #container {
	background: url(../img/bg-home-stage.png) no-repeat 0 0;
	height: 503px;
	left: 50%;
	margin: -252px 0 0 -492px;
	position: absolute;
	top: 50%;
	width: 983px;
}

body.home #logo {
	background: url(../img/fpo-logo-home-flash.png) no-repeat 0 0;
	float: left;
	height: 242px;
	position: static;
	width: 480px;
}

/* Store locator form */
body.home #nav #nav-locator {
	position: relative;
}

body.home #locator-form {
	left: 14px;
	padding: 5px;
	position: absolute;
	text-indent: 0;
	top: 152px;
	width: 196px;
}

	body.home #locator-form label {
		display: none;
	}

	body.home #locator-form #zipcode {
		color: #9b9b9a;
		float: left;
		font-size: 0.92em;
		margin: 0;
		padding: 5px 4px 4px;
		width: 105px;
	}

	body.home #locator-form #submit {
		background: url(../img/button-find-store.png) no-repeat 50% 50%;
		border: none;
		cursor: pointer;
		float: right;
		height: 28px;
		margin: 0;
		text-indent: -9999px;
		width: 79px;
	}

/* end store locator form */

body.home #header,
body.home #content,
body.home #foot {
	background: none;
}

body.home #content {
	bottom: 60px;
	left: 52px;
	padding: 0;
	position: absolute;
	width: 390px;
	z-index: 99;
}

body.home h1 {
	background: url(../img/text-home-h1.png) no-repeat 0 0;
	height: 63px;
	text-indent: -9999px;
}

body.home #content-main {
	float: none;
	padding: 0;
	width: 100%;
}

	body.home #content-main h2 {
		border: none;
		color: #000;
		line-height: 1.2em;
		margin: 0 0 0.25em 0;
	}

	body.home #content-main p {
		font-size: 1.0em;
		line-height: 1.7em;
		padding: 0;
	}

	body.home #content-main a {
		font-size: 0.77em;
		font-weight: bold;
		text-transform: uppercase;
	}

body.home #foot {
	bottom: -34px;
	left: 0;
	position: absolute;
}

/* ---------------------------------------------------------------------------
	=taxes
--------------------------------------------------------------------------- */

body.taxes #content-main h2 {
	margin: 0.5em 0;
}

body.taxes #content-main h3 {
	border: none;
	font-size: 1.13em;
	margin-bottom: 0.25em;
}

body.taxes #content-main ul {
	padding-bottom: 18px;
}

/* ---------------------------------------------------------------------------
	=faq
--------------------------------------------------------------------------- */

body.faq #content-main h1 {
	margin-bottom: 40px;
}

body.faq #content-main h3 {
	border: none;
	font-size: 1.15em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------
	=store locator
--------------------------------------------------------------------------- */

body.locator #content { padding-top: 25px; }

body.locator-search #content-main {
	clear: both;
	float: none;
	margin: 0;
	width: auto;
}

#location-search {
	background-color: #eee;
	padding: 20px 25px;
}

#location-search label {
	color: #000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.location-column {
	float: left;
	margin-right: 50px;
}

.column-first { width: 310px; }

.column-first input {
	display: block;
	height: 20px;
	margin-bottom: 15px;
	padding: 4px;
	width: 302px;
}

.column-first select {
	border: 1px solid #999;
	display: block;
	height: 25px;
	margin-bottom: 15px;
	width: 310px;
}

.column-second { width: 180px; }

.column-second select {
	border: 1px solid #999;
	display: block;
	height: 25px;
	margin-bottom: 0;
	width: 184px;
}

.column-second input {
	display: block;
	height: 20px;
	margin-bottom: 15px;
	padding: 4px;
	width: 172px;
}

#content-main .column-second h2 {
	font-size: 1.2em;
	border-top-width: 0;
	margin-bottom: 8px;
	padding-top: 23px;
}

#content-main .column-second ul {
	list-style: none;
	margin: 0;
}

.column-second li {
	margin-bottom: 8px;
}

.column-second ul input {
	display: inline;
	height: auto;
	margin-bottom: 0;
	padding: 4px;
	position: relative;
	top: -2px;
	width: auto;
	vertical-align: middle;
}

#location-search ul label {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	vertical-align: middle;
}

.column-third {
	margin-right: 0;
	padding-top: 12px;
	width: 180px; 
}

/* results ------------------------ */

#results-header {
	clear: both;
}

p.preface {
	color: #919191;
	font-weight: bold;
	text-transform: uppercase;
}

#results-header h1 { margin-bottom: 10px; }

#results-header dl {
	background-color: #e5e5e5;
	padding: 15px;
}

#results-header dl dt {
	position: absolute;
	top: 0;
	left: -9999px;
}

#results-header dd {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
}

#results-header dd.radius-start-over {
	font-size: 90%;
}

#results-header a, 
#results-header a:link,
#results-header a:visited { 
	color: #00529b;
	text-decoration: none;
}
		
#results-header a:hover {
	color: #e21350;
	text-decoration: underline;
}

body.locator-results #content-main {
	float: none;
	padding: 30px 0 0 0;
	width: auto;
}

#result-list {
	float: left;
	width: 360px;
}

#result-list th {
	border-bottom: 3px solid #000;
	font-size: 1.23em;
	padding: 0;
	text-align: left;
}

#result-list td {
	padding: 15px 0 18px 0;
}

#result-list td {
	background: url(../img/div-dot-black.png) repeat-x bottom left;
}

.result-distance {
	color: #616161;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.23em;
	width: 120px;
}

.result-info { width: 240px; }

#content-main .result-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.result-address {
	font-size: 1.13em;
	font-weight: bold;
}

.result-address a, 
.result-address a:link,
.result-address a:visited { 
	color: #00529b;
	text-decoration: none;
}
		
.result-address a:hover {
	color: #e21350;
	text-decoration: underline;
}

.result-links { color: #b3b3b3; }

#result-map {
	float: right;
	width: 420px;
}

#result-detail {
	float: left;
	width: 360px;
}

#result-detail h2 {
	border-top-width: 0;
	margin-bottom: 5px;
}

#content-main #result-info {
	font-size: 1.3em;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#content-main #result-info li { margin-bottom: 10px; }

#result-detail h3 { margin-bottom: 10px; }

/* ---------------------------------------------------------------------------
	=resource center
--------------------------------------------------------------------------- */

/* nav */

body.resource #nav li {
	background: url(../img/nav-resource-center.png) no-repeat;
	height: 121px;
	width: 100px;
}

body.resource #nav li a { background: url(../img/nav-resource-center.png) no-repeat; }

#nav #nav-vendors, #nav #nav-vendors a { background-position: 0 0; }
	#nav #nav-vendors a:hover { background-position: 0 -121px; }
	body.vendors #nav #nav-vendors, body.vendors #nav #nav-vendors a, body.vendors #nav #nav-vendors a:hover { background-position: 0 -242px; }

#nav #nav-marketing, #nav #nav-marketing a { background-position: -100px 0; }
	#nav #nav-marketing a:hover { background-position: -100px -121px; }
	body.marketing #nav #nav-marketing, body.marketing #nav #nav-marketing a, body.marketing #nav #nav-marketing a:hover { background-position: -100px -242px; }
	
#nav #nav-documents, #nav #nav-documents a { background-position: -200px 0; }
	#nav #nav-documents a:hover { background-position: -200px -121px; }
	body.documents #nav #nav-documents, body.documents #nav #nav-documents a, body.documents #nav #nav-documents a:hover { background-position: -200px -242px; }

#nav #nav-training, #nav #nav-training a { background-position: -300px 0; }
	#nav #nav-training a:hover { background-position: -300px -121px; }
	body.training #nav #nav-training, body.training #nav #nav-training a, body.training #nav #nav-training a:hover { background-position: -300px -242px; }
	
#nav #nav-search, #nav #nav-search a { background-position: -400px 0; }
	#nav #nav-search a:hover { background-position: -400px -121px; }
	body.search #nav #nav-search, body.search #nav #nav-search a, body.search #nav #nav-search a:hover { background-position: -400px -242px; }
	
#nav #nav-help, #nav #nav-help a { background-position: -500px 0; }
	#nav #nav-help a:hover { background-position: -500px -121px; }
	body.help #nav #nav-help, body.help #nav #nav-help a, body.help #nav #nav-help a:hover { background-position: -500px -242px; }
	
/* utility nav */

#util-nav {
	background-color: #000;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: .85em;
	float: right;
	width: 599px;
}

#util-nav li {
	float: left;
	font-weight: bold;
}

#util-nav li a {
	display: block;
	padding: 10px 16px;
}

#util-nav li a:link, #util-nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#util-nav li a:hover {
	color: #e31351;
	text-decoration: none;
}

/* layout changes */

body.resource #content { padding-top: 40px; }

body.resource #content-main {
	float: none;
	width: auto;
}

/* login page */

body.login #content { padding-top: 20px; }

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */

#content-main sup {
	font-size: 0.8em;
	position: relative;
	top: -3px;
}

#content-main .footnote {
	font-size: 0.69em;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#util-nav:after,
#content:after,
#content-main:after,
#content-secondary:after,
#content:after,
#container:after,
#location-search:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}




/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a, a:link { color: #e21350; text-decoration: none; }
	
a:visited { color: #e189a3; text-decoration: none; }
	
a:hover { color: #00529b; text-decoration: underline; }


.ET_color01				{color:#1c446c;}
.ET_color02				{color:#e1134f;}
.ET_color03				{color:#d5eafb;}
.ET_color04				{color:#999;}
.ET_color05				{color:#FFF}
.ET_color06				{color:#3e84c0}
