/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #336699; /* background color for area around the outside of the page */
margin: 0;
padding: 0;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
color: #000000;
font-size: 80%;
line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #474747;
clear: both;
line-height: 135%;
}

h2, h3, h4, h5, h6 {
margin-top: 12px;
}

h1 {
margin-top: 0px;
font-family: 'Lucida Sans Unicode', Verdana, 'Lucida Grande', Arial, sans-serif;
border-bottom: 0 solid #000000;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', Verdana, 'Lucida Grande', Arial, sans-serif;
border-bottom: 0px solid #000000;
}

h3 {
font-family: 'Lucida Sans Unicode', Verdana, 'Lucida Grande', Arial, sans-serif;
border-bottom: 0 solid #000000;
}

p {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 1.4em;
	border: 0;
	}

blockquote {
margin: 12px 56px;
color: #333333;
font-size: 100%;
line-height: 20px;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}

code {
color: navy;
}



/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: blue;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: purple;
text-decoration: underline;
font-weight: bold;
}



/* -- Image Styling -- */

img {
border: 0px solid #C7D0D9;
}

a:link img {
border:  0px solid #cccccc;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border-top: 0px solid #68868c;
border-left: 0px solid #68868c;
border-bottom: 0px solid #68868c;
border-right: 0px solid #68868c;
}

#Header {
position: relative;
height: 60px;
border-bottom: 0px solid #bbcadc;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;
border-top: 0px solid #d4c9b5;
border-left: 0px solid #7C9CBF;
border-bottom: 0px solid #d4c9b5;
border-right: 0px solid #7C9CBF;
}

#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)  */
border-top: 0px solid #663300;
border-left: 0px solid #e9dcc6;
border-bottom: 0px solid #66a7c5;
border-right: 0px solid #bbcadc;
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px; 
border-top: 0px solid #663300;
border-left: 0px solid #d4c9b5;
border-bottom: 0px solid #663300;
border-right: 0px solid #663300;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0px solid #5e5f5a;
border-left: 0px solid #663300;
border-bottom: 0px solid #663300;
border-right: 0px solid #663300;
}

.Liner {
padding: 10px;
}

#ContentColumn .Liner {
padding: 24px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background-5-g.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../images/home-jewelry-business-success-tips-960x60-136-g.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background-5-g.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: #ffffff;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #FFFFFF;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;     /* site navcolumn color */
text-align: center;
font-size: 90%;
}

#NavColumn {
font-size: 90%;
color: 474747;
}

#ExtraColumn {
font-size: 90%;
color: black;
}

#ExtraColumn h3 {
background-color: #FFFFFF;
padding: 0;
font-size: 104%;
line-height: 115%;
color: #474747;
font-weight: bold;
border-bottom: 1px solid #474747;
margin: 12px 0px 12px 0px;
}

#NavColumn h4 {
font-size: 90%;
color: #487589;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #474747;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
background-color: #ffffff;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
font-size: 100%;
line-height: 115%;
color: #474747;
font-weight: bold;
border-bottom: 0px solid #C1E2F7;
margin: 9px 0px 10px 0px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 6px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #d0e5f5;
border-top: 0px solid #62869f;
border-left: 0px solid #62869f;
border-bottom: 1px solid #336699;
border-right: 0px solid #62869f;
margin-bottom: 0px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
font-weight: normal;
}

.Navigation a:visited {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
font-weight: normal;
}

.Navigation a:hover {
color: #FFFFFF;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #336699;   /* -- background color -- */
text-decoration: none;
font-weight: normal;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
font-weight: normal;
}

.ThumbnailLink a:link {
text-decoration: none;
font-weight: normal;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
font-weight: normal;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav li {
display: inline;
background-color: #4a5a43;
text-align: center;
}

.ExtraNav a:link {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ExtraNav a:visited {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.ExtraNav a:hover {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #e6ffe6;   /* extra-column color */
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: #ffffff;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #f6fcff;
width: 80%;
border: 1px solid #336699;
margin: 18px auto 24px auto;
padding: 4px; 4px; 8px; 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: #f6fcff;
width: 28%;
border: 1px solid #336699;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.NavFooterLinksBox {          
background-color: #ffffff;
width: 85%;
border: 0px solid #e4e2dc;
margin: 14px auto 14px auto;
color: blue;
font-weight: bold;
}


.BottomOfHeaderNavBox {          
background-color: #7c9cbf;
width: 100%;
border-bottom: 0px solid #40331c;
margin: 0px auto 0px auto;
padding: 2px 0px 2px 0px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

/* -- Bottom of Header Navigation Link styles -- */

.BottomOfHeaderNavBox a:link {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
text-decoration: none;
font-weight: bold;
}

.BottomOfHeaderNavBox a:visited {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
text-decoration: none;
font-weight: bold;
}

.BottomOfHeaderNavBox a:hover {
color: #234879;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
background-color: #7c9cbf;
text-decoration: none;
font-weight: bold;
}



.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 85%;
padding: 0 4px;
line-height: 140%;
}

.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 {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffffff;
width: 85%;
line-height: 135%;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin: 0px auto 12px auto;
padding: 4px;
}

.GuestAuthorBox {
background-color: #fff;
width: 100%;
border-top: 2px solid #336699;
border-bottom: 0px solid #000000;
margin: 12px auto 12px auto;
padding: 4px;
line-height: 135%;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #686852;
border: 1px solid #000000;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #000000;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 100%;
font-style: italic;
color: #000;
display: block;
line-height: 135%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 4px 0 14px 28px;
text-align: center;
}

.ItemCenter {
margin: 36px auto 40px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 4px 24px 14px 0;
text-align: center;
}

.hr {          
background-color: #513d38;
width: 80%;
border: 0px solid #513d38;
margin: 8px auto 8px auto;
}
