 

/* GLOBALS */

body, html {
	margin: 0px;
	padding: 5px;
	background: #7F7C59 url('/assets/bodybg.gif') top left repeat-x fixed;
	text-align: center;

	font-family: Tahoma;
}

a img {
	border: none;
}

/* Layout */

#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

#containerMain {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	border: 1px solid #000;
	border-collapse: collapse;
	background: #fff;
}

#header {
	background: #fff;
}

#headerBanner {
	background: #fff url('../assets/header.jpg') top left no-repeat;
	height: 75px;
	padding: 0px 5px 0px 0px;
}

#body {
	clear: left;
}

#bodyTopBig {
	height: 240px;
	background: #fff url('../assets/homeSeagull.jpg') no-repeat;
	border-bottom: 1px solid #000;
	text-align: right;
}

#bodyTop {
	height: 100px;
	background: #fff url('../assets/homeSeagull.jpg') no-repeat bottom center;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#bodyBottom {
	
}

#bodyContent {
	padding: 10px;
}

#footer {
	clear: left;
	background: #72767D;
	text-align: center;
	padding: 5px 10px 10px 10px;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	border-top: 1px solid #000;
}
#subFooter {
	font-size: .8em;
	clear: both;
	/* color: #b7b495; */
	color: #9e9b73;
}

#subFooter p {
	margin: 0px;
	padding: 0px;
}

#subFooter a {
	color: #9e9b73;
	text-decoration: none;
}

#subFooter a:visited {
	color: #9e9b73;
}

#subFooter a.lighter {
	color: #b5b189;
}

#subFooter a:hover {
	color: #ccc9a0;
	text-decoration: underline;
}

/* Elements */

#nonflashintro {
	color: #fff;
}

#nonflashintro h1 {
	margin: 0px 25px 0px auto;
	text-shadow: #333 1px 1px 10px;
}

#nonflashintro p {
	word-spacing: 1cm;
	margin: 0px 55px 35px auto;
	text-shadow: #333 1px 1px 10px;
	font-size: 1.2em;
}

#nonflashintro ul {
	width: 144px;
	margin: 0px 25px 0px auto;
	list-style: none;
}

#nonflashintro ul a {
	display: block;
	width: 144px;
	height: 40px;
	line-height: 40px;
	background: url('../assets/nonflashbuttons.png') no-repeat 0px 0px;
	text-align: center;
	margin: 5px 0px;
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
	bosrder: 1px solid #fff;
}

#nonflashintro ul a:hover {
	background-position: 0px -40px;
}

#siteMapList {
	margin-left: 100px;
}

#siteMapList li {
	margin: 10px;
}

#siteMapList li ul li {
	margin: 0px 0px 0px 15px;
}

#bodyTop a,#bodyTop a:visited {
	background: url('../assets/blank.gif');
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #fff;
	text-decoration: none;
}

#bodyTop a:hover {
	color: #000;
	background: #ccc;
	border: 1px solid #000;
}

#careers dd {
	position: relative;
	left: -2em;
	padding: 0px;
	width: 100%;
}

#careers dd ul {
	list-style-position: inside;
}

#questionList {
	position: relative;
	top: -1em;
}

#questionList span {
	float: left;
	width: 50%;
	padding-right: 1em;
}
#questionList div {
	clear: left;
	padding-top: 1em;
	
}
#questionList h5 {
	color: #807C5B;
	margin: 0px;
	padding: 0px;
	margin-left: 30em;
}

#questionList p {
	margin: 0px;	
	padding: 0px;
	margin-left: 29em;
}

#questionList span h5 {
	margin-left: 0em;
}

#questionList span p {
	margin-left: 0.5em;
}

#player {
	z-index: 20;
}

.backToHome {
	font-size: 80%;
}

.fpfContact {
	padding-top: 50px;
	background: url('../assets/logoSmall.gif') no-repeat;
	color: #807C5B;
}

.fpfContact h4, .fpfContact h5 {
	margin: 0px;
	padding: 0px;
}

.zoomedMap {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
}

#bodyContent a {
	color: blue;
	text-decoration: none;
}

#bodyContent a:visited {
	color: blue;
}

#bodyContent a:hover {
	color: #09f;
}

#bodyContent p {
	font-size: 90%;
}

#header p {
	position: relative;
	top: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

a.black {
	color: #000;
	text-decoration: underline;
}

a.black:hover {
	color: #666;
	text-decoration: underline;
}

.bodyBox {
	padding: 10px;
	background: #fff;
	float: left;
	border-right: 1px solid #ccc;
}
.bodyBox h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bodyBox p {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 80%;
}
.bodyBoxPic {
	height: 180px;
	background: #fff;
	float: left;
	border-left: 1px solid #ccc;
}

