@charset "UTF-8";
/* CSS Document */
 
 
 
/*____________________________
 
#9AD8DA — SkyBlue
#54BDC0 — SkyBlue Text
#666666 — Dark Grey Text
#660033 — Plum
#F7941E — Orange
#302E2F — Dark Grey
______________________________*/
 
 
* {
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
	}
 
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
/*	font-size:62.5%;*/
	}
 
/*__________________________________________________*/
 
html, body{
	background:#white;
	margin:0px;
	font-family: Tahoma, verdana, Helvetica, Arial, Arial-Narrow, sans-serif;
	font-style:normal;
	font-weight:100;
	line-height:190%;
	color:#302E2F;
	font-weight:100;
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
	}
	
body {
	font-size:62.8%;
	font-weight:100;
	}
 
/*__Wrapper___________________________________________*/
 
 
#wrapper{
	/*border:#F00 thin solid;*/
	background:transparent;
	margin:0px auto;
	width:100%;	
	padding:0px 0px;
	z-index:1000;
	}
	
 
/*__Top____________________________________________*/
 
#header{
	background:#9AD8DA url(../images/highlight.jpg) center top no-repeat;
	height:450px; /* Make the same as #bgRays */
	/*overflow:visible;*/
	position:relative;
	}
 
#bgRays {
	background:url(../images/rays.png) center top no-repeat;
	height:100%; /* Make the same as #top */
	position:relative;
	left:0px;
	top:0px;
	}
	
#logo{
	background:url(../images/null.png);
	display:table;
	width:100%;
	text-align:center;
	top:0px;
	position:absolute;
	}
	
#bgCloudTop{
	background: url(../images/cloudTop.png) repeat-x;
	height:107px;
	position:absolute;
	bottom:00px;
	left:0px;
	width:100%;
	}
	
	
/*__Middle______________________________________________*/
 
#guts{
/*	background:#orange;*/
	padding:0px 0px 0px 0px;
	min-height: 100%;
	height: auto !important;
	margin: 40px 0 0px 0; s
	}
 
		
/*__Footer____________________________________________*/
 
#footer .push{
	background:#Red url(../images/bgGrayFade.png) bottom repeat-x;
	height:300px;
	width:100%;
	position:relative;
 
	
	
	}
	
#bgGrayFade{
	/*background: url(../images/bgGrayFade.png) bottom repeat-x;*/
	
	position:relative;
	bottom:00px;
	left:0px;
	width:100%;
	margin-top:0px;
	height:100%;
	}
 
#date {
	background:url(../images/date.png);
	width:91px;
	height:98px;
	position:relative;
	top:10px;
	left:0px;
	float:left;
	}
 
#presentedBy {
	background:url(../images/presentedBy_X.png);
	width:225px;
	height:39px;
	position:absolute;
	top:10px;
	right:30px;
	float:right;
	z-index:100;
	}
 
.contentShell {
	
	width:864px;
	padding:0px 0px 0px 36px;
	margin:0px auto;
	/*height:400px;*/
}

iframe .ss-form-container{
	background:transparent;
	border:none;
	}
 
iframe {
	padding:-10px 0 0px -10;
	margin:0 -20px 0 -20px;
	text-align:center;
	
	color:#06F;


	background:#white;
}


ol {padding-top:0; margin-top:0; }

.rules p{
	color:#666;
	font-size:1.1em;
	margin-bottom:10px}

.rules li{
	margin-left:20px;
	padding-left:0px;
	}
	
.rules{
	font-size:1.2em;
	background:#white;
	margin:0px;
	font-family: Tahoma, verdana, Helvetica, Arial, Arial-Narrow, sans-serif;
	font-style:normal;
	font-weight:100;
	line-height:190%;
	color:#666;	
	color:#54BDC0;
	list-style:decimal outside;
	
}

.rules li {
	padding-bottom:0px;
}

.btnNominate{
	background: url(../images/btn_02_Bg.png); 
	width:252px;
	height:40px;
	padding:5px 0 5px 10px;
	}

	
/*__Background Elements______________________________*/
 
.bgShell {
	height:30px;
	width:100% !important;
	/*width:1680px;*/
	position:absolute;
	left:0px;
	margin:0px;
	overflow:visible;
	}
	
.bgHighlight {
	background:url(../images/highlight.png) center;
	height:500px;
	position:relative;
	left:0px;
	
	
	}
 
/*__Layouts__________________________________________*/
 
.layout_1, 
.layout_2, 
.layout_3, 
.layout_4,
.layout_5, {
	height:100%;
	background:#violet;
	}	
 
