body {
  background-image: url(../images/background.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
  background-attachment: fixed;
	background-color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
	line-height: 1em;
	min-width: 1024px;
  color: white;
}

h1 {
  font-weight: bold;
  font-size: xx-large;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

h2 {
	font-weight: bold;
	font-size: large;
	line-height: 1em;
	color: #09C;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: bold;
	font-size: large;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-decoration: none;
}

h4 {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	letter-spacing: .1em;
}

h5 {
	font-size: small;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 15px;
}

h5.blu{
	color: #0CF;	
}

a {
  text-decoration: none;  
  color: #ba2025;
  }
  
a:hover {
  color: #999999;
  }
  
img {
  border: 0px;
  }
  
p {
	line-height: 1.15em;
}

strong {
	color:#B0FFFF
}

#siteshell {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 1024px;
  }
 
#sitelegal {
  display: block;
  margin: 10px auto 0px;
  padding: 0px;
  width: 1024px;
  text-align: center;
  font-size: xx-small;
  clear: both;
  }

#sitelegal img {
  margin: 12px auto;
  }
  
/* menulo the pieces that only apply to the bottom */
#menulo ul {
  margin: 4px 0px 0px 0px;
  }
  
#menulo a {
  border-top: 1px solid #ba2025;
  }

/* menuhi ... the pieces that only apply to the top */  
#menuhi ul {
  margin: 0px 0px 4px 0px;
  }
  
#menuhi a {
  border-bottom: 1px solid #ba2025;
  }

.resultstable {
	background-repeat: repeat;
	width: 103%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-collapse:collapse;
	right: 20px;
	position: relative;
  }
  
.resultheader {
	background-image: url(../images/trim/25_black.png);
	background-repeat: repeat;
	margin-left: 6px;
	margin-right: 6px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	font-size: large;
	line-height: 1em;
	color: #FF9;
  }
  
.resultdivision {
	font-weight: bold;
	font-size: small;
	font-style: italic;
	margin: 0px;
	padding: 8px;
	color: #cccccc;
	padding-left: 40px;
  }
  
.resultname {
	font-weight: bold;
	font-size: small;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	color: #cccccc;
	padding-left: 20px;
  }
  
.padres-blue {
	background-image: url(../images/trim/100_padres.png);
	background-repeat: repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 90px;
  }
  
.padres {
  background-image: url(../images/trim/100_padres.png);
  background-repeat: repeat;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px;
  }
  
.padres table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
.padres th {
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #003399;
  padding: 4px;
  margin: 0;
  font-weight: bolder;
  }
  
.padres td {
  text-align: left;
  font-style: italic;
  border: 1px solid #003399;
  padding: 4px;
  margin: 0;
  }
  
.padres-money {
  background-image: url(../images/trim/100_padres.png);
  background-repeat: repeat;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px;
  }
  
.padres-money table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
.padres-money th {
  vertical-align: bottom;
  white-space: nowrap;
  border: 1px solid #003399;
  padding: 4px;
  margin: 0;
  font-weight: bolder;
  }
  
.padres-money td {
  text-align: right;
  font-style: italic;
  border: 1px solid #003399;
  padding: 4px;
  margin: 0;
  }

.odd {
  color: #003399;
  background-color: #999999;
  }
    
.even {
  background-color: #cccccc;
  color: #003399;
  }

.money {
  text-align: right;
  }
  
/* sitemenu ... applies to both top and bottom menu */
.sitemenu {
  line-height: 1.5em;
  width: 970px;
  margin: 0px auto;
  font-weight: bold;
  }

.sitemenu ul {
  padding: 0px 6px;
  width: 970px;
  color: #ba2025;
  float: left;
  clear: both;
  }
  
.sitemenu li {
  display: inline;
  }
  
.sitemenu a {
	background-image: url(../images/trim/50_ltgray.png);
	background-repeat: repeat;
	border-right: 1px solid #ba2025;
	border-left: 1px solid #ba2025;
	float: left;
	text-decoration: none;
	padding: 4px 7px;
	font-size: 13px;
	color: #ba2025;
  }

.sitemenu a:hover {
  color: black;
	background-color: black;
  }


/* divsubmenu */
.divsubmenu {
  line-height: 1em;
  width: 800px;
  margin: 0px auto;
  font-weight: bold;
  font-size: smaller;
  }

.divsubmenu ul {
  font-size: smaller;
  padding: 0px 6px;
  width: 800px;
  color: #ba2025;
  float: center;
  clear: both;
  }
  
.divsubmenu li {
  display: inline;
  }
  
.divsubmenu a  {
  background-image: url(../images/trim/25_white.png);
  background-repeat: repeat;
  border: 1px solid #ba2025;
  float: left;
  text-decoration: none;  
	padding: 4px 7px; 
  font-size: small;
  color: #ba2025;
  }

.divsubmenu a:hover {
  color: black;
	background-color: black;
  }
  

