/* * { border: 1px solid #000; } */

body {
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: #FFF url(../images_custom/background.jpg) top center no-repeat;
}

a { color: #339933; }
h1 { font-size: 22px; color: #339933; padding: 12px 0 0 0; margin-bottom: 0; }
h2 { font-weight: normal; font-size: 14px; color: #ff9933; margin-top: 5px; }
h3 { font-size: 14px; color: #339933; margin: 0; padding: 10px 0 4px 0;}
img { border: none; }
p { padding: 0; margin: 0 0 15px 0;}

#container {
	position: relative;
	margin: 0 auto;
	width: 830px;
}

#logoHit {
	position: absolute;
	width: 160px;
	height: 80px;
	top: 22px;
	left: 25px;
	padding: 0px;
	margin: 0px;
}

#header {
	text-align: right;
	
}

	#header ul { margin: 33px 0 0 210px; padding: 0; }
	#header ul li {
		display: block;
		margin-left: 2px;
		float: left;
	}
	
	#header ul li a {
		background: #7ac042 url(../images_custom/nav_static.jpg) no-repeat;
		text-align: center;
		display: block;
		width: 121px;
		color: #FFF;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#header ul li a:hover, #header ul li a.selected {
		background: #7ac042 url(../images_custom/nav_rollover.jpg) no-repeat;
		color: #333;
	}

	#header ul li ul {
		display: none;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 128px;
	}
	
	#header ul li ul.on {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 128px;
		left: 365px;
	}

	#header ul li ul li a {
		background: none;
		width: auto;
		margin: 4px 0 4px 0;
		padding: 0 8px;
		color: #333;
		border-right: 1px solid #AEAEAE;
	}

	#header ul li ul li a:hover {
		background: none;
		text-decoration: underline;
	}
	
		#buyNowCopy {
		display: block;
		position: absolute;
		color: #fff;
		left: 600px;
		top: 25px;
	}
	
	#buyNowCopy a {
		color: #fff;
	}

	
#flashContent { margin-bottom: 8px; }

#promoArea {
	margin: 0 -13px;
	padding-bottom: 21px;
}

	#profiles {
		float: left;
		width: 271px;
		margin-right: 25px;
	}
	
	#newsfeed {
		float: left;
		width: 258px;
		margin: 13px 25px 0 0;
		background: url(../images_custom/newsfeed_bg.jpg);
	}

		#newsfeed ul {
			margin: 0;
			padding: 0;
		}

		/*
		#newsfeed h1 {
			margin: 0;
			padding: 0;
			width: 258px;
			height: 32px;
			background: url(../images_custom/newsfeed_headline.gif);
			text-indent: -9999px;
		}
		*/

	#callouts {
		float: left;
		width: 265px;
		margin-top: 5px;
	}

/*#content {
	float: left;
	background: transparent url(../images_custom/content_background.png) no-repeat;
	width: 515px;
	margin: 75px 0 75px 0;
	padding: 0 50px 0 22px;
	min-height: 500px;
}*/

#contentFull {
	background: transparent url(../images_custom/content_background.png) no-repeat;
	margin: 75px 0 75px 0;
	padding: 0 50px 0 22px;
	min-height: 500px;
}

#innerCallouts {
	float: left;
	width: 240px;
	text-align: right;
}

	#innerCallouts img { margin-bottom: 50px; }
	#innerCallouts a img { margin-bottom: 0; }

#footer {
	border-top: 1px solid #D9D9D9;
	padding-top: 13px;
	text-align: right;
	font-size: 11px;
	color: #222;
}

	#footer a {
		font-size: 11px;
		color: #222;
		text-decoration: none;
	}
	#footer a:hover { text-decoration: underline; }

	#linkBlock {
		text-align: left;
		width: 75%;
		float: left;
	}
	#linkBlock span { font-size: 10px; }

	#socialBlock {
		float: left;
		width: 25%;
	}

.block { width: 250px; padding-top: 30px; float: left; }
.cite { color: #339933; font-size: 10px; }
.clearfloats { clear: both; }
.floatLeft { float: left; padding: 0 10px 10px 0; }
.last { border: none !important; }
.noCopy { width: 600px !important; padding-right: 0 !important; }
.noCopyCallout { width: 200px !important; }
.topImage { margin-top: -11px; }