* {
	margin: 0;
	padding: 0;
}

html, body {		
	height: 100%;
	font-family: Arial, Tahoma;
	font-size: 12px;	
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a {
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

a img {
	border: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	background: url("/images/site/shadow_upper.png") repeat-x;
}

.content {
	width: 990px;
	margin: auto;
}

.footer, .push {
	height: 100px;	
}

.footer {
	background-image: url("/images/site/footer_x.png");
	background-repeat: repeat-x;
	height: 100px;
	color: white;
}

.footer .content {
	padding-top: 45px;
}

.header {
	background-image: url("/images/site/header.png");
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	min-width: 990px;
	height: 70px;
	margin: 0 auto;
}

.home {
	float: left;
	width: 299px;
	height: 70px;
}

.home .spacer {
	margin: 12px 0 0 0;
}

.home a {
	margin: 0 0 0 20px;
	border: none;
	padding: 0;
}

ul#nav {
	float: left;
	margin-top: 17px;
	width: 600px;
}

ul#nav li {
	list-style: none;
	display: inline;
	width: 120px;
	height: 45px;
	float: left;
	text-align: center;
	background: url('/images/site/header_divider.png') right no-repeat;
}

ul#nav li a:hover {
	background: url('/images/site/header_hover.png') left bottom no-repeat;
}

ul#nav li a:active {
	background: url('/images/site/header_depress.png') left bottom no-repeat;
}

ul#nav li a.selected {
	background: url('/images/site/header_highlight.png') left bottom no-repeat;
}

ul#nav li a {
	width: 120px;
	height: 35px;
	color: #696969;
	font-size: 18px;
	padding-top: 10px;
}

ul#nav li a img {
	list-style: none;
	display: inline;
	background: url('/images/site/menu_divider.png') right no-repeat;
}

.highlight {
	width: 120px;
	height: 30px;
	position: relative;
	z-index: 1;
	background: url('/images/site/menu_highlight.png') no-repeat;
	top: -33px;
	left: -2px;
}

ul#footerNav {
	float: right;
	padding-right: 20px;
}

ul#footerNav li {
	padding: 2px 15px 5px;
	margin: 0 10px 0 0;
	list-style: none;
	display: inline;
}

ul#footerNav li a {
	color: white;
}

ul#footerNav li a:hover {
	text-decoration: underline;
}

/* Home page */

div.topBackground {
	height: 500px;
	background-image: url("/images/site/bgd_banners/ifarm.jpg");
	background-repeat:no-repeat;
	background-position: center;
}

div.midBackground {
	height: 87px;
	background-image: url("/images/site/slider_bg.png");
	background-repeat:no-repeat;
	background-position: center;
}

.emptyTop {
	height: 110px;
}

.emptyLeft {
	float: left;
	width: 600px;
}

.blurb {
	float: left;
	background-image: url("/images/site/blurb_bg.png");
	background-repeat:no-repeat;
	background-position: center;
	width: 350px;
	height: 280px;
}

.blurb .blurbHeader {
	position: relative;
	top: -60px;
	left: 87.5px;
}

.blurb div.descr {
	padding: 0 40px;
	position: relative;
	top: -50px;
	
}

.blurb div.descr p {
	margin-bottom: 25px;
}

.blurb div.descr div.learnMore {
	float: right;
}

.blurb div.descr a.learnMore {
	color: white;
	position: relative;
	top: 8px;
	left: 34px;
	width: 124px;
	height: 34px;
}

div.featuredContainer {
	padding-top: 4px;
}

div.featuredContainer a.feature {
	float: left;
	margin-left: 105px;
}

div.featuredContainer div.selected {
	height: 0;
	float: left;
	margin-left: 35px;
	margin-top: -20px;
}

div.bottomContent {
	padding: 20px 0;
}

div.leftContainer {
	float: left;
	margin-left: 50px;
	width: 380px;
}

div.rightContainer {
	width: 380px;
	margin-left: 500px;
}

div.sectionHeader img {
	float: left;
	margin-right: 10px;
}

div.sectionHeader p {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 0 0;
}

div.leftSectionBody p {
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #ccc;
}

div.leftSectionBody a {
	font-weight: bold;
	color: black;
}

div.leftSectionBody a:hover {
	text-decoration: underline;
}

div.leftSectionBody p.last {
	border: none;
}

div.rightSectionBody {
	margin-top: 30px;
}

div.rightSectionBody p {
	margin-bottom: 20px;
}

span.bold {
	font-weight: bold;
}

/* Games page */

div.twoCol {
	margin-top: 10px;
	height: 745px;
}

div.leftCol {
	width: 250px;
	float: left;
}

div.rightCol {
	width: 740px;
	margin-left: 250px;
}

div.leftCol div.topBar {
	background: url('/images/site/bar_top.png') no-repeat;
	height: 13px;
}

div.leftCol div.midBar {
	background: url('/images/site/bar_mid.png') repeat-y;	
	height: 703px; /* Should be 3px greater than rightCol midBar */
	padding-left: 5px;
	padding-right: 5px;
}

div.leftCol div.botBar {
	background: url('/images/site/bar_bot.png') no-repeat;
	height: 16px;
}

div.rightCol div.topBar {
	background: url('/images/site/body_top.png') no-repeat;
	height: 16px;
}

div.rightCol div.midBar {
	background: url('/images/site/body_mid.png') repeat-y;
	height: 700px;
	padding-left: 5px;
}

div.rightCol div.botBar {
	background: url('/images/site/body_bot.png') no-repeat;
	height: 16px;
}