@charset "UTF-8";
/* CSS Document */

	

body {
	margin: 0px;
	color: #333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, "San Serif";
	line-height: 1.4;
	text-align: left;
	background-color: #eaf3d3;
	background-image: url(../imglib/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
 }
 
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	line-height: 1.2;
 }
 
 h1 {
	font-size: 27px;
 }
 
 h2 {
    font-size: 17px;
 }
 
 
 hr {
	border-top: 1px solid #999;
 } 
 
 
 .FlashBullets {
   padding:0px 0px 0px 14px;
   margin:-10px 0px 0px 5px;
  }


 
 /* -------- STRUCTURE */
 
 
.Wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 991px;
}



 /* -------- Main Area Structure */
 
.MainArea {
    min-height:600px;
	width: 991px;
    background-image: url(../imglib/bg-main-area.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
} 


.LeftColumnContainer{
   position: relative;
   float: left;
   width: 290px;
}

.LeftColumnContent{
   width: 238px;
   margin-left: 21px;
   margin-top: 28px;
}


.RightColumnContainer{
   position: relative;
   float: right;
   width: 679px;
   margin-bottom:30px;
   margin-right: 20px;
}

.RightColumnContent{
	width: 400px;
	margin-left: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 15px;
}

.RightColumnWideContent{
	width: 615px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 12px;
	padding-left: 15px;
}
.TournamentsContent{
	width: 635px;
    margin-left: 12px;
}


.Clear {
	clear: both;
	}	

.Footer {
	min-height: 160px;
	width: 991px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, "San Serif";
	line-height: 1.5;
	text-align: center;
	background-image: url(../imglib/bg-footer.png);
	background-repeat: no-repeat;
	background-position: top;
} 
 
 
.Copyright {
	color: #666;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, "San Serif";
	line-height: 1.5;
	text-align: left;
	margin-left: 322px;
	margin-top: 90px;
 } 
 
.BottomNavContainer {
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
 } 



 /* -------- Slide */

.SlideBg {
	width: 522px;
	height: 228px;
	margin-top: -10px;
	margin-bottom: 20px;
	background-image: url(../imglib/bg-slide.png);
	background-repeat: no-repeat;
	background-position: center top;
}



 /* -------- Photos */
 
 
.PhotosBg {
	width: 522px;
	height: 212px;
	margin-top: -10px;
	margin-bottom: 20px;
    padding-top: 16px;
	background-image: url(../imglib/bg-slide.png);
	background-repeat: no-repeat;
	background-position: center top;
} 

.WhatIsBocce {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/what-is-bocce.jpg);
	background-repeat: no-repeat;
}


.GeneralRules {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/general-rules.jpg);
	background-repeat: no-repeat;
}


.AboutUs {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/about-us.jpg);
	background-repeat: no-repeat;
}


.Tournaments {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/tournaments.jpg);
	background-repeat: no-repeat;
}

.League {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/league.jpg);
	background-repeat: no-repeat;
}


.PhotoGalleryBg {
	width: 631px;
    height: 228px;
    margin-top: -10px;
	margin-bottom: 20px;
    padding-top: 16px;
	background-image: url(../photos/bg-gallery.png);
	background-repeat: no-repeat;
}


.PhotoGallery {
	width: 594px;
    height: 196px;
    margin-left: 21px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/photo-gallery.jpg);
	background-repeat: no-repeat;
}


.ContactUs {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/contact.jpg);
	background-repeat: no-repeat;
}


.NCB {
	width: 490px;
    height: 196px;
    margin-left: 18px;
    padding-left: 18px;
    padding-top: 16px;
	background-image: url(../photos/NCB-tournament.jpg);
	background-repeat: no-repeat;
}





 /* -------- color */
 
 