/* submenu ... applies to both top and bottom menu */
.submenu {
  line-height: 1em;
  width: 960px;
  margin: 0px auto;
  font-weight: bold;
  font-size: smaller;
  }
 
 .hrdate{
	position:relative;
	top:9px;
	margin-bottom:10px;
 }

.submenu ul {
  font-size: smaller;
  padding: 0px 6px;
  width: 960px;
  color: #ba2025;
  float: left;
  clear: both;
  }
  
.submenu li {
  display: inline;
  }
  
.submenu a  {
  background-image: url(../images/trim/25_white.png);
  background-repeat: repeat;
  border: 1px solid #ba2025;
  float: left;
  text-decoration: none;  
	padding: 4px 7px; 
  font-size: small;
  color: #ba2025;
  }

.submenu a:hover {
  color: black;
	background-color: black;
  }
  
.thispage {
  background-color: #ba2025;
  border: 1px solid #ba2025;
  float: left;
  text-decoration: none;  
	padding: 4px 7px; 
  font-size: small;
  color: #fff622;
  }
  
.contentsolo {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	width: 975px;
	overflow: hidden;
  }
  
.contentleft {
  margin-left: 27px;
  margin-right: 0px;
  padding: 0px;
  float: left;
  clear: left;
  width: 482px;
  }
  
.contentright {
  margin-right: 27px;
  margin-left: 0px;
  padding: 0px;
  float: right;
  clear: right;
  width: 482px;
  }

.column1 {
  margin-left: 27px;
  margin-right: 0px;
  padding: 0px;
  float: left;
  clear: left;
  width: 320px;
  }

.column2 {
  margin: 0px auto;
  padding: 0px;
  width: 320px;
  }

.column3 {
  margin-right: 27px;
  margin-left: 0px;
  padding: 0px;
  float: right;
  clear: right;
  width: 320px;
  }
  
  .challengedc1 {
	margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  float: left;
  clear: left;
  width: 320px;
  }
  
  .challengedc2 {
	margin: 0px auto;
	padding: 0px;
	width: 320px;
  }
  
  .challengedc3{
	 margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: right;
  clear: right;
  width: 320px;
  }

.videoby3 {
    width: 300px;
    height: 250px;
    margin-left: 10px;
  }

.videoby3caption {
    margin-left: 10px;
    height: 50px;
    font-style: italic;
    text-align: justify;
  }
  
.contentbox {
	background-image: url(../images/trim/32_black.png);
	background-repeat: repeat;
	margin-left: 6px;
	margin-right: 6px;
	padding: 12px;
	float: none;
  }
  
.contentbox li{
	margin-bottom: 5px;
	
}

.bannerbox {
	background-image: url(../images/trim/32_black.png);
	background-repeat: repeat;
	margin-left: 6px;
	margin-right: 6px;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #fff622;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	text-decoration: none;
  }
  
.highlight  {
  color: #fff622;
  line-height: 1em;
  }
  
.lrgmarghi {
  margin-top: 36px;
  }
  
.lrgmarglo {
  margin-bottom: 36px;
  }  

.medmarghi {
  margin-top: 24px;
  }
  
.medmarglo {
	margin-bottom: 24px;
  }  
  
.smlmarghi {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;


  }
  
.smlmarglo {
  margin-bottom: 12px;
  }
  
.fullwide {
	width: 100%;
  }

.center {
	text-align: center;
  }

.vcenter {
  vertical-align: middle;
  }
  
.indent {
  text-indent: 18px;
  }

.floatright {
	float: right;
	margin-left: 12px;
  }

.floatleft {
	float: left;
  }

.padding-nw {
  margin-left: 12px;
  margin-top: 12px;
  }
    
.venuelist {
  text-align: left;
  }

.venuename {
	color: #fff622;
	font-weight: bold;
  }
    
.padding-se {
  margin-right: 12px;
  margin-bottom: 12px;
  }
    
.imageright {
  float: right;
  margin: 0px 60px;
  }
  
.imageleft {
  float: left;
  margin: 0px 60px;
  }
  
.imagecenter {
  text-align: center;
  }
  
  .imagecntrpadding {
	text-align: center;
	margin-bottom: 80px;
	margin-top: 80px;
  }
  
.spacer {
  clear: both;
  }
  
.hang { 
  text-indent: -3em; 
  padding-left: 3em;
  margin-left: 3em; 
  }
  
/* formatting */

.formal {
	font-style: italic;
	text-align: justify;
  }

.tclogo {
  float: right;
  padding: 0px 0px 4px 4px;
  border: 0px;
  width: 200px;
  }

.iconstamp {
  float: right;
  padding: 0px 0px 4px 4px;
  border: 0px;
  height: 50px;
  }

/* schedule formatting */

.sched_day {
  text-align: left;
  font-weight: bolder;
  font-size: x-large;
  padding: 12px;
  border-bottom: 2px solid #ba2025;
  color: #ba2025;
}