/*__ 1 ______________________________________________*/
 
.layout_1 .col_A, .layout_1 .col_B, .layout_1 .col_C {
	background:;
	width:252px;
	float:left;
	margin:0 36px 30px 0;
	}
 
/*__ 2 ______________________________________________*/
 
 .layout_2 {
	 clear:both;
 }
 
.layout_2 .col_A, .layout_2 .col_B {
	background:;
	width:396px;	
	float:left;
	margin:0 36px 30px 0;
	}
	
/*__ 3 ______________________________________________*/
 
.layout_3 .col_A {
	background:#EEE;
	width:252px;
	float:left;
	margin:0 36px 30px 0;
	}
 
.layout_3 .col_B {
	background:#orange;
	width:540px;
	float:left;
	height:100&;
	margin:0 36px 30px 0;
	}
	
	
/*__ 4 ______________________________________________*/
 
.layout_4 {
	
	}
 
.layout_4 .col_A, .layout_4 .col_B, .layout_4 .col_C {
	background:;
	float:left;
	margin:0 36px 30px 0;
	}
 
.layout_4 .col_A {
	width:252px;
	}
 
.layout_4 .col_B {
	width:396px;
	}
	
.layout_4 .col_C {
	width:108px;
	}
 
.layout_4 .col_C p {
	color:#54BDC0;
	}
 
 
/*__ 4 ______________________________________________*/
 
.layout_5 {
 
	}
	
.layout_5 .col_A{
	width:864px;
	height:30px;
	float: left;
	margin:0 36px 30px 0;
	/*border-bottom:1px #F90 solid;*/
	}
	
.layout_5 h3{
	float:left;
	}	
		
	
/*__________________________________________________*/
 
 
  .category_btn_list {
	 margin-bottom:20px;
	 }
 
 .category_btn_list a.btnNominate {
	display:block;
	height:35px;
	/*width:148px;*/
	background:url(../images/btn_02_Bg.png) 0 0 no-repeat;
	padding:5px 0px 0 10px;
	width:242px;
	text-decoration:none;

	}
 .category_btn_list li{
	 padding-top:10px;
	 }
 
 .category_btn_list a.btnVLS, .category_btn_list a.btnIMG, {
	display:block;
	height:30px;
	/*width:148px;*/
	background:url(../images/btn_01_Bg.png) 0 0 no-repeat;
	padding:10px 0px 0 10px;
	text-decoration:none;
	margin-bottom:20px;
	}

