@charset "utf-8";
/* CSS Document */

a.img						{
							border: none;
							}
							
.clearfix					{
							clear:both;
							}

#bannerimage				{
							background: url(images/pool09.jpg) no-repeat;
							float: left;
							width: 1000px;
							height: 467px;
							margin-top: -6px;
							}
					
#entryform					{
							width: 900px;
							height: 396px;
							margin: 83px auto 0 auto;
							}
					
#sponsors					{
							width: 1000px;
							float: left;
							}
							
.text						{
							font-family: arial, Arial, Helvetica, sans-serif;
							font-size: 14px;
							margin: 13px 0 0 188px;
							font-weight: bold;
							}
							
#sponsortext				{
							width: 100px;
							}
							
#conjunctiontext			{
							width: 175px;
							}
							
.logopairs					{
							width: 484px;
							float: left;
							}
					
.logos						{
							float: left;
							width: 152px;
							margin: 0 45px 0 45px;
							}
					
#logo1						{
							background: url(images/logo-sprite.jpg) no-repeat 0px 0px;
							height: 53px;
							margin-top: 33px;
							float: left;
							}
					
#logo2						{
							background: url(images/logo-sprite.jpg) no-repeat 0px -53px;
							height: 106px;
							float: left;
							}
					
#logo3						{
							background: url(images/logo-sprite.jpg) no-repeat 0px -159px;
							height: 132px;
							float: left;
							}
					
#logo4						{
							background: url(images/logo-sprite.jpg) no-repeat 0px -291px;
							height: 58px;
							margin-top: 33px;
							float: left;
							}
					
#contentcontainer			{
							width: 1000px;
							background-color: #f7f7f7;
							float: left;
							padding: 50px 0 50px 0;
							margin-top: 24px;
							}
							
.aboutContentContainer		{ 
							width:57%; 
							padding:20px 2% 0px; 
							float:left; 
							background-color:#fff; 
							border-bottom:1px solid #aeafb0; 
							min-height:490px;
							color: #000000;
							font-family: Arial, Helvetica, sans-serif;
							margin-top: 7px;
							}
							
.aboutContentContainer ul	{ 
							margin:0px; 
							padding:0px; 
							width:100%; 
							color:#5b6270; 
							font-size:16px;
							}
							
.aboutContentContainer ul li	{ 
								list-style-type:none; 
								margin-bottom:20px; 
								padding-left:25px; 
								clear:both;
								}
							
ul.contestDetails			{ 
							width:34%; 
							float:left; 
							margin:0px; 
							padding:0px; 
							border-bottom:1px solid #d9dadc;
							}
							
ul.contestDetails li		{ 
							float:left; 
							clear:both; 
							color:#000000; 
							font-size:18px; 
							padding:15px 5%; 
							border-top:1px solid #d9dadc;
							width:91%; 
							list-style-type:none; 
							cursor:pointer;
							font-family: Arial, Helvetica, sans-serif;
							}
							
ul.contestDetails li:hover	{ 
							color:#e4752b; 
							}
											
ul.contestDetails li.active {
							background-color: #ffffff;
							border-bottom: 1px #e4752b solid;
							border-top: 1px #ffffff solid;
							color: #000000;
							font-weight: bold;
							}
							
.tabs						{
							margin-top: 7px;
							background-color: #f7deaa;
							border-bottom: 1px solid #e67e39;
							color: #000000;
							}
							
.inactivearrows				{
							background: url(images/arrows.png) no-repeat 0px 0px;
							width: 18px;
							height: 21px;
							float: right;
							*margin: -21px;
							}
							

