/*Version 1.0 -- Contest Version */

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

body {
background-color: #cacaaf;
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

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

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

h1 { color: #696969; margin-top: -24px; font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif; text-align: center; padding-top: 24px; }

h2 { color: #556b2f; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; border-bottom: 2px solid #556b2f; }

h3 { font-size: 95%; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; border-bottom: 1px solid #000; }

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {  }

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;   /* dark sea blue, headlines and borders */
}

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

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

#ContentColumn { margin: 0 225px; padding: 25px;    /* S;padding: 12px;TEP 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: -930px;        /* 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: -225px; padding-left: 0;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer { clear: both; width: 100%; height: 69px; margin-bottom: 24px; 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; }

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

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

#NavColumn {
background-repeat: no-repeat;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url('url(');
background-repeat: no-repeat;
background-color: transparent;
}

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

#NavColumn { font-size: 90%; color: #2f4f4f; text-align: left; }

#ExtraColumn { color: #2f4f4f; font-size: 90%; text-align: left; }

#NavColumn h4 { color: #000; float: left; margin-top: 0; }

#ExtraColumn h4 { color: #f5f5f5; 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; font-size: 110%; color: #000; margin: 12px 0 12px 6px; border-bottom: 2px solid #000; }

/* -- Nav List -- */

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

.Navigation li { margin-bottom: 6px; border-bottom: 1px solid #2f4f4f; }

/* -- Navigation Link styles -- */

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

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


/* -- Horizontal Text NavBar -- */

.ExtraNav { color: #000; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; text-align: center; }

.ExtraNav ul { text-align: center; list-style-type: none; padding: 0 4px; }

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

.ExtraNav a:link { color: #000; text-decoration: none; text-align: center; padding-right: 4px; padding-left: 4px; border-right: 1px solid #000; border-left: 1px solid #000; }

.ExtraNav a:visited { color: #800080; text-decoration: none; text-align: center; padding-right: 4px; padding-left: 4px; border-right: 1px solid #000; border-left: 1px solid #000; }

.ExtraNav a:hover { color: #ffefd5; background-color: #000; text-decoration: underline; text-align: center; padding-right: 4px; padding-left: 4px; }

#Header .ExtraNav { color: #000; font-size: 85%; text-align: center; position: absolute; top: 200px; right: 0; width: 100%; }

#Header .ExtraNav ul { color: #000; text-align: left; text-indent: 30px; margin: 0; }

#Footer .ExtraNav { color: #000; left: 0; right: 0; margin: 0 auto 0; padding-right: 0; padding-left: 0; }



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

.CalloutBox {
background-color: #dcdcdc;
width: 80%;
border: dotted 1px;
margin: 18px auto 24px;
padding: 4px;
color: #000;
}

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: #d3d3d3;
width: 24%;
border: solid 1px #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 { color: #f5f5f5; margin: 0; padding: 2px; text-align: center; background-color: #000; }

.ReminderBox p { font-size: 80%; padding: 0 4px; line-height: 120%; }

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn { background-color: #c0c0c0; padding: 5px; }

.AdSenseBoxLeft { width: 50%; margin: 0 18px 12px; float: left; }

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn { color: #000; text-align: left; width: 60%; padding: 12px; margin: 0 auto 12px; clear: both; border-top: 1px solid #000; border-bottom: 1px solid #000; }

.ReturnToNavBox { background-color: #c0c0c0; text-align: center; width: 50%; margin: 0 auto 12px; padding-top: 2px; padding-bottom: 2px; border-top: 1pt solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }

/* -- RSS Box -- */

#RSSbox { width: 152px; margin: 8px auto 10px 3px; padding: 2px 2px 10px; font-size: 100%; font-weight: bold; color: #1d487e; line-height: 120%; background-color: #c0c0c0; 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;
}

/* -- 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: 12px 12px 12px 24px;
text-align: center;
}



.center { 
text-align: center;
}
.padbcont_service { width: 100%; float: right; }
.padbox_service { width: 100%; float: right; padding:5px; }
.threecolcont_C67259D1 { width:100%; height:auto ; }
.threecolbox_C67259D1 { width:31%; height:auto; float:left; padding: 5px; }