.sched_time {
  white-space: nowrap;
  text-align: right;
  vertical-align: text-top;
  font-weight: bold;
  padding: 0px;
}

.sched_text {
  text-align: left;
  font-weight: normal;
  padding: 2px 2px 12px 2px;
}

.sched_text ul {
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
}

.sched_text hr {
  width: 50%;
  margin: 8px 40% 8px 4px;
}

.belts  {
  border-collapse: collapse;
  font-size: smaller;
  }

.belts td {
  padding: 4px;
  border: 1px solid white;
  }
  
.belt_rank {
  vertical-align: middle;
  color: #fff622;
  width: 40%;
  font-weight: bolder;
  }
  
.belt_name {
  vertical-align: middle;
  width: 60%;
  font-weight: bolder;
  }
  
.belt_notes {
  color: #fff622;
  vertical-align: middle;
  width: 100%;
  font-weight: bolder;
  }

.pricing  {
	border-collapse: collapse;
	font-size: smaller;
  }

.pricing td {
	padding: 4px;
	border: 1px solid white;
  }
  
.price_head {
	vertical-align: bottom;
	color: #fff622;
	font-weight: bolder;
  }
  
.price_name {
  vertical-align: bottom;
  width: 120px;
  font-weight: bolder;
  }
  
.price_val1 {
	vertical-align: middle;
	white-space: nowrap;
	color: #00ff00;
	font-weight: bolder;
  }
  
.price_val2 {
	vertical-align: middle;
	white-space: nowrap;
	color: #fff622;
	font-weight: bolder;
	width:156px;
  }
  
.price_val3 {
  vertical-align: middle;
  white-space: nowrap;
  color: #ff0000;
  font-weight: bolder;
  }

.divisions {
  background-image: url(../images/trim/50_black.png);
  background-repeat: repeat;
  width: 308px;
  margin: 5px;
  padding: 0px;
  }
  
.divisions td {
  margin: 0px;
  vertical-align: top;
  }
  
.divisions th {
  background-image: url(../images/trim/25_white.png);
  background-repeat: repeat;
  color: black;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-size: medium;
  line-height: 1em;
  padding: 2px;
  }

.div_code {
  font-weight: bold;
  font-size: smaller;
  text-align: left;
  }
  
.div_name {
  text-align: left;
  font-size: smaller;
  padding-left: 4.5em;
  text-indent: -4.5em;
  }
  
.div_gender {
  font-size: smaller;
  text-align: left;
  }
  
.steph-schedule {
  margin: 50px 5px;
  }

.armando-rules {
  margin: 24px 85px;
  }
  
.googlemap {
  width: 100%;
  height: 300px;
  border: 0px;
  margin: 0px;
  }  

.googleform {
  width: 300px;
  height: 500px;
  border: 0px;
  margin: 0px;
  }
 
.video-sub {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	clear: none;
	float: none;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.trophy {
	margin: 0px auto;
	width: 210px;

}
.video-header {
	padding-bottom: 8px;
}

.infobanner{
	clear:both;
	margin-bottom:12px;
	color:#fff622;
	font-size: 12px;
	font-style: italic;
	padding-left:30px;
	padding-right:30px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-left: 33px;
	margin-right: 33px;
}

.whiteLink{
	color:white;	
}

table.sanctioned img{
	margin-left:50px;	
}

.push{
	width: 310px;
	position: relative;
	top: 0px;
	float: none;
	height: 200px;
}

.pushTwo{
	width: 410px;
	position: relative;
	top: 0px;
	float: none;
	margin-left: 30px;
}

.middle{
	width:900px;
}

.padsLeft{
	height:265px;
}

.padsRight{
	width:96.5%;
	margin-left: auto;
	margin-right: auto;
}

.under{
	width:450px;
	position: absolute;
	left: 625px;
	top: 751px;
	height: 92px;
}

.promo{
	font-size:24px;
	padding-top: 5px;
}

.vidHeaderTwo{
	height:65px;
	padding-top: 25px;
}

.currentYear{
	width:555px;
	height:72px;
	line-height: 35px;
	padding-top: 13px;
	margin-left: 9px;
}

.previousYear{
	width:110px;
	height:115px;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.prevYear{
	width:800px;
	height:72px;
	line-height: 35px;
	padding-top: 13px;
	margin-left: 9px;
}

.naska{
	width:220px;
	height:115px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 20px;
	text-decoration: none;
	float: right;
	background-image: url(../images/trim/32_black.png);
	background-repeat: repeat;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	color: #fff622;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	line-height: 22px;
}

.joeinfo{
	height:30px;
	width:555px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	float: left;
	margin-right: 0px;
	margin-left: 9px;
}

.joeinfoPrev{
	height:30px;
	width:800px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	float: left;
	margin-right: 0px;
	margin-left: 9px;
}

