@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 13px;
	color:#222;
	background: #000;
	}

.clearfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
	}
	
.clear {
	clear: both;
	}	
	
.border {
	clear: both;
	border-bottom: 1px dashed #CCC;
	}	
	
.floatRight {
	float:right;
	margin:15px;
	border:2px solid #DEDEDE;
	}
	
strong {
	font-weight:bold;
	}	
	
a {
	color: #FD9202;
	text-decoration: underline;
	}			
		
a:hover {
	color:#E40044;
	text-decoration: none;
	}
	
.pink {
	color: #E30045;
	}			
	
.green {
	color: #CBCD27;
	}			
	
.orange {
	color: #FFA80D;
	}					

#container {
	width:880px;
	margin:0 auto;
	background: #FFF url(../images/production/global/bgContent.jpg) repeat-y top center;
	}
	
#share {
	width:800px;
	padding: 15px;
}	
			
/* HEADER STYLES */	
	
#header {
	height:200px;
	}
	
.home {
	background: url(../images/production/global/bgHeader.jpg) no-repeat;
	background-position: 0px 0px;
	}
	
.feedback {
	background: url(../images/production/global/bgHeader.jpg) no-repeat;
	background-position: -880px 0px;
	}	
	
.faq {
	background: url(../images/production/global/bgHeader.jpg) no-repeat;
	background-position: -1760px 0px;
	}
	
.sponsors {
	background: url(../images/production/global/bgHeader.jpg) no-repeat;
	background-position: -2640px 0px;
	}
	
.contact {
	background: url(../images/production/global/bgHeader.jpg) no-repeat;
	background-position: -3520px 0px;
	}										
	
#header h1 a {
	display:block;
	height:175px;
	width:250px;
	text-indent:-9000px;
	float:left;
	}	
	
#header ul {
	float:right;
	width:600px;
	margin:158px 0 0 0;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	padding-left: 25px;
	}
	
#header ul li {
	float:right;
	width:125px;
	padding-left: 25px;
	}
	
#header ul li a {
	color:#000;
	text-decoration:none;
	}
	
#header ul li a:hover {
	color:#FFF;
	text-decoration:underline;
	}		
	
/* CONTENT STYLES */

#banner {
	height:190px;
	background: url(../images/production/home/bgBanner.jpg) no-repeat top center;
	}	

/* CONTENT STYLES */	
	
#content {
	padding:20px;
	}
	
#content h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dashed #CCC;
	margin: 0 0 20px 0;
	}
	
#content h3 {
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 0 0;
	}	
	
#content p {
	padding:10px 0;
	line-height:21px;
	}	
	
#content strong {
	color:#000;					
	}
	
#content .column {
	width: 280px;
	float: left;
	padding: 0 20px 0 0;
	font-size: 14px;
	}	
	
#content .columnThin {
	width: 225px;
	float: left;
	padding: 0 10px 0 0;
	}				
	
/* LIST STYLES */				
	
.listSquare {
	margin:15px 0 25px 45px;
	}
	
.listSquare li {
	list-style:square;
	margin:0 0 5px 0;
	line-height:18px;
	}
	
.listNone {
	padding: 10px 0 10px 25px;
	font-weight:bold;
	}
	
.listNone li {
	margin:0 10px 15px 0;
	list-style:none;
	}
	
.listDecimal {
	padding: 10px 0 10px 50px;
	font-weight:bold;
	}
	
.listDecimal li {
	margin:0 10px 15px 0;
	list-style:decimal;
	}		
	
.listLogos {
	line-height:20px;
	margin:15px;
	}
	
.listLogos li {
	margin:0 50px 15px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline {
	line-height:20px;
	margin:10px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	}
	
.listInline li {
	margin:0 10px 15px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline li img {
	border:3px solid #CCC;
	width:240px;
	}	
	
/* FORM STYLES */

.form h4 {
	font-size:13px;
	font-weight:bold;
	margin:20px 0;
	color:#E30045;
	}
	
.form label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:150px;
	float:left;
	padding-top:2px;
	}
	
.form input, .form select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:0 0 20px 10px;
	width:600px;
	}
	
.form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:0 0 20px 10px;
	width:375px;
	}	
	
.form .optional {
	width:375px;
	}
	
.form .short {
	width:375px;
	}	

.form .button {
	padding: 5px 10px;
	background:#333;
	border:2px solid #555;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin:2px 0 0 575px;
	width:125px;
	}		

#formErrors {
	background: #F3F3F3;
	border: 5px solid #CCC;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	}
	
#formErrors ul {
	margin: 0 0 0 25px;
	}

#formErrors ul li {
	margin: 5px 0;
	list-style-type: decimal;
	}	

/* FOOTER STYLES */	

#footer {
	height: 35px;
	background: url(../images/production/global/bgFooter.jpg) repeat-y top center;
	}

/* DISCLAIMER STYLES */		

#disclaimer {
	width: 880px;
	margin: 0 auto;
	clear:both;
	color: #333;
	}	
	
#disclaimer ul  {
	font-size:10px;
	letter-spacing:.2em;
	padding:2em 0;
	text-align:right;
	}

#disclaimer ul li {
	display: inline;
	margin-left:.5em;
	padding-right:.8em;
	}		