@charset "utf-8";

/* Reset */
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	height: 100%;
}

body {
	background: fixed #ffffff url(../images/bg.gif) no-repeat center top;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 23px;
	line-height: 26px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

h3 {
	padding-top: 10px;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.4px;
}

h4 {
	padding-top: 11px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.4px;
}

h5 {
	font-size: 16px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
	padding: 1px 0 2px;
}

a {
	color: #000000;
	text-decoration: none;
}

p {
	padding: 8px 0;	
}

p.s10px {
	font-size: 10px;	
}

.cleaner {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	clear: both;
}

span.overpic {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 99;
}

span.b-underln {
	font-weight: bold;
	text-decoration: underline;	
}

#wrapper {
	width: 975px;
	margin: 0 auto;
	padding: 14px 0 30px;
}

/* Block=Header */
#header {
	height: 116px;
	margin-bottom: 4px;
}

#header ul#topmenu {
	float: right;
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin-bottom: 20px;
}

#header ul#topmenu li {
	float: left;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 10px 6px 10px 31px;
	margin: 0;
	background: top left url(../images/lambda.png) no-repeat;
}

* html body #header ul#topmenu li {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/lambda.png', sizingMethod='crop');
	background: none;
}

* html body #header ul#topmenu li.first {
	filter:none;
	background: none;
}

#header ul#topmenu li.first {
	background: none;	
}

#header ul#topmenu li a {
	color: #525252;
	padding: 0 2px;
}

#header ul#topmenu li a:hover,
#header ul#topmenu li a:active,
#header ul#topmenu li a:focus {
	color: #000000;
	text-decoration: underline;
}

#header ul#topmenu li a.selected {
	color: #ff0f09;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	text-indent: -30000px;
	width: 417px;
	line-height: 60px;
	height: 60px;
	background: top left no-repeat url(../images/logo.png);
}

* html body #header h1 a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/logo.png', sizingMethod='crop');
	background: none;
}

#header ul {
	float: left;
	padding-top: 35px;
	position: relative;
}

#header ul li {
	display: block;
	float: left;
	margin: 0 5px;
}

#header ul li a {
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 5px;
}

#header ul li a span {
	display: block;
	cursor: pointer;
	text-indent: -30000px;
	color: #333333;
	height: 12px;
	line-height: 12px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}

#header ul li a#nav-home span {
	background-position: 0px -12px;
	width: 32px;
}

#header ul li a:hover#nav-home span,
#header ul li a#nav-home span.selected {
	background-position: 0px 0px;
}

#header ul li a#nav-events span {
	background-position: -32px -12px;
	width: 41px;
}

#header ul li a:hover#nav-events span,
#header ul li a#nav-events span.selected {
	background-position: -32px 0px;
}

#header ul li a#nav-nominations span {
	background-position: -73px -12px;
	width: 76px;
}

#header ul li a:hover#nav-nominations span,
#header ul li a#nav-nominations span.selected {
	background-position: -73px 0px;
}

#header ul li a#nav-about span {
	background-position: -149px -12px;
	width: 58px;
}

#header ul li a:hover#nav-about span,
#header ul li a#nav-about span.selected {
	background-position: -149px 0px;
}

#header ul li a#nav-pastwin span {
	background-position: -207px -12px;
	width: 82px;
}

#header ul li a:hover#nav-pastwin span,
#header ul li a#nav-pastwin span.selected {
	background-position: -207px 0px;
}

#header ul li a#nav-press span {
	background-position: -375px -12px;
	width: 95px;
}

#header ul li a:hover#nav-press span,
#header ul li a#nav-press span.selected {
	background-position: -375px 0px;
}

#header ul li a#nav-contacts span {
	background-position: -324px -12px;
	width: 50px;
}

#header ul li a:hover#nav-contacts span,
#header ul li a#nav-contacts span.selected {
	background-position: -324px 0px;
}

#header ul li a#nav-resources span {
	background-position: -470px -12px;
	width: 70px;
}

#header ul li a:hover#nav-resources span,
#header ul li a#nav-resources span.selected {
	background-position: -470px 0px;
}

#header ul li a#nav-sponsors span {
	background-position: -540px -12px;
	width: 156px;
}

#header ul li a:hover#nav-sponsors span,
#header ul li a#nav-sponsors span.selected {
	background-position: -540px 0px;
}

/* For IE6 to display nav text */
* html body #header ul li a span {
	text-indent: 0;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	background: none;
}

#header ul ul.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	background: #FFF;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 7px;
	border: 4px solid #000;
	border-top: 8px solid #000;
}

#header ul ul.dropdown li {
	display: block;
	float:none;
	margin:0 !important;
	vertical-align:top;
}


#header ul ul.dropdown li a {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 30px;
}

#header ul li a:hover {
	color: #ff0600;
}

* html body #header ul li a:hover span {
	color: #ff0600;
}

* html body #header ul li a span {
	width: auto;
	float: left;
}

* html body #header ul li a span.selected {
	color: #ff0600;	
}
/* IE6 end */

/* Block=Footer */
#footer {
	background: top left repeat-x url(../images/h_divider.png);
	padding: 16px 17px 0 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #35373d;
	line-height: 20px;
	height: 20px;
}

