﻿html, body 
{
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #000000;
}

html, body, form 
{
	padding: 0;
	margin: 0;
    height: 100%;
    width: 100%;
}

img
{
	border: 0;
}

div#wrapper
{
	min-height: 100%;
	height: auto;
	margin-bottom: -115px;	
	background-color: #ffffff;
}

div#headerContainer
{
    margin: 0 -50px 0 -50px;	
    background-image: url('../../files/sitedesign/background.jpg');
    background-repeat: no-repeat;
    background-position: center top;    
}

div.container
{
    width: 900px;
    margin: 0 auto 0 auto;
}

/***************** HEADER ***************/

div#header
{
    padding: 0 20px 0 20px;
    width: 900px;   
    margin: 0 auto 0 auto;    
}

div#headerTop
{
    height: 100px;
    background-repeat: repeat-x;
    position: relative;
}

div#headerTopRight
{
    float: right;
    height: 60px;
    width: 300px;
    text-align: right;
}

div#headerTopRight img
{
    margin: 4px 0 0 0;
}

/************** MENU *******************/

div#menu
{
    height: 29px;
    background-image: url('../../files/sitedesign/menu.jpg');
    background-repeat: repeat-x;    
    margin-left: 20px;
}

div#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 29px;
}

div#menu ul li.parentmenu
{
    float: left;
    margin-right: 28px;
    text-align: left;
}

div#menu ul li.firstItem
{
    text-align: left;
    width: 50px;
}

div#menu ul li.lastItem
{
    text-align: left;
    width: 49px;
    margin-left: 5px;
    margin-right: 0;
}

/*************************** Dropdown Menu **********************/

/* Navigation */
.nav, .nav ul 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav 
{
  z-index: 100;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
  display: block;
  padding: 0;
  text-transform: capitalize;
  text-decoration: none;
}

li.parentmenu 
{
  float: left;
  position: relative;
  margin: 0; 
}

.nav ul, .nav li,
.nav li a:hover,
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited,
#nav-one li:hover a, 
#nav-one li.sfHover a, 
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover,
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px; 
  color: #fffdff;	
}

.nav ul {
  background-color: #2b386c;
  width: 165px;
  position: absolute;
  top: -999em;
  left: -5px;
  margin: 0 0 0 0;
  background-image: url('../../files/sitedesign/menubackground.gif');
  background-repeat: repeat;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 29px;
}

.nav ul li {
  text-align: left;
  margin: 0;
  width: 105px;
  border: 0;
  float: none;
  line-height: 12px;
  padding: 5px 5px 5px 5px;
}

.nav ul a {
  white-space: nowrap;
}

/***************** CONTENT ***************/

div#content
{
    padding: 0 20px 10px 20px;
    min-height: 310px;
    clear: both;
    background-color: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Times New Roman;
}

hr
{
	border: 0;
	background-image: url('../../files/sitedesign/hr.jpg');
	width: 800px;
	height: 10px;
	background-position: center top;
	background-repeat: no-repeat;
}

/***************** FOOTER ***************/

div#footer, div#footerClearing
{
    height: 115px;	
}

div#footer
{
    padding: 0 20px 0 20px;
    position: relative;    
    background-image: url('../../files/sitedesign/footer.jpg');
    background-repeat: no-repeat;
}

div#footer a
{
	text-decoration:none;
	color: #ffffff;
}

div#footer div h6
{
    font-family: Arial, Verdana, Sans-Serif;
    margin: 4px 0 15px 0;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
}

div#footer div
{
    font-size: 10px;
    float: left;
    width: 205px;
}

div#footer div ul
{
	position: absolute;
	top: 42px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#footer div ul li
{
    height: 12px;
}

div#footer div#footerLadderLinks
{
    width: 140px;
}

div#footer div#footerMemberLinks
{
	width: 150px;
}

div#footer div#footerTeamLinks
{
    width: 250px;
}

div#footer div#footerTeamLinks
{
	position: relative;
}

div#footer div#footerTeamLinks ul
{
    height: 65px;
    width: 200px;
}

div#footer div#footerTeamLinks ul.col2
{
    left: 70px;
}

div#footer div#footerTeamLinks ul.col3
{
    left: 140px;
}

div#footer div#footerSponsorLinks
{
    width: 100px;
}

div#footer div#footerSponsor
{
    margin-top: 44px;
    text-align: right;
    float: right;
    width: 100px;
}

div#footer div#footerDesignLink
{
    text-align: right;
    position: absolute;
    bottom: 0px;    
    right: 20px;
}

/************ CLEAR FIX *************/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */