﻿body {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

#headerNav {
	position: absolute;
	width: auto;
	left: 52px;
	top: 45px;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #BFCFCA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#headerNav a {
	color: #f76d4d;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}

#headerNav a.last {
	margin-right: 0px;
}

.contentDivRightText a.last 
{	
	font-size: 15px;
}

#headerNav a:hover, #headerNav a.on {
	color: #FFFFFF;
}

hr {
	border: none;
	margin-bottom: 18px;
	background-color: #6fb969;
	height: 3px;
	border-top: 1px solid #a6d391;
	border-bottom: 1px solid #a6d391;
}

.contentDiv {
	position: absolute;
	left: 52px;
	top: 158px;
	padding: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
	color: #5B5A5A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 16px;
	width: 466px;
	font-size: 12px;
}

.contentDivRight a {
	color: #14ACB6;
	text-decoration:none;
}

.contentDiv p {
	margin-bottom: 16px;
}

.contentDiv h1, .contentDivMedia h1, .contentDivRight h1, .contentDivGallery h1 {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal !important;
	font-family: "Arial Narrow", "gothamNarrowLight";
}

.contentDiv h3 {
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: normal;
}

.contentDivRight {
	position: absolute;
	width: auto;
	left: 544px;	
	width: 410px;
	height: 366px;
	font-size: 11px;
	line-height: normal;
	padding: 0px;
}
.contentDivRightText {
	padding: 10px;
}

.competitionThumbs {
	position: absolute;
	bottom: 12px;
}

.compThumbImage {
	position: relative;
	float: left;
}
.compThumbImage img.compOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.compWinnerImage {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 52px;
	top: 158px;
}

.contentDivMedia {
	position: absolute;
	width: 896px;
	width: 880px;
	left: 52px;
	top: 158px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
	color: #5B5A5A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	font-size: 11px;
}

.contentDivMedia a{
	text-decoration: none;
	color: #14ACB6;
}

.contentDivGallery {
	position: absolute;
	width: 880px;
	left: 52px;
	top: 158px;
	padding: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #f6f6fa;
	color: #5B5A5A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	font-size: 11px;
}

.contentDivGallery a{
	text-decoration: none;
	color: #14ACB6;
}
 
.detailCallout 
{
	clear: both;
	padding-top: 8px;
	margin-left: 12px;
	visibility: hidden;
}
