/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
}

a img { border: none; }
/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */

html, body {
	height: 100%;
}

body {
  font-family: Georgia, Serif;
  font-size: .9375em;
  color: #404040;
  background-color: #e0ded5;
  background: #00264c url(../images/bg_texture_light.jpg) 0 0 repeat;
  text-align: center;
  line-height: 1.3;
  font-weight: normal;
}

h1 {
  font-size: 3.3em;
  line-height: 1.19;
  overflow: visible;
  color: #fff;
  font-family: "calluna-1","calluna-2", "Times", "Times New Roman", Georgia, Serif;
  overflow: visible;
}

h2 {
  font-family: "calluna-1","calluna-2", "Times", "Times New Roman", Georgia, Serif;
  font-size: 22px;
  color: #0f6299;
  font-weight: 600;
}

h3 {
  font-family: "museo-sans-1","museo-sans-2", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 .25em 0;
}

p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.25em 0;
}

#content p, #content ul {
  line-height: 1.45;
}

ol, ul {
  margin-left: 1.65em;
}

ol li, ul li { 
  margin: 0 0 .35em 0;
}

ul li { 
 list-style-type: circle;
}

ul li li { 
 list-style-type: disc;
}

dt {
  margin-bottom: .25em;
  font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin-bottom: 1em;
	font-size: 14px;
	padding-right: 20px;
}

/*  general styles - links */
/*  -------------------------------------------------------------------------  */
a:link, a:visited {
	color: #3674b3;
}

a:hover, a:active {
	color: #1a1a1a;
}

h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h2 a:link, h2 a:visited {
  color: #0f6299;
}

h2 a:hover, h2 a:active {
	color: #1a1a1a;
}


#nav a:link, #nav a:visited {
	color: #80BFFF;
}

#nav a:hover, #nav a:active {
	color: #fff;
}



/*  =========================================================================  */
/*  layout  */
/*  ------------------------------------------------------------------------- */

.headerwrapper {
  background: #01284b url(../images/bg_blue_texture.jpg) 0 0 repeat;
  color: #cfdae5;
  min-width: 940px;
}

#header {
  min-width: 940px;
}

#masthead, #content, #footer {
  margin: 0 auto;
  text-align: left;
}

#masthead {
  width: 940px;
  padding: 20px 0 0;
}

#logo {
  padding-left: 37px;
  background: transparent url('../images/fp.png') no-repeat 603px 5px;
  margin: 0 0 21px;
}

#nav {
  border-top: 1px solid #006cb2;
  border-top: 1px solid rgba(128, 191, 255, 0.2);
  border-bottom: 1px solid #006cb2;
  border-bottom: 1px solid rgba(128, 191, 255, 0.2);
}

#content {
  width: 896px;
  padding: 0 21px 3em;
  background-color: #e5e4df;
  border: 1px solid #c5c1b1;
  border-top: 0 none;
}

#footer {
  text-align: left;
  width: 898px;
  font-size: 14px;
  color: #73726d;
  background: transparent url(../images/bg_footer.png) center top no-repeat;
  padding: 1.65em 22px 0;
}

/*  layout - columns */
/*  ------------------------------------------------------------------------- */
.colone, .coltwo, .colthree, .colfour, .colfive, .colsix, .colseven, .coleight {
  float: left;
  margin: 0 18px;
}

.colone {
  width: 76px;
}

.coltwo {
  width: 188px;
}

.colthree {
  width: 300px;
}

.colfour {
  width: 412px;
}

.colfive {
	width: 524px;
}

.colsix {
	width: 636px;
}

.colseven {
	width: 748px;
}

.coleight {
	width: 860px;
}

.all {
  width: 100%;
  float: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.alpha {
  margin-left: 0 !important;
}

.omega {
  margin-right: 0 !important;
}

img.left {
  margin: .4em 18px 5px 0;
}

img.right {
  margin: .4em 0 5px 18px;
}

p.left img {
  margin-top: .4em;
}

.group {
  border-bottom: 1px solid #c7c4b8;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}


/*  =========================================================================  */
/*  header  */
/*  ------------------------------------------------------------------------- */

#logo a {
  display: block;
  width: 127px;
  height: 60px;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(../images/fp_logo_fp.png) no-repeat;
}

/*  header - nav */
/*  ------------------------------------------------------------------------- */
#nav ul, #nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav ul {
  float: left;
  padding: 0 40px;
}

#nav li {
  float: left;
  margin-right: 50px;
}

#nav li a {
  display: block;
  float: left;
  padding: 16px 1px 12px;
  text-decoration : none;
  font-weight: 500;
  margin-bottom: -1px;
  border-bottom: 4px solid transparent;
  font-family: "museo-sans-1", "museo-sans-2", "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

#nav li.active a {
  color: #fff;
  border-bottom-color: #d9a300;
}


/*  =========================================================================  */
/*  content  */
/*  ------------------------------------------------------------------------- */

