/* nmc.css - The Cascading Style Sheet Definition file for www.nativitymensclub.org */
/* 2008) KWK Productions. */

/*controlling the body of the website */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	/*background: white url(nativitytransp.gif) repeat;*/
	}

/* handling links to not look like links with underlines */

	a:link, a:visited {
 	 text-decoration: none;
  	color: #003333;
 	 background-color: transparent;
        }

	a:hover, a:active {
  	text-decoration: none;
	color: #ff6600;
	background-color: transparent;
        }

	
	h1 {
	text-align: center;
	font-size: 2em;
	color: #003333;
        }


        h2 {
               font:small-caps 12px helvetica;
        /*font-family: Times;*/
        /*padding-top: 5px;*/
                text-align: center;
	font-size: 1em;
                color: #003333;
        }


/* Logo container */

	#logo {
	position: absolute;
	top: 1px;
	left: 25px;
	z-index: 99;
	}

/* bingo flyer button container */

        #bingobutton {
        position: absolute;
        top: 485px;
        left: 8px;
        z-index: 99;
        }

/* beericon container */

	#beericon {
	position: absolute;
	top: 60px;
	left: 720px;
	z-index: 99;
	}

/* buonomo container */

	#carlicon {
	position: absolute;
	top: 450px;
	left: 200px;
	z-index: 99;
	}
/* markey container */

	#markeyicon {
	position: absolute;
	top: 590px;
	left: 200px;
	z-index: 99;
	}
/* ginos container */

	#ginoicon {
	position: absolute;
	top: 700px;
	left: 700px;
	z-index: 99;
	}

/* glenn ochs container */

                #ochsicon {
                position: absolute;
                top: 350px;
                left: 450px;
                z-index: 99;
                }




/* the container holds the workings of the page inside a neat little box */
 
	#container {
	position:relative;
                background-color:#ffffcc;
                width: 1024px;
	/*margin: 10px;*/
	margin-left: auto;;
	margin-right: auto;
        
	padding: 10px 10px 10px 10px;
	/*font-family:Arial, Helvetica, Veranda, sans-sarif;*/
	border: 1px dotted #003333;
	 }

	#banner {
	width: 1024px;
	background-color: #ffffcc;
	border: 1px dotted #003333;
	}


/*navigation bar */
	#navbar {
	width: 1024px;
                margin-top: -5px;
                margin-left: 1px;
	background: url(nmcnavbarbk4.jpg) no-repeat;
        /*border: 1px dotted #003333;*/
	}

	
/* the main section */
	
    #content {
        Float: center;
       /* position: center;*/
	padding: 5px;
        height: 1000px;
        margin-left: auto;
        margin-right: auto;
	/*margin-left: 190px;*/
	/*margin-right: 190px;*/
	font-size: 1.5em;
        font-color:#000000;	
	color:#ffffff;
       /*  background: url(nmccontentbkgd.png) repeat; */
       	/*border: 1px dotted #003333;*/
   	}

    #nformbox {
       width: auto;
       margin: 2px;
       border: 1px dash gray;
       font-family: Veranda, Helvetica, Arial, sans-sarif;
       font-size: 1em;
       font-color: #CCCCCC;
       background-color: #FFFFFF;
              }
     
/* info box */
        #infobox {
        width:700px;
        /*height: 150px;*/
        background-color: #ffffff;
        border: 1px solid gray;
        font-size: .8em;
        color: #999999;
        }


   
/*nested box in main content  white background, black letters*/
	#ncontent {
       	width: 700px;
        height: 900px;
    	/*margin: 2;*/
        margin-left: 70px;
	/*margin-right: 7px;*/
	/*border: 2px solid gray;*/
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 1em;	
	color:#ffffff;
	color:#000000;
        overflow: auto;
        }

/*nested box in main content  gray background, white letters*/
	#ncontent2 {
	width: 465px;
    	margin: 2;
	margin-left: 7px;
                margin-bottom: 2px;
	background-color:#c2c2c2;
	border: 2px white;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 1em;	
	color:#ffffff;
	/*color:#000000; black*/
        }

	
/* Left Sidebar....should really be called #sidebar-L, huh? */
	#sidebar-a {
        float: left;
	/*position:absolute;*/
	width: 200px;
        margin-left: auto; 
        margin-right: auto;      
        /*left: 10px;*/
                height: 90%;
	/*margin-right: 3px;*/
	/*margin-bottom: 5px;*/
	padding: 1px;
        /*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                /*font-size: 2em;*/	
	color:#003333;
	background-color:#ffffcc;
               /* border: 1px dotted #003333;*/	
	}

/* Right Sidebar */
	#sidebar-r {
	position: absolute;
                width: 200px;
                right: 8px;
	top: 141px;
                height:90%;
	/*margin-right: 3px;*/
	/*margin-bottom: 5px;*/
	padding: 1px;
        /*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 1em;	
	color:#003333;
	background-color:#ffffcc;
                border: 1px dotted #003333;	
	}

/* nested sidebar - black background, white letters */
	#nsidebar {
	width: 150px;
    	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#ffffff;
	/* border: 2px solid white; */
	font-size:1em;
	}
	
