/*
. (dot) = class
# (hash) = id
*/


body { 
	font-family: Optima,Segoe UI,Segoe,Candara,Calibri,Arial,sans-serif; /*arial, helvetica, sans-serif;*/
	font-size: 18px;
/*	overflow: scroll; 
	overflow-x: hidden;   - 2/23 */    
	background: #747D7D; /* charcoal gray */
	margin: 2px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#logo {
	margin: 0px;
	width: 800px;
	height: 150px;
	background: url(images/topbanner800-white.jpg) no-repeat;
	display: block;
}

#logodiv {
	display: block; 
	margin: 0 auto;
	width: 100%;
}

#headerimg	{
	width: 100%;
	height: auto;
}

img#headshot {  /* Image should be 180x165 */
   padding: 3px;
   border: 1px solid #021a40;
   background-color: #747D7D;
}

.headshotholder {   /* Image should be 180 x 180 [180 width max; height can vary] */  
	width: 200px;
	float: left;    /* ORIGINALLY right */
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px;
	text-align: center;
}

.fblike  {
	margin: 0;
	position: absolute;
	overflow: visible; 	
}

/* NEW Mobile NAV - 2020-01-07 - https://codepen.io/erikterwan/pen/EVzeRP */

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle
{
  float: left;
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none; 
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 80px; /*40px;*/  /* click area */
  height: 64px; /*32px;*/ 
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: /*33px;*/ 66px;
  height: /*4px;*/ 8px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;/*#cdcdcd;*/
  border-radius: 3px; 
  
  z-index: 1;
 
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


/* 
 * Transform all the slices of hamburger into a crossmark.
  

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


 /* But let's hide the middle one. 

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


 /* Oh yeah and the last one should go the other direction 

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);

}
*/


/*
 * Make this absolute positioned
 * at the top left of the screen
 */
 
#menu
{
  position: absolute;
  width: 550px;
  margin: -100px 0 0 -50px;
  padding:  50px;
  padding-top:  125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  text-align: left;
  font-size: 40px; /* 22px */
}

.menutxt {
	font-size: 30px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

/* END Mobile Nav */

/* New NAV - Regular Browser :: 2014-10-13 - http://jsfiddle.net/mjdwebdesign/KsAZ8/ */

#nav {
    background-color: #8C001A; /* burgundy */
}

#nav_wrapper {
    width: 1100px; /*960 */
    margin: 0 auto;
    text-align: center; /* left */
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 150px; /* SubMenu Min Width */
}

#nav ul li {
    display: inline-block;
}

#nav ul li a:hover {
    color: #699;
}

#nav ul li a, visited {
    color: #CCC;
    display: block;
    padding: 15px;
    text-decoration: none;
	font-family: Optima,Segoe UI,Segoe,Candara,Calibri,Arial,sans-serif;
	font-size: 24px; /* 20 */
}

#nav ul li:hover ul {
    display: block;
}

#nav ul ul {
    display: none;
    position: absolute;
    background-color: #8C001A; /* burgundy - was #333; */
   /* border: 5px solid #222; */
    border-top: 0;
   /* margin-left: -5px; */
}

#nav ul ul li {
    display: block;
}

#nav ul ul li a, visited {
	font-size: 22px;  /* 18 */
}

#nav ul ul li a:hover {
    color: #699;
}

/* New NAV - 2014-10-13 [End] */


/* Date Picker */

.ui-datepicker-trigger {
  	margin-top: 3px;
}

#altDate {
	border: #A7A7A7;
	background-color: #A7A7A7;
}

label.valid {
  	width: 24px;
  	background: url(images/valid.png) center center no-repeat;
  	display: inline-block;
  	text-indent: -9999px;
}

/*label.error {
  	padding-left: 5px;
  	display: inline-block;
}
*/

/*  Start Tabs look & feel - no longer using */

ul.tabs {
	margin: 4px;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #A7A7A7; /* #999 */ 
	border-left: 1px solid #A7A7A7; /* #999 */
	width: 95%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 23px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #A7A7A7; /* #999 */
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 12px;  /* top & bottom, left & right -- was [0 8px]*/
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
/*
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
*/		
}

