﻿/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: white; /* [original:f0f5fb]  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: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
color: #663300;  /* #663300; red-brown of logo text | 66520e dark brown border */
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
clear: none;
}

h1 {
margin-top: 5px;
border-bottom: 0 solid #66520e;
font-size: 175%;
clear: both;
}

h2 {
border-bottom: 1px solid #66520e;
font-size: 125%;
margin-bottom: 0px;
}

h3 {
border-bottom: 0 solid #66520e;
font-size: 115%;
}

h4 {
font-size: 100%;
margin-bottom: 0;
}

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;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link,
a:visited {
color: #993300; /* #5c4a0d; light brown */
text-decoration: underline;
}

a:hover {
color: #CC3300;
text-decoration: underline;
}

#Footer a:link,
#Footer a:visited {
color: #842B00; 
text-decoration: underline;
}

#Footer a:hover {
color: #AA2B00;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #66520e;  /* 66520e dark brown border */ /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 130px;  /* 130px; image header height -- add 15 to bar under image  */ 
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#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)  */
}

#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%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.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.gif); /* url(); | url(../image-files/background.gif); original */
background-repeat: repeat-y;
/*background-color: white; */ /* originally not specified */
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: #ae7b3a; /* transparent; original | #ae7b3a; light borown - needed for bar under header image*/
background-position: top left;
}

#ContentWrapper {
background-image: url();  /* url(); | url(../image-files/background.gif); original */ 
background-repeat: repeat-y; 
background-color: #ae7b3a; /* transparent; original | #ae7b3a; light borown */
}

#NavColumn {
background-image: url(); /* url();  |  url(../image-files/nav-background.gif); original	 */
background-repeat: repeat-y; 
background-color: transparent;  /* transparent; original | #ae7b3a; light brown */
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white; /* transparent; original | #ae7b3a; light borown | white; */
}

#ExtraColumn {
background-image: url(); /* url(../image-files/extra-column.gif); */
background-repeat: no-repeat; /* no-repeat; original | repeat-y;*/
background-color: transparent;  /* transparent; original | #ae7b3a; light brown */
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ae7b3a;
text-align: center;
font-size: 90%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

/* ------ 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: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #e4ce95;  /* #b29656;  original left side button color / for button and RSS box backgrounds -- */
border: 1px solid #66520e; /* 8f8fb3 */
margin-bottom: -1px; /* -1px for no gap and a single border between nav items */
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 1px 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 1px 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 1px 3px 4px;
background-color: #66520e; /* original right side of button color */
text-decoration: none;
}



/* ------ 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: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
/* background-color: #e4ce95; */
text-align: center;
padding-right: 2px;
}

/*
.ExtraNav a:link {
color: black;
text-decoration: none;
text-align: center;
padding: 0px 4px;
}

.ExtraNav a:visited {
color: black;
text-decoration: none;
}

.ExtraNav a:hover {
color: white;
background-color: #66520e;
text-decoration: none;
}
*/

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
/* background-color: #ae7b3a; */
}



/* ------ Section 6 - Boxes ------ */

.sidebar {
	color: #000000;
	padding: 3px;
	border: thin solid #333333;
	background-color: #DAB878;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
}

.sidebar p {
	margin: 0px;
}

.sidebar h4 {
	font-size: inherit;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
}

.sidebar a:link,
.sidebar a:visited {
	COLOR: #990000;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

.sidebar a:hover {
	COLOR: #CC3300;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

.sidebar_right {
	float: right;
	width: 35%;
	margin: 5px;
}

.image_right {
	font-size: 85%;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: white;
}

.image_right p {
	margin: 0;
}

.image_right img {
	margin-bottom: 6px;
}

.image_left {
	font-size: 85%;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: white;
}

.image_center {
	font-size: 85%;
	text-align: center;
	padding: 5px;
	clear: both;
	background-color: white;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
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: #DAB878;
width: 24%;
border: 1px solid #333333;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
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 {
width: 100%;
border-top: 1px solid #ae7b3a;
border-bottom: 1px solid #ae7b3a;
margin: 30px auto 12px auto; /* 0 auto 12px auto; */
padding: 18px 0 22px 0;  /* 4px */
}

.ReturnToNavBox p {
margin: 0px;
}


/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #e4ce95;
border: 1px solid #66520e;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: black;
line-height: 120%;
text-align: center;
}

/* ------ 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;
}

.section_heading {
	color: #999999;
	text-align: center;
	border-top: 1px solid #666666;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 12px;
}

.section_header {
	padding: 3px;
	width: 100%;
	border-top: 1px solid #666666;
	letter-spacing: .4em;
	margin-bottom: 4px;
}

.x-small_font {
    font-size: 85%;
}

.checklist {
	list-style-image: url(/image-files/checkbox.gif);
}

.table_recomendation table,
.table_grid table {
	margin: 5px;
	border: 1px solid #999999;
	border-collapse: collapse; 
}
.table_recomendation td,
.table_grid td {
	font-size: 95%;
	padding: 2px;
	border: 1px solid #999999;
}
.table_recomendation th,
.table_grid th {
	padding: 2px;
	border: 1px solid #999999;
}
.table_recomendation th {
	font-size: 80%;
	font-weight:bold;
	text-align:left;
	line-height: 80%;
}
.table_recomendation caption {
	font-size:100%;
	color:#800000;
	font-weight:bold;
	text-align:left;
}
.first-choice-header {
	color:#000000;
	background-color:#A4C8FF;
}
.budget-saver-header{
	color:#000000;
	background-color:#99FF99;
}
.full-size-header {
	color:#000000;
	background-color:#FFB951;
}
.space-saver-header {
	color:#000000;
	background-color:#FF6A6A;
}

/* -- 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;
}

