/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #FFBF35;  /*gold color for browser window background color and footer top border */
margin: 3px 0px 10px 0px;
padding: 0;
font-family: Georgia, Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, 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: 5px;
}

h1 {
margin-top: 0px;
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
border-bottom: 0px solid #8f8fb3;
text-align: center;
}

h2 {
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
border-bottom: 0px solid #F8FE2C;
background-color:#fff; 
width: auto;
color: #000;
text-align: center;
}

h3 {
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
border-bottom: 0px solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #000;
font-size: 100%;
line-height: 20px;
font-family: Georgia, Arial, 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0px solid #FFBF35;
}

a:link img {
border: 0px #0026FF;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: green;
text-decoration: underline;
font-size: 120%;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border-right: 2px solid #A96500;   /* bright gold, headlines and borders */
}

#Header {
position: relative;
height: 151px;
border-bottom: 0px solid #000;
text-align: center;
}

#ContentWrapper {
float: left;
width: 100%;
/*background-color: #d8d8d8;  white color for browser window background color and footer top border */
}

#ContentColumn {
margin: 0 220px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 0px 0px 0px 0px;
}

#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: 219px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -220px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
height: 93px;
padding: 0px 0px;
border-top: 0px solid #FFBF35;
}

.Liner {
padding:  0px 10px 3px 10px;
}

.Liner3 {
padding: 5px 3px;
font-size: 14px;
background-color: #000000;
text-align: center;
}


#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
color: #ddd;
}

#NavColumn .Liner {
margin-left: 16px;
padding: 0;
}

#ExtraColumn .Liner {
padding: 0 3px 0px 8px;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url('../image-files/bwt-logo-globe-bg-yl.gif');
background-repeat: repeat-y
}

#Header {
background-image: url('../image-files/bwt-logo-globe.png');
background-repeat: no-repeat;
/*background-color: #000;*/
background-position: center top;
}

#ContentWrapper {
background-color: white;
background-image: url('../image-files/bwt-logo-globe-bg-yl.gif');
background-repeat: repeat-y;
background-color: transparent
}

#NavColumn {
/*background-image: url('../imgs/leftimage.jpg');*/
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-repeat: no-repeat;
border: solid #FE9A02;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
background-color: transparent
}

#ExtraColumn {
background-image: url('../image-files/gold-glode-170-bottom.gif');
background-repeat: no-repeat;
background-color: transparent;
text-align: center
}

#Footer {
background-repeat: no-repeat;
background-image: url('../image-files/bwt-footer-globe.gif');
background-color: transparent;     /*blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%
}

#NavColumn {
font-size: 100%;
}

#ExtraColumn {
font-size: 100%;
}

#NavColumn h4 {
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 120%;
color: #000;
margin-top: 0;
}

#ExtraColumn h4 {
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 120%;
text-align: center;
color: #000;
margin-top: 0px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
background-color: transparent;

}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #000;
border-bottom: 0px solid #fff;
margin: 5px 0;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #FFBF35;        /* tan, for button and RSS box backgrounds -- */
border: 0px solid #000;
margin-bottom: 0px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000;
/*display: block;       this makes the whole box highlight rather than just the text */
padding: 0px 0px 0px 4px;
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

.Navigation a:visited {
color: #000;
display: block;      /*this makes the whole box highlight rather than just the text*/
padding: 0px 0px 0px 4px;
font-weight: bold;
font-size: 100%;
}

.Navigation a:hover {
color: #FFBF35;   /* Gold background for navigation */
display: block;      /* this makes the whole box highlight rather than just the text */
padding: 0px 0px 0px 4px;
background-color: #000;   /* black used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
font-size: 100%;
}



/* ------ 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: Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
border: solid #8D8686;
margin-top: 20px;
margin-right: 200px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #000;

}

.ExtraNav a:link {
color: #FFD800;
text-decoration: none;
text-align: center;
padding: 2px 4px;
/*font-weight: bold;*/
}

.ExtraNav a:visited {
color: #FFD800;
text-decoration: none;
padding: 2px 4px;
/*font-weight: bold;*/
}

.ExtraNav a:hover {
color:#000;
background-color: #FFD800;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 100%;
position: absolute;
top: 0;
right: 0;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
/*margin: 4px auto;*/
margin-right: 100px;
margin-top: 25px;
background-color: transparent;
font-size: 110%;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
}

.Ebutton {
font-family: Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
border: solid #8D8686;
position: absolute;
top: 0;
left: 0;
margin-top: 50px;
margin-left: 30px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #FFF;
width: 85%;
border: 1px solid #000;
margin: 18px auto 24px auto;
padding: 4px;
color: #000;
}

div.CalloutBox p {
margin: 4px;
}

p.CalloutBox {
padding: 4px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 4px 0 0 4px;
}

.ReminderBox {          
background-color: #ddd;
width: 40%;
border: 1px solid #000;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 0px;
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
text-align: center;
background-color: #000;
color: #FFBF35
}

.ReminderBox p {
font-size: 100%;
padding: 0 4px 4px 4px;
line-height: 120%;
}

.NewsletterBox {          
background-color: #FFBF35;
width: auto;
border: 1px solid #000;
margin: 0 3px 0px 3px;
padding: 0 0px 2px 0px;
color: #000;
 /*float: both;             adding float enables text to flow around it */
}

.NewsletterBox h4 {
background-color: #000000;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
color: #FFD800;
font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
text-align: center;
}

.WhiteBox {          
background-color: #FFFFFF;
width: auto;
border: 1px solid #000;
margin: 0px 3px 2px 3px;
padding: 0 2px 2px 2px;
color: #000;
text-align: left;}

