@charset "UTF-8";

/*
/		RESET /RELOADED by Eric Meyer
/		www.meyerweb.com
--------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---CLEANER---*/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
	}




	
/*
/		Global Properties
--------------------------------------------------------------------------------------------------------*/

body, html {
	background: #000 url('../images/bg.gif') repeat-y center top;
	font: 11px Arial, San-Serif;
	color: #B0B0B0;
	line-height: 1.6em;
	height:100%;
	position: relative;
	}

p {
	margin-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #F47920;
	border-bottom: 1px dotted #585858;
	}
a:hover {
	color: #FFF;
	}

.active {
	color: #74abc5;
	border:0;
	}

strong {
	font-weight: bold;
	color: #74ABC5;
	}
	strong.gray {
	color: #B0B0B0;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a {
	border: 0;
	}

h1 {
	font-size: 1.8em;
	color: #74ABC5;
	margin-bottom: 20px;
	}
	h1.black {
	color: #000;
	margin-bottom: 3px;
	}

h2 {
	font-size: 1.3em;
	color: #74ABC5;
	margin-bottom: 0px;
	}

h3 {
	color: #F47920;
	font-size: 1.45em;
	margin-bottom: 5px;
	}

h4 {
	font-size: 1.05em;
	line-height: 1.5em;
	color: #F47920;
	}

h5 {
	font-size: 1.2em;
	}
	
hr {
	border: 0;
	border-bottom: 1px solid #595959;
	border-top: 1px solid #000;
	clear: left;
	}

ol {
	list-style-type: decimal;
	margin-bottom: 20px;
	}
	ol li {
	margin-left: 50px;
	}

span.blue {
	color: #74ABC5;
	}

a.WhiteArrow {
	background: url('../images/arrow_white.gif') no-repeat left;
	padding-left: 10px;
	border: 0;
	font-size: 11px;	
	}

.sponsors {
	font-size: .85em;
	float: right;
	}
	.sponsors p {
	margin-bottom: 0;
	}
	.sponsors a {
	border-bottom: 0;
	}
#sponsorsFlash
{
    margin:10px 0px; 
    width:200px;
}	

.dropShadow {
	background: url('../images/img_dropshadow.gif') repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

#flashVideo { position: relative; height: 265px; width: 950px; }
#flashVideo a.bannerEnterNow {
	display: block;
	background: url('../images/navSub_enterNow.gif') no-repeat;
	position: absolute;
	right: 90px;
	bottom: 48px;
	text-indent: -9999px;
	width: 59px;
	height: 58px;
	border: 0;
	}
	#flashVideo a.bannerEnterNow:hover {
	background-position: center; 
	}
	#flashVideo a.bannerEnterNow:active {
	background-position: right;
	}

/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

#navigation {
	background: #252525 url('../images/navBg.gif') repeat-x;
}
#navigation a {
	border: 0;
	}
#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li	{ float: right; }
#navigation ul li a:hover {
	color: #74abc5;	
	}
#navigation ul .active a	{
	background-position: left bottom;
	color: #74abc5;
	}
#navigation ul li a {
	display: block;
	height: 76px;
	line-height: 76px;
	width:auto;
	float: left;
	padding: 0 17px 0 17px;
	color: #B0B0B0;
	border-bottom: none;
	font-size: 12px;
	background: url('../images/navDivider.gif') no-repeat left top;
	}
#navigation .first {
	float: left;
	}

#topNav {
	color: #FFF;
	font-size: .99em;
	background-color: #F47920;
	line-height: 20px;
	padding-left: 20px;
	}
	#topNav h6 {
	float: left;
	font-weight: normal;
	}
	#topNav ul {
	float: right;
	}
	#topNav ul li {
	float:left;
	padding-right: 18px;
	}
	#topNav ul li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	}
	#topNav ul li a:hover {
	color: #000;
	border-bottom-color: #000;
	}
	