#footer #copy {
	float: left;	
}

#footer #copy span {
	padding: 0 6px;	
}

#footer ul {
	float: left;
}

#footer  ul li {
	display: block;
	float: left;
}

#footer ul li a {
	float: left;
	padding: 0 5px;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	text-decoration: underline;
	color: #ff0600;
}

#footer ul li a.selected {
	color: #ff0600;
}

#footer ul li a.selected:hover,
#footer ul li a.selected:active,
#footer ul li a.selected:focus {
	text-decoration: none;
}

#footer #doejo {
	float: right;
}

#footer #doejo a {
	display: block;
	width: 117px;
	height: 23px;
	overflow: hidden;
	line-height: 23px;
}

#footer #doejo a span {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/doejo.png) !important;
	background-image: url(../images/doejo.gif);
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	line-height: 14px;
	text-indent: -30000px;
	cursor: pointer;
}
#footer #doejo a:hover span {
	background-position: 0px -23px;
}

/* IE6 Fixes for Footer BEGIN */
* html body #footer {
	background: top left repeat-x url(../images/h_divider.gif);
}
/* IE6 Fixes for Footer END */

/* Block=content */
#content {
	margin-bottom: 18px;
}

/* Misc Formatting */
#content blockquote {
	display: block;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	text-indent: 14px;
	padding: 9px 0 0 4px;
	background: 0 12px no-repeat url(../images/curl_left.png) !important;
	background: 0 13px no-repeat url(../images/curl_left.gif);
	margin-bottom: 12px;
}

#content blockquote span.curl-close {
	background: 6px 1px no-repeat url(../images/curl_right.png) !important;
	background: 6px 2px no-repeat url(../images/curl_right.gif);
	padding: 0px 8px;
}

#content cite {
	display: block;
	padding-left: 10px;
	line-height: 14px;
	text-transform: uppercase;
	font-style:normal;
	padding-bottom: 12px;
}

#content ul,
#content ol {
	padding: 1px 0 11px 10px;
}

#content ol {
	list-style: inside decimal;
}

#content ul {
	list-style: inside disc;
}

#content address {
	padding: 12px 0;
	font-style: normal;
}

#content address p {
	padding: 0 0 14px 7px;	
}

#content .fs14px-strong {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#content q {
	font-style: oblique;
}

#content .field,
#content .text,
#content .file {
	margin-bottom: 15px;
	width: 250px;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222222;
	border:solid 1px #bbbbbb;
	padding: 3px;
	background:#fff url('../images/input_bg.gif') repeat-x top;
	outline:0;
}

#content .file {
	padding: 6px 3px;	
}

#content label {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #000000;
	padding: 0 0 4px 1px;
}

#content label span {
	color: #cc3300;
}

#content label em {
	font-size: 10px;
	padding-left: 15px;
	font-weight: normal;
}

#content .btn {
	margin-top: 7px;
	width: 92px;
	height: 25px;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .btn-img {
	margin-top: 7px;
}

#content .easy-form {
	width: 100%;
	margin-bottom: 16px;
}

#content .easy-form td {
	vertical-align: middle;
	padding-right: 12px;
}

#content .easy-form td.last {
	padding: 0;
}

#content .easy-form td .field {
	margin: 0;	
}

#content .easy-form td select {
	margin: 0;	
}

#content #carousel {
	border: 8px solid #120C0C;
	background: #ffffff;
	height: 247px;
	margin-left: 3px;
	position: relative;
	overflow: hidden;
}

#content #carousel a.scroll {
	display: block;
	position: absolute;
	height: 140px;
	width: 20px;
	top: 50%;
	margin-top: -70px;
	background: #dcdcdc;
	z-index: 99;
}

#content #carousel a:hover.scroll {
	background: #ff0600;
}

#content #carousel a.scroll span {
	position: absolute;
	display: block;
	width: 7px;
	height: 13px;
	line-height: 13px;
	top: 50%;
	text-indent: -30000px;
	margin-top: -6px;
	z-index: 100;
	cursor: pointer;
}

#content #carousel a#prev-pic {
	left: 0px;
}

#content #carousel a#prev-pic span {
	background: top left no-repeat url(../images/prev.png);
	left: 5px;
}

* html body #content #carousel a#prev-pic span {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/prev.png', sizingMethod='crop');
	background: none;
}

#content #carousel a#next-pic {
	right: 0px;
}

* html body #content #carousel a#next-pic span {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/next.png', sizingMethod='crop');
	background: none;
}

#content #carousel a#next-pic span {
	background: top left no-repeat url(../images/next.png);
	right: 5px;
}

#content #carousel #paginator {
	position: absolute;
	bottom: 14px;
	right: 17px;
	z-index: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#content #carousel #paginator * {
	padding: 1px 3px 3px;
	color: #333333;
}

#content #carousel #paginator a {
}

#content #carousel #paginator a:hover {
	text-decoration: underline;
}

#content #carousel #paginator span {
	padding: 0 4px;
	font-weight: bold;
	font-size: 15px;
}

#content #carousel #table-wrapper {
	width: 956px;
	height: 247px;
	position: relative;
	overflow: hidden;
}

