/* 
Document   : Master Style Sheet
Created on : Oct 19, 2008, 1:24:16 AM
Author     : Chem Swift
Description:
This is the master style sheet for the Bahgin Hunting application.
*/


/*
Global Styles
*/
body{
  margin: 0;
  padding: 0;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  background: url('../images/body-bg.jpg') repeat-x top left;
}

/*
Container Styles
*/

#container{
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 0 15px;
  width: 1024px;
  background: #fff;
}

* html #container{
   width: 1024px;
}

h1{
   color: #faae26;
  font-size: 150%;
}

h2{
  font-size: 130%;
}

h3{
  font-size: 120%;
}

ul li{
  font-size: 90%;
}

.note{
  font-size: 85%;
}

a{
   color: #014c6d;
   text-decoration: underline;
}

a:hover{
   color: #60c4f0;
}

/*
Branding Styles & Layout
*/

#branding{
  padding: 0;
  margin: 0 0 8px 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #eaeaea url('../images/branding-bg.jpg') repeat-x top left;
  
}

#branding-logo img{
  float: left;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  width: 453px;
  height: 100px;
  border: none;
}

#branding-search{
   float: right;
   margin: 60px 20px 0 0;
}

#branding-search label{
   display: block;
   color: #333;
   margin-top: 25px;
   font-size: 75%;
   font-family: Geneva, sans-serif;
}
/* End Branding */

/*
  Navigation-Primary
*/

#nav-primary{
   float: left;
   width:100%;
   margin: 0 0 8px 0;
   padding: 0;
   list-style: none;
   background: #014563 url('../images/nav-bg.jpg') repeat-x top left;
}

#nav-primary li{
   float: left;
   margin:0;
   padding: 0;
   font-family: "Lucida Grande", sans-serif;
   border-right: 1px solid #6cb5dc;
   border-bottom: none;
}

#nav-primary li.t-home{
   border-left: 1px solid #6cb5dc;
}

#nav-primary a{
   float: left;
   display: block;
   margin: 0;
   padding: 8px 14px;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   
}

#nav-primary a:hover, body#home .t-home a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

#nav-primary a:hover, body#about-wtba .t-about-wtba a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

#nav-primary a:hover, body#act-evt .t-act-evt a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

#nav-primary a:hover, body#organization .t-org a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

#nav-primary a:hover, body#rules-pub .t-rules-pub a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

#nav-primary a:hover, body#cont-us .t-cont-us a{
   color: #fff;
   background: url('../images/on-bg.jpg') repeat-x top left;
}

/* End Navigation-Primary */



/*
Home page main ad
*/

#content-main{
  clear: both;
  margin-bottom: 10px;
  padding: 0;
  width: 1024px;
  height: 262px;
  background: url('../images/ad-bg.jpg') no-repeat;
}

#content-main h1{
   float: left;
   margin: 100px 0 0 100px;
}

h1.ad-heading{
   color: #fff;
}


#welcome-cont{
  float: right;
  margin-top: 5px;
  margin-right: 40px;
  width: 500px;
  height: 215px;
}

#welcome-cont p{
   color: #fff;
   margin-top: 50px;
   margin-right: 50px;
}

/*
 Content Sub section
*/

#content-sub{
  width: 1024px;
  height: 250px;
}

#content-sub a{
   color: #014c6d;
   font-size: 95%;
   text-decoration: underline;
}

#content-sub a:hover{
   color: #60c4f0;
}



#ac{
  float: left;
  width: 330px;
  height: 230px;
  border: 1px solid #c8c9c9;
  border-top: none;
  background: #f9f8f8;
}

#ac h3{
  color: #014665;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
  background:url('../images/h3-bg.jpg') no-repeat;
}

#ac ul{
   color: #333;
   font-size: 95%;
}

#ac li{
   list-style-type: square;
   padding-bottom: 5px;
}

#other-content{
  float: right;
  width: 682px;
  height: 230px;
}

#org{
  float: left;
  margin-left: 5px;
  width: 330px;
  height: 230px;
  border: 1px solid #c8c9c9;
  border-top: none;
  background: #f9f8f8;
}

#org h3{
  color: #014665;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
  background:url('../images/h3-bg.jpg') no-repeat;
}

#org li{
   list-style-type: square;
   padding-bottom: 5px;
}

#rules{
  float: right;
  width: 330px;
  height: 230px;
  border: 1px solid #c8c9c9;
  border-top: none;
  background: #f9f8f8;

}

#rules h3{
  color: #014665;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
  background:url('../images/h3-bg.jpg') no-repeat;
}

#rules li{
   list-style-type: square;
   padding-bottom: 5px;
}

/*
   About wtba styles
*/

#about-cont{
  float: left;
  padding-bottom: 10px;
  width: 1024px;
}

#about-cont-evt{
  clear: both;
  width: 1024px;
  height: 500px;
  border: 1px solid #fff;
}

#about-cont-past-evt{
  clear: both;
  width: 1024px;
  height: 1400px;
  border: 1px solid #fff;
}

#about-cont-apprv{
  clear: both;
  width: 1024px;
  height: 2200px;
  border: 1px solid #fff;
}

#about-cont-amri{
  float: left;
  margin-bottom: 10px;
  width: 1024px;
  border: 1px solid #fff;
}

#about-cont-asian{
  float: left;
  margin-bottom: 10px;
  width: 1024px;
  border: 1px solid #fff;
}


