@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: #FFF url('../images/bg-tech.gif') repeat-y center top;
	font: 12px Arial, San-Serif;
	color: #fff;
	line-height: 1.6em;
	height:100%;
	}

p {
	margin-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #ff8e4a;
	border-bottom: 1px dotted #8ca9ca;
	}
a:hover {
	color: #FFF;
	}

.active {
	color: #74ABC5;
	border:0;
	}

strong {
	font-weight: bold;
	color: #fff;
	}

	
h1 a, h2 a, h3 a, h4 a, h5 a {
	border: 0;
	}

h1 {
	font-size: 1.8em;
	color: #fff;
	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 #6786a9;
	border-top: 1px solid #2c4e7b;
	clear: left;
	}

ol {
	list-style-type: decimal;
	margin-bottom: 20px;
	}
	ol li {
	margin-left: 50px;
	}
table {
    margin-bottom: 15px;
    }

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;
	}
	
.dropShadow {
	background: url('../images/tech-img_dropshadow.gif') repeat-x left bottom;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
    margin: auto;
    }
.altShadow {
    background: url('../images/tech-img_altdropshadow.gif') repeat-x left bottom;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
    margin: auto;
    }
    

/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

#navigation {
	background: #2c4e7b url('../images/tech-navBg.gif') repeat-x;
}
#navigation a {
	border: 0;
	}
#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li	{ float: right; background: url('../images/tech-navBorder.gif') no-repeat left top; }
#navigation ul li a:hover {
	color: #74abc5;	
	}
#navigation ul .active a	{
	background-position: left bottom;
	color: #fff;
	}
#navigation ul li a {
	display: block;
	height: 76px;
	line-height: 76px;
	width:auto;
	float: left;
	padding: 0 12px;
	color: #fff;
	border-bottom: none;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/tech-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;
	position:relative;
	}
	#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: #2c4e7b;
	padding:20px 20px 0 20px; _padding-right: 0;
	font-size: 13px;
	}
	#subNav ul li{
	font-size: 1em;
	padding-bottom:5px;
	}
	.arrow {
	background: url('../images/tech-arrow_blue.gif') no-repeat left top;
	padding-left: 30px;
	margin-left: 15px;
	margin-right: 15px;
	width: 260px;
	float:left;
	line-height: 1.2em;
	}
	.arrow h3 { font-size: 18px; }
	.arrow a {
	border-bottom: 0;
	color:#F47920;
	}
	.arrow a:hover {
	color: #FFF;
	}	
	
	#enterNowHome  {
    width: 200px; _width: 193px;
   /*margin-right: 15px; _margin-right: 0;
     padding:0;
     background: none; */
    }
	#enterNowHome p {
	width: 130px;
	}
	
	.enterNow {
	float: right;
	background: url('../images/tech-thankyou.gif') no-repeat left top;
	line-height: 1.2em;
	width: 153px;
	height: 90px;
	padding-left: 70px;
	}
	.enterNow h3 {
	font-size: 18px;
	}
	.enterNow h3 a {
	display: inline;
	float: none;
	text-indent: 0;
	}
	.enterNow a {
	float:left;
	display: block;
	width: 60px;
	height: 50px;
	text-indent: -9999px;
	border: 0;
	z-index: 10;
	}

	#subNav_Replace {
	background-color: #2c4e7b;
	height:20px;
	}


#footer {
	background: #6786a9 url('../images/tech-navFooter_bg.gif') no-repeat;
	padding:25px 20px 20px 20px;
	overflow: hidden;
	width:910px;
	clear: left;
	}
	#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: #fff;
	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: #8ca9ca;
	}
	#footer a:hover {
	color: #FFF;
	}



/*
/		Global Layout + Properties relative to layout
--------------------------------------------------------------------------------------------------------*/
	
#wrap {
	margin: 0 auto;
	width: 950px;
	}

