/*Version 1.0 -- Contest Version */
/* ------ Section 1 - Global Body, Font and Link Settings ------ */
/* ------ Section 2 - Global Page Structure ------- */
/* ------ Section 3 - Page Structure Details ------ */
/* ------ Section 4 - Left Column Navigation ------ */
/* ------ Section 5 - Additional Navigation ------ */
/* ------ Section 6 - Boxes ------ */
/* ------ Section 7 - Frequently Used Styles ------ */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ddd5c6; /* lightest brown */
margin: 0;
padding: 0;
font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5 {
font-family: Georgia, Times New Roman, 'Palatino Linotype', Palatino, serif;
background-color: transparent;
color: #6c311b; /* dark brown */
clear: both;
}

h1 {
margin-top: 15px;
font-size: 175%;
}

h2, h3, h4, h5 {
margin-top: 24px;
}

h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}

blockquote {
margin: 12px 40px;
color: #6c311b; /* dark brown */
font-weight: normal;
font-size: 115%;
line-height: 20px;
font-family: 'Courier New', Courier, Arial, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */

a:link {
color: blue;
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: 1px solid #c4b49a; /* light brown */
}

#Header {
position: relative;
height: 350px; /* banner */
}

#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 #c4b49a; /* light brown */
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color: white; /* necessary notsure */
background-image: url();
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/best-mortgage-rate.jpg); /* #314277 dark blue */
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: white;
background-image: url();
background-repeat: no-repeat;  /* with url, change to repeat-y */
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;  /* with url, change to 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:  #dae2f7; /* light blue */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 80%;
}

#NavColumn h4 {
font-size: 90%;
color: #6c311b;
margin-top: 0;
}

#ExtraColumn h3 {
font-size: 110%;
color: #6c311b;
margin-top: 20px;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #6c311b; /* dark brown */
border-bottom: 1px solid #6c311b; /* dark brown */
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: #fff;
border: 0px solid #fff;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #475b94; /* blue */
display: block;     /*  highlight box rather than just the text */
padding: 2px 0 2px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #475b94; /* blue */
display: block;    /*  highlight box rather than just the text */
padding: 2px 0 2px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #fff;
display: block;    /*  highlight box rather than just the text */
padding: 2px 0 2px 4px;
background-color: #af9874; /* medium brown */
text-decoration: none;
}

/* -- Horizontal Text ExtraNavBanner -- */

.ExtraNavBanner {
font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.ExtraNavBanner ul {
list-style-type: none;
padding: 0 20px;
}

.ExtraNavBanner ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNavBanner a:link {
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 20px; /* pads 4 sides of each link */
}

.ExtraNavBanner a:visited {
color: #fff;
text-decoration: none;
padding: 0 20px;
}

.ExtraNavBanner a:hover {
color: #475b94; /* blue */
font-weight: bold;
text-decoration: none;
padding: 0 20px;
}

#Header .ExtraNavBanner {
font-size: 85%;
position: absolute; /* positions to bottom */
top: 329px; /* positions within colored strip */
left: 0;
}

#Header .ExtraNavBanner ul {
margin: 0 30px; /* 4 outer edge margins */
}

/* Horizontal Text ExtraNavFooter */

