﻿.competitionContainer
{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.heroContainer, .buttonContainer
{
    width: 865px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.competitionHeros
{
	margin-top: 45px;
    height: 455px;
}
.heroDiv
{
	padding-top:40px;
    width: 865px;
    height: 455px;
    float: left;
}
.heroDiv h1, .heroDiv h2, .heroDiv p
{
    width: 500px;
    margin-left: 60px;
}
.heroDiv h1
{
    margin-top: 22px;
    margin-bottom: 0px;

}
.heroDiv h2
{
    margin-top: 10px;
    margin-bottom: 0px;
}
.heroDiv p
{
    margin-top: 14px;
    margin-bottom: 0px;
}
.competitionContainer .heroDiv a
{
	/*float:left;*/
    margin: 39px 30px 0 0;
    margin-left:0;
}
	.competitionContainer .heroDiv a.btn_details {width: 95px;}
	.competitionContainer .heroDiv a.btn_rules {width:81px;}
	.competitionContainer .heroDiv a.btn_faqs {width:63px;}
	.competitionContainer .heroDiv a.btn_resources {width:120px;}

.competitionContainer .heroDiv a.inline
{
	float: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
	width: auto;
}
.competitionContainer .heroDiv img
{
    border: none;
    clear: both;
    display: block;
    margin: 0px 0px 1px 0px;
}
.competitionContainer .moveButtons
{
    position: absolute;
    margin-left: -20px;
    z-index: 200;
    width: 665px;
    height: 44px;
    margin-top: 200px;
}
.competitionContainer .moveButtons a, .competitionContainer .moveButtons a:visited
{
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    color: #000;
}
.competitionContainer .moveButtons a.off, .competitionContainer .moveButtons a:visited.off
{
    color: #888;
    cursor: default;
}
.competitionContainer #moveLeftButton
{
    background: url(../images/heroimages/arrows-left.png);
}
.competitionContainer #moveRightButton
{
    margin-left: 575px;
    background: url(../images/heroimages/arrows-right.png);
}
.competitionContainer #moveLeftButton.off
{
    background: url(../images/heroimages/arrows-left.png) 1px -59px;
}
.competitionContainer #moveRightButton.off
{
    margin-left: 575px;
    background: url(../images/heroimages/arrows-right.png) 1px -59px;
}

.competition_sidebar_nav
{
	position: absolute;
	margin-left: 676px;
	width: 250px;
	height: 500px;
}
.competition_sidebar_nav .links
{
	position: absolute;
	margin-top: 30px;
}

.competition_sidebar_nav a, .competition_sidebar_nav a:visited
{
	display: block;
	margin: 5px 40px;
	text-decoration: none;
}
.competition_sidebar_nav a.on, .competition_sidebar_nav a:hover
{
	display: block;
	margin: 5px 40px;
	text-decoration: none;
}

.competitionContainer .top
{
	position: absolute;		
	margin: 0px;
	width: 250px;
	height: 200px;
	background: url(../App_Themes/Default/images/sidebar_top.jpg) top no-repeat;

}
