/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #344F1C;  /* #E7F0BE #EDF5C2 #203111*/
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #000000;  /*Color of Headlines...original color is #1d487e*/
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid black;  /*Border under the h2*/
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;	/*Tells it to not have border*/
}


a:link img {
border: 0;	/*Tells linked image to not have blue border*/
text-decoration: none;		/*Tells linked to not have underline*/
}


/* -- General Link Styling -- */

a:link {
color: #1F5500; 
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;
border: 0px solid #1F5500;   /*  Dark Green Color of the border around the pagewrapper */
}

#Header {
position: relative;
height: 200px;
border-bottom: 0px solid maroon;  /*  This is the size and color of the border under the Header*/
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 278px 0 0;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 0;               /* STEP 2: If I want 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)  */
}

#ExtraColumn {
float: left;
border-top: 0px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
width: 277px;               /* STEP 4: If I want to set right columns at 180, set 1 less than 180 here */
margin-left: -278px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid black;  /* This is the size and color of the border above footer*/
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/nav-background.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;     /* color used for footer*/
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h2 {
padding: 0;
font-size: 150%;
color: #000000;
margin: 12px 0;
text-decoration: none;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation{
	width: 160px; /*width of menu*/
	border-style: solid;
	border-color: #000000;		/* #94AA74 Light Green for the border of the box the Nav menu buttons are in-- */
	border-size: 0px;
	border-width: 0px;
}

.Navigation {
width: 100%;
font-family: 16px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 150%;
color: #000000;
border-bottom: 1px solid #000000;
margin: 12px 0 12px 5px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffffff;        /* for button backgrounds -- */
border-bottom: 1px solid #000000;	/*for border under nav buttons*/
margin-bottom: 3px;
}

.SiteSearch {		/*for google search in left nav*/
padding: 0;
font-size: 150%;
color: #000000;
margin: 12px 0 12px 5px;
}




/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
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: black;
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: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
background-color: #d5e5c1;   /* for lit buttons both navbars */
text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}


.ThumbnailLink a:Caption {
font-size: 65%;
text-decoration: none;
color: red;
}

.ThumbnailLink a:hover .Caption {
text-decoration: none;
display: block;
line-height: 150%;
margin-bottom:10px;
}





/* -- Right Navigation Photo Link styles -- */

.RightNavPhotoCaption a:h3 {
color: black;
margin-bottom:10px;
text-decoration: underline;
}

.RightNavPhotoCaption a:link {
text-align: center;
color: black;
margin-bottom:10px;
text-decoration: underline;
}

.RightNavPhotoCaption a:visited {
text-align: center;
color: purple;
margin-bottom:10px;
text-decoration: underline;
}

.RightNavPhotoCaption a:hover {
text-align: center;
color: red;
margin-bottom:10px;
text-decoration: underline;
}


/* -- Right Navigation Cloning styles These are for the Right Nav
topics that "look" like Google Ads-- */


.RightNavAd a:link {
color: #1F5500; 
font: bold 13px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
text-decoration: underline;
}

.RightNavAd a:visited {
color: #1F5500;
font: bold 13px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
text-decoration: underline;
}

.RightNavAd a:hover {
color: #1F5500;
font: bold 13px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
text-decoration: underline;
}

.RightNavAd p {
font: normal 12px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
margin-left: 10px;
} 




/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 16px 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}

.ExtraNav ul {
list-style-type: none;
padding: 3px;
}

.ExtraNav ul li {
display: inline;
background-color: #ffffff;
border: 1px solid #a1c67b;	/*for border under nav buttons*/
margin-bottom: 3px;
text-align: center;
}

.ExtraNav a:link {
color: black;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: black;
text-decoration: none;
}

.ExtraNav a:hover {
color: black;
background-color: #d5e5c1;
text-decoration: none;
}


#Header .ExtraNav {
font-size: 85%;
position: left;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
padding: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #ffffff;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: beige;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
text-align: center;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}


div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,{
margin: 13px 0 0 13px;
}

div.CalloutBox h4 {
margin: 0;
padding: 2px;
text-align: center;
}

div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: beige;
width: 24%;
border: 1px solid maroon;
margin: 0 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
background-color: #ffffff;
margin: 0px;
padding: 4px;
text-align: center;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
text-align: center;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: beige;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 40px auto 40px auto;
padding: 4px;
text-align: center;
}

/* -- Contribute Box -- */

.Contribute {
width: 266px;
background-color: #ffffff;
border-top: 1px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 1px solid #000000;
margin: 8px 1px 0 4px;
padding: 2px 0 2px 10px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
text-align: center;
float: right;
}

/* -- RSS Box -- */

#RSSbox {
width: 200px;
background-color: #ffffff;
border: 1px solid #000000;
margin: 8px 25px 10px 0px;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
float: right;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.PhotoCaption {
font-size: 65%;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.BorderedPhotoLeft {
display: table;
border-style: double;
margin: 0px 12px 18px 0px;
float: left;
text-align: center;
}

.BorderedPhotoRight {
display: table;
border-style: double;
margin: 0px 0px 18px 12px;
float: right;
text-align: center;
}