@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 {
	background: #FFF url('../images/bg-landing.gif') no-repeat right top;
	font: 11px Arial, San-Serif;
	color: #B0B0B0;
	line-height: 1.6em;
	height:100%;
	}

p {
    color:#FFF;	
	}

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.28em;
    font-weight: bold;
	color: #74ABC5;
	margin-bottom: 12px;
	}
	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;
	}
	
.dropShadow {
	background: url('../images/img_dropshadow.gif') repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}


/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

#navigation {
	background: #FFF;
	float:right;
	margin-right: 32px;
    }
    #navigation li {
    float: left;
    padding-left: 10px;
    line-height: 62px;
    color: #74abc5;
    }
    #navigation li a {
	border-bottom: none;
	}
    #navigation li a:hover {
    color:#8f8f8f;
    }

#footer {
	padding:25px 20px 20px 20px;
	overflow: hidden;
	color: #8f8f8f;
	font-size:11px;
	line-height: 1.3em;
	}
	#footer a {
    text-decoration:none;
    border: 0;
    font-weight: bold;
	}
	#footer span {
	font-weight: bold;
	}
	#footer a:hover {
	color: #8f8f8f;
	}



/*
/		Global Layout + Properties relative to layout
--------------------------------------------------------------------------------------------------------*/
	
#wrap {
	margin: 0 auto;
	width: 864px;
	margin-top: 130px;
	
	}

h1#logoHeader {
    line-height: 62px;
    background: #FFF url('../images/logo_landing.gif') no-repeat top left;
    width:550px;
    float:left;
    text-indent: -9999px;
    }

#leftCol {
    height: 460px;
    width: 432px;
    float:left;
    background: #2c4e7b url('../images/col_bottom_blue.gif') no-repeat bottom left;
    }
    #leftCol p.summary {
    color:#FFF;
    line-height: 1.3em;
    margin-left:32px;
    _margin-left: 20px;
    margin-top: 20px;
    width: 240px;
    float:left;
    }
    #leftCol img.thumbnail {
    margin-right:32px;
    margin-top: 20px;
    }
    #leftCol div.marquee p {
    padding: 20px 0 0 20px;
    color: #FFF;
    }
    #leftCol div.marquee {
    width: 368px;
    height: 154px;
    background: #1c385f;
    margin: 20px 32px 0 32px;
    }    
    #leftCol div.marquee span {
    font-weight: bold;
    }
    
    
div.mainLinkLeft {
    width: 340px;
    background: url('../images/mainLink_bg_blue.gif') no-repeat top left;
    padding-left: 32px;
    margin-left: 32px;
    }
    div.mainLinkLeft a {
    display: block;
    color:#B0B0B0;
    border: 0;
    line-height: 40px;
    font-size: 1.1em;
    }
    div.mainLinkLeft a:hover {
    color: #74ABC5;
    }    
    
#rightCol {
    height: 460px;
    width: 432px;
    float:right;
    background: #000 url('../images/col_bottom_black.gif') no-repeat bottom left;
    }
    #rightCol p.summary {
    color: #B0B0B0;
    line-height: 1.3em;
    margin-left: 32px;
    _margin-left: 20px;
    margin-top: 20px;
    width: 240px;
    float:left;
    }
    #rightCol img.thumbnail {
    margin-right:32px;
    margin-top: 20px;
    }
    #rightCol div.marquee {
    width: 368px;
    height: 154px;
    background: #1f1f1f;
    margin: 20px 32px 0 32px;
    }    
    #rightCol div.marquee p {
    padding: 20px 0 0 20px;
    color: #B0B0B0;
    }
    #rightCol div.marquee span {
    font-weight: bold;
    }
    
div.mainLinkRight {
    width: 340px;
    background: url('../images/mainLink_bg_black.gif') no-repeat top left;
    padding-left: 32px;
    margin-left: 32px;
    }
    div.mainLinkRight a {
    display: block;
    color:#B0B0B0;
    border: 0;
    line-height: 40px;
    font-size:1.1em;
    }
    div.mainLinkRight a:hover {
    color: #74ABC5;
    }
    
.left {
	float:left;
	}

.right {
	float:right;
	}
	
.indent {
	padding: 0 20px 0 20px;
	}



/*
/		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: #74ABC5;
	}
	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 #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;
	width: 120px;
	}
	
textarea {
	width: 290px;
	height:85px;
	font-family: arial;
	}

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;
	margin-top: 20px;
	}

.shortFormBG {
	background: url('../images/formBG.gif') no-repeat;
	width: 191px;
	height: 53px;
/* 	height: 168px;  for full login */
	margin: 9px;
	padding:10px;
	}
	.shortFormBG input.FormButton {
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	}
	

#table td {
	vertical-align: top;
	padding: 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;
	}

/*
/		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 { 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: #B0B0B0; padding-top: 10px;}
	.Winners strong { color: #B0B0B0; }
	.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.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;
	}