.ExtraNavFooter {
font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.ExtraNavFooter ul {
list-style-type: none;
padding: 0;
}

.ExtraNavFooter ul li {
display: inline;
background-color: #dae2f7; /* light blue */
text-align: center;
}

.ExtraNavFooter a:link {
color: #6c311b; /* dark brown */
font-weight: normal;
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

.ExtraNavFooter a:visited {
color: #6c311b; /* dark brown */
font-weight: normal;
text-decoration: underline;
}

.ExtraNavFooter a:hover {
color: #6c311b; /* dark brown */
font-weight: bold;
text-decoration: underline;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #dae2f7; /* light blue */
}

/* ------ Section 6 - Boxes ------ */

/* Center Call Out */
.CalloutBox {
background-color: #dae2f7; /* light blue */
width: 70%;
border: 1px solid #af9874; /* medium brown */
margin: 18px auto 24px auto;
padding: 3px;
text-align: center; /* added */
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;
}

/* Left Aligned Call Out 90% */
.CalloutBox2 {
background-color: #dae2f7; /* light blue */
width: 90%;
border: 1px solid #af9874; /* medium brown */
margin: 18px auto 24px auto;
padding: 3px;
color: black;
}
div.CalloutBox2 p {
margin: 13px;
}
p.CalloutBox2 {
padding: 13px;
}
div.CalloutBox2 h3 {
text-align: center;
margin: 5px 0;
}

/* Left Aligned Call Out changed to 90 from full */
.CalloutBox3 {
background-color: #dae2f7; /* light blue */
width: 90%;
border: 1px solid #af9874; /* medium brown */
margin: 18px auto 24px 0;
padding: 3px;
color: black;
}
div.CalloutBox3 p {
margin: 13px;
}
p.CalloutBox3 {
padding: 13px;
}
div.CalloutBox3 h3 {
margin: 5px 13px;
}

/* Reminder */
.ReminderBox {
background-color: #fff; 
width: 24%;
border: 1px dashed #dae2f7; /* light blue */
margin: 0 0 12px 18px;
padding: 0 0 4px 0; /* removes padding from header edges */
float: right; /* adding float enables text to flow around it */
text-align: center; /* added */
color: black;
}

.ReminderBox h4 {
margin: 0;
padding: 2px; /* h4 pad only */
text-align: center;
background-color: #dae2f7; /* light blue */
}

.ReminderBox div {
font-size: 80%;
padding: 0 4px; 
line-height: 120%;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px; /* dont alter */
line-height: 120%;
}

/* Directory */
.DirectoryBox {
background-color: #fff; 
width: 90%;
border-bottom: 1px solid #af9874;
margin: 0;
padding: 0 0 4px 0; /* removes padding from header edges */
text-align: left; /* added */
color: black;
}

.DirectoryBox h5 {
margin: 0;
padding: 3px; /* h5 pad only */
text-align: left;
background-color: #af9874; /* medium brown */
color: white;
}

.DirectoryBox div {
font-size: 70%;
padding: 0 4px; 
line-height: 120%;
}

.DirectoryBox p {
font-size: 70%;
padding: 0 4px; /* dont alter */
line-height: 120%;
}

/* Adsense */
.AdSenseBoxCenter300, .AdSenseBoxCenter336, .AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxCenter300 {
width: 300px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxCenter336 {
width: 336px;
margin: 0 auto 12px auto;
clear: both;
}

.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 {
margin: 25px 0 0 0;
text-align: center;
}

/* -- Return Box -- */

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #af9874;
border-bottom: 1px solid #af9874;
margin: 0 auto 12px auto;
padding: 5px;
}

/* Left RSS Box */
#RSSbox {
width: 148px;
background-color: #fff;
border: 1px solid #af9874;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 3px;
font-size: 100%;
color: #6c311b;
line-height: 120%;
text-align: center;
}

/* Left Search Box */
#Searchbox {
width: 148px;
background-color: #fff;
border: 1px solid #af9874;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 3px;
font-size: 100%;
color: #6c311b;
line-height: 120%;
text-align: center;
}

/* Left Ad */
.LeftColumnBox {
width: 148px;
background-color: #fff;
border: 1px  dashed #af9874;
margin: 8px auto 25px auto;
padding: 2px 5px 5px 5px;
font-size: 89%;
color: #000;
line-height: 120%;
text-align: center;
}

.LeftColumnBox h3 {
color: #6c311b;
margin: 0px;
padding: 5px 4px 1px 4px;
text-align: center;
background-color: #fff;
}

/* Right Ad */
.RightColumnBox {
width: 148px;
background-color: #fff;
border: 1px solid #af9874;
margin: 8px auto 10px auto;
padding: 2px 5px 5px 5px;
font-size: 100%;
color: #000;
line-height: 120%;
text-align: center;
}

.RightColumnBox h4 {
color: #6c311b;
margin: 0px;
padding: 5px 4px 1px 4px;
text-align: center;
background-color: #fff;
}

/* Right Newsletter */
.RightNewsletter {
width: 148px;
background-color: #fff;
border: 1px solid #af9874;
margin: 8px auto 10px auto;
padding: 0px 5px 0px 5px;
font-size: 100%;
color: #6c311b;
line-height: 120%;
text-align: center;
}

/* Right box for advertising policy */
.RightColumnBoxAP {
width: 148px;
background-color: #fff;
border: 0;
margin: 8px auto 8px auto;
padding: 0;
font-size: 100%;
color: #000;
}

/* -- First Letter On Page -- */
p.article:first-letter {
font-family: 'Monotype Corsiva', 'Apple Chancery', cursive;
font-size: xx-large;
color: #475b94;
}

/* -- C2 Invitation -- */
.storyInput {
height: 200px;
}
.vIsText_3000 {
height: 100px;
}
body #INV a {
text-decoration: none;
}
body #VisitorPages a {
text-decoration: none;
}

/* ------ 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;
}

.Disclosure {
font-size: 75%;
font-style: italic;
}

/* -- floats -- */

.ctr {
text-align: center;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 12px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.ItemLeftNoWrap {
float: left;
margin: 2px 18px 12px 10px;
text-align: center;
clear: both;
}