ul.tabs li.active a {
	color: #FFF;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties - color was "white"--*/
	color: #FFF;
	background: #A7A7A7;
	border-bottom: 1px solid #A7A7A7; /*--Makes the active tab look like it's connected with its content--*/
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;  /* was 20 */
	font-size: 1.2em;
}

/* Corner radius 
.ui-corner-tl { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px; 
}

.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bl { 
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.ui-corner-br { 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	border-bottom-right-radius: 4px;
}

.ui-corner-top { 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
}

.ui-corner-bottom {
	 -moz-border-radius-bottomleft: 4px;
	 -webkit-border-bottom-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 -moz-border-radius-bottomright: 4px;
	 -webkit-border-bottom-right-radius: 4px;
	  border-bottom-right-radius: 4px;
}

.ui-corner-right {  
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; }

.ui-corner-left { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px; 
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.ui-corner-all { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

*/


/*  End Tabs look & feel */

/* Begin Forms Validation

label {
  display: block;
}

label.valid {
  width: 24px;
  background: url(images/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  padding-left: 5px;
  display: inline-block;
}

input {
  display: inline-block;
}

form div {
  padding: 5px;
  float: left;
  clear: left;
  width: 100%;
}

button {
  margin-top: 10px;
}

End Form Validation */
 
.clearb  {
	clear: both;
}

.clearr  {
	clear: right;
}

.clearl  {
	clear: left;
}

.intable {
	width: 310px;
	float: left;    /* ORIGINALLY right */
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px;
	text-align: center; 
}

.aotmimg {
	width: 390px;
	float: left;    /* ORIGINALLY right */
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px;
	text-align: center; 
}

.intabler {
	width: 260px;
	float: right;
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align: center; 
}

.intablerw {
	width: 310px;
	float: right;
    display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align: center; 
}

.fbr {				/* Facebook Like buttons (Kevin's Facebook Page ONLY)*/
	width: 350px;
	float: right;
	vertical-align: middle;
    display: inline;
    border: 0px;
    font-weight: bold;
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align: right; 
}

/* Article Facebook Like buttons 
.likefly {			
	max-width: none;
}
*/