#content #carousel #table-wrapper .inner-wrapper {
	width: 956px;
	height: 247px;
	position: absolute;
	top: 0px;
	z-index: 0;
}

#content #carousel #table-wrapper .inner-wrapper table {
	width: 956px;
	height: 247px;
	background: #ffffff;
}

#content #carousel #table-wrapper .inner-wrapper table .c1 {
	vertical-align: middle;
	padding: 20px 30px;
	text-align: center;
	width: 250px;
}

#content #carousel #table-wrapper .inner-wrapper table .c2 {
	vertical-align: middle;
	padding: 20px 60px 20px 0;
	text-align: left;
	width: 586px;
}

#content #carousel #table-wrapper .inner-wrapper table .c2 h2 span {
	color: #ff0600;
}

#content #carousel #table-wrapper .inner-wrapper table .c2 p {
	padding: 0 0 5px 0;
}

#content #imp-message {
	height: 30px;
	line-height: 13px;
	margin-left: 3px;
	background: #120C0C 934px 17px no-repeat url(../images/star.gif);
	padding: 17px 60px 0 20px;
}

#content #imp-message p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#content #imp-message p a {
	font-weight: bold;
	padding-left: 5px;
	text-decoration: underline;
	color: #ffffff;
}

#content #imp-message p a#sign-up {
	color: #fffbb3;
}

#content #imp-message p img {
	float: left;
}

#content .v-divider {
	height: 11px;
	width: 100%;
	line-height: 11px;
	font-size: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/hdivider_comb.png) !important;
	background-image: url(../images/hdivider_comb.gif);
}

#content #v-divider3col {
	background-position: 0px 0px;
}

#content #v-divider2col {
	background-position: 0px -11px;
}

#content .main-content {
}

#content .main-content a {
	color: #ff0600;
	padding: 0 1px;
	text-decoration: underline;
}

#content .main-content a:focus,
#content .main-content a:active{
	outline: 1px dotted #ff0600;
}

#content #three-col-layout {
}

#content #three-col-layout .r0 td {
	padding-bottom: 4px;
}

#content #three-col-layout td {
	vertical-align: top;
	overflow: hidden;
}

#content #three-col-layout .c1 {
	padding-left: 13px;
	padding-right: 11px;
	background: right top repeat-y url(../images/v_divider.png) !important;
	background: right top repeat-y url(../images/v_divider.gif);
	width: 351px;
}

#content #three-col-layout .c2 {
	padding-left: 21px;
	padding-right: 9px;
	background: right top repeat-y url(../images/v_divider.png) !important;
	background: right top repeat-y url(../images/v_divider.gif);
	width: 291px;
}

#content #three-col-layout .c3 {
	padding-left: 14px;
	padding-right: 4px;
	width: 261px;
}

#content .main-content .ribbon {
	width: 266px;
	height: 41px;
	background: top left no-repeat url(../images/ribbon.png);
	margin: 10px 0 0 -6px;
}

* html body #content .main-content .ribbon {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/ribbon.png', sizingMethod='crop');
	background: none;
}

#content .main-content .ribbon h5 {
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	width: 260px;
	font-weight: normal;
	letter-spacing: -0.4px;
}

#content .main-content ul.links-list {
	padding: 1px 0 0;
	list-style: none;
	list-style-position: outside;
}

#content .main-content ul.links-list li {
	padding: 4px 0;
	display: block;
	line-height: 16px;
}

#content .main-content .single-link {
	padding: 2px 0;
	display: block;
	line-height: 18px;
}

#content .main-content ul.links-list li a,
#content .main-content ul.links-list li span.em,
#content .main-content .single-link a {
	color: #ff0f09;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	padding: 0;
	text-transform:uppercase;
	letter-spacing: 0.6px;
	background-image: url(../images/bullets.png) !important;
	background-image: url(../images/bullets.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 18px;
	display: inline-block;
	outline: 0 none;
}

#content .main-content ul.links-list li span.em {
	text-decoration: none;
	text-transform:none;
	font-style:oblique;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
	cursor: default;
	font-size: 11px;
}

#content .main-content ul.links-list li a:hover,
#content .main-content .single-link a:hover,
#content .main-content ul.links-list li span.em:hover,
#content .main-content ul.links-list li span.em:hover,
#content .main-content ul.links-list li a:active,
#content .main-content .single-link a:active,
#content .main-content ul.links-list li a:focus,
#content .main-content .single-link a:focus {
	background-position: 0px -113px;
}

#content .main-content ul.links-list li.selected a {
	background-position: 0px -227px;
}

#content #map-wrapper {
	width: 972px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin-left: 3px;
}

#content #map-wrapper .google-map {
	background: #edeae3 top left repeat url(../images/loading.gif);
	width: 972px;
}

#content #map-wrapper .bg-title {
	height: 42px;
	line-height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 972px;
	background: #f40000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#content #map-wrapper h5 {
	color: #ffffff;
	line-height: 30px;
	left: 16px;
	top: 7px;
	z-index: 100;
	position: absolute;
	letter-spacing: -0.5px;
}