.category_btn_list .btnNominate h3 {color:#white;}

.category_btn_list a.btnNominate:link, .category_btn_list a.btnNominate:visited { color:#FFF; } 

.category_btn_list a.btnNominate:hover h3, .category_btn_list a.btnNominate:active h3  { color:#white;}

.category_btn_list a.btnNominate:link,  .category_btn_list a.btnNominate:visited { background-position:0 0; }
.category_btn_list a.btnNominate:hover, .category_btn_list a.btnNominate:active  { background-position:-252px 0;}


.category_btn_list a.btnVLS:link, .category_btn_list a.btnVLS:visited,
.category_btn_list a.btnIMG:link, .category_btn_list a.btnIMG:visited { color:#FFF; } 


.category_btn_list a.btnVLS:hover, .category_btn_list a.btnVLS:active,
.category_btn_list a.btnIMG:hover, .category_btn_list a.btnVLS:active { color:#fff; }

.category_btn_list a.btnVLS:link,  .category_btn_list a.btnVLS:visited { background-position:0 0; }
.category_btn_list a.btnVLS:hover, .category_btn_list a.btnVLS:active  { background-position:-180px 0;}

.category_btn_list a.btnVLS:hover h3, .category_btn_list a.btnVLS:active h3  { color:#white;}

.category_btn_list a.btnIMG:link,  .category_btn_list a.btnIMG:visited { background-position:0 0; }
.category_btn_list a.btnIMG:hover, .category_btn_list a.btnIMG:active { background-position:-180px 0; }

.category_btn_list a.btnIMG:hover h3, .category_btn_list a.btnIMG:active h3 { color:#white; }

	
/*__________________________________________________*/
 
hr {
	color: #FCFC00;
}
 

 
.btnIMG, .btnVLS{
	background:url(../images/btn_01_Bg.png) 0 0 no-repeat;
	height: 30px;
	width: 170px;
	position: relative;
	text-decoration:none;
	padding:10px 0px 0px 10px;
	float: right;
	margin:-10px 36px 0 0;
	cursor:pointer;
	}
	
.borderShellLeftRight{
	height:36px;
	border-left:1px #F90 solid;
	border-right:1px #F90 solid;
	}
 
 
 
 
/*___ Form Divs _______________________*/
 
#nominateWebForm {
	background:;
	width:100%;
	float:left;
	display:none;
	height:100%;
	}
 
#nominateTrainingForm {
	background:#green;
	width:100%;
	height:400px;
	float:left;
	display:none;
	height:100%;
	}
 
 
 #page_1 {
	
	 }
 
 #page_2 {
	 display:none
	 }
 
/*__________________________________________________*/
 
h1 {
	font-family:Tahoma,Verdana, Sans-serif;
	font-size:2.3em;
	font-style:normal;
	font-weight:100;
	line-height:130%;
	padding:0px 0 4px 0;
	margin:0px;
	color:#F7941E;
	}
	
h2 {
	font-family:Tahoma,Verdana, Sans-serif;
	font-size:2.3em;
	font-style:normal;
	font-weight:100;
	line-height:130%;
	padding:0px 0 4px 0;
	margin:0px;
	color:#66CCFF;
	color:#9E1F63;
	}
	
.noBPad{
	padding-bottom:0px;
	}
	 
h3	{
	font-family:Tahoma,Verdana, Sans-serif;
	font-size:2.3em;
	font-style:normal;
	font-weight:100;
	line-height:130%;
	padding:0px 0 4px 0;
	margin:0px;
	
	}

.category_btn_list .btnNominate h3 {color:#white;}

h4 {
	font-family:Tahoma,Verdana, Sans-serif;
	font-size:4em;
	font-style:normal;
	font-weight:100;

	margin:0px;
	color:#54BDC0;
	padding:0 20px 0 0;
	float:left;
	}
 
p {
	color:#666;
	font-family:Verdana;
	font-size:1.3em;
	line-height:18px;
	margin-bottom:20px;
	line-height:150%;
	}
 
 
 
 
 
	
#subContent{
	padding:50px 0px;
	overflow:visible;
	}
 
.brandFeature{
	background:url(../images/brand.png) no-repeat;
	width:933px;
	height:403px;
	margin-left:-28px;
	}
 
.dividerShell{
	height:30px;
	width:100% !important;
	width:1680px;
	position:Absolute;
	left:0px;
	margin:0px;
	overflow:visible;
	padding-bottom:50px;
	}
	
.divider{
	background:url(../images/fold_divider_00.png) repeat-x;
	height:150px;
	}
	
	
.headerBgShell{
	
	height:30px;
	width:100% !important;
	width:1680px;
	position:Absolute;
	left:0px;
	margin:0px;
	overflow:visible;
 
	padding-bottom:50px;
 
	}
 
.video {
	background:#FFF;
	width:594px;
	height:335px;
	position:relative;
	top:33px;
	left:28px;
	}
	
.textBrand{
	
	width:270px;
	height:100px;
	position:relative;
	top:-50px;
	left:655px;
	}
 
 
.headerBg{
	background:url(../images/headerPaperTop.png) repeat-x;
	height:180px;
	}
 
 
 
#header .dividerShell{
	top:90px;
	}
 
	
.navMenuShell{
	width:765px;
	height:59px;
	position:relative;
	top:88px;
	left:155px;
	overflow:visible;
	}
 
 
ol, ul {
	list-style:none outside none;
	margin:0;
	padding:0;
	border-style:none;
	}
	
.movieThumbShell{
	float:left;
	width:208px;
	padding:0px 24px 20px 0px;
	overflow:visible;
	}
	
.last{
	padding:0px 0px 20px 0px;
	
	}
 
 
.movieThumb{
	background:url(../images/movieThumb.png) no-repeat;
	float:left;
	padding:0 0px 20px 0;
	height:120px;
	width:208px;
	margin-left:-4px;
	}
 
.movieThumbShell p{
	width:200px;
	
	}
	
.notifyMe {
	width:600px;
	height:74px;
	padding-bottom:40px;
	}
	
.fieldShell {
	width:289px;
	height:74px;
	float:left;
	padding:0px 10px 0px 0px;
	}
	
.fieldBg {
	background:url(../images/formFieldBg.png);
	width:289px;
	height:52px;
	float:left;
	margin-left:-4px;
	}
	
.submitBtn {
	height:72px;
	width:193px;
	}
	
img {
	border:0 none;
	}
 
 
 
 
 
 
 
 
 
