/*----------------------------------------------------------------------------
	main.css
------------------------------------------------------------------------------ */

/*-- main container: contains all between header and footer ---------------- */

#page_container {
	position: relative;
	left: 5px;
	width: 953px;
	margin: 0px 18px 0px 18px;
}

#page_left_sub_container {
	float: left;
	width: 210px;	
	left: 0;
	top: 0;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FFFFFF;
}

#main_right_sub_container {
	width: 730px;	
	left: 0;
	top: 0;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* content container - center */
#main_sub_container_center {
	float: left;
	width: 525px;	
	left: 0;
	top: 0;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
}

/* content container - right */
#main_sub_container_right {
	float: right;
	width: 205px;	
	left: 0;
	top: 0;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
}

#main-clear {
	clear: both;
	height: 1px;
}

#main-athlete-of-month {
	
}

#main-success-stories {
	
}

#sub_nav_column {
    vertical-align: top;
}

.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#content_column {
    vertical-align: top;
}

#content_left {
	width: 508px;
	overflow: hidden;
}

#content_right {
	overflow: hidden;
	width: 200px;	
	background-color: #F8F8F8;
   vertical-align: top;
	position: relative;
	top: 5px;
	left: 1px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0;
    padding: 0;
    width: 420px;
    overflow: visible;
}

#sub_container2 {
    position: relative;
    margin: 0 10px 10px;
    padding: 0;
    width: 720px;
    overflow: visible;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 725px;
    line-height: 1.4;
}

#left_column_container {
    margin: 0px 0px 0px 10px;
    padding: 0;
    width: 195px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    clear: both;
    margin: 0 0 0 20px;
    width: 959px;
    height: 330px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    z-index: 2;
    background: no-repeat top right;
    width: 283px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 435px;
}

/*--- slogan (as text or background image) --------------------------------*/

#bg_arrow {
  width: 195px;
  height: 50px;
  overflow: hidden;
}

/*--- key visual -----------------------------------------------------------*/

#ArrowTable {
    position: relative;
    clear: both;
    margin: 10px 0 0 40px;
    width: 900px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    position: relative;
    left: 20px;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 959px;
}

#main_nav_list {
    margin: 1px 5px 0 10px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
}

#main_nav_list a {
    white-space: nowrap;
    background: transparent;
    margin: 0;
    padding: 3px 19px 3px 17px;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

html>body #main_nav_list a {
    height: 26px;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#left-Rotator {
  overflow: hidden;
  margin: 0 auto 0 auto;
}

#stack_container {
  overflow: hidden;
  margin: 0 auto 0 auto;
}

#college_night_container {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #32549F;
  text-align: justify;
  margin: 0 auto 0 auto;
  line-height: 18px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 12px 0px 0px 10px;
    padding: 2px 0px 0px 10px;
	 text-align: center;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    z-index: 1;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 3px 0 2px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    line-height: 24px;
    background-repeat: repeat-y !important;
    width: 172px;
    overflow: visible;
    padding: 0 25px 0 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 130px;
}

html>body .sub_nav_list a {
    width: 130px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 10px 0 0 0px;
    padding: 0;
    width: 999px;
    height: 45px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

.content tr.odd {
    font-size: 90%;
}

.content tr.even {
    font-size: 90%;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

*/
/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:active {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:link {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:visited {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container, #content_container p {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