#content #map-wrapper .paginator {
	top: 13px;
	right: 14px;
	z-index: 100;
	position: absolute;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-weight: bold;
	height: 22px;
	letter-spacing: -0.5px;
	color: #ffffff;
}

#content #map-wrapper .paginator a {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	padding: 1px 0 4px;
}

#content #map-wrapper .paginator a:hover,
#content #map-wrapper .paginator a:active,
#content #map-wrapper .paginator a:focus {
	text-decoration: underline;	
}

#content #map-wrapper .paginator span {
	padding: 0 8px;
}

#content #map-wrapper .bg-nominee-info {
	background: #2b291a;
	width: 253px;
	position: absolute;
	left: 0;
	top: 42px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 101;
}

#content #map-wrapper .nominee-info {
	width: 223px;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 102;
	padding: 15px 15px 0;
	overflow: hidden;
}

#content #map-wrapper .nominee-info h2 {
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 8px;
}

#content .stars {
	width: 75px;
	height: 14px;
	line-height: 14px;
}

#content .stars .star,
#content .stars .star-empty {
	display: block;
	float: left;
	font-size: 1px;
	height: 14px;
	width: 14px;
	padding-right: 1px;
	background-repeat: no-repeat;
	background-image: url(../images/stars.png);
	background-position: 0px 0px;
}

* html body #content .stars .star {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/stars.png', sizingMethod='crop');
}

* html body #content .stars .star-empty {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chicagoinnovationawards.com/gui/images/stars_ie.png', sizingMethod='crop');
}

#content .stars .star-empty {
	background-position: -15px 0px;
}

#content .stars a:hover.star-empty {
	background-position: 0px 0px;
}

#content #map-wrapper .nominee-info .stars {
	padding-left: 2px;
	margin-bottom: 11px;
}

#content #map-wrapper .nominee-info p {
	font-size: 10px;
	line-height: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 3px 0 2px 3px;
}

#content #events-pic-wrapper {
	padding: 15px 16px 12px;
	width: 940px;
	background: #120c0c;
	z-index: 0;
	overflow: hidden;
	margin-left: 3px;
}

#content #events-pic-wrapper .events-pic {
	float: left;
	width: 221px;
	padding-right: 18px;
	position: relative;
	height: 235px;
}

#content #events-pic-wrapper .last {
	padding-right: 0;
}

#content #events-pic-wrapper .events-pic .event-date {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 105;
}

#content #events-pic-wrapper .events-pic .event-date td {
	height: 52px;
	vertical-align: middle;
	padding: 0px 30px 0 10px;
	width: 181px;
	overflow: hidden;
	color: #ffffff;
	z-index: 105;
	overflow: hidden;
}

#content #events-pic-wrapper .events-pic .event-date td .date {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 2px;
	z-index: 105;
}

#content #events-pic-wrapper .events-pic .event-date td .location {
	font-size: 10px;
	font-weight: normal;
	font-style: oblique;
	line-height: 14px;
	padding: 0;
	z-index: 105;
}

#content #events-pic-wrapper .events-pic .bg-date {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 52px;
	width: 221px;
	background: #00aaff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#content #events-pic-wrapper .events-pic a {
	display: block;
	z-index: 110;
	height: 52px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 221px;
	background-repeat: no-repeat;
	background-image:url(../images/link_events.png);
	background-position: 0px 0px;
}

#content #events-pic-wrapper .events-pic a:hover {
	background-position: 0px -45px;
}

* html body #content #events-pic-wrapper .events-pic a {
	background: #00aaff;
	filter: alpha(opacity=0);
}

#content #events-pic-wrapper .events-pic .title {
	position: absolute;
	z-index: 100;
	left: 8px;
	top: 16px;
	width: 213px;
	overflow: hidden;
}

#content #events-pic-wrapper .events-pic .title span {
	background: #040202;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 21px;
	height: 21px;
	padding: 0 6px;
	display: inline-block;
	padding-top: 1px;
}

#content #events-pic-wrapper .events-pic .title span.subtitle {
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
	font-style: oblique;
}

#content #events-message {
	height: 40px;
	margin-left: 3px;
	background: #120C0C;
	padding: 8px 60px 0 25px;
}

#content #events-message h5 {
	color: #ffffff;
	font-weight: normal;
	letter-spacing: -0.6px;
}

#content #events-message h5 a{
	color: #fffbb3;
	font-size: 14px;
	text-decoration: underline;
}

#content #event-pic {
	padding: 15px;
	width: 942px;
	background: #120c0c;
	z-index: 0;
	overflow: hidden;
	margin-left: 3px;
	position: relative;
}

#content #event-pic #event-title {
	background: #040202;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	line-height: 39px;
	height: 39px;
	padding: 0 10px;
	display: inline-block;
	padding-top: 1px;
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 30px;
	max-width: 850px;
	overflow: hidden;
}

#content #event-pic .event-info {
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	font-weight: bold;
	left: 20px;
	top: 70px;
	position: absolute;
	max-width: 850px;
	overflow: hidden;
	padding: 0 10px;
	display: inline-block;
	color: #ffffff;
	z-index: 100;
}

#content #event-pic #bg-event-info {
	background: #00aaff;
	color: #00aaff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 99;
}

