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


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	text-align: left;
	padding-right: 1px;
	padding-left: 1px;
	font-size: small;
} 
.thrColFixHdr #container_black {
	width: 900px; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	text-align: left;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: small;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 18px;
	padding: 3px;
	font-size: x-small;
	margin-right: 6px;
}
.thrColFixHdr #sidebar2_black {
	float: right; /* since this element is floated, a width must be given */
	width: 154px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 18px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 179px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #container #mainContent_black {
	background-color: #000000;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: x-small;
	color: #CCCCCC;
	background-color: #000000;
} 
#container_black #footer a {
	color: #FFFF99;
}
.thrColFixHdr #container #mainContent_dates #table_row_header {
	color: #CCCCCC;
	background-color: #000000;
}


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation
============================================================================= */

ul#navigation {
	height: 48px;
	margin: 0px;
	padding: 0px;
}

  ul#navigation li {
	width: 100px;
	float: left;
  }

    ul#navigation li a {
	display: block;
	height: 48px;
	cursor: auto;
}
ul#navigation li a#home {
	background-image: url(../img/nav_home_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar2 td#gender {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}


  
    ul#navigation li a#about {
	background-image: url(../img/nav_about_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation  li  a#boot {background: url(../img/nav_boot_button.jpg) 0 0 no-repeat;}
ul#navigation  li  a#milfit {
	background-image: url(../img/nav_milfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation  li  a#corpfit {
	background-image: url(../img/nav_corpfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation  li  a#exref {
	background-image: url(../img/nav_exref_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation  li  a#adaptfit {
	background-image: url(../img/nav_adaptfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation  li  a#dates {
	background-image: url(../img/nav_dates_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#navigation li a#contact {
	background-image: url(../img/nav_contact_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

    ul#navigation li a#home:hover,
	ul#navigation li a#about:hover,
	ul#navigation li a#boot:hover,
    ul#navigation li a#milfit:hover,
	ul#navigation li a#corpfit:hover,
	ul#navigation li a#exref:hover,
	ul#navigation li a#adaptfit:hover,
	ul#navigation li a#news:hover,
    ul#navigation li a#contact:hover,
	ul#navigation li a#dates:hover
	{
	background-position: 0 -48px;
    }
ul,li {
	list-style-type: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #EFDB3A;
}
a:hover {
	text-decoration: none;
	cursor: auto;
	color: #FF0000;
}
a span, button span, ul#navigation ul#side-nav span, h2 span, h3 span {display: none;}

.main_nav {
	margin: 0px;
	padding: 0px;
	height: 48px;
	background-color: #C6B98D;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EFDB3A;
	border-bottom-color: #EFDB3A;
}
#navigation #home_active
{
	background-image: url(../img/nav_home_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #about_active
{
	background-image: url(../img/nav_about_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #boot_active
{
	background-image: url(../img/nav_boot_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #milfit_active
{
	background-image: url(../img/nav_milfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #corpfit_active
{
	background-image: url(../img/nav_corpfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #exref_active
{
	background-image: url(../img/nav_exref_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}

#navigation #adaptfit_active
{
	background-image: url(../img/nav_adaptfit_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation  #dates_active
{
	background-image: url(../img/nav_dates_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#navigation #contact_active
{
	background-image: url(../img/nav_contact_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
.main_nav #search {
	height: 48px;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: none;
}
input  {
	margin: 0px;
	padding: 0px;
	height: auto;
}

#container #nopad {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}


/*
ul#side-nav {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
}

ul#side_nav {
	height: 48px;
	margin: 0px;
	padding: 0px;
}

  ul#side_nav li {
	width: 81px;
	float: left;
  }

    ul#side_nav li a {
	display: block;
	height: 48px;
	cursor: auto;
}

ul#side-nav li a#break {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_breakin_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#side-nav li a#break_active {
	{
	background-image: url(../img/side-nav_breakin_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -95;
}

ul#side-nav li a#break:hover {
	background-position: 0 -45;
}

ul#side-nav #booty {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_booty_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}

ul#side-nav #hardman {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_hardman_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}
ul#side-nav #break {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_breakin_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}

ul#side-nav #buddy {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_buddy_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}

ul#side-nav #beast {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_beast_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}
ul#side-nav #warrior {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	width:200px;
	background-image: url(../img/side-nav_warrior_button.jpg);
	background-repeat: no-repeat;
	height: 45px;
}


ul#side-nav li {margin:0;padding:0;list-style:none;margin:0 0 0.3em 0;}
ul#side-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	color:#003;
	background:#fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*ul#side-nav li a:hover {
	color:#000;
	background-image: url(../img/side-nav_breakin_button.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/

    ul#side-nav li a#break:hover,
	ul#side-nav li a#booty:hover,
    ul#side-nav li a#hardman:hover,
	ul#side-nav li a#buddy:hover,
	ul#side-nav li a#beast:hover,
	ul#side-nav li a#warrior:hover, {
	background-position: 0 -45px;
    }
*/
#navigation #dates_active {
	background-image: url(../img/nav_news_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#sidebar2 table {
	background-color: #000000;
	color: #EFDB3A;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
#sidebar2 td {
	padding-left: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}
#sidebar2 table th {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #FFFFFF;
	font-size: medium;
	padding-top: 5px;
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
	background-color: #C50304;
}
#sidebar2 th span {
	display: none;
}
#sidebar2 table th#break {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #000000;
	font-size: medium;
	padding-top: 5px;
	background-image: url(../img/grading_breakin.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#sidebar2 table th#beast {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #000000;
	font-size: medium;
	padding-top: 5px;
	background-image: url(../img/grading_beast.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#sidebar2 table th#buddy {
	text-align: center;
	padding-left: 0px;
	height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#sidebar2 table th#hardman {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #000000;
	font-size: medium;
	padding-top: 5px;
	background-image: url(../img/grading_booster.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#sidebar2 table th#warrior {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #000000;
	font-size: medium;
	padding-top: 5px;
	background-image: url(../img/grading_warrior.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#sidebar2 table th#milfit {
	text-align: left;
	padding-left: 6px;
	height: 36px;
	color: #000000;
	font-size: medium;
	padding-top: 5px;
	background-image: url(../img/grading_milfit.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C6B98D;
}
#mainContent table {
	background-color: #E6E6E6;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border: 1px solid #605B3E;
}
.thrColFixHdr #mainContent_dates {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent_dates table {
	background-color: #625D3F;
	color: #F3EBE8;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent_dates td span {
	color: #99FFFF;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent_dates a {
	font-weight: bold;
	color: #FFFF33;
}

#mainContent_dates table th {
	background-color: #625D3F;
	color: #F3EBE8;
	font-weight: bold;
	text-align: left;
}
#mainContent_dates .home_panel {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 24px;
	border: 1px solid #C40304;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.home_panel .home_panel_header {
	font-size: medium;
	color: #C40304;
	border: 1px solid #C40304;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.thrColFixHdr #container_black #mainContent_dates .home_panel .home_panel_header a {
	color: #C40304;
}


#mainContent_dates .home_panel_end {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #C40304;
}
.home_panel_end .home_panel_header {
	font-size: medium;
	color: #C40304;
	border: 1px solid #C40304;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.home_panel_end .home_panel_footer {
	font-size: x-small;
	color: #FFFFFF;
	border: 1px solid #C40304;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.home_panel .home_panel_footer {
	font-size: x-small;
	color: #FFFFFF;
	border: 1px solid #C40304;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#container #footer a {
	color: #FFFF99;
}
.thrColFixHdr #container_black #mainContent_dates .home_panel_end .home_panel_header a {
	color: #C40304;
}
#mainContent .red_banner {
	color: #FFFFFF;
	background-color: #C10001;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px;
}
#container  #mainContent  li {
	list-style-type: square;
	line-height: 18px;
}
.thrColFixHdr #container #mainContent h3 {
	color: #FF0000;
}
#container #sidebar2 #white {
	color: #000000;
}
#container #sidebar2 #gender_black {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container #sidebar2 #white {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#container #sidebar2 #black_on_yellow {
	color: #000000;
	background-color: #EFDB3A;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar2 #black_on_yellow_bold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EFDB3A;
	text-align: center;
}
#container #sidebar2 #panel_yellow {
	color: #000000;
	background-color: #EFDB3A;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 6px;
}
#container #sidebar2 #img {
	margin: 0px;
	padding: 0px;
}
#sidebar2 #panel_yellow img {
	border: 1px solid #000000;
}
.thrColFixHdr #container #mainContent #red {
	font-weight: bold;
	color: #FF0000;
}
#mainContent_contactform {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent_contactform #contact_address {
	float: right;
	width: 320px;
}
#container #mainContent_contactform #contact_address #address_note {
	color: #FFFFFF;
	background-color: #990000;
	margin: 6px;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
#container #mainContent_contactform #contact_address #address_box {
	padding: 6px;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	border: 1px solid #CCCCCC;
}