#content {
	background: url('../images/tech-bg-content.gif') repeat-y;
	width:950px;
	float: left;
	}
	#content_white {
	background: url('../images/tech-bg-content-white.gif') repeat-y;
	width:950px;
	float: left;
	}
    #content_home {
    background: url('../images/tech-bg-content-home.gif') repeat-y;
    float: left;
    }
    #content_liteCol {
    background: url('../images/tech-bg-content-lite.gif') repeat-y;
    float: left;
    }
    
#content_botBG {
	background: url('../images/tech-navFooterDivider.gif') no-repeat left bottom;
	}
	#content_botBG_white {
	background: url('../images/tech-contentBg-white.gif') no-repeat left bottom;
	}
	#content_botBG_home {
	background: url('../images/tech-navFooterDividerHome.gif') no-repeat left bottom;
	}
	#content_botBG_lite {
	background: url('../images/tech-navFooterDividerLite.gif') no-repeat left bottom;
	}
	
#Col2Left {
	width: 660px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	background: url('../images/tech-cornerTopRight.gif') no-repeat right top;
	}
	#Col2Left_home {
	width:600px;
	float:left;
	padding: 30px;
	background: url('../images/tech-cornerTopRight.gif') no-repeat right top;
	font-size: 1.15em;
	}
	#Col2Left_white {
	width: 660px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	color: #333;
	background: url('../images/tech-cornerTopRight-white.gif') no-repeat right top;
	}

#Col2Right {
	width: 230px;
	padding-top: 30px; 
	padding-bottom: 60px;
	float: left;
	background: #5779a0 url('../images/tech-cornerTopLeftLite.gif') no-repeat;
	}
	#Col2Right_home {
	width:230px;
	float:left;
	padding: 30px;
	background: #4c719a url('../images/tech-cornerTopLeft.gif') no-repeat left top;
	}

#Col50Left {
	width: 415px;
	padding: 30px 30px 60px 30px;
	float: left;
	background: url('../images/tech-cornerTopRight.gif') no-repeat right top;
	}
#Col50Right {
	width: 435px;
	height: 550px;
	padding:20px 20px 60px 20px;
	float: left;
	background-color: #2c4e7b;
	}
	
#Col3Left {
	width: 415px;
	padding: 30px;
	padding-bottom: 60px;
	float: left;
	background: url('../images/tech-cornerTopRight.gif') no-repeat right top;
	}
#Col3Mid {
	width:205px;
	float:left;
	padding: 30px 20px 60px 20px;
	background: url('../images/tech-cornerTopLeft.gif') no-repeat left top;
	}
#Col3Right {
    background-color:#2c4e7b;
	width: 230px;
	padding-bottom: 60px;
	float: left;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.indent {
	padding: 0 20px 0 20px;
	}
.italic {
    font-style: italic;
    }
    
/* 
/	Layout specific styles 
------------------------------------------*/

#Col2Right strong, #Col3Right strong {
	color: #FFFFFF;
	font-size: .9em;
	}

#Col2Left .arrow,
#Col3Left .arrow,
#Col3Mid .arrow {
	width:165px;
	font-size: 1em;
	background: none;
	}
#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 h2,
#Col3Left h2,
#Col3Mid h2 {
	/*color: #FFF;*/
	}	
#Col2Left .arrow h3,
#Col3Left .arrow h3,
#Col3Mid .arrow h3 {
	margin-bottom: 15px;
	}
	
#Col3Right .enterNow {
	background: #2c4e7b url('../images/tech-thankyou.gif') no-repeat top left;
	width: 210px;
	padding-left: 20px;
	padding-bottom: 30px;
	
	}
	#Col3Right .enterNow h3 {
	padding-top: 15px;
	float:right;
	width: 130px;
	margin-right: 10px;
	}
	#Col3Right .enterNow p {
	float: right;
	width: 130px;
	margin-right: 10px;
	}	
	
#Col2Left_white h2 {
    margin-bottom: 25px;
    }

/*
/		Forms
--------------------------------------------------------------------------------------------------------*/

