/*Version 1.0 -- Contest Version */

/* ----- Font Colors 

Garden Green 	-  #AAAB86
Buttercup 	-  #F2E1A9
Breeze		-  #92DFE3
Cranberry	-  #B84543
---------------------- /*


/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* white color for browser window background color  */
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: #0d004f;  /* ---- blue color --*/

}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0px solid #0D004f;  /* ---- blue color --*/
text-align: left;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #0D004f;  /* ---- blue color --*/
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #0D004f;  /* ---- blue color --*/
}

#ExtraColumn h3 {
padding: 0;
font-size: 110%;
color: #0D004f;  /* ---- blue color --*/
border-bottom: 3px solid #FCA311;  /* ---- gold color --*/
margin: 5px 0;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0px solid #FCA311;  /* ---- gold color --*/
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #0D004f;  /* ---- blue color --*/
text-decoration: underline;
}

a:visited {
color: #0D004f;  /* ---- blue color --*/
text-decoration: underline;
}

a:hover {
color: #0D004f;  /* ---- blue color --*/
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;

   
}

#Header {
height: 260px;

}

#ContentWrapper {
float: left;
width: 100%;

}

#ContentColumn {
margin: 0px 175px 0px 175px;  /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 5px 20px 20px 20px ;
}

#NavColumn {
float: left;
width: 174px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;
margin-right: 5px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */

}

#ExtraColumn {
float: right;
width: 174px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -174px;
margin-top: 70px;        /* STEP 5: set to -(ExtraColumnWidth) */
padding: 0px 0px 0px 0px;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin-top: 0px;
margin-left: 0px;
margin-right: 5px;

}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/background-wrapper.gif) top left no-repeat;
}

 

#ContentColumn .Liner {
padding: 5px 0px 0px 0px;
}

#ExtraColumn .Liner {
margin-top: 0px ;
margin-left: 0px;
color: #0D004f;  /* ---- blue color --*/

}

#NavColumn {
color: #0D004f;  /* ---- blue color --*/
position:relative;
margin-bottom: -120px;
margin-top: 70px;
z-index:100;
}

#ContentColumn, #ExtraColumn {
position:relative;
margin-bottom: 0px;
z-index:100;
}

#Footer {
position:relative;
background: url(../image-files/footer-background.gif) bottom right no-repeat;
height:185px;
z-index:1;
color: #0D004f;  /* ---- blue color --*/
}
#Footer .Liner {
padding-top: 0px;
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;

}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #0D004f;  /* ---- blue color --*/
border-bottom: 3px solid #FCA311;  /* ---- gold color --*/
margin: 5px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 3px 0 3px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
font-weight: bold;
background-color: #ffffff;        /* white, for button and RSS box backgrounds -- */
border: 0px solid #ffffff;				/*white color ---*/
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #0D004f;  /* ---- blue color --*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 4px;
text-decoration: none;

}

.Navigation a:visited {
color: #0D004f;  /* ---- blue color --*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #0D004f;  /* ---- blue color --*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 1px 4px;
background-color: #ffffff;   /* white color background with mouse hover */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #0D004f;  /* ---- blue color --*/
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-weight: bold;
color: #0D004f;  /* ---- blue color --*/
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #0D004f;  /* ---- blue color --*/
text-decoration: none;
text-align: center;
padding: 0 0px;
}

.ExtraNav a:visited {
color: #0D004f;  /* ---- blue color --*/
text-align: center;
text-decoration: none;
}

.ExtraNav a:hover {
color: #0D004f;  /* ---- blue color --*/
background-color: transparent;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 70px;
right: 40px;
}

#Header .ExtraNav ul { 
margin-left: 4px;
}

#Footer .ExtraNav {
margin: 0px 0 0 0;
background-color: transparent;
color: #FCA311;  /* ---- gold color --*/

}

#Footer .ExtraNav a {
color: #FCA311;  /* ---- gold color --*/
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #FCA311;  /* ---- gold color --*/
width: 85%;
border: 1px solid #0D004f;  /* ---- blue color --*/
margin: 18px auto 24px auto;
padding: 4px;
color: #0D004f;  /* ---- blue color --*/
font-weight: normal;
}

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: #0D004f;  /* ---- blue color --*/
width: 24%;
border: 0px solid #FCA311;  /* ---- gold color --*/
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #ffffff;  /* ---- White color --*/
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FCA311;  /* ---- gold color --*/
color: #0D004f;  /* ---- blue color --*/
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxLeft a:link {
color: #FCA311;
font-weight: bold;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxBottom {

margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxBottom h3 {
background-color: #FCA311;  /* ---- gold color --*/
color: #0D004f;  /* ---- blue color --*/
padding: 3px 3px 3px 5px;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;

}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 0px solid #92DFE3;
border-bottom: 1px solid #FCA311;  /* ---- gold color --*/
margin: 10px auto 12px auto;
padding: 10px 0px 10px 0px;

}

.ReturnToNavBox img {
border: none;

}
.ReturnToNavBox a:link {

}

a:visited {
color: #0D004f;  /* ---- blue color --*/
text-decoration: underline;
}

a:hover {
color: #0D004f;  /* ---- blue color --*/
text-decoration: underline;
}

.RelatedTagsBox {
background-color: #fff;
width: 50%;
border-top: 0px solid #92DFE3;
border-bottom: 0px solid #FCA311;  /* ---- gold color --*/
margin: 10px auto 12px auto;
padding: 10px 10px 10px 10px;
float: left;
clear: all;
}
/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffffff; /* -- buttercup background, same as nav bar buttons -- */
border: 1px solid #0D004f;  /* ---- blue color --*/
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #0D004f;  /* ---- blue color --*/
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */
b {
color: #0D004f;  /* ---- blue color --*/
}

strong {
color: #0D004f;  /* ---- blue color --*/
}

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
color: #0D004f;  /* ---- blue color --*/
display: block;
line-height: 150%;
margin-bottom:10px;
text-align: center;
}

.references {
font-size: 80%;
color: #808080;
display: block;
line-height: 150%;
margin-bottom:10px;
font-style: italic;
}

/* -- 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;
}
