@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'GothamLight';
	src: url('font/GothamLight.eot');
	src: url('font/GothamLight?#iefix') format('embedded-opentype'), url('font/GothamLight.woff') format('woff'), url('font/GothamLight.ttf') format('truetype'), url('font/GothamLight.svg#GothamLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBold';
	src: url('font/GothamBold.eot');
	src: url('font/GothamBold?#iefix') format('embedded-opentype'), url('font/GothamBold.woff') format('woff'), url('font/GothamBold.ttf') format('truetype'), url('font/GothamBold.svg#GothamBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('font/GothamBook.eot');
	src: url('font/GothamBook?#iefix') format('embedded-opentype'), url('font/GothamBook.woff') format('woff'), url('font/GothamBook.ttf') format('truetype'), url('font/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('font/Gotham-Medium.eot');
	src: url('font/Gotham-Medium?#iefix') format('embedded-opentype'), url('font/Gotham-Medium.woff') format('woff'), url('font/Gotham-Medium.ttf') format('truetype'), url('font/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia-Italic';
	src: url('font/Georgia-Italic.eot');
	src: url('font/Georgia-Italic?#iefix') format('embedded-opentype'), url('font/Georgia-Italic.woff') format('woff'), url('font/Georgia-Italic.ttf') format('truetype'), url('font/Georgia-Italic.svg#Georgia-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('font/Georgia.eot');
	src: url('font/Georgia?#iefix') format('embedded-opentype'), url('font/Georgia.woff') format('woff'), url('font/Georgia.ttf') format('truetype'), url('font/Georgia.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('font/HelveticaNeue.eot');
	src: url('font/HelveticaNeue?#iefix') format('embedded-opentype'), url('font/HelveticaNeue.woff') format('woff'), url('font/HelveticaNeue.ttf') format('truetype'), url('font/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Bd';
	src: url('font/HelveticaNeueLTStd-Bd.eot');
	src: url('font/HelveticaNeueLTStd-Bd?#iefix') format('embedded-opentype'), url('font/HelveticaNeueLTStd-Bd.woff') format('woff'), url('font/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('font/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
		margin:0;
		padding:0;
		background:#ffffff;
		font-family: 'GothamBook';
		background: #292929 none repeat scroll 0 0;
}

h1, h2, h3, h4, h5, h6, p, img{
	margin:0;
	padding:0;
}

body{
	background: #FFF;
}


h2{
    color: #000000;
    font-family: "Gotham-Medium";
    font-size: 27px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0 20px;
    text-align: left;
	text-transform:uppercase;
}

.btn {
    -moz-user-select: none;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1.43;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary.btn {
    background-color: #ff5a5f;
    border-color: #ff5a5f #ff5a5f #e00007;
    color: #fff;
}

.btn-large {
    font-size: 16px;
    padding: 9px 27px;
}

.text-lead{
	font-size:16px;
	font-family: 'GothamBook';
	line-height:24px;
}

a.text-lead{
	color:#cd2626
}

ul{
	margin-left:50px;
	padding:10px 0 10px 0;
}

ul li, ol li{
	font-size:16px;
	font-family: 'GothamBook';
	text-align:left;
	line-height: 24px;
}

#header {
    height:100px;
    width: 100%;
	background:#ffffff;
	border-bottom: 1px solid #dadada;
}

#header .logo {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
    float: left;
    height: 58px;
    margin: 25px 0;
    width: 248px;
}

#footer {
    background: #FFFFFF none repeat scroll 0 0;
    padding: 15px 0 40px;
}

.banner{	
	margin-bottom: 20px;
	margin-top: 20px;
}

.banner .img-responsive {
    margin: 0 auto;
}

.grey{
	background: #EEE;
	padding
}

.rules{
	padding: 20px;
}

.rules p{
	margin-bottom: 10px;
}

.instructions{
	margin-bottom: 0px;
}