#content #event-pic .event-info .event-place {
	font-size: 13px;
	font-weight: normal;
	font-style: oblique;
}

#content .main-content .event-phothumb {
	padding: 7px 0 0;
}

#content .main-content .event-phothumb a {
	display: block;
	float: left;
	width: 84px;
	height: 84px;
	overflow: hidden;
	background: #000000;
	margin: 0 11px 14px 0;
	outline: 0 none;
}

#content .main-content .event-map-wrapper {
	overflow: hidden;
	width: 261px;
	height: 226px;
	margin-bottom: 20px;
}

#content .main-content .rsvp-form {
	background: #e9e9e9;
	border: 1px solid #a8a8a8;
	padding: 13px 0 16px 18px;
	width: 290px;
	margin-top: 10px;
}

#content .main-content .rsvp-form .field {
	font-size: 16px;	
	padding: 4px;
}

#content .main-content .rsvp-form .btn {
	margin-left: 1px;	
}

#content .main-content .rsvp-form input.btn:active,
#content .main-content .rsvp-form input.btn:focus {
	outline: 1px solid #a8a8a8;
}

#content .main-content .main {
	float: left;
	width: 651px;
	padding: 6px 15px 20px 30px;
	background: right top repeat-y url(../images/v_divider.png) !important;
	background: right top repeat-y url(../images/v_divider.gif);
	overflow: hidden;
	margin-bottom: 14px;
}

#content .main-content .sidebar {
	width: 252px;
	float: right;
	padding: 5px 12px 20px 0;
}

#content .main-content .main #intro {
	padding: 0 0 15px 6px;
	background: left bottom repeat-x url(../images/h_divider.png) !important;
	background: left bottom repeat-x url(../images/h_divider.gif);
}

#content .main-content .main #intro p {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 10px 0px;
}

#content .main-content .main #intro p.neue {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content .main-content #form-wrap {
	padding-bottom: 40px;
	padding-left: 20px;
	width: 661px;
}

#content .main-content #form-wrap #intro p {
	padding-top: 20px;
	padding-left: 2px;
}

#content .main-content #form-wrap .form-section, .section-div {
	padding: 16px 25px 16px 8px;
	background: left bottom repeat-x url(../images/h_divider.png) !important;
	background: left bottom repeat-x url(../images/h_divider.gif);
}

.section-div {
	padding-top: 0;
}

#content .main-content #form-wrap .last {
	background: none !important;
}

#content .main-content .form-section h4 {
	padding: 0;	
}

#content .main-content .form-section p {
	padding: 8px 0 20px;
}

#content .main-content .form-section p.label {
	padding: 10px 0 5px;	
}

#content .main-content .form-section .field,
#content .main-content .form-section .text {
	width: 452px;
	font-size: 18px;
	padding: 4px 7px;
}

#content .main-content .form-section .text {
	font-size: 16px;
}

#content .main-content .form-section .easy-form {
	width: 468px;	
}

#content .main-content .form-section .easy-form #contact-city {
	width: 282px;
}

#content .main-content .form-section #contact-phone,
#content .main-content .form-section #contact-phone1 {
	width: 200px;
}

#content .main-content .form-section .easy-form #contact-state {
	width: 60px;
}

#content .main-content .form-section .easy-form #contact-zip {
	width: 70px;
}

#content .main-content .form-section #cal-table {
	width: 296px;
}

#content .main-content .form-section .easy-form #product-month {
	width: 120px;
}

#content .main-content .form-section .easy-form #product-year {
	width: 80px;
}

#content .main-content .form-section .easy-form #product-day {
	width: 60px;
}

#content .main-content .form-section .file {
	width: 420px;
}

#content .main-content .form-section .wide {
	width: 600px;
}

#content .main-content .form-section address {
	float: right;
	padding-left: 25px;
}

#content .main-content .form-section #subm-nom {
	width: 200px;
	margin-top: 20px;
}

#content .main-content .form-section p.error {
	color: #cc3300;
	margin: -12px 0 15px;
	padding:0;
	font-weight: bold;
	font-size: 12px;
}

#content .main-content .form-section p.inline {
	padding: 0 0 15px;
	margin-top: -5px;
}

#content .main-content .form-section p.inline * {
	display: inline;	
}

#content .main-content .form-section .checkbox td {
	padding: 0;
}

#content .main-content .form-section .checkbox td label {
	padding: 0;
}

#content .main-content .form-section .email {
	width: 224px;
}

#content #subheader-line {
	background: #120c0c;
	margin-left: 3px;
	width: 972px;
	line-height: 16px;
	height: 16px;
}

#content .main-content .sidebar .links-list {
	padding: 10px 0 0 15px;
	margin-bottom: 20px;
}

#content .main-content .sidebar .single-link {
	margin-bottom: 20px;	
}

#content .main-content .main #static-page {
	font-size: 13px;
	padding: 20px 0 10px 6px;
	width: 637px;
	position: relative;
}

#content .main-content .main a.read-full {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #ff0f09;
	line-height: 18px;
	text-decoration: underline;
	float: right;
	text-transform: uppercase;
	margin-left: 13px;
}