.bodyBox ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 80%;
}

dl#addedValue {
	
}

dl#addedValue dt {
	font-weight: bold;
	color: #807C5B;
}

dl#addedValue dd {
	margin: 5px 1cm 15px 1cm;
	/*
	padding: 5px;
	border: 1px dashed #39c;
	background: #d1e8f7;
	*/
}

div#contactForm {

}

div#contactForm hr {
/*	position: relative;
	right: 5em; */
	width: 35em;
	text-align: center;
}

div#contactForm form label {
  display: block;
  float: left;
  width: 17.5em;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

div#contactForm form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div#calcForm {
	padding-left: 9em;
}

div#calcForm form label {
  display: block;
  float: left;
  width: 22em;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: left;
}

div#calcForm form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div#calcForm form input {
	text-align: right;
}

div#calcForm form p {
	position: relative;
	bottom: 9px;
	margin-left: 28.2em;
	width: 9em;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
	/* border: 1px solid #000; */
}

div#quickQuote form {
	text-align: center;
}

div#quickQuote hr {
/*	position: relative;
	right: 5em; */
	width: 35em;
	text-align: center;
}

div#quickQuote form label {
  display: block;
  float: left;
  width: 17.5em;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

div#quickQuote form fieldset label {
  width: 18em;
}

div#quickQuote form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div#quickQuote form fieldset {
  width: 35em;
text-align: left;
margin: 0px auto 20px auto;
}

div#quickQuote form fieldset legend {
	color: #807C5B;
border: 1px solid #000;
padding: 2px 6px
}

div#quickQuote form fieldset legend:hover {
	color: green;
}
#subLinks {
	position: relative;
	width: 88px;
	height: 31px;
	padding: 0px;
	margin: 0px;
}
#subLinks a#w3validator {
	position: absolute;
	padding: 0px;
	margin: 0px;
	background: url('../assets/valid-html401.gif') 0 0 no-repeat;
}

#subLinks a#w3validator:hover {
	background-position: -88px 0;
}

#subLinks a#elfaOnline {
	position: absolute;
	left: 98px;
	padding: 0px;
	margin: 0px;
	background: url('../assets/elfa.gif') 0 0 no-repeat;
}

#subLinks a#elfaOnline:hover {
	background-position: -64px 0;
}



/*

.menu {position:relative;}

ul#mainNav {
	position: relative;
	font-family: lucida grande;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 0px;
	width: 800px;
	height: 31px;
	background: #75859c url('../assets/mainNavBG.gif');
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	overflow: hide;
	border: 2px solid #fff;
	border-width: 2px 0px;
	clear: both;
}

ul#mainNav li {
	position: relative;
	display: inline;
}

ul#mainNav li a {
	float: left;
	position: relative;
	height: 31px;
	line-height: 31px;
	padding: 0px 16px 0px 14px;
	color: #fff;
	text-decoration: none;
	background: url('../assets/mainNavRightBorder.gif') right top no-repeat;
}

ul#mainNav li.darker a {
	font-weight: bold;
}

ul#mainNav li.darker a:hover {
	font-weight: bold;
}

ul#mainNav li.parent a:hover {
	color: #fff;
}

ul#mainNav li.last a {
	background: none;
	padding-left: 26px;
}

ul#mainNav li a:hover {
	color: #ccc;
	font-weight: normal;
}


ul#mainNav li a:active {
	padding: 0px 14px 0px 16px;
	line-height: 33px;
	color: #ccc;
	font-weight: normal;
}

ul#mainNav li.last a:active {
	padding-left: 28px;
}

ul#mainNav li ul {
	position: absolute;
	display: none;
	background: transparent;
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	}

ul#mainNav li ul li {
	position: relative;
}

ul#mainNav li:hover ul, li.over ul { display: block; }

ul#mainNav li li {
	display: block;
}

ul#mainNav li li a {
	float: none;
	background: transparent;
	padding: 8px;
}

ul#mainNav li li a:hover {
	color: #ccc;
}

ul#mainNav li.parent li a:hover {
	color: #ccc;
	padding: 8px;
}

ul#mainNav li.parent li a:active {
	color: #ccc;
}

ul#mainNav li ul#benefitsPullDown {
	left: -100px;
	top: 31px;
}

ul#mainNav li ul#vendorsPullDown {
	z-index: 2;
	text-align: center;
	width: 110px;
	left: -103px;
	top: 31px;
}

ul#mainNav li ul#vendorsPullDown {
	list-style: none;
}

ul#mainNav li ul#vendorsPullDown a:hover {
	padding: 8px;
}

*/