
/*
style sheet referenced by all luckyduck pages
*/

a.linksText
   {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #3D4F9B;
   background-color: #FFFFFF;
   text-decoration: none;
   font-size:90%;
   font-weight: 600;
   line-height: 115%;
   padding-left:0px;
   }
a.linksText:link
   {
   color: #3D4F9B;
   text-decoration: none;
   }

a.linksText:visited
   {
   color: #3D4F9B;
   text-decoration: none;
   }

a.linksText:hover
   {
   color: #AA242D;
   text-decoration: none;
   cursor:pointer;
   }
   
 

body
   {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: 500; 
   color: #463930;
   line-height: 115%;
   margin: 20px;
   text-align:center;
   background-color:#d7d4f8;
   background-image: url(../images/jpgs/blueBlotch.jpg);
   background-repeat: repeat;
   }



.copyright
   {
   color: #777777;
   font-weight: 400;
   font-size: 70%;
   text-align: center;
   }
   
   
.contact 
   {
   font-size: 100%; 
   font-weight:400;
   line-height: 125%;
   text-align: center;
   color: #ffffff;
   padding-top: 40px; 
   }
   
a.credit
   {
   color: #777777;
   text-decoration:underline;
   font-size: 80%;
   }

a.credit:link
   {
   color: #777777;
   text-decoration:underline;
   font-size: 80%;
   }

a.credit:visited
   {
   color: #777777;
   text-decoration:underline;
   font-size: 80%;
   }

a.credit:hover
   {
   color:#2AA02A;
   text-decoration:none;
   font-size: 80%;
   cursor:pointer;
   }
   
   
.cutline
   {
   font-size: 85%;
   font-style: italic;
   color: #CC430F;
   font-weight: 200;
   border: 1px solid #3D4F9B;
   padding: 4px;
   margin: 5px;
   text-align: center;
   } 
   
.photoPageCutline
   {
   font-size: 85%;
   font-style: italic;
   font-weight: 200;
   border: 1px solid #3D4F9B;
   padding: 4px;
   margin: 5px;
   text-align: left;
   color: #CC430F;
   }   
   
.quote
   {
   font-size: 95%;
   font-style: italic;
   color: #983132;
   font-weight: 600;
   border: 0px solid #3D4F9B;
   padding: 4px;
   margin: 5px;
   text-align: center;
   color: CC430F;
   }   

div.preLoadHidden
   {
   display:  none;
   }

/* outer container for all page content...including nav bar and footer*/
#div_0_Centering
   {
   width: 730px;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   }

/* container for all page content...between nav bar and footer*/
.div_1_Content
   {
   width: 720px;
   text-align: left;
   background-color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 10px;
   padding-left: 5px;
   padding-right: 5px;
   margin-top: 10px;
   margin-bottom: 10px;
   border: 1px solid #3D4F9B;
   overflow:hidden;
   }

/*
****DIV NAVBAR****
*/

.divNavBar
   {
   width: 730px;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #3D4F9B;
   background-color: #FFFFFF;
   border: 1px solid #3D4F9B;
   text-decoration: none;
   padding-top:2px;
   padding-bottom:2px;
   overflow:hidden;
   font-weight: 600;
   }

.divNavBar p
   {
   padding: 2px 10px 3px;
   margin: 0px;
   }

.divNavBar a
   {
   text-decoration: none;
   font-weight: 600;
   font-size: 85%;   
   }
   
.divNavBar a:link
   {
   color: #3D4F9B;;
   }

.divNavBar a:visited
   {
   color: #3D4F9B;
   }

.divNavBar a:hover
   {
   color: #AA242D;
   cursor:pointer;
   }


.divNavBar a.current:link
   {
   color: #3D4F9B;
   }

.divNavBar a.current:visited
   {
   color:#3D4F9B;
   }

.divNavBar a.current:hover
   {
   color:  #AA242D;
   cursor:pointer;
   }

/*
      ********
*/
.dummyLink
   {
   color: #828238;
   text-decoration: none;
   font-weight: 600;
   font-size: 85%;   
   }

/*
      ********
*/

.floatRight_mrg10
   {
   float:right;
   margin: 10px;
   }

.floatLeft_mrg10
   {
   float:left;
   margin: 10px;
   }

h1
   {
   font: bold 1.3em Verdana, Arial, sans-serif;
   color: #AA242D;
   text-align: left;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 10px;
   padding-bottom: 0px;
   padding-left: 10px;

   }

h2
   {
   font-size: 1.2em;
   color: #828238;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   line-height: 115%;
   position: relative;
   padding-left: 10px;   
   }
h3
   {
   font-size: .95em;
   line-height: 115%;
   font-weight: 700;
   color: #983132;
   text-decoration: none;
   padding-left: 10px; 
   text-align: left;
   }

h4
   {
   font-size: .90em;
   line-height: 115%;
   font-weight: 700;
   color: #983132;
   text-decoration: none;
   padding-left: 10px;
   text-align: left;
   }
p
   {
   text-align: left;
   padding-left: 10px;
   padding-right: 10px;
   }

/* ******** */

.links
   {
   font-weight: 400;
   text-decoration: none;
   }

.links p
   {
   padding: 2px 10px 3px;
   margin: 0px;
   }

.links a:link
   {
   text-decoration: none;
   color: #3D4F9B;
   font-weight: 400;
   }

.links a:visited
   {
   color:#3D4F9B;
   text-decoration: none;
   font-weight: 400;
   }

.links a:hover
   {
   color: #AA242D;
   text-decoration: none;
   font-weight: 400;
   cursor:pointer;
   }

.links a.current:link
   {
   color: #3D4F9B;
   text-decoration: none;
   font-weight: 400;
   }

      /*
      ********
      */


.pageTopIDLeft
   {
   width:50%;   
   text-align:left;
   padding-left:10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: 200;
   color: #CC430F;
   }


.pageTopIDRight
   {
   width:50%;   
   text-align:right;
   padding-right:10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: 200;
   color: #CC430F;
   }


table, td
   {
   border-style: solid;
   border-width: 0px;
   border-color: #000000;
   padding: 0px;
   margin: 0px;
   }

.tdSidebar
   {
   vertical-align:top;
   width: 117px;
   padding: 10px;
   margin: 0px;
   }

.tdSidebar img
   {
   border: 0px none;
   margin: 1px;
   }

.tooltip
   {
   width: 150px;
   padding: 10px;
   font-size: 75%;
   color: #000000;
   background-color: #ffffff;
   border-style:solid;
   border-width:2px;
   overflow:hidden;
   text-align:left;
   }

.top
   {   
   font-weight: 600;
   font-size: 80%;
   text-align: center;
   }
   
.top a:link
   {
   color: #3D4F9B;
   text-decoration: none;
   }

.top a:visited
   {
   color: #3D4F9B;
   text-decoration: none;
   }

.top a:hover
   {
   color: #AA242D;
   text-decoration: none;
   cursor:pointer;
   }