@charset "utf-8";
/* CSS Document */
#container {
	background: url(../../images/content_bg/content_bg_mid_plain_grn.gif) left top repeat-y;
}

#contentArea {
	background: url(../../images/content_bg/content_bg_bottom_plain_grn.gif) left bottom no-repeat;
}

#competition h2 {
	height:138px;
	background: url(../images/pageTitle_competition_bg.gif) left top no-repeat;
}

#competition #contentArea {
	min-height: 450px;
}
* html #competition #contentArea {/*star hack for IE6 and below as they don't understand min-height without this*/
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
#competitionContent p {
	padding-right: 465px;
}

/*******************Begin Competition Nav Styles**************************/
ul#compNav {
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
	/*height:45px;*/
}
ul#compNav li {
	display:inline;
}
ul#compNav li a {
	display:block;
	height:31px;
	text-indent: -9999px;
	margin:0;
	padding:0;
	line-height:normal;
	outline:none;
}
/*Begin registration button styles*/
ul#compNav a.registration {
	position:absolute;
	width:197px;
	background:url(../images/subNav/registration_btn.gif) no-repeat;
	top:299px;
	left:97px;
}
ul#compNav a.registration:link, ul#compNav a.registration:visited, ul#compNav a.registration:active {
	background:url(../images/subNav/registration_btn.gif) no-repeat;
}
ul#compNav a.registration:hover {
	background-position: -197px 0;
}
/*Begin venue button styles*/
ul#compNav a.venue {
	position:absolute;
	width:197px;
	background:url(../images/subNav/venue_btn.gif) no-repeat;
	top:339px;
	left:97px;
}
ul#compNav a.venue:link, ul#compNav a.venue:visited, ul#compNav a.venue:active {
	background:url(../images/subNav/venue_btn.gif) no-repeat;
}
ul#compNav a.venue:hover {
	background-position: -197px 0;
}
/*Begin info button styles*/
ul#compNav a.info {
	position:absolute;
	width:197px;
	background:url(../images/subNav/feisInfo_btn.gif) no-repeat;
	top:379px;
	left:97px;
}
ul#compNav a.info:link, ul#compNav a.info:visited, ul#compNav a.info:active {
	background:url(../images/subNav/feisInfo_btn.gif) no-repeat;
}
ul#compNav a.info:hover {
	background-position: -197px 0;
}
