body {
    font: 100 14px/1.5 "Interstate","Lucida Grande",Arial,sans-serif;
    color: #eee;
    overflow-x: hidden;
}
    
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#navHeader {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 47px;
    background: #363636; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzIzMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #363636 0%, #232323 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#232323)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #363636 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #363636 0%,#232323 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #363636 0%,#232323 100%); /* IE10+ */
    background: linear-gradient(to bottom, #363636 0%,#232323 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#232323',GradientType=0 ); /* IE6-8 */
    background: transparent url(https://s3.amazonaws.com/images.directathletics/newDA/gradient.png) repeat-x 0 0;
}

#nav {
	position: relative;
	width: 955px;
	height: 45px;
	left: 50%;
    margin-left: -450px;
}
.info_section_header {
    margin-top: 5px;
    width: auto;
    text-align: center;
}
#logo {
    margin-left: -50px; 
    margin-top: 2px;

}
li {
    text-align: -webkit-match-parent;
}
.nav_thing ul{
    float: left;
    height: 38px;
    border-left: 1px solid rgba(0,0,0,.5);
    border-width: 0 1px;
    margin-left: 214px; 
    margin-top: -40px;
}
#nav li form {
    float: right;
    padding: 0px 10px 10px;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: color .2s linear,-webkit-box-shadow .2s linear;
    -moz-transition: color .2s linear,box-shadow .2s linear;
    -o-transition: color .2s linear,box-shadow .2s linear;
    transition: color .2s linear,box-shadow .2s linear;
    border-right: 1px solid rgba(255,255,255,.05);
    border-width: 0 1px;

}
#nav li form input {
    position: relative; 
    margin-top: 4px;
    margin-left: -180px;
    border-radius: 3px;
    color: #666;
    outline: 0;
    border: 0;
}
#nav ul li {
    color: #eee;
    float: left;
    position: relative;
    border-right: 1px solid rgba(0,0,0,.5);
    border-width: 0 1px;
}
#login_btn {
    margin-left: -45px;
    margin-top: 10px;
    width: 50px;
    padding-left: 7px;
    padding-top: 1px;
    padding-bottom: 0px;
    color: #fff;
    position: absolute;
}
#forgot_link {
    color: #737373;
    line-height: 11px;
    margin-top: 12px;
    font-size: 10px;
    text-align: center;
    float: left;
    padding-left: 20px;
    text-decoration: none;
    -webkit-transition: color .2s linear,-webkit-box-shadow .2s linear;
    -moz-transition: color .2s linear,box-shadow .2s linear;
    -o-transition: color .2s linear,box-shadow .2s linear;
    transition: color .2s linear,box-shadow .2s linear;
}
#forgot_link:hover {
    text-decoration: underline;
    color: #F3F3F3;
}
.nav_link {
    display: block;
    font-size: 13px;
    padding: 13px 10px 10px;
    text-decoration: none; 
    text-shadow: 0 1px 0 #000;
    -webkit-transition: color .2s linear,-webkit-box-shadow .2s linear;
    -moz-transition: color .2s linear,box-shadow .2s linear;
    -o-transition: color .2s linear,box-shadow .2s linear;
    transition: color .2s linear,box-shadow .2s linear;
    border: 1px solid rgba(255,255,255,.05);
    border-width: 0 1px;
    cursor: pointer;
    color: #eee;
}
.nav_link:hover {
    color: #FFF;
    text-decoration: underline;
}
#section1 {
    margin-top: 5px;
    width: 100%;
    height: 550px;
    border-width: 0 0 1px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #F3F3F3;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #ffffff, #E6EDED);
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.title_text {
    line-height: 26px; 
    float: left;
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    margin-left: -2px;
    background: #000;
    opacity: .85;
    padding: 0px 10px 0px;
    margin-left: 20px;
    clear: both;
}
.container {
    position: relative;
    width: 900px;
	left: 50%;
    margin-left: -450px;
}
ul.boxes {
    margin-top: -30px;
}
ul.boxes li {
    border-radius: 1px;
    width: 160px;
    height: 100px;
    background: #f7edc8;
    font-weight: bold;
    float: left;
    -moz-box-shadow:    3px 3px 5px 4px #B1B1B1;
    -webkit-box-shadow: 3px 3px 5px 4px #B1B1B1;
    box-shadow:         3px 3px 5px 4px #B1B1B1;
    margin-right: 15px;
    padding: 10px 10px 0px;
    text-align:center;
}
.box_span {
    float: left;
    width: auto; 
    margin-left: auto; 
    margin-right: auto;
    background: #FFF;
    color: #000;
    font-weight: 900;
    padding: 0px 8px 0px;
    opacity: .8;
    line-height: 18px;
    clear: both;

}
#overview_div {
    float: right; 
    width: 510px; 
    color: #000; 
    margin-top: 70px;
}
#info_title {
    font-weight: bold;
    font-size: 16px;
    margin-left: -7px;
}
p {
    margin-top: 2px;
    color: #626D79;
}
#sports_list {
    margin-top: 10px;
    margin-left: 50px;
}
#sports_list li {
    background: #000;
    float: left;
    opacity: .6;
    color: #FFF;
    padding: 0px 10px 0px;
    margin-right: 5px;
}
#athletes_list {
    margin-top: 0px;
    margin-left: 82px;
}
#athletes_list li {
    background: #000;
    float: left;
    opacity: .6;
    color: #FFF;
    padding: 0px 10px 0px;
    margin-right: 5px;
}
.services_col {
    float: left;
    width: 350px;
}
#section3, #section4 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#section5 {
    position: relative;
    width: 980px;
	left: 50%;
    margin-left: -485px;
}
#section6 {
    margin-top: 200px;
}
#products_list {
    color: #000;
    width: auto;
}
#products_list li {
    padding: 10px 10px 0px;
    float: left;
    width: 21%;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    height: 140px;
}
.highlight_span {
    background: #000;
    opacity: .8;
    color: #FFF;
    margin-left: -10px;
    height: 20px;
    line-height: 20px;
}
#products_title {
    color: #FFF; 
    height: 30px; 
    background: transparent url(https://a2.sndcdn.com/assets/images/header/header-bg-a0479b6e.png) repeat-x 0 0; 
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 976px;
    margin-left: -1px;
}
#section7 {
    border-top: 3px solid: #eee;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#loadingGif {
    position: relative;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    margin-top: 350px;
}
a:-webkit-any-link {
    text-decoration: none;
}
#about_links {
    width: 200px;
    height: 100%;
}
#about_links li {
    height: 50px;
    padding-left: 15px;
}
#about_links li a{
    line-height: 50px;
    padding: 10px 45px 10px;
    color: #BCC3C5;
    font-size: 17px;
    text-decoration: none;
}
#about_links li a.current{
    background: #E7F5FA;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E0F2FA;
    color: #1da6da;
}
.page_heading {
    margin-top: 27px; 
    opacity: 0.9;
    color: #b7b7b7; 
    width: 100%; 
    border-bottom: 1px solid #eee; 
    height: 60px; font-size: 31px; 
    line-height: 60px; 
    font-weight: bold; 
    padding-left: 10px;
}
.about_par_title {
    width: 150px; 
    color: #1da6da; 
    float: left; 
    font-size: 22px;   
    padding-top: 24px; 
    padding-bottom: 23px; 
    padding-left: 50px; 
    background: #FFF;
    clear: none;
}
.nameSpan {
    position: absolute;
    color: #1da6da; 
    font-size: 20px;
    line-height: 25px;
}
.jobTitleSpan {
    position: absolute;
    margin-top: 30px;
    color: #000;
}
.extraNoteSpan {
    position: absolute;
    color: #CAD5D7;
    font-size: 13px;
    margin-top: 90px;

}
#table_holder {
    min-height: 500px;
}
#footer_div {
    position: absolute;
    color: #7E818D;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    font-size: 12px;
}
#footer_div ul {
    display: block;
    margin-left: 180px;
}
#footer_div ul li {
    float: left;
    padding: 20px 20px 20px;
    padding-bottom: 60px;
}
#footer_div ul li a {
    text-decoration: none;
    color: #7E818D;
}
#footer_div ul li:hover {
    text-decoration: underline;
}
.meetLink {
    text-decoration: none;
    color: #522561;
}
.meetLink:hover {
    text-decoration: underline;
}
.hLinks {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.hLinks:hover {
    text-decoration: underline;
}


