﻿*
{
	margin: 0;
	padding: 0;
}
html
{
	font-size: 100.01%;
}
body
{
	color: #044f8f;
	font: 62.5%/1.5 "Trebuchet MS" Verdana, Arial, sans-serif;
}
a
{
	outline: none;
}
img
{
	border: none;
}

@media screen
{
	h1
	{
		font-size: 2.4em;
		color: #F9AF35;
		margin: 140px 0 20px 0;
	}

	h2
	{
		font-size: 1.7em;
		color: #F9AF35;
	}

	p
	{
		font-size: 1.4em;
		padding-right: 20px;
		margin-bottom: .5em;
	}
	#wrapper
	{
		float: left;
		position: relative;
		width: 760px;
	}
	#rotary
	{
		float: left;
		height: 180px;
		top: 0;
		width: 195px;
	}
	ul#nav
	{
		float: left; /* height: 285px; */
		width: 195px;
		margin-top: 20px;
		list-style-type: none;
	}
	ul#nav a
	{
		display: block;
		color: white;
		font-size: 20px;
		height: 34px;
		background: url(../images/menu.gif) no-repeat right top;
		margin-bottom: 5px;
		padding: 2px 0 0 30px;
		text-decoration: none;
		font-weight: bold;
	}
	ul#nav a.small
	{
		font-size: 14px;
		line-height: 20px;
		padding-top: 6px;
		height: 30px;
	}
	ul#nav a:hover
	{
		background-position: right bottom;
		color: #044f8f;
	}
	#content
	{
		background: url(../images/content_bg.gif) no-repeat left top;
		float: right;
		min-height: 435px;
		padding-bottom: 20px;
		padding-left: 20px;
		width: 545px;
		list-style-type: circle;
		list-style-position: inside;
	}
	#content ul
	{
		list-style-type: square;
		font-size: 1.3em;
		margin: 0 0 .5em 30px;
		list-style-position: outside;
	}
	
	.sponsorbg {
background-color:#f9af35

}


}

.hide
{
	display: none;
}

#canada
{
	background: url(../images/canada.gif) no-repeat;
	height: 89px;
	float: right;
	width: 200px;
}

#ducks	{
float: left;
}

#ducks table td	{
	padding: 0 70px 0 0;
}

/*________________________________________________Contest Form Styles________________________________________________*/

.contestForm
{
	width: 300px;
}
.contestForm li
{
	list-style-type: none;
}
.contestForm li label
{
	display: block;
	float: left;
	width: 100px;
}

.contestForm li input[type="text"]
{
}

.labels
{
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.buttons
{
	padding: 10px 0 0 0;
}

.required
{
	color: #FF0000;
}

.info
{
	padding: 0 0 15px 0;
}

.spacing
{
	margin: 10px 0;
}

.ticketSalesForm
{
	font-size: 1.4em;
}