#content .main-content .main .excerpt {
	background: left bottom repeat-x url(../images/h_divider.png) !important;
	background: left bottom repeat-x url(../images/h_divider.gif);
	padding: 20px 0 10px 6px;
	width: 637px;
	position: relative;
}

#content .main-content .main .last {
	background: none !important;
}

#content .main-content .main .excerpt h5 {
	float: left;
	width: 517px;
	padding: 0 0 4px;
}

#content .main-content .main .article h5 {
	width: 490px;
	padding: 0;
}

#content .main-content #noms .excerpt h5 {
	width: 477px;
}

#content .main-content .main .excerpt h5 a{
	color: #000;
	text-decoration: none;
}

#content .main-content .main .article p.subtitle {
	color: #ff2700;
	font-weight: bold;
	padding: 2px 0 1px;
}

#content .main-content .main .excerpt h6 {
	float: left;
	width: 387px;
	padding-right: 130px;
	font-size: 12px;
	color: #ff2700;
	line-height: 14px;
}

#content .main-content .main .excerpt h6 a{
	text-decoration: none;
}

#content .main-content #noms .excerpt h6 {
	width: 347px;
}

#content .main-content .main .excerpt .r-label {
	position: absolute;
	top: 21px;
	right: 5px;
	float: none;
	color: #ff0f09;
	text-decoration: underline;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.6px;
}

#content .main-content .main .excerpt span.r-label {
	text-decoration: none;	
}

* html body #content .main-content .main .excerpt .r-label {
	filter: alpha(opacity=100);
	display: block;
}

#content .main-content .main .excerpt p {
	padding: 0 0 7px;
}

#content .main-content .main .profile-pic {
	margin-right: 10px;
	float: left;
	width: 110px;
	height: 90px;
	overflow: hidden;
	background: #c2c2c2 top left repeat url(../images/loading.gif);
}

#content .main-content #noms .profile-pic,
#content .main-content #nom .profile-pic{
	width: 150px;
	height: 150px;
}

#content .main-content .main .excerpt q {
	display: block;
	padding: 15px 0 7px;
}

#content .main-content .main #where-past-winners {
	padding: 2px 0 7px 6px;
	width: 637px;
	background: left bottom repeat-x url(../images/h_divider.png) !important;
	background: left bottom repeat-x url(../images/h_divider.gif);
}

#content #year-select {
	margin-left: 3px;
	height: 39px;
	padding: 9px 20px 0 33px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	letter-spacing: 0.6px;
	color: #ffffff;
	background: #ff2700;
	text-transform: uppercase;
}

#content #year-select span.past-years {
	float: left;
	line-height: 28px;
}

#content #year-select ul {
	float: left;
	list-style: none;
	padding: 0 0 0 0px;
}

#content #year-select li {
	float: left;
	display: block;
	line-height: 38px;
	height: 38px;
	padding: 0 2px 0 2px;
}

#content #year-select li a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 4px;
	line-height: 20px;
}

#content #year-select li a.selected,
#content #year-select li a:hover {
	text-decoration: underline;	
}

#content #year-select li span {
	line-height: 30px;
}

#content #past-winners-pic-wrapper {
	border: 15px solid #120c0c;
	width: 942px;
	background: #120c0c;
	margin-left: 3px;
	position: relative;
	height: 232px;
	overflow: hidden;
}

#content #past-winners-pic-wrapper span {
	display: inline-block;
	font-size: 34px;
	background: #120c0c;
	color: #ffffff;
	line-height: 38px;
	padding: 0 8px;
	position: absolute;
	z-index: 99;
	max-width: 800px;
	padding-top: 1px;
	font-weight: bold;
	left: 20px;
}

#content #past-winners-pic-wrapper span#past-winners {
	top: 39px;
}

#content #past-winners-pic-wrapper span#past-winners-year {
	bottom: 25px;
}

/* Style Sponsors Blocks HERE 
   BEGIN                            */
#home-sponsors {
	height: 75px;
	background: top left repeat-x url(../images/h_divider.png);
	padding: 12px 0 0;
}
* html body #home-sponsors {
	background: top left repeat-x url(../images/h_divider.gif);
}
#content .main-content #sponsors-events {
	text-align: center;
	padding: 10px 0 0;
}
#content .main-content #sponsors-event {
	padding: 10px 0 0;
	text-align: center;
}
#content .main-content #sponsors-about {
	padding: 30px 0 0 25px;
}
#content .main-content #sponsors #sponsors-block {
	padding-top: 30px;
	text-align: center;
}
#content .main-content .sidebar #sponsors-main {
	padding: 35px 0;
	text-align: center;
}
/* Style Sponsors Blocks HERE 
   END                              */
   
#content .main-content .sidebar #judges img {
	width: 108px;
	height: 90px;
	margin: 5px 10px 0 0;
	overflow: hidden;
	background: #c2c2c2;
	float: left;
}

#content .main-content .pic-left {
	float: left;
	margin: 5px 8px 0 0;
}

#content .main-content .pic-right {
	float: left;
	margin: 5px 0 0 8px;
}

#content .main-content #about {
	padding-bottom: 0;
}

#content .main-content #sponsors {
	padding-bottom: 130px;	
}

