div.block {
	border-color: #125B84;
}
div.block h1, div.plug h1 {
	background-color: #125B84;
	border-bottom: 2px solid #F0A13A;
}
div.block h1 a:link, div.plug h1 a:link, div.block h1 a:visited, div.plug h1 a:visited {
	color: #FFFFFF;
}


#Main .header h1 {
	color: #000000;
	font-size: 160%;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}
#Main .header p {
	color: #000000;
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}
#Main .header h1 a {
	color: #000000;
	text-decoration: none;
}
#Main .header h1 a:hover, #Main .header h1 a:active {
	text-decoration: underline;
}


.nominees {
}
.nominees h1 {
	margin-bottom: 1ex;
}

.nominees .category h2 {
	background: #125B84;
	clear: both;
	color: #FFFFFF;
	padding: 3px 4px;
	text-transform: uppercase;
}
.nominees .category h2 a.backtotop {
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 90%;
	text-transform: lowercase;
}

.nominees .nominee {
	clear: none;
	float: left;
	height: 195px;
	overflow: hidden;
	padding: 1ex 0 0 0;
	text-align: center;
	width: 20.00%;
}
.nominees.full .nominee {
	clear: both;
	float: none;
	height: auto;
	overflow: visible;
	padding: 0;
	text-align: left;
	width: auto;
}
.nominees .nominee img.headshot {
	background-color: #B3B3B3;
	background-image: url('/images/contests/na (Custom).gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	margin: 0 auto;
	width: 84px;
}
.nominees.full .nominee img.headshot {
	display: block;
	height: 250px;
	margin: 1ex auto;
	padding: 0;
	width: 200px;
}
.nominee .name {
}
.nominee .name a:link {
	color: #000000;
}
.nominee .name a:visited {
	color: #666666;
}
.nominee .name a:hover, .nominee .name a:active {
	color: #990033;
}
.nominees.full .name {
	font-size: 200%;
}
.nominee .company {
	font-weight: normal;
}
.nominees.full .company {
	color: #990033;
	font-size: 120%;
	font-weight: bold;
}
.nominee .address {
	font-weight: normal;
}
.nominee .city {
	font-weight: normal;
}
.nominee .phone {
	font-weight: normal;
}
.nominee .email {
	font-weight: normal;
}
.nominee .url {
	font-weight: normal;
}
.nominee .bio {
	display: none;
}

.nominees.full .bio {
	display: block;
}
.nominees .bio b {
	display: block;
	margin: 2ex 0 0 0;
}

.sponsors {
}
.sponsors .sponsor {
}
.plug .sponsor {
	margin-bottom: 2ex;
}
.plug .sponsor h1 {
	background: none;
	border: none;
	color: #000000;
	font-size: 130%;
	margin: 0 0 1ex 0;
	padding: 0;
	text-transform: none;
}
.plug .sponsor h1 a:link {
	color: #000000;
	text-decoration: none;
}
.plug .sponsor h1 a:hover {
	text-decoration: underline;
}
.plug .sponsor p {
	margin: 0;
}

#SourceFile {
}
#SourceFile img {
	margin: 1ex auto 0 auto;
}
#SourceFile p {
	text-align: center;
}
