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


/*MAIN CONTAINER/COLUMN STYLES*/

#maincontainer {
	width: 1140px;
	margin: 0px auto 0px auto;
	clear: both;
}

#threecontainer {
	width: 1140px;
	margin: 0px auto 0px auto;
	background: url(images/gutter-shadows.png) repeat-y;
	float: left;
}

#leftgap {
	width: 120px;
	float: left;
}

#rightgap {
	width: 120px;
	float: right;
}

#centralcontainer {
	width: 900px;
	float: left;
	background: #FFF url(images/nav-shadow.png) repeat-y;
}

#bottomcontainer {
	width: 1140px;
	height: 100px;
	background: url(images/bottom-gutter-shadow.png) no-repeat;
	clear: both;
}

.spacerdiv {
	height: 20px;
}


/*MAIN (CENTERED) HOME LAYOUT STYLES*/

#topimagepanel {
	width: 900px;
	height: 320px;
	background-color: #FFF;
}

#homeinfopanel {
	min-height: 180px;
	background: #000 url(images/ush-1-title-panel.png) no-repeat;
}

#homeinfotext {
	padding: 34px 20px 20px 450px;
}

#signups {
	padding: 0px 20px 10px 450px;
}

#newsletterdiv {
	float:right;
	width:185px;
}

#registerdiv {
	float:left;
	width:185px;
}


/*MENU BUTTONS J-QUERY 1*/

#menucontainer {
	width:900px;
	height: 80px;
	background-color: #FFF;
	clear: both;
}
#menucontainer div {
	float:left;
	width:225px;
	height:80px;
	position:relative;
	overflow:hidden;
}
#menucontainer img {
	position:absolute;
}


/*MENU BUTTONS J-QUERY 2*/

#menucontainershort {
	width:900px;
	height: 55px;
	background-color: #FFF;
	clear: both;
}
#menucontainershort div {
	float:left;
	width:225px;
	height:55px;
	position:relative;
	overflow:hidden;
}
#menucontainershort img {
	position:absolute;
	top: -12px;
}


/*BOTTOM BUTTONS J-QUERY*/

#bottombuttons {
	width: 900px;
	height: 50px;
	background-color: #FFF;
	margin: 0px auto auto auto;
	clear: both;
}
#bottombuttons.black {
	background-color: #000;
}

#bottombuttons div {
	float:left;
	width: 190px;
	height:50px;
	position:relative;
	overflow:hidden;
}
#bottombuttons img {
	position:absolute;
}
#bottombuttons div.small {
	width: 70px;
}


/*HOME ICON J-QUERY*/

#leftgap div {
	float:left;
	width: 120px;
	height: 158px;
	position:relative;
	overflow:hidden;
}
#leftgap img {
	position:absolute;
}


/*RACE SWITCHERS J-QUERY*/

#raceswitchers {
	width: 120px;
	height: 158px;
	margin: 58px 0px 0px 0px;
	clear: both;
}
#raceswitchers div {
	float:left;
	width: 120px;
	height: 26px;
	margin-bottom: 3px;
	position:relative;
	overflow:hidden;
}
#raceswitchers img {
	position: absolute;
	left: -10px;
}


/*IE6 Screen*/

#ie6updatebox {
	width: 360px;
	margin: 20px auto;
	padding: 20px;
	background-color: #FFF;
	border:#000 thin;
	
}
#ie6updatebox p {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 4px;
	color: #565656;
}
#ie6updatebox a:link, #ie6updatebox a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#ie6updatebox a:hover, #ie6updatebox a:active {
	color: #C62100;
}


/*SPACERS*/

.spacer14 {
	height: 10px;
}

.black {
	background-color: #000;
}

.red {
	background: url(images/menu-red.gif) repeat-x;
}

.yellow {
	background: url(images/menu-orange.gif) repeat-x;
}

.green {
	background: url(images/menu-skyblue.gif) repeat-x;
}

.blue {
	background: url(images/menu-darkred.gif) repeat-x;
}


/*COLUMNS*/

#leftnavarea {
	width: 205px;
	min-height: 300px;
	padding: 30px 0px 30px 20px;
    margin: 0px 0px 0px 0px;
	text-align: right;
    float: left;
	display: inline;
	list-style-type: none;
	list-style: none;
}

#middledouble {
	width: 410px;
    min-height: 300px;
    margin: 0px 0px 0px 225px;
	padding: 30px 20px 30px 20px;
}

/*PARTNERS TABLEWERKS*/

.partners {
  margin-top: 30px;
}

td.partner {
  /*width: 160px;
  height: 90px;*/
  padding-right: 30px;
  vertical-align: middle;
}