/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
	background-color: #FFFAAE;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #541A0E;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
font-size: 1.2em;
}

h1 {
margin-top: 5px;
font-family: Verdana, Arial, sans-serif;
border-bottom: 0 solid #996699;
text-align: left;
font-size: 1.5em;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #541A0E;
}

h3 {
font-family: Verdana, Arial, sans-serif;
border-bottom: 0 solid #996699;
}

blockquote {
margin: 12px 56px;
color: #000;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: #2E0226;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/*-----Unordered List -------*/
div#ContentColumn ul {
	list-style-type: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 1em;
	padding-bottom: 5px;
}

div#ContentColumn ul li {
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 2em;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}

/* -- General Link Styling -- */

a:link {
color: #blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #orange;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1090px;
background-color: transparent;
/* border: 2px solid #8f8fb3;   dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 160px;
}

#ContentWrapper {
background-image: url(../image-files/contentbg.jpg);
background-repeat: repeat-y;
float: left;
width: 100%;
background-color:#ffffff;
}

#ContentColumn {
margin: 10px 255px 0 255px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
background-color: transparent;
}

#NavColumn {
	float: left;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -1020px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	height: 400px;
}

#ExtraColumn {
	float: left;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -249px;        /* STEP 5: set to -(ExtraColumnWidth) */
	height: 400px;
}

#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;
	height: 121px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	/* background-repeat: no-repeat;	background-image: url(../image-files/background.gif); */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: thin none #00749C;
	/* background-repeat: repeat-y; */
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
/* background-color: transparent; */
background-position: left top;
}

#ContentWrapper {
	/* background-image: url(../image-files/background.gif); */
/* background-repeat: repeat-y; */
background-color: transparent;
}

#NavColumn {
	/* background-image: url(../image-files/navcolbg.jpg);
	background-repeat: repeat-x;
	background-color: transparent; */
}

#ContentColumn {
/* background-image: url(); */
/* background-repeat: no-repeat; */
background-color: transparent;
}

#ExtraColumn {
	/* background-image: url(../image-files/navcolbg.jpg); */
	/* background-repeat: repeat-x; */
	/* background-color: transparent; */
}

#Footer {
	/* background-color: #669966; */     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
	font-size: 85%;
	background-image: url(../image-files/footerbg.jpg);
	background-repeat: no-repeat;
}

#NavColumn {
	font-size: 90%;
	color: #541A0E;
}

#ExtraColumn {
font-size: 90%;
color: #541A0E;
margin-top: 0;
}

#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: Verdana, Arial, sans-serif;
background-color: transparent;
font-size: 12px;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #541A0E;
border-bottom: 1px solid #541A0E;
margin: 7px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #F7F4E5;        /* tan, for button and RSS box backgrounds -- */
margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #541A0E;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #541A0E;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
background-color: #541A0E;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
}

/* -- Special Bullet Nav List -- */

.SpecialNavigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.SpecialNavigation li {
background-color: #F7F4E5;        /* tan, for button and RSS box backgrounds -- */
background-image:url(../image-files/bullet3.jpg);
background-repeat: no-repeat;
/* background-position: left 0.4em; */
background-position: left;
padding-left: 1em;
margin-top: 0.2em;
margin-right: 0;
margin-bottom: 0.2em;
margin-left: 0;
/* margin-bottom: 1px; */
}

/* -- Navigation Link styles -- */

.SpecialNavigation a:link {
color: #541A0E;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
text-decoration: none;
}

.SpecialNavigation a:visited {
color: #541A0E;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
text-decoration: none;
}

.SpecialNavigation a:hover {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 1px 0 2px 4px;
background-color: #541A0E;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg 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: Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #5D413E;
text-align: center;
}

.ExtraNav a:link {
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #AF9594;
text-decoration: none;
}

.ExtraNav a:hover {
color: #42282B;
background-color: #fff;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
/* background-color: #669966; */
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px solid #541A0E;
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;
}

.ReminderBoxRight {          
background-color: #F7EDF7;
width: 24%;
border: 1px solid #541A0E;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBoxRight h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #541A0E;
color: #fff;
}

.ReminderBoxRight p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxLeft {          
background-color: #F7EDF7;
width: 24%;
border: 1px solid #541A0E;
margin: 0 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBoxLeft h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #541A0E;
color: #fff;
}

.ReminderBoxLeft p {
font-size: 90%;
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;
}

.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: #fff; */
width: 90%;
border-top: 1px solid #541A0E;
border-bottom: 1px solid #541A0E;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #541A0E;
line-height: 120%;
text-align: center;
clear: both;
}

/* -- Awaken Your Interior Designer -- */

#AYID {
	width: 150px;
	float: left;
	padding: 2px 2px 0px 4px;
	margin: 0px 0px 10px 0px;
	float: left;
	border: 1px solid #541A0E;
	clear: both;
}


/* ------ 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;
}

/* -- 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;
}