.headings {
  clear: both;
  background: transparent url(../images/bg_headings_bottom.png) center bottom no-repeat;
  position: relative;
  z-index: 1;
  padding: 3em 21px 0;
  border-right: 1px solid #006cb2;
  border-right: 1px solid rgba(128, 191, 255, 0.2);
  border-left: 1px solid #006cb2;
  border-left: 1px solid rgba(128, 191, 255, 0.2);
}

.home .headings {
  background: transparent url(../images/bg_headings_home.png) center bottom no-repeat;
}

p.blurb {
  font-family: "calluna-1","calluna-2", "Times", "Times New Roman", Georgia, Serif;
  font-size: 21px;
	color: #80bfff;
	padding-top: 20px;
	border-bottom: 4px solid #d9a300;
	padding-bottom: 2.5em;
	margin-bottom: 0;
  position: relative;
  z-index: 10;
}

#content p.blurb {
  padding-top: 0;
  margin-top: -.15em;
  padding-bottom: 2em;
  color: #477db3;
}

p.blurb img {
  margin: 0 auto;
  display: block;
}

.highlight {
  color: #d9a300;

}

.main {
  padding-top: 3em;
  background: transparent url(../images/bg_main_02.png) center top no-repeat;
  min-height: 100px;
}

.featured {
  padding-bottom: .5em;
  width: 140px;
  margin: 0 10px;
  float: left;
}

.featured a {
  color: #404040;
}

.featured a:hover {
  color: #1a1a1a;
}

.featured img {
  display: block;
  border: 8px solid #fff;
  margin-bottom: .5em;
  width: 124px;
  height: 124px;
}

.featured a img  {
  border-color: #fff; 
}

.featured a:hover img {
  border-color: #d9a300; 
}

#content ul {
  margin-left: 0;
}

#content ul {
  margin-top: .3em;
}

#content ul li {
  list-style-type: none;
  padding-left: 23px;
  background: transparent url(../images/bullet.gif) no-repeat 8px .35em;
  font-size: 14px;
}

#content ul li li {
  background: url(../images/bullet_smaller.gif) no-repeat 5px .35em;
  padding-left: 20px;
}

.row {
  float: left;
  width: 100%;
  margin-bottom: 1.3em;
}

.row a.thumb {
  float: left;
}

.row img {
  display: block;
  border: 8px solid #fff;
  margin-bottom: .5em;
  width: 124px;
  height: 124px;
}

.row h2, .row p {
  margin-left: 155px;
}

.row a img  {
  border-color: #fff; 
}

.row a:hover img {
  border-color: #d9a300; 
}

.photo img {
  display: block;
  border: 8px solid #fff;
  margin-bottom: 1em;
  margin-top: .2em;
  width: 190px;
  height: 190px;
}

.image {
  display: block;
  border: 8px solid #fff;
  margin-bottom: 1em;
  margin-top: .2em;
}

.emphasis {
  padding-left: 20px;
}

/*  content - subnav */
/*  ------------------------------------------------------------------------- */
.subnav ul, .subnav li {
  list-style-type: none;
}

.subnav ul {
  border-top: 4px solid #d9a300;
  margin: 0;
  border-bottom: 1px solid #c7c4b8;
}

#content .subnav ul ul {
  border-top: 0 none;
  margin: 0 0 9px;
  border-bottom: 0 none;
}

#content .subnav li {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "museo-sans-1","museo-sans-2", Arial, sans-serif;
  font-size: 14px;
  background-image: none !important;
  font-weight: 700;
}

#content .subnav li li {
  font-size: 12px;
  margin-bottom: 3px;
}

.subnav a {
  text-decoration: none;
  display: block;
  padding: 8px 0 7px;
  border-top: 1px solid #c7c4b8;
}

.subnav li:first-child a {
  border-top: none;
}

.subnav li li a {
  border-top: 0 none;
  padding: 2px 0 2px 15px;
}

.subnav li li a:link, .active li a:link, .subnav li li a:visited, .active li a:visited {
  font-weight: 700;
  color: #666;
}

.subnav li li a:hover, .active li a:hover, .subnav li li a:active, .active li a:active {
  color: #1a1a1a;
  text-decoration: underline;
}

.active a, .subnav li li.active a {
  color: #1a1a1a;
  font-weight: 700;
}

#footer {
}

.footernav {
  color: #a6a49d;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11px;
  padding-top: 3px;
}

.footernav a:link, .footernav a:visited {
  color: #5c6166;
  text-decoration: none;
  margin: 0 .5em;
}

.footernav a:hover, .footernav a:active {
	color: #1a1a1a;
}

.meta {
  font-size: 14px;
}

#footer .meta {
  color: #999;
  text-align: right;
}

#footer .colsix {
  width: 654px;
  margin-right: 0;
}


/*  fix - floats  */
/*  -------------------------------------------------------------------------  */
.fix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

.fix {
	display:inline-block;
}

.fix {
	display: block;
  }