ul.form {
	margin-top: 30px;
	}
	ul.form li {
	list-style: none !important;
	clear: left;
	margin-bottom: 4px;
	margin-left: 0 !important;
	padding-left: 0 !important;
	}
	ul.form li label {
	display: block;
	float: left;
	width:110px;
	color: #ffffff;
	}
	ul.form li span {
	color: #F47920;
	}
	ul.form li input {
	width: 220px;
	}
	ul.form li input,
	ul.form li textarea, {
	float: left;
	}
	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,
select,
textarea {
	border-bottom: 1px solid #3e628b;
	border-right: 1px solid #3e628b;
	border-left: 1px solid #031126;
	border-top: 1px solid #031126;
	background-color: #031126 !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;
	}
input.submit {
	width: auto !important;
	height: auto !important;
	border: 0;
	background: transparent !important;
	margin-top: 20px;
	}
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;
	margin-top: 20px;
	}
    
.shortFormBG {
	background: url('../images/tech-formBG.gif') no-repeat;
	width: 191px;
 /* height: 53px; */
    height: 168px;  /* for full login */
	margin: 9px;
	padding:10px;
	color:#ff8e4a;
	font-size: 11px;
	}
	.shortFormBG input {
	width: 115px;
	}
	.shortFormBG label {
	display: block;
	float: left;
	width: 60px;
	}
	.shortFormBG input.FormButton {
	background-image: url('../../includes/images/tech-button-enter.gif');
	width: 45px;
	height: 18px;
	padding: 0;
	border: 0;
    cursor: pointer;
	}
	.shortFormBG li {
	margin-bottom: 10px;
	_margin-bottom: 5px;
	_line-height: 1em;
	}
	
	

#table td {
	vertical-align: top;
	padding: 0 10px;
	}
.submit {
	width: auto !important;
	height: auto !important;
	border: 0;
	background: transparent !important;
	margin-top: 20px;
	}	
#table tr td .radio {
	width: auto !important;
	height: auto !important;
	}
	span.orange {
	color: #F47920;
	}

/*
/		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;
	}
	
	p.inputEntry
	{
	display:block;
	margin-left:20px;
	}

	.Space td
	{
	float:left;
	padding-bottom:18px;
	}
/*
/		Page Specific
--------------------------------------------------------------------------------------------------------*/
#finaLists h2 {
	margin: 15px 0 15px 0;
	color: #fff;
	}
#finaLists ul {
	margin-bottom: 30px;
	}
#finaLists ul li{
	list-style-type: none;

	line-height:17px;
	border-top: 1px solid #6283a8;
	padding: 10px;
	padding-left: 40px;
	}
	#finaLists ul li strong {
	color: #fff;
	margin-left: 12px;
	}
	#finaLists ul li.odd {
	color: #f47920;
	}
	#finaLists ul li.winner {
	background: url('../images/tech-finaList-winner.gif') no-repeat 10px 13px;
	}

.Winners li { clear: left; height:140px;
	list-style: none !important; margin: 0!important; }
	.Winners hr { margin-bottom: 15px; }
	.Winners img { float: left; padding-right:20px;}
	.Winners h3 { color: #FFF; padding-top: 10px;}
	.Winners strong { color: #FFF; }
	.Winners a { border: 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.WinnersProfileCol li input {
	height: auto;
	}
	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: #2c4e7b;
	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;
	}

.requiredFieldShift {
    position: relative;
    right: 80px;
    }
.validatorShift1 { position:relative; right:180px; }
.validatorShift2 { position:relative; right:233px; }

.flash-callout {
    display:block;
    z-index:9999;
    width:200px;
    height:43px;
    padding-left:75px;
    padding-top:20px;
    background:url("../images/enter_now_flash-floater.gif") no-repeat 0 0;
    position:absolute;
    top:190px;
    left:334px;
    text-decoration:none;
    font-size:1.2em;
    border:none;
}
.flash-callout span {
    font-weight:bold;
}

/*
/		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;
	}
