﻿/* tag redefinitions */

body 
{
    margin:0;
    padding:0;
    background: #575b5a;
    color: #FFF;
    font-family: Arial;
    font-size: 10pt;
}

img
{
    margin:0;
    padding:0;
    border:0;
    vertical-align:bottom;
    z-index: 0;
}

a
{
    color:#6ea9e5;
    cursor:pointer;
}

ul, li
{
    margin: 0;
    padding: 0;
    z-index: 10;
}

/* main content */

#main-content
{
    margin:0;
    padding:0;
    font-family: Arial;
    font-size: 10pt;
    background-color: White;
    color: #333;
    vertical-align: top;
}

.page
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .8em;
    font-family: Arial;
}

#footer a
{
    color: #999;
    text-decoration: none;
}

#footer a:hover
{
    color: #6ea9e5;
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.indent
{
    margin: 0 20px 0 20px;
    
}

.banner
{
    /*height: 75px;
    width: 600px;*/
    height: 60px;
    width: 468px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEE; /*#666;*/
    color: #ccc;
    font-family: Impact;
    font-size: xx-large;
    text-align: center;
    vertical-align:middle;
}

.header-content
{
    background-color: #FFF; /*#666;*/
}
.header-content-img
{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 857px;
    height: 509px;

}

.col-header
{
    width: 70%;
    margin: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;	
	font-family: Agency FB;
	font-size: 12pt;
	text-transform:uppercase;
}

.col-link
{
    width: 30%;
    margin: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;	
	font-family: Agency FB;
	font-size: 12pt;
	text-transform:uppercase;
}

.question
{
    color:#6ea9e5;
    font-weight:bold;
}
 
 .columnContainer
 {
    background-color: White;
    overflow:hidden;
    vertical-align: top;
    display:block;
    width: 980px;
    min-width: 980px;
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
    border:0;
 }
 
 /*.columnSeperator
 {
     background-color: #FFF;
     min-width: 2px;
     width: 2px;
     height: 100%;
     min-height: 100%;
     background-image: url(/Content/TrainingRecovery/white.png);
     background-repeat:repeat;
     background-position: left top;
 }*/
 
 .homeLeftColumn
 {
    width: 33%; 
    float: left;
    color: #FFF;
    vertical-align: top;
    height: 200px;
    min-height: 100%;
    display: table-cell;
    background-image: url(/Content/TrainingRecovery/q-and-a.png);
    background-repeat:no-repeat;
    background-position: center top;
    padding-top: 25px;
 }
 .homeMiddleColumn
 {
    width: 33%; 
    float: left;
    color: #FFF;
    vertical-align: top;
    height:  200px;
    min-height: 100%;
    display: table-cell;
    background-image: url(/Content/TrainingRecovery/members-area.png);
    background-repeat:no-repeat;
    background-position:center top;
    padding-top: 25px;
    padding-left: 9px;
 }
 .homeRightColumn
 {
    width: 33%; 
    float: right;
    color: #FFF;
    vertical-align: top;
    height:  200px;
    min-height: 100%;
    display: table-cell;
    background-image: url(/Content/TrainingRecovery/store.png);
    background-repeat:no-repeat;
    background-position: center top;
    padding-top: 25px;
 }
 
 .homeLeftColumn a, .homeMiddleColumn a, .homeRightColumn a
 {
     color:#FFF;
 }

.wideColumn
{
    width: 60%; 
    float: left;
    background-color: White;
    color: #333;
    vertical-align: top;
    height: 100%;
    min-height: 100%;
    display: table-cell;
    padding-bottom: 10px;
}
.narrowColumnLeft
{
    width: 20%; 
    float: left;
    background-color: White;
    color: #333;
    vertical-align: top;
    height: 100%;
    min-height: 100%;
    display: table-cell;
}

.narrowColumnRight
{
    /*width: 20%; */
    width: 140px;
    float: right;
    background-color: White;
    color: #333;
    vertical-align: top;
    height: 100%;
    min-height: 100%;
    display: table-cell;
    margin-right:-18px;
    margin-top: -15px;
}

/* navigation/breadcrumbs */

#top_nav
{
    background-color: #6ea9e5;
    /*padding-left: 159px;*/
    height: 18px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #6ea9e5;
}

#nav li a {
    width: 119px;
    font-size: 8pt;
    padding: 2px 0px 2px 21px;
    text-decoration: none;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align:left;
}
#nav li {
	float: left;
	/*width: 143px;
    margin-right: 10px;*/
    overflow: hidden;
    z-index:10;
}

#nav li ul {
	position: absolute;
	width: 142px;
	left: -999em;
	background: #6ea9e5;
}

#nav li ul li a
{
   	display: block;
	font-size: 7pt;
	color: #000;
    width: 122px;
    border: 1px solid #FFF;
    border-top: 0px;
    padding: 3px;
    text-decoration: none;
    padding-left: 15px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 9pt;
}

#nav li ul ul {
	margin: -20px 0px 0px 142px;
}

#nav li ul li a:hover, #nav .active, #nav a:hover
{
    background-color: #FFF;   
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, 
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

/* Breadcrumb */

#breadcrumb 
{
    width: 758px;
}


#breadcrumb li 
{
    display: inline;
    float: left;
    clear: right;
}

#crumbs 
{
    color: #6ea9e5;
    padding-left: 5px;
    float: left;
    font-size: 8pt;
}

#crumbs a
{
    color: #6ea9e5;
}

/* Left Nav */

#left_nav 
{
    margin-left: 3px;
    width: 148px;
    float: left;
}

#left_nav_header 
{
    text-align: right;
    font-size: 14pt;
    color: #6ea9e5;
    margin-top: 16px;
    text-transform: uppercase;
}

#left_nav ul 
{
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #FFF;
    list-style: none;
}

#left_nav ul li 
{
    border-bottom: 1px solid #000;
    text-align: right;
}

#left_nav a 
{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    font-size: 8pt;
    padding-right: 17px;
}

#left_nav a:hover 
{
    background-color: #6ea9e5;
}

#left_nav .active 
{
    background-color: #6ea9e5;
}

