/*Version 1.0 -- Contest Version */

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

body {
background-color: #5f9ea0; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
color: #696969;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #1d487e;
clear: both;
}

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

h1 { color: #008080; margin-top: 5px; font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif; border-bottom: 0 solid #8f8fb3; text-align: center; }

h2 { color: #191970; font-size: 14px; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; margin-top: 24px; border-bottom: 1px solid #556b2f; }

h3 { color: #000; font-size: 100%; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; margin-top: 24px; border-bottom: 1px solid #000; }
h4 { color: #2f4f4f; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; text-indent: 0; }
blockquote {
margin: 12px 56px;
color: #006;
font-family: "Courier New", Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link { color: blue; font-size: 95%; text-decoration: underline; }

a:visited { color: purple; font-size: 95%; text-decoration: underline; }

a:hover { color: red; font-size: 95%; text-decoration: underline; }



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

#PageWrapper { width: 960px;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 160px;
}

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

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* 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)  */
}

#ExtraColumn {
float: left;
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%; height: 125px; padding: 0 0 8px; }

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

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



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

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
}

#NavColumn {
background-image: url(../image-files/nav-background.jpg);
background-repeat: repeat-y;
}

#ContentColumn {
background-image: url('url(.html');
background-repeat: no-repeat;
}

#ExtraColumn {
background-image: url('url(.html');
background-repeat: no-repeat;
}

#Footer { color: #000; background-image: url(../image-files/footer.jpg); background-repeat: no-repeat; text-align: center; font-size: 85%; width: 100%; }

#NavColumn {
font-size: 90%;
color: #000;
}

#ExtraColumn { color: #000; font-size: 90%; text-align: center; }

#NavColumn h4 {
font-size: 90%;
color: #556b2f;
margin-top: 0;
}

#ExtraColumn h4 { font-size: 90%; color: #000; margin-top: 0; }


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

.Navigation {
width: 100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* -- Nav Headers -- */

.Navigation h3 { padding: 0 0 0 6px; font-size: 100%; color: #ffefd5; background-color: #008080; border-bottom: 2px solid #ffefd5; margin: 12px 0 12px 0; }

/* -- Nav List -- */

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

.Navigation li { border: solid 1px #ffefd5; margin-bottom: 3px; }

/* -- Navigation Link styles -- */

.Navigation a:link { color: #008080; background-color: #ffefd5; 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; background-color: #ffefd5; 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: #ffefd5; display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px; background-color: #bc8f8f;   /* 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 { color: #191970; text-decoration: none; }

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; background-color: #ffefd5; }

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

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

.ExtraNav a:link { color: #008080; text-decoration: underline; text-align: center; padding: 2px 5px; border-left: 1px solid #000; }

.ExtraNav a:visited { color: #696969; padding: 2px 5px; border-left: 1px solid #000; }

.ExtraNav a:hover { color: #ffefd5; background-color: #5f9ea0; text-decoration: underline; padding: 2px 5px; border-left: 1px solid #000; }

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


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

#Footer .ExtraNav { width: 500px; margin: 12px auto; padding-top: 50px; }

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

.CalloutBox { background-color: #ffe4c4; width: 80%; border: dotted 1px; margin: 18px auto 24px; padding: 4px; color: #800000; text-align: center; }

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: #fffaf0; width: 150px; border: solid 1px #556b2f; margin: 0 18px 12px; float: right;             /* adding float enables text to flow around it */
color: #191970; padding: 8px; }
.ReminderBox h4 { color: #ffefd5; margin: 0; padding: 5px; text-align: center; background-color: #2f4f4f; }
.ReminderBox p { font-size: 80%; padding: 0 4px; line-height: 120%; }
.DiscountBox { color: #5f9ea0; background-color: #fffaf0; padding: 8px; width: 75%; float: right; margin: 0 20px 20px 0; border: solid 1px #556b2f; }
.DiscountBox h4 { color: #ffefd5; background-color: #5f9ea0; text-align: center; margin: 0; padding: 5px; }
.DiscountBox p { font-size: 80%; line-height: 120%; padding: 0 4px; }
.IngredientsBox { color: #ffefd5; background-color: #5f9ea0; margin: 0 20px 12px 10px; width: 50%; float: right; padding: 0 10px 10px; }
.IngredientsBox h4 { color: #5f9ea0; background-color: #ffefd5; text-align: center; width: auto; margin-top: 10px; }
.SideBox { color: rgb(0, 51, 102); font-size: 90%; background-color: #fff; text-align: center; width: 83%; margin-left: 10px; padding: 2px; border: solid 2pt;; }
.SideBox h5 { color: #fff; font-size: 95%; background-color: rgb(0, 51, 102); text-align: center; margin-bottom: 0; padding: 1px; }
.PriceBox { color: #2f4f4f; line-height: 20px; background-color: #fffaf0; margin: 0 0 12px 18px; padding: 12px; width: 30%; float: left; border: solid 1px #8f8fb3; }
.PriceBoxr { color: #2f4f4f; line-height: 20px; background-color: #fffaf0; margin: 0 18px 12px 0; padding: 12px; width: 30%; float: right; border: solid 1px #8f8fb3; }
.PriceBox h4 { color: #5f9ea0; padding: 5px; }
.PriceBoxr h4 { color: #5f9ea0; padding: 5px; }
.PriceBox r { color: #808000; line-height: 120px; padding: 5px; float: right; }
.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
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 { color: #ffefd5; line-height: 20px; background-color: #5f9ea0; background-image: url(../image-files/beige.jpg); text-align: left; width: 90%; padding: 0 0 0 6px; clear: both; margin-left: 6px; }

.ReturnToNavBox { text-align: center; width: 100%; float: right; margin-top: 25px; padding-top: 0; border-top: 1px solid #000; border-bottom: 1px solid #000; }

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fdf5e6;
border: solid 1px #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 95%;
font-weight: bold;
color: #2f4f4f;
display: block;
margin-bottom:10px;
}

/* -- floats -- */

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

.ItemCenter { text-align: center; clear: both; margin-top: 2px; margin-bottom: 12px; }

.ItemLeft {
float: left;
margin: 2px 18px 12px 20px;
text-align: center;
}
.threecolcont_C6C2D585 { width:100%; }
.threecolbox_C6C2D585 { line-height: 20px; width:30%; float:left; background-color:#fffaf0 ; margin: 6px; padding: 0; border: solid 2pt #d2b48c; }
.twocolcont_C83CFA2F {width:100%; height:auto }
.twocolboxl_C83CFA2F { text-align: center; width:50%; height:auto; float:left; border-right: 1px solid #000000  }
.twocolboxr_C83CFA2F { text-align: center; margin-left:50%; width:auto; height:auto  }

