/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ecf6f3; /* pale green color for browser window background color and footer top border */
margin: 0;
padding: 5px;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #0d392c; /* text color choices 191970 or 2f4f4f or 800000 0d392c */
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px; /* was -175px */
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
text-align: left;
}

h2 {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
}

h3 {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
text-align: center;
}

blockquote {
margin: 12px 56px;
font-size: 100%;
line-height: 20px;
font-family: Arial,Verdana,Sans-serif;
color: #0d392c;
font-style: italic;
font-weight: bold;
}

code {
color: navy;
}
img {
border: 0;
}

a:link img {
border: 0;
}

p.normal {font-style:normal}
p.italic {font-style:italic}
p.oblique {font-style:oblique}

/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
background-image: url();
border: 2px ridge #0d392c;   /* dark green matching header & Nav Bar, headlines and borders */
}

#Header {
position: relative;
height: 182px; /* 182px */
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */padding: 5px;

}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
background-color: transparent;
}

#ExtraColumn {
float: right;
width: 179px;             /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0; 
margin: 0; 
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 5px 250px 5px 179px; /* original 5px 125px */
} 



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
background-image: url(../images/nafp-body-background2.jpg);
background-repeat: repeat-y;
margin: 24px auto;
}

#Header {
background-image: url(../images/nafp-header2.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top right;
}

#ContentWrapper {
background-image: url();
width: 100%;
background-repeat: no-repeat;
background-color: transparent;

}


#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
width: 590px;
text-align: left;
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../images/nafp-footer2.jpg);
background-repeat: no-repeat;
background-color: transparent;     /* med light green same as header text used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
line-height:100%; /* 265% 75% */
font-size: 80%; /* 85% */
height: 159px; /* 159px */
background-position: bottom; /* bottom */
}

#NavColumn {
font-size: 90%;
color: #fff;
}

#ExtraColumn {
font-size: 90%;
color: #000;
margin-top: 0;
}

#NavColumn h4 {
font-size: 90%;
color: #fff;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #000;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px;
font-size: 110%;
color: #fff;
margin: 5px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 10px 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ecf6f3;        /* same color as header text d4ece5 , for button and RSS box backgrounds -- */
border-style: outset;
border: 3px solid #0d392c;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
color: blue;
}

.ThumbnailLink a:hover .Caption {
text-decoration: none;
color: red;
}
.ThumbnailCaption {
text-decoration: underline;
color: blue;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 1px;
}

.ExtraNav ul li {
display: inline;
background-color: #d4ece5;
padding: 1px;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 3px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 5px; /* was 20px */
right: 185px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: auto; /* 20px auto original */
background-color: transparent;
position: relative;
padding: 0;
top: -5px; /* 42px original */
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #d4ece5;
width: 90%;
border: 2px solid #599684;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}


.ReminderBox {          
background-color: #fbeff7;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #0d392c;
color: #ffffff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.LeftReminderBox {          
background-color: #fbeff7;
width: 30%;
border: 1px solid #8f8fb3;
margin: 12px 12px 12px 12px;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.LeftReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #0d392c;
color: #ffffff;
}

.LeftReminderBox p {
font-size: 80%;
padding: 2px;
line-height: 120%;
}

.NavReminderBox {          
background-color: #fbeff7;
width: 85%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: left;
color: #006;


}

.NavReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #0d392c;
color: #ffffff;
}

.NavReminderBox p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ecf6f3;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
background-color: #d4ece5;
margin: 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #d4ece5;
border: 0;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
clear: both;
}
.RSSboxLeft {
width: 95px;
background-color: #ecf6f3;
border: 0;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
float: left;
}
.formbody {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
font-size: 90%;
color: #0d392c;
background-color: #d4ece5;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-top: 10px;
margin-bottom:10px;
}
/* -- floats -- */

div.img
  {
  margin:5px;
  border-style: outset;
border-color: #0d392c;
border-width: 5px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  font-size: 85%;
font-weight: normal;
text-align: center;
  width:160px;
padding: 5px;
margin-top: 5px;
margin-bottom:5px;
  }

div.rightimg
  {
  margin:5px;
  border-style: outset;
border-color: #0d392c;
border-width: 5px;
  height:auto;
  width:auto;
  float:right;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  font-size: 85%;
font-weight: normal;
text-align: center;
  width:160px;
padding: 5px;
margin-top: 5px;
margin-bottom:5px;
  }
div.productimg
  {
  margin:2px;
  border-style: none;
border-width: 0;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.productimg img
  {
  display:inline;
  margin:3px;
  }
div.productimg a:hover img
  {
  border: 0;
  }
div.proddesc
  {
  font-size: 85%;
font-weight: normal;
text-align:center;
  width:160px;
padding: 5px;
margin-top: 5px;
margin-bottom:5px;
border: 1px solid #0d392c;
  }

.ItemRight {
float: right;
padding: 5px;
margin: 2px 0 12px 18px;
text-align: center;
}

}
.ItemRight a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ItemRight a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ItemRight a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}


.ItemCenter {padding: 5px;
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
padding: 5px;
margin: 2px 18px 12px 0;
text-align: center;
border-style: outset;
border-color: #0d392c;
border-width: 5px;
background-color: #ecf6f3;
}

.ItemLeft a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ItemLeft a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ItemLeft a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}


.ItemLeftNB {
float: left;
padding: 5px;
margin: 2px 18px 12px 0;
text-align: center;
border-style: none
}

.ItemLeftNB a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: underline;
}

.ItemLeftNB a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ItemLeftNB a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