.WhiteBox h4 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 2px 0px;
font-family: Georgia, Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
text-align: center;
background-color: #000;
color: #FFD800;
}

.WhiteBox p {
font-size: 100%;
padding: 0 4px 4px 4px;
line-height: 100%;
}

.sidebar {
margin: 3px 5px 3px 5px;
padding: 3px 3px 3px 3px;
border : solid;
border-width: 1px;
border-color: #000000;
border-collapse: collapse;
background-color: #f4f4f4;
text-align: left;
color: #000;
width:auto; 
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 0px;
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;
}

.AdSenseBoxRightColumn
{text-align: center;
}


.ReturnToNavBox {
background-color: #FFF;
width: 90%;
border-top: 0px solid #FFF;
border-bottom: 0px solid #FFF;
margin: 0 auto 0px auto;
padding: 14px;
text-align: center;
font-weight: bold;
}

/* -- RSS Box -- */

#RSSbox {
width: 156px;
background-color: #FFBF35;
border: 1px solid #000;
margin: 8px 0px 10px 0px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #000;
line-height: 120%;
text-align: center;
font-family: Arial, comic sans ms, Verdana, Arial, sans-serif, 'Lucida Sans Unicode', 'Lucida Grande';
}



/* ------ 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;
}

#dropcontentsubject{
width: 150px;
font-weight: bold;
color: #000;
}

.dropcontent{
width: 150px;
height: 200px;
border: 0px dotted black;
background-color: transparent;
padding: 3px;
display:block;
}

#domticker{
width: 134px;
height: 72px;
border: 0px dashed black;
padding: 5px;
background-color: transparent;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: transparent;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}


.menuTable   { font-family: arial, helvetica, sans-serif; font-size: 100% }
.menuLink    { font-size: 100%; font-family: Arial, Georgia, verdana, helvetica, sans-serif; 
               color: #006666; text-decoration: none; border: 1px; display: block; }
.menuLink:hover { color: #006699; text-decoration: underline }
.menuInsert  { z-index: 200; font-style: normal; font-variant: normal; font-weight: normal; 
               line-height: 12pt; font-size: 100%; font-family: Arial, Georgia, verdana, helvetica, sans-serif; 
               width: 140px; color: #888888; height: 80px; background-color: #FFBF35; 
               border: 0px solid #000; margin: 0px; 
               padding-left: 0px; padding-right: 3px; padding-top: 10px; padding-bottom: 15px }
.menuContainer { z-index: 1000 }

div#blog-insertion {
 margin:3px 3px 0px 3px; 
 border: 1px solid #000;
 padding: 0px;
 vertical-align:top;
 overflow:auto;
  background-color: #fff;
}
div#blog-credit {
 margin:0px 3px 5px 3px; 
 border: 1px solid #000;
 padding: 0px;
 vertical-align:top;
  background-color: #000;
  color: #FFBF35;
}

div#bloghead {
  background-color: #000;
  color: #FFBF35;
  padding-bottom:2px;
  margin-bottom: 2px;
text-align: center;
font-weight: bold;
}
div#blogroll {
    text-align: left;
    padding-bottom: 7px;
    padding-left:3px;
    padding-right:3px;
   font-size:0.9em;
}
A:link#bloglink {
	color: #000080;
	text-decoration:none;	
	background-color: transparent;
}
A:link#blog-source {
   color: #000000;
   text-decoration:none;
}   
A:visited#blog-source {
   color: #000080;
   text-decoration:none;
}   
A:hover#blog-source {
   color: #FFBF35;
   text-decoration:none;
	background-color: #000;
font-size: 120%;
}   
A:active#blog-source {
   color: #FFFFFF;
   text-decoration:none;
}   
A:visited#bloglink {
	color: #000080;
	text-decoration:none;
	background-color: transparent;
}

A:hover#bloglink {
	color: #000080;
	text-decoration:none;
	background-color: transparent;
}

.title1 {
font-family : arial; 
font-size : 18px; 
font-weight : bold; 
color : #008000; 
background-color : #fff; 
vertical-align : top; 
text-align : left; 
} 

.date1 {
font-family : arial; 
font-size : 10px; 
font-weight : normal; 
color : #000000; 
background-color : #fff; 
text-decoration: none;
vertical-align : bottom; 
text-align : left; 
}

.hbgnav {
background-color:#000000; 
color: #FFD800;
width: auto;
}

/* This is for the heading background color Black & Gold....your H1, H2, and H3 tags*/

.hbgcontent {
background-color:#000000; 
color: #ffc243;
width: 50%;
}

#menu {
width: 163px;
background: #ffbf35;
margin: 0px;
font-size: 100%;
font: bold 12px/14px Georgia, verdana, arial, helvetica, sans-serif;
}
 
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
 
#menu a {
/*border:1px solid #FE9A02; display: block;*/
border:0px solid #000; display: block;
margin: 0px;
padding: 3px 3px 3px 3px;
}

#menu h4 {
/*border:1px solid #FE9A02; display: block;*/
border:0px solid #000; display: block;
margin: 0px;
padding:10px 0px 10px 0px;
color: #000000;
background: #ffbf35;
font-size: 130%;
/*text-transform: uppercase;*/
}
 
#menu a {
border:1px solid #000; display: block;
color: #000;
background: #ffbf35;
text-decoration: none;
padding: 3px 3px 3px 3px;
}
 
#menu a:hover {
color: #ffbf35;
background: #000;
text-decoration: underline;
font-size: 100%;}
 
#menu li {
position: relative;
text-align: left;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
 
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}