#subNav {
	background-color: #252525;
	padding:20px;
	.padding-bottom:0;
	}
	#subNav ul li{
	font-size: 1em;
	padding-bottom:5px;
	}
	.arrow {
	background: url('../images/arrow_blue.gif') no-repeat left top;
	padding-left: 30px;
	width: 290px;
	float:left;
	line-height: 1.2em;
	}
	.arrow a {
	border-bottom: 0;
	font-size: .99em;
	}
	.arrow a:hover {
	color: #FFF;
	}
	.enterNow {
	float: right;
	line-height: 12px;
	width: 125px;
	min-height: 55px;
	padding-left: 65px;
	}
	.enterNow.Home {
	line-height: 12px;
    margin: 0px 345px 0px 0px !important;
    min-height: 55px;
    padding-left: 65px;
    width: 140px;
	}
	a.enterNowImg
	{
	    background: url('../images/thank-you.gif') no-repeat;
	}
	.enterNow h3 {
	padding-top: 5px;
	}
	.enterNow h3 a {
	display: inline;
	float: none;
	text-indent: 0;
	line-height: 1.1em;
	}
	.enterNow a {
	float:left;
	display: block;
	width: 60px;
	height: 50px;
	text-indent: -9999px;
	border: 0;
	z-index: 10;
	padding:0px 5px 0px 0px;
	}
	.enterNow p {
	width: 130px;
    }
	.enterNow p a {
    float: none;
    text-indent: 0;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    }
	#subNav_Replace {
	background-color: #252525;
	height:20px;
	}


.catNav {
    padding-top:20px;
    }
    .catNav li {
    display:inline;
    margin-right:16px;
    }


#footer {
	background: #494949 url('../images/navFooter_bg.gif') no-repeat;
	padding:25px 20px 20px 20px;
	overflow: hidden;
	width:910px;
	}
	#footer a.footerHome {
	float: left;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 60px;
	border-bottom: 0;
	}
	#footer ul {
	float: left;
	margin-left: 30px;
	}
	#footer ul li a {
	background: url('../images/arrow_orange.gif') no-repeat left 3px;
	color: #B0B0B0;
	font-weight: normal;
	padding-left: 10px;
	border-bottom: 0;
	}
	#footer .copy {
	padding-top: 90px;
	.padding-top: 30px;
	}
	#footer .siteCredit {
	float: left;
	padding-left: 40px;
	}
	#footer a {
	font-weight: bold;
	border-bottom-color: #999;
	}
	#footer a:hover {
	color: #FFF;
	}



/*
/		Global Layout + Properties relative to layout
--------------------------------------------------------------------------------------------------------*/
	
#wrap {
	margin: 0 auto;
	width: 950px;
	}

#content {
	background: url('../images/bg_content.gif') repeat-y;
	width:950px;
	}
	#content_white {
	background: url('../images/bg_content_white.gif') repeat-y;
	width:950px;
	}

#content_botBG {
	background: url('../images/navFooterDivider.gif') no-repeat left bottom;
	}
	#content_botBG_white {
	background: url('../images/contentBg_white.gif') no-repeat left bottom;
	}
	
#ColFull {
    width:890px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	clear:both;
	background: url('../images/cornerTopRight.gif') no-repeat right top;
}
	
#Col2Left {
	width: 660px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	background: url('../images/cornerTopRight.gif') no-repeat right top;
	}
	#Col2Left_home {
	width:600px;
	float:left;
	padding: 30px;
	background: url('../images/cornerTopRight.gif') no-repeat right top;
	}
	#Col2Left_home p { font-size: 1.2em; }
	#Col2Left_white {
	width: 660px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	color: #333;
	background: url('../images/cornerTopRight_white.gif') no-repeat right top;
	}

#Col2Right {
	width: 230px;
	padding-top: 30px;
	padding-bottom: 60px;
	float: left;
	background: url('../images/cornerTopLeft_dark.gif') no-repeat;
	}
	#Col2Right_home {
	width:230px;
	float:left;
	padding: 30px;
	background: #3B3B3B url('../images/cornerTopLeft.gif') no-repeat left top;
	}

#Col50Left {
	width: 415px;
	padding: 30px 30px 60px 30px;
	float: left;
	background: url('../images/cornerTopRight.gif') no-repeat right top;
	}
#Col50Right {
	width: 435px;
	height: 550px;
	padding:20px 20px 60px 20px;
	float: left;
	background-color: #252525;
	}
	
#Col3Left {
	width: 415px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	background: url('../images/cornerTopRight.gif') no-repeat right top;
	}
#Col3Mid {
	width:205px;
	float:left;
	padding: 30px 20px 60px 20px;
	background: url('../images/cornerTopLeft.gif') no-repeat left top;
	}
#Col3Right {
	width: 230px;
	padding-bottom: 60px;
	float: left;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.indent {
	padding: 0 20px 0 20px;
	}

/* 
/	Layout specific styles 
------------------------------------------*/