.White { color: #fff; } 

.Burgundy { color: #a1515c; } 

.Green { color: #609a73; } 


 /* -------- Navigation */


.Nav {
	width: auto;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.Nav ul {
	margin: 0px;
	padding: 0px;
}

.Nav li {
	list-style-type:none;
}
	
.Nav li a {
	text-decoration:none;
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
	color: #333;
    background-image: url(../imglib/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;   		
}

.Nav a:hover {  
    background-image: url(../imglib/nav-bg_over.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.NavShadowTop {
    position:absolute;
    height: 9px;
	width: 222px;
	background-image: url(../imglib/nav-shadow-top.png);
}	

.NavShadowBottom {
    height: 9px;
	width: 222px;
	background-image: url(../imglib/nav-shadow-bottom.png);
	margin-top: -9px;
}	






 /* -------- Design elements */
 
 
.PhotoFrame {
	width: 373px;
	height: 250px;
	background-image: url(../imglib/photo-frame.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.Photo {
	padding-top: 17px;
	padding-left: 19px;
	padding-right: 17px;
}  
 
 
.VideoFrame {
	width: 357px;
	height: 273px;
	background-image: url(../imglib/video-frame.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.Video {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 11px;
}  
 
 
.MapFrame {
	width: 438px;
	height: 294px;
	background-image: url(../imglib/map-frame.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.Map {
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 13px;
} 
 
 
 
.Logo{
	height:152px;
	width: 152px;
	margin-top: -10px;
	margin-left: 62px;
	background-image: url(../imglib/NCB-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
} 


.BoxEvent  {
	width: 363px;
	margin-top: 10px;
	padding:15px;
	min-height:150px;
	border: solid  #999 1px;
	text-align:left;
	background-image: url(../imglib/poppies-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}



/*table.NCBevent  {
	width: 210px;
	margin-top: 100px;
	margin-left: 45px;
	border: solid  #999 1px;
	text-align:left;
	background-image: url(../imglib/flowers-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;	
}

table.NCBevent td  {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 60px;
	padding-left:15px;
}*/


table.NCBevent  {
    width: 210px;
	margin-top: 60px;
	margin-left: 45px;
	border: solid  #999 1px;
}

table.NCBevent td  {
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left:13px;
}
 

.Bocce {
    /*position:relative;*/
    position:absolute;
	width: 133px;
	height: 73px;
	margin-top: -75px;
	margin-left: 15px;
	background-image: url(../imglib/bocce.png);
	z-index: 1;
}


.Pumpkins {
    position:absolute;
	width: 130px;
	height: 110px;
	margin-top: -75px;
	margin-left: 25px;
	background-image: url(../imglib/pumpkins.png);
	z-index: 1;
}

.GrayBird {
    position:absolute;
	width: 50px;
	height: 93px;
	margin-top: 23px;
	margin-left: 75px;
	background-image: url(../imglib/bird-gray.png);
	z-index: 1;
}

.OrangeBird {
    position:absolute;
	width: 110px;
	height: 107px;
	margin-top: -118px;
	margin-left: 250px;
	background-image: url(../imglib/bird-orange.png);
	z-index: 1;
}

.UpcomingTournament {
    font-size: 14px;
	font-family: Arial, Verdana, Helvetica, "San Serif";
	width: 180px;
	margin-top: 83px;
	margin-left: 41px;
	border: 1px solid #999;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3;
}

.GrayArrow {
    position:absolute;
	width: 28px;
	height: 28px;
	margin-top: 113px;
	margin-left: 47px;
	background-image: url(../imglib/Arrow-gray.png);
	z-index: 1;
}


 /* -------- BUTTONS & LINKS */
  
  
.Button:link, .Button:visited {
	color: #fff;
	border: 0;
    -moz-border-radius: 5px;
	border-radius: 5px;	
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #609a73;
	background-image: url(../imglib/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 8px;
	}

.Button:hover {
	background: #fab10b;
	background-image: url(../imglib/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	}	   
  
  
  
  
a,  a:visited{
	color: #609a73;
	text-decoration:none;
}

a:hover {  
	color: #fab10b;
	text-decoration:none;
}	


div#preload { display: none; }

.displace {
	position: absolute;
	left: -5000px;
	}
	
	
a.ApplicationForm {
	display: block;
	width: 32px;
	height: 29px;
	text-decoration: none;
	background-image: url(../imglib/button-form.png);
	margin: auto;
	}	
	
a.ApplicationForm:hover { background: url(../imglib/button-form_over.png); }	
  
  
 
  
 

 /* -------- -------- FORM -------- */


.FormBg {
   float: right;
	width: 222px;
		background-image: url(../imglib/bg-form.png);
	background-repeat: repeat-y;
}

.FormContainer {
	width: 175px;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, "San Serif";
   line-height: 1.1;
	padding:10px;
}
	
.FormShadowTop {
    position:absolute;
    height: 9px;
	width: 222px;
	background-image: url(../imglib/form-shadow-top.png);
}	

.FormShadowBottom {
    height: 9px;
	width: 222px;
	background-image: url(../imglib/form-shadow-bottom.png);
	margin-top: -9px;
}	

	
/* --------  MAIL CHIMP FORM ------------- */

.Mailchimp input {
	color: rgba(102,102,102,1);
	font: normal 13px Helvetica, Arial, Sans-serif;
	border: solid 1px #00a453;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	outline:none;
	padding: 10px;
	width:93%;
	margin-bottom: 15px;
}

.Submit-button {
	background-color:#00a453;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:90%;
	padding:8px 8px;
	text-decoration:none;
	letter-spacing:1px;
}

.Submit-button:hover {
	background-color:#8dc63f;
}

.placeholder {
	color:#777777 !important;
}

::-webkit-input-placeholder {
    color:#777777 !important;
}
:-moz-placeholder {
    color:#777777 !important;
}



 /* -------- TABLE -------- */

.Table, .Table td  {
	font-size: 12px;
    border-color: #666;
    border-style: dotted;
}

.Table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.Table td
{
    margin: 0;
    padding: 5px;
    border-width: 1px 1px 0 0;
}


.Orange-box {
	margin-top:10px;
	text-align:center;
	z-index: 999;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
    border: 1px solid #c8693b;
	background-color: #faf1ed;
}