* { margin: 0; padding: 0; }
html { height: 100.01%; }

body
{
	background: url(_img/body_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 140%;
}

.wrap
{
	background: #fff url(_img/wrap_top.jpg) repeat-x;
	margin: 10px auto 0 auto;
	position: relative;
	width: 815px;
}

	.wrap .tl
	{
		background: url(_img/wrap_tl.jpg) no-repeat;
		height: 25px;
		left: 0;
		position: absolute;
		top: 0;
		width: 9px;
	}
	
	.wrap .tr
	{
		background: url(_img/wrap_tr.jpg) no-repeat;
		height: 25px;
		position: absolute;
		right: 0;
		top: 0;
		width: 9px;
	}
	
	.wrap .header
	{
		border-bottom: 2px #6ea202 solid;
		height: 130px;
		position: relative;
	}
	
		.wrap .header a.home
		{
			display: block;
			position: absolute;
			height: 170px;
			left: 50px;
			top: 20px;
			width: 130px;
			z-index: 1;
		}
	
		.wrap .header .contact
		{
			color: #434343;
			float: right;
			padding: 2em 1em 0 0;
			position: relative;
			text-align: right;
			z-index: 1;
		}
		
			.header .contact .phone
			{
				font-size: 2em;
				padding-bottom: 4px;
				width:200px;
			}
			.pdf
			{
			background:url(_img/pdfBG.gif) no-repeat;
			border:thin groove #a7be89;
			width:185px;
			height:55px;
			float:right;
			margin: 10px 10px 0px;
			padding: 10px 0px 0px 60px;
			font-size:95%;
			text-align:left;
			}
			a.pdfLink{
			 color: #ff7f00; font-size: 95%; font-weight:bold; text-decoration:underline;
			}
			a:hover.pdfLink{
			 color: #d24336;
			}
			.header .contact .email
			{
				font-size: 1.3em;
				padding-top: 4px;
				width:200px;
			}
			
		.wrap .header .nav
		{
			bottom: -2px;
			list-style: none;
			margin-top: 14px;
			position: absolute;
			right: 0;
		}
		
			.header .nav li { float: left; }
			
				.nav li a
				{
					display: block;
					height: 40px;
				}
				
				.nav li#features { background: url(_img/nav_features.jpg); }
					.nav li#features a { width: 105px; }
					.nav li#features a:hover { background: url(_img/nav_features.jpg) 0 -40px; }
				
				.nav li#faq { background: url(_img/nav_faq.jpg); }
					.nav li#faq a { width: 73px; }
					.nav li#faq a:hover { background: url(_img/nav_faq.jpg) 0 -40px; }
				
				.nav li#sports { background: url(_img/nav_sports.jpg); }
					.nav li#sports a { width: 87px; }
					.nav li#sports a:hover { background: url(_img/nav_sports.jpg) 0 -40px; }
				
				.nav li#blog { background: url(_img/nav_blog.jpg); }
					.nav li#blog a { width: 78px; }
					.nav li#blog a:hover { background: url(_img/nav_blog.jpg) 0 -40px; }
				
				.nav li#contact { background: url(_img/nav_contact.jpg); }
					.nav li#contact a { width: 95px; }
					.nav li#contact a:hover { background: url(_img/nav_contact.jpg) 0 -40px; }

		.header .logo_top
		{
			background: url(_img/logo_top.jpg) no-repeat;
			bottom: -2px;
			height: 107px;
			left: 50px;
			position: absolute;
			width: 130px;
		}
		
	.wrap .subheader
	{
		background: url(_img/subheader_bg.jpg) -10px 0 repeat-x;
		border-bottom: 2px #6ea202 solid;
		height: 63px;
		position: relative;
	}
	
		.subheader .logo_bottom
		{
			background: url(_img/logo_bottom1.jpg) no-repeat;
			height: 55px;
			left: 50px;
			position: absolute;
			top: 0;
			width: 130px;
		}
		
		.subheader h1
		{
			left: 190px;
			position: absolute;
			top: 23px;
		}
		
	.wrap .subheader.big
	{
		background: url(_img/subheader_bg2.jpg) repeat-x;
		height: 272px;
	}
	
		.subheader.big .logo_bottom { background: url(_img/logo_bottom2.jpg) no-repeat; left: 51px;}
		
		.subheader.big .info
		{
			left: 30px;
			position: absolute;
			top: 100px;
		}
		
			.subheader.big .info h1
			{
				left: 0px;
				top: -30px;
				width: 800px;				
				z-index: 2;
			}
		
			.subheader.big ul.arrows { list-style: none; margin-left: 20px; }
		
			.subheader.big ul.arrows li
			{
				background: url(_img/arrow.gif) 0 2px no-repeat;
				color: #444;
				padding-left: 25px;
				margin: 5px 0;
			}
			
			.subheader.big .learn_more
			{
				background: url(_img/learn_more.gif);
				display: block;
				height: 32px;
				margin: 10px 0 0 100px;
				width: 111px;
			}
		
		.subheader.big .icons
		{
			background: url(_img/subheader_icons.jpg);
			height: 272px;
			position: absolute;
			right: 0;
			width: 438px;
		}
		
	.wrap .content
	{		
		background: url(_img/content_bg.jpg) top repeat-x;
		padding-top: 60px;
		position: relative;
	}
	
		.wrap .content .pageimage
		{
			float: left;
			margin: 20px 0 0 20px;
		}
	
		.wrap .content .subpage
		{			
			float: right;
			padding: 20px 20px 20px 0;
			text-align: justify;
			width: 400px;
		}
		
		.wrap .content .blog
		{
			padding: 20px;
		}
		
			.wrap .content .left_column
			{
				float: left;
				width: 585px;
			}
			
			.wrap .content .right_column
			{
				border-left: 1px #70dbff solid;
				float: right;
				padding: 0 0 0 10px;
				width: 170px;
				
				
			}
			.wrap .content .right_column .box
			{
				
				padding: 10px;
				
				
			}
		
			.blog .entry { }
			
				.blog .entry .date
				{
					color: #2f9bba;
					font-weight: bold;
					margin: 5px 0;
				}

			.blog .separator { border-bottom: 1px #ccc dashed; margin: 15px 0; }
			
		table.contact
		{
			margin-top: 20px;
			width: 350px;
		}
		
			table.contact td { padding: 5px 10px 5px 0; }
		
			.contact .name
			{
				font-weight: bold;				
				text-align: right;
			}
			
			.contact .field
			{
				width: 200px;
			}
			
				.contact .field input.text
				{
					width: 100%;
				}
				
				.contact .field textarea
				{
					height: 100px;
					width: 100%;
				}
				
				.contact .field .submit
				{
					background: #58a257;
					color: #fff;
					font-weight: bold;
					padding: 2px 5px;
				}
	
	.wrap .footer
	{
		background: url(_img/footer_bg.jpg) bottom repeat-x;
		border-top: 2px #deecb7 solid;
		height: 34px;
		padding: 8px 0 0 5px;
	}
	
		.wrap .footer .bl
		{
			background: url(_img/footer_bl.jpg) no-repeat;
			bottom: 0;
			height: 44px;
			left: 0;
			position: absolute;
			width: 9px;			
		}
		
		.wrap .footer .br
		{
			background: url(_img/footer_br.jpg) no-repeat;
			bottom: 0;
			height: 44px;			
			position: absolute;
			right: 0;
			width: 9px;
		}
	
		.footer .copyright
		{
			float: left;
			padding: 5px;
		}
		
		.footer ul.subnav
		{
			float: right;
			list-style: none;
		}
		
			.footer ul.subnav li { float: left; margin: 0 5px; }
			
				ul.subnav li a
				{						
					display: block;
					padding: 5px;
				}
					
		.wrap .content .home_image
		{
			background: url(_img/winner.jpg) no-repeat;
			height: 273px;
			position: absolute;
			width: 398px;
			z-index: 3;
		}
		
		.wrap .content .home_content
		{
			font-size: 95%;
			height: 179px;
			position:relative;
			padding: 30px 0 20px 410px;			
			text-align: justify;
			width: 393px;
		}
		
		
		
.clear { clear: both; }
h1 { font-size: 1.7em; font-weight: normal; }
h2 { font-size: 1.2em; }
h3 { color: #d24336; font-size: 1em; }
a { color: #444; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 5px 0; }
.required { color: #f00; }
.error
{
	background: #ffbaba;
	border-bottom: 1px #f00 solid;
	border-top: 1px #f00 solid;
	color: #111;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 20px;
	padding: 10px;
	text-align: center;
}

.notification
{
	background: #baffd4;
	border-bottom: 1px #1ad862 solid;
	border-top: 1px #1ad862 solid;
	color: #111;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 20px;
	padding: 10px;
	text-align: center;
}

span.recently
{
	color: blue;
}