#Col2Right strong, #Col3Right strong {
	color: #FFFFFF;
	font-size: .9em;
	}

#Col2Left .arrow,
#Col3Left .arrow,
#Col3Mid .arrow {
	background: url('../images/arrow_lightblue.gif') no-repeat left top;
	width:165px;
	font-size: 1em;
	}
#Col2Left .arrow a,
#Col3Left .arrow a,
#Col3Mid .arrow a {
	color: #F47920;
	}
#Col2Left .arrow a:hover,
#Col3Left .arrow a:hover,
#Col3Mid .arrow a:hover {
	color: #FFF;
	}	
#Col2Left .arrow h3,
#Col3Left .arrow h3,
#Col3Mid .arrow h3 {
	margin-bottom: 15px;
	}
	
#Col3Right .enterNow {
	background: #252525 url('../images/navSub_enterNow.gif') no-repeat 20px center;
	width: 140px;
	padding-left: 90px;
	padding-bottom: 30px;
	padding-top: 30px;
	}
	#Col3Right .enterNow p { padding-left: 60px;  }

/*
/		Forms
--------------------------------------------------------------------------------------------------------*/

ul.form {
	margin-top: 30px;
	}
	ul.form li {
	list-style: none !important;
	clear: left;
	margin-bottom: 1.2em;
	margin-left: 0 !important;
	padding-left: 0 !important;
	position: relative;
	}
	ul.form li label {
	display: block;
	float: left;
	width:110px;
	color: #74ABC5;
	}
	
	ul.form li label.error {
	    position: absolute;
	    right: -157px;
	    top: 0;
	    color: #f47920 !important;
	    width: 200px;
	}
	
	ul.form .radio label.error 
	{
	    position: absolute;
	    right: -150px;
	}
	
	label.error 
	{
	    color: #f47920;
	}
	
	ul.form li span {
	color: #F47920;
	}
	ul.form li input {
	width: 220px;
	}
	ul.form li input.state
	{
	    width: 100px;
	}
	ul.form li input.city
	{
	    width: 100px;
	}
	ul.form li input.zip
	{
	    width: 70px;
	}
	ul.form li input,
	ul.form li textarea {

	}
	ul.form li input.FormButton {
	margin-left: 110px;
	width: auto;
	height: auto;
	padding: 0;
	}
	ul.form li.inputNoLabel {
	padding-left: 110px !important;
	}
	ul.noFloats li{
	width: 330px;
	margin-bottom: 20px;
	margin-left: 0;
	}
	ul.noFloats select {
	.margin-left: 20px;
	}
	ul.labelColor label{
	color: #B0B0B0 !important;
	}

input.formatDetails {
    width: 250px;
    margin-left: 40px;
}

input,
select,
textarea {
	border-bottom: 1px solid #646464;
	border-right: 1px solid #646464;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #000 !important;
	color: #FFF;
	margin-right: 2px;
	padding: 2px;
	font-size: .95em;
	}
	
select {
	padding: 2px;
	width: 120px;
	}
	select.long {
	width: 180px;
	}
	
input {
	height:13px;
	min-width:20px;
	}
	
textarea {
	width: 290px;
	height:85px;
	font-family: arial;
	overflow: auto;
	}

input.checkbox {
	width: auto !important;
	height: auto !important;
	background: none !important;
	border: 0 !important;
	}

input.fileUpload {
	height:20px;
	background: #000;as
	}

ul.form li .radio input {
	width: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background: none !important;
	border: none;
	}

ul.form li input.submit {
	width: auto !important;
	height: auto !important;
	border: 0;
	background: transparent !important;
	}

.shortFormBG {
	background: url('../images/formBG_old.gif') no-repeat;
	width: 191px;
	height: 168px;
	margin: 9px;
	padding:10px;
	}
	.shortFormBG input {
	width: 115px;
	}
	.shortFormBG label {
	display: block;
	float: left;
	width: 60px;
	}
	.shortFormBG input.FormButton {
	background-image: url('../images/button_enter.gif');
	width: 45px;
	height: 18px;
	padding: 0;
	border: 0;
    cursor: pointer;
	}
	.shortFormBG li {
	margin-bottom: 10px;
	_margin-bottom: 0;
	}
	

#table td {
	vertical-align: top;
	padding: 10px;
	}
.submit {
	width: auto !important;
	height: auto !important;
	border: 0;
	background: transparent !important;
	margin-left: 218px;
	}	