#content .main-content #about #intro-about {
	margin-bottom: 35px;	
}

#content .main-content #about #intro-about p,
#content .main-content #sponsors p {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 10px;
}

#content .main-content #about table {
}

#content .main-content #about td {
	overflow: hidden;
	margin-top: -10px;
}

#content .main-content #about td.c1 {
	background: right top repeat-y url(../images/v_divider.png) !important;
	background: right top repeat-y url(../images/v_divider.gif);
	width: 307px;
	padding: 0 22px 0 0;
}

#content .main-content #about td.c2 {
	width: 304px;
	padding: 0 0 0 18px;
}

#content .main-content #about td .first-h {
	padding: 0;	
}

#content .main-content #about td p {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
}

#content .main-content #about .judge-block {
	padding: 0 0 200px;
	font-size: 13px;
}

#content #about-pic-wrapper {
	border: 15px solid #120c0c;
	width: 942px;
	background: #120c0c;
	margin-left: 3px;
	position: relative;
	height: 280px;
	overflow: hidden;
}

#content #about-pic-wrapper span {
	display: inline-block;
	font-size: 34px;
	background: #120c0c;
	color: #ffffff;
	line-height: 38px;
	padding: 0 8px;
	position: absolute;
	z-index: 99;
	max-width: 800px;
	padding-top: 1px;
	font-weight: bold;
	left: 20px;
}

#content #about-pic-wrapper span#about-hline1 {
	font-size: 24px;
	line-height: 34px;
	top: 104px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

#content #about-pic-wrapper span#about-hline2 {
	top: 137px;
}

#content #about-pic-wrapper span#about-hline3 {
	font-size: 18px;
	line-height: 25px;
	top: 182px;
	padding: 0 9px;
}

#content .main-content .main #paginator {
	background: left top repeat-x url(../images/h_divider.png) !important;
	background: left top repeat-x url(../images/h_divider.gif);
	height: 28px;
	position: relative;
	width: 100%;
}

#content .main-content .main #paginator ul {
	right: 2px;
	top: 15px;
	position: absolute;
	list-style: none;
	list-style-position:outside;
}

#content .main-content .main #paginator ul li {
	float: left;
	margin: 0 2px;
}

#content table.resources {
	width: 642px;
}

#content .res-desc {
	width: 600px;
	float: right;
}

#content table.resources td {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content h2.resources {
	padding-top: 20px;
	text-align: center;
}

#content .yellow-line {
	background: #ffcd00;
	display: block;
	line-height:50px;
	margin-left:3px;
	width:972px;
	height: 50px;
	text-align: center;
}

#content .yellow-line h1 {
	text-transform: uppercase;
}

#content .main-content .main #paginator ul li a,
#content .main-content .main #paginator ul li span {
	display: block;
	float: left;
	outline: 0 none;
	padding: 0 2px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	color: #959595;
}

#content .main-content .main #paginator ul li span.selected {
	text-decoration: underline;
	color: #ff0f09;
}

#content .main-content .main #paginator ul li a:hover,
#content .main-content .main #paginator ul li a:focus,
#content .main-content .main #paginator ul li a:active {
	color: #111111;	
}

#content .main-content .main .blog {
	padding-top: 10px;
	margin-bottom: 11px; 
}

#content .main-content .main .blog h3 {
	float: left;
	padding: 0;
	width: 500px;
}

#content .main-content .main .blog a.read-full {
	padding-top: 8px;	
}

#content .main-content .main .blog .date {
	font-size: 14px;
	padding: 5px 0 0;
}

#content .main-content .main .blog p {
	padding: 8px 0;	
}

#content .main-content .main .comments-wrapper {
	width: 631px;
	padding-top: 10px;
	background: none !important;
}

#content .main-content .main .comments-wrapper h4 {
	padding: 0;
	margin: 0 0 5px -3px;
}

#content .main-content .main .comments-wrapper .comment {
	width: 625px;
	padding: 10px 0 5px 6px;
}

#content .main-content .main .comments-wrapper .comment h6 {
	float: none;
	width: auto;
	padding-right: 0;
}

#content .main-content .main .comments-wrapper .comment span.date {
	font-size: 10px;
	color: #222222;
	font-weight: normal;
	padding-left: 7px;
}

#content .main-content .main .comments-wrapper .form-section {
	padding: 20px 0 20px 6px;	
}

#content .main-content .main .comments-wrapper .form-section h4 {
	padding-bottom: 10px;	
}

#content .main-content .main .last {
	background: none !important;
}

#content .main-content #noms #intro #sort-order {
	float: left;
	padding: 20px 0 10px;
	width: 400px;
}

#content .main-content #noms #intro #sort-order a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 20px 0;
	line-height: 34px;
	height: 34px;
	text-decoration: none;
	outline: 0 none;
	color: #666666;
	background: #eeeeee;
	margin-right: 12px;
}

#content .main-content #noms #intro #sort-order a:hover,
#content .main-content #noms #intro #sort-order a:focus,
#content .main-content #noms #intro #sort-order a:active {
	color: #ffffff;
	background: #666666;
}

#content .main-content #noms #intro #sort-order a.selected {
	background-color: #ff0600;
	color: #ffffff;
}

