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

body{
	background-image:url(/images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;
	font-family: Tahoma;
	font-size:12px;
}

#wrapper{
	margin: 0 auto;
	width: 1005px;
}
#menu {
	height:78px;
	top:-200px;
	position:relative;
}
#header{
	width: 975px;
	height: 87px;
	
	float:left;
	display:inline;
	padding-top: 189px;
	font-family:Arial, Helvetica, sans-serif;
}

#banner_overlay {
	
	background-repeat:no-repeat;
	width:975px;
	height:250px;
	position:absolute;
	top:15px;
	z-index:2;
}

#logo {
	position:relative;
	top:-160px;
	left:20px;
	z-index:3;
	cursor:pointer;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	width:329px;
	height:103px;
}

#team {
	position:relative;
	top:-200px;
	left:800px;
	z-index:4;
	cursor:pointer;
	background-image:url(/images/team.png);
	background-repeat:no-repeat;
	width:144px;
	height:83px;
}


#search {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:150px;
	z-index:99;
}

#paddertop{
	background-color:#FFFFFF;
	background-image:url(/images/menuSpacer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	display:inline;
	width:975px;
	height:35px;
}


#left{
	background:#FFFFFF;
	float: left;
	display:inline;
	width: 202px;
}

#content{
	background:#FFFFFF;
	float: left;
	display:inline;
	width: 734px;
	padding-left: 15px;
	padding-right: 15px;
	font-family:Tahoma;
}

#sponsors{
	background-image:url(/images/sponsors.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 975px;
	height:67px;
	float: left;
	display: inline;
	overflow:hidden;
}

#footer{
	background-image:url(/images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float: left;
	display:inline;
	width: 975px;
	height: 46px;
	text-align:center;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size:10px;
	padding-top: 25px;
	overflow:hidden;
}

.labelfield{
	color:brown;
	font-size: 90%;
}

.datefield{
	color:gray;
	font-size: 90%;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
position: relative;
display: inline;
float: left;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level list items*/
.suckertreemenu ul li:hover {
background:url(images/Header.Top.MenuOver.Background.gif);
list-style: none;
list-style-type: none;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-decoration: none;

}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}



/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { 
float: left; 
height: 1%;
position: relative;
display: inline;
float: left; }
* html .suckertreemenu ul li a { height: 1%;
display: inline;
float: left; }

/*Sub level menu list items (undo style from Top level List Items)*/
* .suckertreemenu ul li ul li{
display: list-item;
float: none;
left:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
* .suckertreemenu ul li ul li ul{ 
left: 259px; /* no need to change, as true value set by script */
top: 0;
}
/* End */