/*spacer bar with cross pattern 200px width*/
	#crossspacer200 {
	width: 200px;
                background: url(crossspacer.gif) no-repeat; 
   	 }

/*spacer bar with cross pattern 150px width*/
	#crossspacer150 {
	width: 150px;
                background: url(crossspacer150.jpg) no-repeat;
   	 }
/* nested sidebar box */
        #nsidebar-z {
        width: 190px;
        font-size: 2em;
        background-color:#ffffff;
        border: 1px solid white;
        }

/*alternative nested sidebar  white background, black letters*/
	#nsidebar-a {
	width: 150px;
   	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#ffffcc;
	/* border: 2px solid white; */
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 1em;	
	/*color:#ffffff;*/
	color:#000000;
        }
			
/* nested box within a nested sidebar - small gray box with white letters and border...good for announcements? */
    #nsidebar-in {
	width: 150px;
	margin: 2;
	margin-right: 1px;
	padding: 5px;
	background-color:#cadee5;
	/* border: 1px solid white; */
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 125%;
	color:#003333;
        }
	
/* nested box within a nested  right sidebar  */
    #nsidebar-rin {
	width: 200px;
	/*margin: 2;*/
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	background-color:#ffffcc;
	/* border: 1px solid white; */
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 125%;
	color:#003333;
        }	


/* nested box for bingo */
    #bingobar-in {
	width: 150px;
                height: 150px;
	margin: 2px;
	margin-right: 1px;
	padding: 5px;
	background: url(bingocard.jpg) no-repeat;
	/* border: 1px solid white; */
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
                font-size: 125%;
	color:#003333;
        }
	
/* nested text box inside bingobar-in */
    #bingobar-ina {
        width: 120px;
        margin: 1px;
        font-size: 95%;
        color:#003333;
        }
        

/* nested header box within the sidebar - This is the title bar for a sectional division */
     #nsidebar-title {
	 width: 150px;
	 height: 40px;
	 /*margin: 0px 0px 0px 0px;*/ 
	 /* margin-right: .5px; */
	 padding: 1px -1px 1px 1px;
	 background: #996666 url(kwkbuttonbg.gif) no-repeat;
	 border: 1px solid #000000;
	/* border: 2px solid gray;*/
	 font-family: georgia;
	 font-size: 1.5em;
	 letter-spacing: .5em;
	 text-align: right;
	 color: #663333;
	  }
	    
/* big white box - used as a space filler */
	#bigwhitebox {
	float: center;
	width: 289px;
	height: 368px;
	background: white url(kwkwgbk.jpg) no-repeat;
	/*border: 2px solid gray;*/
	}

/* big white box 2 - used as a space filler on prices page */
	#bigwhitebox2 {
	float: center;
	width: 485px;
	height: 250px;
	background: white;
	/*border: 2px solid gray;*/
	}

/* special announcement box */
       #annbox {
          width: 500px;
          border: 1px #ffff99;
          /*border: 1px light solid black;*/
          font-size: 1.0em;
          text-align: center;
          color: #003333;
          }
/* special announcement box */
       #boccebox {
          width: 500px;
          border: 1px #ffff99;
          /*border: 1px light solid black;*/
          font-size: 1.0em;
          text-align: center;
          color: #0e4b18;
          }

/* special announcement box - pepper party */
       #pepperannbox {
          position:center;
          width: 500px;
          background: white url(pepper.gif) repeat;
          border: 1px solid green;
          font-size: 1.0em;
          text-align: center;
          color: #0e4b18;
          }
	
/* special announcement box - jamboree*/
       #jamannbox {
       /*position: relative;*/
          width: 500px;
          border: 1px #ffff99;
	  background: url(fwbkgd.jpg) no-repeat;
          /*border: 1px light solid black;*/
          font-size: 1.0em;
          text-align: center;
          color: #003333;
          }

/* special announcement box - worker party*/
       #workerbox {
       /*position: relative;*/
          width: 500px;
          border: 1px #ffff99;
	  background: url(fwbkgd.jpg) no-repeat;
          /*border: 1px light solid black;*/
          font-size: 1.0em;
          text-align: center;
          color: #003333;
          }

/* footer */
	#footer {
	clear: both;
        float: center;
              	font-size: 1em;	
	color:#003333;	
	width: 1024px;
	/*padding: 5px;*/
	/*padding-right: 15px;*/
	margin-left: auto;
        margin-right: auto;
	margin-top: auto;
	/*background-color: #C5D7FB;*/
	border: 1px dotted #003333;
        }

/* kwk productions. footer */
	#kwkfooter {
	clear: both;
        float: center;
	width: 400px;
	/*padding: 5px;*/
	/*padding-right: 15px;*/
	/*margin-left: -2px;*/
	margin-left:auto;
        margin-right: auto;
        background-color: #000000;
	}

	