#content .main-content #noms #intro #view-type {
	float: right;
	padding: 37px 10px 0 0;
}

#content .main-content #noms #intro #view-type a,
#content .main-content #noms #intro #view-type a span {
	display: block;
	height: 18px;
	width: 19px;
}

#content .main-content #noms #intro #view-type a {
	text-decoration: none;
	outline: 0 none;
	margin-left: 5px;
	float: right;
}

#content .main-content #noms #intro #view-type a span{
	background-image: url(../images/view_type.png) !important;
	background-image: url(../images/view_type_8.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#content .main-content #noms #intro #view-type a span#view-list {
	background-position: 0px 0px;
}

#content .main-content #noms #intro #view-type a:hover span#view-list,
#content .main-content #noms #intro #view-type a:focus span#view-list,
#content .main-content #noms #intro #view-type a:active span#view-list {
	background-position: 0px -18px;
}

#content .main-content #noms #intro #view-type a span#view-ico {
	background-position: -23px 0px;
}

#content .main-content #noms #intro #view-type a:hover span#view-ico,
#content .main-content #noms #intro #view-type a:focus span#view-ico,
#content .main-content #noms #intro #view-type a:active span#view-ico {
	background-position: -23px -18px;
}

#content .main-content #noms #intro #view-type a.selected span#view-list,
#content .main-content #noms #intro #view-type a.selected:hover span#view-list,
#content .main-content #noms #intro #view-type a.selected:active span#view-list, 
#content .main-content #noms #intro #view-type a.selected:focus span#view-list {
	background-position: 0px -36px;
}

#content .main-content #noms #intro #view-type a.selected span#view-ico,
#content .main-content #noms #intro #view-type a.selected:hover span#view-ico,
#content .main-content #noms #intro #view-type a.selected:active span#view-ico,
#content .main-content #noms #intro #view-type a.selected:focus span#view-ico {
	background-position: -23px -36px;
}

#content .main-content #noms table#icons {
	margin-bottom: 50px;
}

#content .main-content #noms #icons tr td {
	padding: 30px 10px 10px;
	width: 194px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	vertical-align: top;
	border: 1px dashed #C4D2D9;
}

#content .main-content #noms #icons td .profile-pic {
	margin: 0 auto;
	margin-bottom: 7px;
	float: none;
}

#content .main-content #noms #icons td .profile-pic a{
	padding: 0;	
}

#content .main-content #noms #icons td h6 {
	font-size: 11px;
	color: #ff2700;
	line-height: 14px;
	letter-spacing: -0.3px;
	margin-bottom: 3px;
	float: none;
}

#content .main-content #noms #icons td h6 a{
	text-decoration: none;
	color: #ff2700;
	font-size: 11px;
}

#content .main-content #noms #icons td h5 a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

#content .main-content #noms #icons td h5 {
	font-size: 12px;
	float: none;
	letter-spacing: -0.3px;
	font-weight: normal;
	line-height: 15px;
	float: none;
}

#content .main-content #nom {
	padding-bottom: 50px;	
}

#content .main-content #nom h3 {
	position: relative;
	padding-right: 180px;
}

#content .main-content #nom .share-links {
	position: absolute;
	right: 6px;
	top: 16px;
	display: block;
}

#content .main-content #nom .excerpt h6 {
	width: 477px;
	padding: 1px 0 5px;
}

#content .main-content #nom .excerpt h6 {
	text-decoration: none;
}

* html body #content .main-content #nom .excerpt h6 {
	margin-bottom: -15px;
}

* html body #content .main-content #nom .comment h6 {
	margin-bottom: 0;	
}

#content .main-content #nom .excerpt {
	font-size: 13px;	
}

#content .main-content #nom .excerpt p {
	padding: 0 0 10px;
}

#content .main-content .main .excerpt .vid-wrapper {
	width: 537;
	margin: 0 auto;
	padding-top: 20px;
}

#content #mail-list2 {
	display: none;
}

#content #mail-list2 .field{
	width: 200px;
	margin-right: 5px;
}

#video-map {
	width: 956px;
	height: 310px;
	background: url(../images/videomainbg.gif) repeat-x;
	position: relative;
}

#video-map h1 {
	color: #FFF;
	font-size: 32px;
	line-height: 34px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: 90px;
}

#video-map p.lab {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	line-height: 16px;
	left: 40px;
	top: 125px;
}

#video-map p.bld {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	line-height: 16px;
	left: 40px;
	top: 245px;
	font-weight: bold;
}

#video-map p a{
	color: #f4c223;
	text-decoration: underline;
}

#video-map div.video {
	width: 466px;
	height: 278px;
	background: #FFF;
	position: absolute;
	left: 485px;
	top: 15px;
}

#video-map div.arrow {
	width: 27px;
	height: 27px;
	display: block;
	top: 137px;
	left: 410px;
	position: absolute;
	background: url(../images/arrow.gif);
}

.home-logos {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
}

table.judges {
	width: 932px;
}
table.judges td {
	padding-bottom: 30px;
	text-align: center;
}
table.judges td p { font-size: 14px}
#content table.judges td p a.lnk { color: #000; font-weight: bold; }