#about-cont-europ{
  float: left;
  margin-bottom: 10px;
  width: 1024px;
  border: 1px solid #fff;
}

#about-cont-rules{
  clear: both;
  width: 1024px;
  height: 1100px;
  border: 1px solid #fff;
}

#about-cont-contact{
  
  clear: both;
  width: 1024px;
  height: 1100px;
  border: 1px solid #fff;
}

#about-nav-cont{
   float: left;
   margin-top: 20px;
   margin-left: 5px;
   padding: 0;
   width: 280px;
   border: 1px solid #369;
   
}

#about-nav-cont h4{
   color: #fff;
   margin: 0 0 0 0;
   padding: 8px 12px 8px 50px;
   background: url('../images/l-nav-h4.jpg') no-repeat;
}

#about-nav-cont ul{
   margin:0;
   padding: 0;
   list-style: none;
}

#about-nav-cont li{
   position: relative;
   left: 0;
   padding: 12px 18px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px dotted #333;

}

#about-nav-cont a{
   color: #014c6d;
   padding: 8px 14px;
   text-decoration: underline;
   font-weight: bold;
}

#about-nav-cont a:hover{
   color: #60c4f0;
   text-decoration: none;
}

#about-cont-main{
   float: right;
   width: 700px;
}

#about-cont-main dl{

}

#about-cont-main dt{
   font-weight: bold;
}

#about-cont-main dd{
   margin-left: 0;
}

#commit ul{
   margin: 0;
   padding: 0;
}

#commit li{
   margin-left: 0;
   padding-left: 0;
   list-style-type: square;
}

#pub ul{
   margin: 0;
   padding: 0;
}

#pub li{
   list-style-type: square;
}


#about-cont-main img{
   border: none;
   float: right;
}

#aboutus-cont h2{
  color: #0e202a;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: normal;
  border-bottom: 3px solid #fc7a04;

}

#aboutus-cont h4{
  color: #0e202a;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}

#aboutus-cont p{
  margin-top: 0;
  margin-left: 20px;
}

p.back-to-top {
	margin-bottom: 35px;
}

table{
    border-collapse: collapse;
}

th, td{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: .5em;
}
table.patterns th, td{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	font-size: small;
    padding: .5em 1.5em 1.5em 0;
	vertical-align: top;
	width: auto;
}
tr{
    background: #b0c4d7;
}

thead th{
    background: #036;
    color: #fff;
}

table.org {
	margin-bottom: 30px;
	width: 100%;
}
table.org th {
	color: #fff;
	font-weight: bold;
}

table.org td.country {
	font-weight: bold;
	text-align: center;
}

table.org td.code {
	font-weight: bold;
	text-align: center;
}

tbody th{
    font-weight: normal;
    background: #658cb1;
}

tr.alternate td{
    background: #d7e0ea;
}

tr.alternate th{
    background: #8aa9c7;
}

/*
   Rules and Publications - Pattern Styles
*/

#pattern-cont{
   float: left;
   width: 700px;
}

#pattern-cont ul{
   margin: 0;
   padding: 0;
}

#pattern-cont ul li{
   list-style-type: none;
}

#inline-dd dl dt dd{  /* come back to this style */
   display:inline;
}


/*
Contact Us styles
*/

#contact-cont{
  float: left;
  width: 1024px;
}

#contact-cont dt{
   margin-bottom: 10px;
   font-weight: bold;
}

#contact-cont dd{
   margin-left: 0;
}

dl.pres-contact{
   float: left;
   width: 460px;
   height: 200px;
   border-right: 1px solid #369;
}

dl.sec-gen-contact{
   float: right;
   width: 450px;
   height: 200px;
}

#sub-contacts{
   float: left;
   margin: 10px 0;
   width: 1024px;
}

#sec-cont-01{
   float: left;
   width: 320px;
   height: 71px;
}

#sec-cont-02{
   float: right;
   margin: 0;
   padding: 0;
   width: 670px;
}

#sec-cont-02 dl.sec-02-left{
   float: left;
   width: 320px;
   height: 71px;
}

#sec-cont-02 dl.sec-02-right{
   float: right;
   width: 320px;
   height: 71px;
}


#links-01{
   float: left;
   margin-top: 10px;
   margin-left: 0;
   width: 1024px;

}

#links-01 ul.bowl-industry{
   float: left;
   width: 450px;
   height: 190px;

}

#links-01 ul.bowl-links{
   float: right;
   width: 450px;
   height: 190px;

}

#links-01 li{
   list-style-type: square;
}

#links-01 li a{
   margin-left: 0;
   list-style-type: square;
}

#links-02{
   float: left;
   margin-top: 10px;
   margin-left: 0;
   width: 1024px;
}

#links-02 li a{
   margin-left: 0;
}


#links-02 ul.others{
   float: left;
   width: 450px;
   height: 142px;
   
}

#links-02 li{
   list-style-type: square;
}

#links-02 ul.sports-org{
   float: right;
   width: 450px;
   height: 142px;
   
}


/*
Site info
*/

#site-info{
  clear: both;
  margin-top: 10px;
  padding: 5px 0 15px 0;
  width: 1024px;
  background: url('../images/site-info-bg.jpg') repeat-x top left;
}

#site-info ul{
  font-size: 90%;
  margin-left: 300px;
  padding-top: 5px;
  padding-bottom: 40px;
  list-style: none;
}

#site-info li{
  float: left;
  color: #000;
  margin-left: 5px;
}


#site-info .copyright{
    color: #333;
    padding-left: 5px;
}