#table tr td .radio {
	width: auto !important;
	height: auto !important;
	}
	span.orange {
	color: #F47920;
	}

table.step3 textarea 
{
    height: 160px;
    overflow: auto;
}

div.pnlBilling ul.form li label.error {
    right: 100px;
}

span.complyContainer {
    position: relative;
}

span.complyContainer label.error {
    position: absolute;
    top: 0px;
    right: -100px;
}

ul.form.step0 li label {
    width: 250px;
}

ul.form.step0 li label.error {
    right: 210px;
}

.submitEntryForm {
   font-size: 13px;
}

/*
/		Bulleted Lists
--------------------------------------------------------------------------------------------------------*/

#Col2Left ul,
#Col3Left ul {
	margin-bottom: 30px;
	}
	#Col2Left ul li,
	#Col3Left ul li {
	list-style-type: square;
	margin-left: 20px;
	}
	#Col2Left ul ul,
	#Col3Left ul ul {
	margin-bottom: 0 !important;
	}
	#Col2Left ul li ul li,
	#Col3Left ul li ul li {
	list-style-type: disc;
	margin-left: 30px;
	}
	
	ul.nobullets li {
	margin: 0 !important;
	list-style: none !important;
	}

/*
/		Page Specific
--------------------------------------------------------------------------------------------------------*/
#finaLists h2 {
	margin: 15px 0 15px 0;
	}
#finaLists ul {
	margin-bottom: 30px;
	}
#finaLists ul li{
	list-style-type: none;

	line-height:17px;
	border-top: 1px solid #4b4b4b;
	padding: 10px;
	padding-left: 40px;
	}
	#finaLists ul li strong {
	color: #B0B0B0;
	margin-left: 12px;
	}
	#finaLists ul li.odd {
	color: #f47920;
	}
	#finaLists ul li.winner {
	background: url('../images/finaList_winner.gif') no-repeat 10px 13px;
	}

.Winners li, .Judges li { clear: left; height:140px;
	list-style: none !important; margin: 0!important; }
	.Judges li { height: auto; }
	.Winners hr, .Judges hr { margin-bottom: 15px; }
	.Winners img, .Judges img { float: left; padding-right:20px;}
	.Winners h3, .Judges h3 { color: #B0B0B0; padding-top: 10px;}
	.Winners strong, .Judges strong { color: #B0B0B0; }
	.Winners a, .Judges a { border: 0; }
	
	.Judges { clear: both; }
	.Judges-Intro {  }
	.Judges-Intro img { float: left; padding-right: 20px; padding-bottom: 15px; }
	.Judges-Intro p { margin: 0; }
	
ul.WinnersProfileCol {
	float: left;
	width: 200px;
	margin-top: 30px;
	font-size: 11px;
	line-height: 16px;
	}
	ul.WinnersProfileCol li {
	margin-bottom: 20px;
	}
	ul.WinnersProfileCol .header {
	font-size: 15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	}
	ul.WinnersProfileCol a {
	border-color: #999;
	}
	ul.WinnersProfileCol a:hover {
	color: #333;
	}
	ul.videoCol img { 
	float: left;
	margin-right: 10px;
	border:1px solid #999;
	}
	ul.videoCol li { 
	padding-bottom: 10px;
	}
	ul.videoCol strong { color: #F47920; }
	ul.margin {
	margin-right: 30px;
	}
	
	#main tbody tr td { padding-bottom: 5px; }
	#main tbody tr td p {padding-left: 25px;}

.smallDarkBG {
	height: 50px;
	float:left;
	line-height: 50px;
	background: #2d2c2c;
	font-size: 14px;
	margin-bottom: 20px;
	}
	.smallDarkBG span {
	float:left;
	}

ul.subProcess a {
	color: #B0B0B0;
	border: 0;
	}
	ul.subProcess a:hover {
	color: #F47920;
	}
	ul.subProcess li.active a {
	color: #74abc5;
	}



/*
/		Data Loader
--------------------------------------------------------------------------------------------------------*/

.modalProgressGreyBackground 
{
	background:#000;
	filter:alpha(opacity=80);
	opacity:0.6;
	}
	.modalProgress img.logo
	{
	margin-bottom: 20px;
	}
	.modalProgress {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	}



/*
/		CMS Editable Regions
--------------------------------------------------------------------------------------------------------*/	
.CMSEditableRegionEdit {
	border: 1px dashed #666;
	}