.imgtxt {			
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/*  To overwrite other parent font-weight */
.txtnorm {	
	font-weight: normal;
}

a:link {
/*	font-family: arial, helvetica, sans-serif;  */
/*	font-size: 13px;  */
	color: #0000FF;
	text-decoration: none;
}

.footer a {
	color: #A7A7A7;
}

a:visited {
/*	font-family: arial, helvetica, sans-serif; */
/*	font-size: 13px;  */
	color: #0000FF;
	text-decoration: none;
}

a:hover {
/*	font-family: arial, helvetica, sans-serif; */
/*	font-size: 13px;  */
	color: #FF0000;
	text-decoration: underline;
/*	text-decoration: none;  */
	/* background-color: #FF0000; */
}

hr.d {
	text-align: center;
	width: 50%;
}

.container {
	border: 0px;
	padding: 0;
	border-spacing: 0;
	width: 1250px;
/*	border-color: #C0C0C0; */
	border-color: #FFF; 
	border-collapse: collapse;
/*	background-color: #A7A7A7; */
	background-color: #FFF;
	text-align: center;
	font-size: 18px;
}

.head {
	border: 0px;
	padding: 0;
	border-spacing: 0;
/*	border-color: #C0C0C0;  */
	border-color: #FFF; 
	border-collapse: collapse;
/*	background-color: #A7A7A7; */
	background-color: #FFF;
	text-align: center;
	font-size: 11px;
}

.main {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 1160px;
/*	border-color: #111111;  */
	border-color: #FFF;
	border-collapse: collapse;
/*	background-color: #A7A7A7; */
	background-color: #FFF;
	text-align: left;
	padding: 45px;
}

.tdlvl3  {
 /*	width: 970px; */
 	background-color: #A7A7A7;
}

.results {  /*   <table border="1" cellpadding="3" cellspacing="3" bordercolor="#808080" width="649"> */
	width: 1150px;
	border-color: #8C001A; /*#808080;*/
}

.athequip {  
	width: 1050px;
	border-color: #808080;
}

.athdetail {
	width: 850px;
	font-weight: bold;
	text-align: center;
}

.athletetbl {  
	width: 950px;
	border-color: #808080;
}

.tdheadresults  {
/*	font-family: arial, helvetica, sans-serif;
	font-size: 13px; */
	color: #FFFFFF;
/*	font-weight: bold; */
	background-color: #8C001A; /*#000000;*/
}

.tdresults {
	padding: 3px;
	border-spacing: 3px;
	border-color: #8C001A; /*#808080;*/	
/*	font-family: arial, helvetica, sans-serif;
	font-size: 13px; */
	color: #000000; 
}
			
.widgets {
	width: 160px;
	float: right;
	display: inline;
	font-size: 18px;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}

.twitterwidget {
	width: 310px;
	float: right;
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}

.aotma {
	color: #000000;
	font-size: 18px;
}

.aotmq {
	color: #000000;
	font-size: 18px;
	font-style: italic;
}

.immtq {
	color: #000000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.author {
	color: #000000;
	font-size: 16px;
	font-style: italic;
}

.footer { 
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.header1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.header2 {
	font-size: 22px;
	text-decoration: none;
}

.header3 {
	font-size: 18px;
	text-decoration: none;
}

.header4 {
	font-size: 32px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.header5 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.header6 {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

.header7 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.header8 {
	font-size: 28px;
	color: #000000;
}

.nobull {
list-style-type: none;
}

.bullcircle {
list-style-type: circle;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

.ital {
	font-style: italic;
}

.red  {
	color: #800000;
}

.headerred {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}

.shirtimg {
	width: 300px;
	float: right;
	display: inline;
	font-size: 18px;
	border: 0px;
	padding: 0px;
	margin: 5px 5px 5px 5px;
}

.tips { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #800000;
	font-weight: bold;
	text-align: center;
}

.txt { 
	font-family: Optima,Segoe UI,Segoe,Candara,Calibri,Arial,sans-serif;  /* arial, helvetica, sans-serif; */
	font-size:  18px; /* 13px; */
	color: #000000;
	text-align: left;
}

.top  {
	vertical-align: top;
}

.white {
	color: #FFFFFF;	
}

.hint {
	font-size: 15px;
}

.txtbold { 
	color: #000000;
	font-weight: bold;
}

.txtcb { 
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.txtcenter { 
	text-align: center;
	color: #000000;
}

.txtred {
	color: #800000;
}

ol.nbr {
	list-style-type:decimal;
}

ul.none {
	list-style-type:none;
}

td.colleft {
	padding:0px 15px 0px 0px;   /* top, right, bottom, left */
	vertical-align:top;
	width: 50%;
}

td.colright {
	padding:0px 0px 0px 15px;  /* top, right, bottom, left */
	vertical-align:top;
	width: 50%;
}

/* calendar */
table.calendar		{
	border-left:1px solid #999;
}

tr.calendar-row	{
	min-height:80px;
}

.tbllist	{
	width:200px;
	height:200px;
	border:1px;
	background:#FFFFFF;
}

.divlist {
	overflow:auto;
	height:200px;
}

.tbleventlist	{
	width:350px;
	height:150px;
	border:1px;
	background:#FFFFFF;
}

.diveventlist {
	overflow:auto;
	height:350px;
}

td.calendar-day	{ 
	/*min-height:80px;*/
	font-size:15px;
	position:relative; 
}

/* * html div.calendar-day {
	height:80px;
}
*/

td.calendar-day:hover	{ 
	background:#eceff5; 
}

td.calendar-day-np	{ 
	background:#eee;
	/*min-height:80px;*/
}

/* * html div.calendar-day-np {
	height:80px;
}
*/

td.calendar-day-head { 
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999; 
}

div.day-number		{ 
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:20px;
	text-align:center; 
}

td.calendar-day, td.calendar-day-np {
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

/* Calendar Event Popup Page */

body.calpopup {
	font-family: arial, helvetica, sans-serif;
	background-color: #A7A7A7;
	background: #A7A7A7;
}
